@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.main-nav ul, .action-list, .supported-sites ul, .generated-keys .title-list, .key-detail, .info-list, .twocolumn .flex-holder .info, .twocolumn table ul, .footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #fff;
  background: -webkit-linear-gradient(left, #1f2442 0%, #2c3250 100%);
  background: linear-gradient(to right, #1f2442 0%, #2c3250 100%);
  font: 14px/1.5 "Poppins", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  box-sizing: border-box;
  width: 100%; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ynnpnk");
  src: url("../fonts/icomoon.eot?ynnpnk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ynnpnk") format("truetype"), url("../fonts/icomoon.woff?ynnpnk") format("woff"), url("../fonts/icomoon.svg?ynnpnk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-minimize:before {
  content: "\e90c"; }

.icon-close:before {
  content: "\e90d"; }

.icon-checkmark-outline:before {
  content: "\e901"; }

.icon-location-shopping:before {
  content: "\e911"; }

.icon-star:before {
  content: "\e905"; }

.icon-search:before {
  content: "\e906"; }

.icon-user:before {
  content: "\e908"; }

.icon-copy:before {
  content: "\e910"; }

.icon-instagram:before {
  content: "\e907";
  color: #1199fc; }

.icon-checkmark:before {
  content: "\e900"; }

.icon-tick:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e90a"; }

.icon-calendar:before {
  content: "\e90b"; }

.icon-envelope:before {
  content: "\e909"; }

.icon-building:before {
  content: "\e902"; }

.icon-earth:before {
  content: "\e903"; }

.icon-credit-card:before {
  content: "\e904"; }

.icon-key:before {
  content: "\e90e"; }

.icon-arrow-down:before {
  content: "\e90f"; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 2px solid #444a6d;
  background: none;
  margin: 0 0 12px;
  min-width: 100%;
  height: 40px;
  border-radius: 10px; }
  .jcf-select.jcf-drop-active {
    box-shadow: 0 0 10px rgba(131, 77, 255, 0.5);
    border-color: #834DFF; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 12px;
  line-height: 26px;
  margin: 5px 35px 0 12px;
  color: #8689AE;
  font-weight: 700; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 30px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #444a6d;
    font-family: 'icomoon';
    content: "";
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    z-index: 2;
    color: #8689ae;
    pointer-events: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

body > .jcf-select-drop {
  position: absolute;
  margin: 1px 0 0;
  z-index: 9999;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 30px #444a6d; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #444a6d; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 9px 12px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 10px;
  bottom: 0;
  right: -5px;
  top: 0;
  border-radius: 10px;
  overflow: hidden; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 0;
  width: 0;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  display: none !important; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 0;
  width: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }
  .header.fixed-position {
    background: #191e36;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px; }
    @media (min-width: 768px) {
      .header .container {
        padding: 20px 15px; } }
  .header .logo {
    width: 130px; }
    @media (min-width: 768px) {
      .header .logo {
        width: 150px; } }
    .header .logo img {
      width: 100%;
      display: block; }
  .valor-purchase .header {
    position: relative !important;
    background: none !important; }
    @media (max-width: 767px) {
      .valor-purchase .header {
        display: none !important; } }
    .valor-purchase .header .container {
      max-width: 1500px; }
    .valor-purchase .header .logo {
      width: 106px; }
      @media (min-width: 768px) {
        .valor-purchase .header .logo {
          width: 173px; } }
      .valor-purchase .header .logo img {
        display: block;
        width: 100%;
        height: auto; }

@media (max-width: 767px) {
  .nav-active {
    overflow: hidden; } }

.nav-opener {
  position: absolute;
  top: 24px;
  right: 15px;
  width: 30px;
  height: 25px;
  border-radius: 3px;
  z-index: 999; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0; }
  .nav-opener:after {
    top: 70%; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-active .nav-opener:hover {
    opacity: .9; }

.main-nav {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .main-nav {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: auto;
      background: #7848f5;
      background: -webkit-linear-gradient(left, #1f2442 0%, #2c3250 100%);
      background: linear-gradient(to right, #1f2442 0%, #2c3250 100%);
      font-size: 20px;
      line-height: 30px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease; } }
  .nav-active .main-nav {
    opacity: 1;
    visibility: visible; }
  .main-nav ul {
    padding-top: 80px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .main-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding: 0; } }
    .main-nav ul li {
      padding: 10px;
      text-align: center; }
      @media (min-width: 768px) {
        .main-nav ul li {
          margin-left: 40px;
          padding: 0;
          text-align: left; } }
  .main-nav a {
    color: #fff;
    text-decoration: none; }
    .main-nav a:hover, .main-nav a.anchor-active {
      color: #f75c6f; }

body {
  min-width: 320px; }
  body.valor-key {
    background: #1f2442; }

button, a {
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear; }

@media (min-width: 1024px) {
  .text-right {
    text-align: right; } }

.text-center {
  text-align: center; }

.action-list {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 22px;
  line-height: 1;
  z-index: 6; }
  .action-list li {
    padding: 0 5px; }
  .action-list a {
    display: block;
    color: #fff;
    text-decoration: none; }
    .action-list a:hover {
      opacity: 0.75; }

.wrapper {
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px; }

.main {
  position: relative; }
  .main:before {
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -100px;
    left: -160px;
    right: -160px;
    content: '';
    z-index: -1;
    height: 1000px; }
  .valor-key .main:before {
    display: none; }
  .valor-purchase .main {
    overflow: hidden; }
    @media (min-width: 768px) {
      .valor-purchase .main {
        min-height: calc(100vh - 94px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .valor-purchase .main:before {
      bottom: -300px; }
    .valor-purchase .main .container {
      width: 100%; }

.visual {
  position: relative;
  z-index: 9; }
  @media (min-width: 768px) {
    .visual {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .visual:before {
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 380px;
    left: -160px;
    right: -160px;
    content: '';
    z-index: -1;
    bottom: -300px; }
  .visual .container {
    padding-top: 90px; }
    @media (min-width: 768px) {
      .visual .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 100px;
        padding-bottom: 50px; } }
  .visual .col {
    margin: 0 0 12px; }
    @media (min-width: 768px) {
      .visual .col {
        padding: 20px;
        margin: 0;
        width: 50%; } }
    @media (min-width: 1024px) {
      .visual .col {
        padding: 50px; } }
    .visual .col.image {
      padding: 0; }
      .visual .col.image img {
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .visual .col.image img {
            right: -70px;
            margin: 0; } }
  .visual .img-holder {
    margin: 0 -30px -25px; }
    @media (min-width: 768px) {
      .visual .img-holder {
        margin: 0  -90px 0  0; } }
  .visual .textblock {
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      .visual .textblock {
        margin: 0;
        text-align: left; } }
    @media (min-width: 1024px) {
      .visual .textblock {
        max-width: 400px; } }
  .visual .logo {
    display: block;
    width: 100px;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .visual .logo {
        width: auto;
        margin: 0 0 30px; } }
  .visual p {
    margin-bottom: 30px; }

.btn {
  font-size: 12px;
  line-height: 16px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  min-width: 140px;
  border: 0;
  outline: none;
  text-align: center;
  position: relative;
  background: #222846; }
  .btn:before {
    background: #834DFF;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    content: '';
    border-radius: 10px;
    z-index: -1; }
  .btn.btn-green:before {
    background: -webkit-linear-gradient(top, #26d982 0%, #26d982 100%);
    background: linear-gradient(to bottom, #26d982 0%, #26d982 100%); }
  .btn.btn-green:hover {
    box-shadow: 0 0 20px #26d982; }
  .btn.btn-red:before {
    background: -webkit-linear-gradient(top, #ed3d60 0%, #ed3d60 100%);
    background: linear-gradient(to bottom, #ed3d60 0%, #ed3d60 100%); }
  .btn.btn-red:hover {
    box-shadow: 0 0 20px #ed3d60; }
  .btn:hover {
    background: none; }

.heading {
  text-align: center;
  position: relative;
  z-index: 9;
  margin: 0 0 40px; }
  .heading h2 {
    font-weight: 700;
    font-size: 20px; }

.features, .faqs {
  font-weight: 500;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .features, .faqs {
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .features .container, .faqs .container {
      padding-top: 50px; } }
  .features .img, .faqs .img {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: -webkit-linear-gradient(top, #e67d8b 0%, #e66b78 100%);
    background: linear-gradient(to bottom, #e67d8b 0%, #e66b78 100%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    position: relative;
    z-index: 9; }
    .features .img.purple, .faqs .img.purple {
      background: -webkit-linear-gradient(top, #7848f5 0%, #6a38f4 100%);
      background: linear-gradient(to bottom, #7848f5 0%, #6a38f4 100%); }
    .features .img.blue, .faqs .img.blue {
      background: -webkit-linear-gradient(top, #6584f7 0%, #6081f7 100%);
      background: linear-gradient(to bottom, #6584f7 0%, #6081f7 100%); }
    .features .img:before, .faqs .img:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 100%;
      content: '';
      background: #fff;
      z-index: -1;
      opacity: 0;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
  .features .text, .faqs .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 20px;
    position: relative;
    z-index: 9; }
    .features .text:only-child, .faqs .text:only-child {
      padding: 0; }

@media (min-width: 768px) {
  .faqs .container {
    padding-bottom: 100px; } }

@media (min-width: 768px) {
  .faqs .boxes {
    padding-top: 40px; } }

.boxes {
  position: relative;
  z-index: 9; }
  @media (min-width: 768px) {
    .boxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .boxes .box {
    background: #2a2f4e;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    box-shadow: 0 7px 37px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative; }
    @media (min-width: 768px) {
      .boxes .box {
        width: 48%;
        padding: 30px; } }
    @media (min-width: 768px) {
      .boxes .box.small {
        width: 31%; } }
    @media (min-width: 768px) {
      .boxes .box.large {
        width: 65%; } }
    .boxes .box:before {
      background: -webkit-linear-gradient(top, #6584f7 0%, #6081f7 100%);
      background: linear-gradient(to bottom, #6584f7 0%, #6081f7 100%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      border-radius: 10px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      opacity: 0;
      visibility: hidden; }
    .boxes .box:hover:before {
      opacity: 1;
      visibility: visible; }
    .boxes .box:hover .img:before {
      opacity: 1; }
    .boxes .box:hover p {
      opacity: 0.65;
      color: #fff; }
    .boxes .box.orange:before {
      background: -webkit-linear-gradient(top, #e67d8b 0%, #e66b78 100%);
      background: linear-gradient(to bottom, #e67d8b 0%, #e66b78 100%); }
    .boxes .box.orange:hover:before {
      opacity: 1;
      visibility: visible; }
    .boxes .box.orange:hover .img:before {
      opacity: 1; }
    .boxes .box.orange:hover p {
      opacity: 0.65;
      color: #fff; }
    .boxes .box.purple:before {
      background: -webkit-linear-gradient(top, #7848f5 0%, #6a38f4 100%);
      background: linear-gradient(to bottom, #7848f5 0%, #6a38f4 100%); }
    .boxes .box.purple:hover:before {
      opacity: 1;
      visibility: visible; }
    .boxes .box.purple:hover .img:before {
      opacity: 1; }
    .boxes .box.purple:hover p {
      opacity: 0.65;
      color: #fff; }
    .boxes .box.blue:before {
      background: -webkit-linear-gradient(top, #6584f7 0%, #6081f7 100%);
      background: linear-gradient(to bottom, #6584f7 0%, #6081f7 100%); }
    .boxes .box.blue:hover:before {
      opacity: 1;
      visibility: visible; }
    .boxes .box.blue:hover .img:before {
      opacity: 1; }
    .boxes .box.blue:hover p {
      opacity: 0.65;
      color: #fff; }
  .boxes h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25; }
  .boxes p {
    color: #C3C0E9;
    opacity: 0.50;
    margin: 0; }

.supported-sites {
  position: relative; }
  .supported-sites .container {
    position: relative; }
    @media (min-width: 768px) {
      .supported-sites .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .supported-sites .container:before {
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      height: 1698px;
      content: '';
      top: 30px;
      left: -9999px;
      right: 69%;
      opacity: 0.08;
      border-radius: 0 50px 0 0;
      display: none; }
      @media (min-width: 768px) {
        .supported-sites .container:before {
          display: block; } }
  @media (min-width: 768px) {
    .supported-sites .col {
      width: 48%;
      padding-bottom: 150px; } }
  .supported-sites .col.image {
    padding-bottom: 0; }
    .supported-sites .col.image img {
      max-width: 70%;
      margin: 0 auto;
      display: block; }
      @media (min-width: 768px) {
        .supported-sites .col.image img {
          margin: 0;
          max-width: 100%; } }
  .supported-sites h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .supported-sites h2 {
        font-size: 36px;
        text-align: left; } }
    .supported-sites h2 br {
      display: none; }
      @media (min-width: 1024px) {
        .supported-sites h2 br {
          display: block; } }
  .supported-sites ul {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    color: #76779B;
    margin: 0 auto;
    max-width: 150px; }
    @media (min-width: 768px) {
      .supported-sites ul {
        font-size: 24px;
        max-width: inherit;
        margin: 0; } }
    .supported-sites ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .supported-sites ul li {
          padding-left: 40px; } }
      .supported-sites ul li:before {
        width: 16px;
        height: 16px;
        font-size: 20px;
        position: absolute;
        top: -1px;
        left: 0;
        font-family: 'icomoon';
        content: '\e900';
        color: #507EFF; }
        @media (min-width: 768px) {
          .supported-sites ul li:before {
            font-size: 30px; } }

.btn-holder .btn {
  margin: 0 5px; }

@media (min-width: 768px) {
  .social-section .container {
    margin-bottom: 100px; } }

.social-section .social-box {
  background: -webkit-linear-gradient(left, #f97c8f 0%, #f75c6f 100%);
  background: linear-gradient(to right, #f97c8f 0%, #f75c6f 100%);
  padding: 25px 25px 15px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  z-index: 9; }
  @media (min-width: 768px) {
    .social-section .social-box {
      min-height: 180px;
      padding: 40px 30px; } }
  .social-section .social-box:before {
    width: 733px;
    height: 261px;
    background: url(../images/logo-large.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1; }

.social-section h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .social-section h2 {
      font-size: 18px;
      line-height: 24px; } }

@media (min-width: 768px) {
  .social-section .box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.social-section .box {
  border-radius: 13px;
  padding: 30px 20px;
  background: #fff;
  color: #000;
  min-width: 190px;
  margin: 0 0 20px;
  text-decoration: none;
  display: block; }
  @media (min-width: 768px) {
    .social-section .box {
      margin: 0 15px; } }
  .social-section .box:hover {
    background: #507FFF;
    color: #fff; }
    .social-section .box:hover .icon-holder {
      background: #fff; }
  .social-section .box.instagram:hover {
    background: #7236FF;
    color: #fff; }
    .social-section .box.instagram:hover .icon-holder {
      background: #fff; }

.social-section .icon-holder {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 15px;
  background: #E6E8F7;
  font-size: 24px;
  color: #507FFF;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear; }
  .social-section .icon-holder.insta {
    color: #7236FF; }

.form-purchase {
  max-width: 515px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 13px 54px rgba(17, 17, 35, 0.5);
  background: #2a2f4e; }
  .form-purchase .head {
    width: 100%;
    padding: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .form-purchase .title {
    width: 110px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    padding: 18px 10px;
    margin: -15px 0 0 -15px;
    text-align: center;
    border-radius: 0 0 25px 0;
    background: #32385a; }
    @media (min-width: 768px) {
      .form-purchase .title {
        width: 173px;
        font-size: 18px;
        line-height: 22px;
        padding: 28px 10px; } }
  .form-purchase .holder {
    padding: 20px; }
  .form-purchase .btn {
    display: block;
    width: 100%;
    padding: 12px 10px;
    background: #5d86f4;
    transition: background-color 0.3s ease-in-out;
  }

.product-summary {
  padding: 20px;
  margin-bottom: 24px;
  border-radius: 10px;
  background: #32385a;
  color: #c4c7e0; }
  .product-summary .product-name {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffffff; }
  .product-summary .product-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 8px 0 12px; }
    .product-summary .product-price .amount {
      font-size: 26px;
      font-weight: 700;
      color: #ffffff; }
    .product-summary .product-price .per-month {
      margin-left: 10px;
      font-size: 14px;
      font-weight: 600;
      color: #5d86f4; }
  .product-summary .product-note {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 6px; }
    .product-summary .product-note strong {
      color: #ffffff; }
  .product-summary .product-instance {
    font-weight: 600;
    color: #ffffff; }
  .product-summary .sites-heading {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 16px 0 10px;
    color: #8689ae; }
  .product-summary .site-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-summary .site-list li {
      position: relative;
      padding-left: 22px;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 1.35;
      color: #c4c7e0; }
      .product-summary .site-list li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #5d86f4; }
    .product-summary .site-list li .crown {
      margin-left: 2px; }

.form-group {
  margin: 0 0 20px; }

@media (min-width: 768px) {
  .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .input-row .form-group {
      width: 48.5%; } }

label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 6px; }
  label .ico {
    display: inline-block;
    vertical-align: -2px;
    font-size: 15px;
    line-height: 1;
    margin-right: 4px; }

.form-control {
  width: 100%;
  height: 40px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #8689ae;
  padding: 10px 13px;
  border: 2px solid #444a6d;
  border-radius: 7px;
  background: #232846;
  box-shadow: none;
  outline: none;
  -webkit-transition: .2s linear;
  transition: .2s linear; }
  .form-control::-webkit-input-placeholder {
    color: #8689ae; }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #8689ae; }
  .form-control:-moz-placeholder {
    color: #8689ae; }
  .form-control:-ms-input-placeholder {
    color: #8689ae; }
  .form-control.placeholder {
    color: #8689ae; }
  .form-control:focus {
    box-shadow: 0 0 10px rgba(131, 77, 255, 0.5);
    border-color: #834DFF; }

textarea.form-control {
  height: 121px;
  resize: none; }

.key-management {
  overflow: hidden;
  padding: 40px 15px 10px; }
  @media (min-width: 1024px) {
    .key-management {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 50px 0 0 35px; } }
  .key-management .logo {
    width: 160px;
    margin: 0 0 20px; }
    @media (min-width: 1024px) {
      .key-management .logo {
        width: 175px;
        margin: 0 auto 45px; } }
    .key-management .logo a {
      display: block; }
    .key-management .logo img {
      display: block;
      width: 100%;
      height: auto; }
  .key-management .text-box {
    overflow: hidden;
    text-align: left;
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .key-management .text-box {
        margin: 0 0 25px; } }
  .key-management .heading {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    margin: 0 0 10px; }
  .key-management .left-col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .key-management .left-col {
        margin: 0 0 25px; } }
    @media (min-width: 1024px) {
      .key-management .left-col {
        width: 245px;
        margin: 0;
        padding: 36px 0 0; } }
  .key-management .right-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 1024px) {
      .key-management .right-col {
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        padding: 15px 20px 0 25px; } }
    @media (min-width: 1200px) {
      .key-management .right-col {
        padding: 15px 20px 0 45px; } }
  .key-management .content-holder {
    margin: 0 0 25px; }
  .key-management .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px; }
  .key-management .title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 700; }
  .key-management .btn {
    min-width: 105px; }

@media (min-width: 1024px) {
  .search-key {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; } }

.search-key .form-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 1024px) {
    .search-key .form-group {
      padding: 0 15px 0 0; } }

.search-key .btn-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.search-key .btn {
  min-width: 95px; }

@media (min-width: 1024px) {
  .twocolumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.twocolumns .col {
  width: 100%; }
  @media (min-width: 1024px) {
    .twocolumns .col {
      width: 49%; } }

.generated-keys {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600; }
  .generated-keys .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13px 12px;
    margin: 0 0 10px;
    border-radius: 7px;
    position: relative;
    background: #292d4a; }
    @media (min-width: 768px) {
      .generated-keys .box {
        padding: 13px 20px; } }
  .generated-keys .copy-key {
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: #8689ae;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    .generated-keys .copy-key:hover {
      opacity: 0.8; }
    .generated-keys .copy-key .icon-copy {
      position: relative; }
      .generated-keys .copy-key .icon-copy:after {
        content: "+";
        position: absolute;
        left: 3px;
        bottom: 1px;
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        color: #fff; }
  .generated-keys .content-wrap {
    max-width: 400px;
    padding: 0 10px 0 0; }
  .generated-keys .title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 11px;
    line-height: 13px;
    margin: 0 -5px;
    color: #8689ae; }
    .generated-keys .title-list li {
      padding: 0 5px 5px; }
    .generated-keys .title-list a {
      color: #8689ae;
      text-decoration: none; }

.key-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .key-detail {
      font-size: 14px;
      line-height: 18px; } }
  .key-detail li {
    width: 50%;
    padding: 8px 10px; }
    @media (min-width: 768px) {
      .key-detail li {
        padding: 11px 10px; } }
  .key-detail .subtitle {
    display: block;
    font-size: 12px;
    line-height: 15px;
    text-transform: capitalize;
    color: #8689ae;
    margin: 0 0 6px; }
    @media (min-width: 768px) {
      .key-detail .subtitle {
        margin: 0 0 10px; } }

@media (min-width: 1024px) {
  .info-list {
    max-height: calc(100vh - 275px);
    overflow-y: auto;
    padding-right: 5px; } }

.info-list li {
  width: 100%;
  min-height: 130px;
  margin: 0 0 15px;
  padding: 36px 65px 20px 25px;
  position: relative;
  border-radius: 8px;
  background: -webkit-linear-gradient(top, #7499ff 0%, #4e7dff 100%);
  background: linear-gradient(to bottom, #7499ff 0%, #4e7dff 100%); }
  @media (min-width: 768px) {
    .info-list li {
      margin: 0 0 20px; } }
  @media (min-width: 1024px) {
    .info-list li {
      margin: 0 0 30px;
      padding: 36px 65px 20px 35px; } }
  .info-list li.purple {
    background: -webkit-linear-gradient(top, #834eff 0%, #7134ff 100%);
    background: linear-gradient(to bottom, #834eff 0%, #7134ff 100%); }
  .info-list li.pink {
    background: -webkit-linear-gradient(top, #f87e91 0%, #f75b6e 100%);
    background: linear-gradient(to bottom, #f87e91 0%, #f75b6e 100%); }

.info-list .icon-box {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 1;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2); }

.info-list .subtitle {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px; }

.info-list .number {
  display: block;
  font-size: 32px;
  line-height: 36px; }

.admin-ui {
  background: #1F2442; }
  .admin-ui .main:before {
    display: none; }

.twocolumn {
  padding: 50px 30px; }
  @media (min-width: 1024px) {
    .twocolumn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .twocolumn .col {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .twocolumn .col {
        width: 48%;
        margin-bottom: 0; } }
  .twocolumn .flex-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .twocolumn .flex-holder {
        margin-bottom: 40px; } }
    .twocolumn .flex-holder .logo {
      width: 120px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .twocolumn .flex-holder .info {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-top: 4px;
      padding-left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .twocolumn .flex-holder .info li {
        margin-left: 50px;
        position: relative;
        color: #8689AE; }
        .twocolumn .flex-holder .info li.status {
          display: inline-block;
          vertical-align: middle;
          color: #26D982;
          position: relative;
          padding-left: 20px; }
          .twocolumn .flex-holder .info li.status:before {
            width: 8px;
            height: 8px;
            position: absolute;
            top: 7px;
            left: 0;
            background: #26D982;
            content: '';
            border-radius: 100%; }
        .twocolumn .flex-holder .info li span {
          color: #fff; }
  .twocolumn .textarea {
    margin-bottom: 30px; }
  .twocolumn textarea.form-control {
    height: 250px; }
    @media (min-width: 1024px) {
      .twocolumn textarea.form-control {
        height: 55vh; } }
  .twocolumn .btn-holder {
    text-align: center; }
    @media (min-width: 768px) {
      .twocolumn .btn-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .twocolumn .btn-holder .btn {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .twocolumn .btn-holder .btn {
          margin-bottom: 0;
          width: auto; } }
      .twocolumn .btn-holder .btn:first-child {
        width: 100%; }
        @media (min-width: 768px) {
          .twocolumn .btn-holder .btn:first-child {
            width: 42%; } }
  .twocolumn .jcf-scrollable {
    height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -10px; }
    @media (min-width: 1024px) {
      .twocolumn .jcf-scrollable {
        height: calc(100vh - 225px);
        margin-right: -15px; } }
  .twocolumn table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
    .twocolumn table thead tr {
      background: -webkit-linear-gradient(left, #628cff 0%, #4e7dff 100%);
      background: linear-gradient(to right, #628cff 0%, #4e7dff 100%); }
    .twocolumn table thead th {
      text-align: left; }
      .twocolumn table thead th:last-child {
        text-align: right; }
    .twocolumn table tr {
      background: rgba(255, 255, 255, 0.05);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 15px;
      border-radius: 10px;
      overflow: hidden; }
    .twocolumn table th, .twocolumn table td {
      padding: 15px 25px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 30%; }
    .twocolumn table ul {
      float: right; }
      .twocolumn table ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px; }
      .twocolumn table ul img {
        display: block;
        margin: 0 auto; }
      .twocolumn table ul a {
        display: block; }
        .twocolumn table ul a:hover {
          opacity: 0.5; }

.footer {
  font-size: 12px; }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer .logo {
    display: block;
    margin-bottom: 15px;
    width: 95px; }
    .footer .logo img {
      width: 100%;
      display: block; }
  .footer strong {
    display: block;
    margin-bottom: 10px; }
  .footer .copyright-holder {
    color: #9B9FBD; }
    .footer .copyright-holder .copyright {
      display: block;
      color: #fff; }
  @media (max-width: 767px) {
    .footer .col:first-child {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; } }
  .footer ul {
    font-weight: 500; }
    .footer ul a {
      color: #9B9FBD;
      text-decoration: none; }
      .footer ul a:hover {
        color: #f75c6f; }
/*# sourceMappingURL=main.css.map */



.StripeElement {
  height: 40px;
  border-radius: 7px;
  border: 2px solid #444a6d;
  background-color: #232846;
  font-weight: 700;
  padding: 11px;
  transition: .2s linear;
}
.StripeElement--focus {
  box-shadow: 0 0 10px rgba(131, 77, 255, 0.5);
  border-color: #834DFF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}