/*! 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: .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: -.5em;
}

sub {
	bottom: -.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: .35em .625em .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-menu,
.social-monitors .social-info,
.info-section .info-area,
.footer-nav {
	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: #595f6f;
	background: #161525;
	font: 14px/1.28 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", 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;
}

body {
	min-width: 320px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	margin: 0 0 10px;
	color: #fff;
}

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

h2,
.h2 {
	font-size: 20px;
	line-height: 25px;
}

h3,
.h3 {
	font-size: 18px;
	line-height: 22px;
}

p {
	margin: 0 0 16px;
}

p:only-child {
	margin: 0;
}

a {
	/* color: #39f; */
	color: #735af4;
	text-decoration: none;
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

a:hover,
a:focus {
	text-decoration: none;
}

input:invalid,
select:invalid {
  border-color: #f14d4b;
}

img.profile-picture {
	border-radius: 50%;
}

.input {
	min-width: 180px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	box-shadow: none;
	outline: none;
	border: 2px solid #282f42;
	border-radius: 5px;
	padding: 10px 30px 10px 15px;
	-webkit-transition: linear .3s;
	transition: linear .3s;
	position: relative;
	background: transparent;
}

.input::placeholder {
	color: #595f6f;
}

select option {
	background: #161525;
}

.btn {
	min-width: 180px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	border: 0;
	text-align: left;
	box-shadow: none;
	outline: none;
	border-radius: 5px;
	padding: 10px 30px 10px 15px;
	-webkit-transition: linear .3s;
	transition: linear .3s;
	position: relative;
	background: #735af4;
	cursor: pointer
}

.btn.btn-danger {
	background: #f14d4b;
}

.btn .ico {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	line-height: 1;
}

.btn:hover {
	opacity: .65;
}

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

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main {
	overflow: hidden;
}

.center {
	text-align: center;
}

.purple {
	color: #735af4;
}

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 {
	width: 100%;
	box-sizing: border-box;
}

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?5eooru");
	src: url("../fonts/icomoon.eot?5eooru#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5eooru") format("truetype"), url("../fonts/icomoon.woff?5eooru") format("woff"), url("../fonts/icomoon.svg?5eooru#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-user:before {
	content: "\e900";
}

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

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

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

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

.icon-discord:before {
	content: "\e907";
}

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

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

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

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

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

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

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

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

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

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 12px 0;
	border-bottom: 2px solid #282f42;
	background: -webkit-linear-gradient(top, #141824 0%, #171a2b 86%, #181a29 97%, #181b2c 100%);
	background: linear-gradient(to bottom, #141824 0%, #171a2b 86%, #181a29 97%, #181b2c 100%);
	z-index: 99;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 110px;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header .right-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 0 0 15px;
}

#header .user-area {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
}

#header .user-area .user {
	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;
	width: 35px;
	height: 35px;
	color: #fff;
	border-radius: 50px;
	background: #735af4;
}

#header .user-area .user:hover {
	opacity: .75;
}

.nav-area {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: auto;
	margin-top: 2px;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: linear .3s;
	transition: linear .3s;
	background: #161525;
}

.nav-active .nav-area {
	visibility: visible;
	opacity: 1;
}

.main-menu {
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	text-align: center;
}

.main-menu li {
	padding: 0 0 10px;
}

.main-menu li.active a {
	font-weight: 500;
	color: #735af4;
}

.main-menu li.active a:after {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	width: 100%;
}

.main-menu a {
	display: block;
	color: #595f6f;
	position: relative;
	padding: 10px 10px;
}

.main-menu a:after {
	visibility: hidden;
	opacity: 0;
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	width: 0;
	-webkit-transition: linear .4s;
	transition: linear .4s;
	background: #735af4;
}

.main-menu a:hover {
	color: #735af4;
}

.main-menu a:hover:after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.nav-opener {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 0 0 0 15px;
	border-radius: 3px;
	background: #735af4;
	z-index: 9;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.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;
}

.visual {
	position: relative;
	line-height: 20px;
	padding: 100px 0 30px;
	background: -webkit-linear-gradient(top, #121421 0%, #2d2652 100%);
	background: linear-gradient(to bottom, #121421 0%, #2d2652 100%);
}

.visual .text-area {
	max-width: 500px;
	margin: 0 auto 50px;
}

.visual h1 {
	font-weight: 300;
	margin: 0 0 15px;
}

.visual .btn-holder {
	padding-top: 10px;
}

.visual .blank-block {
	margin-bottom: -100px;
}

.blank-block {
	max-width: 1100px;
	min-height: 190px;
	border-radius: 34px;
	margin: 0 auto;
	/* border: 2px solid #20283e; */
	/* background: #161928; */
}

.blank-block > img {
	border-radius: 34px;
}

.flow-features { 
	position: relative;
	padding: 110px 0 25px;
}

.flow-features .head {
	margin: 0 0 30px;
}

.flow-features .h3 {
	color: #735af4;
}

.content-wrap {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

.content-wrap .img-holder {
	width: 170px;
	margin: 0 auto 25px;
}

.content-wrap .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.content-wrap .holder {
	position: relative;
	z-index: 3;
}

.content-wrap .text-box {
	text-align: center;
	max-width: 450px;
	margin: 0 auto 30px;
}

.content-wrap .text-box:hover .number {
	color: #fff;
	box-shadow: 0 0 50px rgba(115, 90, 244, .5);
	background: #735af4;
}

.flow-features .three-cols .column:hover {
	-webkit-transition: linear .2s;
	transition: linear .2s;
}

.content-wrap .text-box .number {
	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;
	-webkit-transition: linear .2s;
	transition: linear .2s;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 22px;
	color: #a6afc1;
	margin: 0 auto 20px;
	border-radius: 50px;
	background: #fff;
}

.content-wrap h3 {
	display: block;
	width: 100%;
}

.social-monitors {
	position: relative;
	line-height: 20px;
	color: #735af4;
	padding: 50px 0;
	background: -webkit-linear-gradient(top, #1d1e32 0%, #141323 100%);
	background: linear-gradient(to bottom, #1d1e32 0%, #141323 100%);
}

.social-monitors .header {
	margin: 0 0 30px;
}

.social-monitors .social-info {
	max-width: 280px;
	margin: 0 auto;
	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: 33px;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.social-monitors .social-info:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	height: 2px;
	margin-top: -1px;
	background: #735af4;
	z-index: -1;
}

.social-monitors .social-info li {
	padding: 0 23px;
}

.social-monitors .social-info a {
	color: #735af4;
	background: #18192b;
}

.social-monitors .social-info .img-box {
	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;
	width: 90px;
	height: 90px;
	padding: 20px;
	border-radius: 20px;
	background: #18192b;
	box-shadow: 0 0 90px rgba(115, 90, 244, .3);
}

.social-monitors .social-info .img-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.social-monitors .text-holder {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}

.social-monitors .text-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 0 20px;
}

.social-monitors h2 {
	margin: 0 0 15px;
}

.social-monitors .btn-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.about-us {
	position: relative;
	padding: 30px 0 20px;
}

.about-us .head {
	margin-bottom: 30px;
}

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

.three-cols .column {
	max-width: 400px;
	margin: 0 auto 20px;
	padding: 30px 10px 110px;
	position: relative;
	-webkit-transition: linear .3s;
	transition: linear .3s;
	border: 2px solid transparent;
	border-radius: 10px;
}

.three-cols .column:hover,
.three-cols .column.active {
	border: 2px solid #282f42;
	background: #171a2b;
}

.three-cols .column:hover .btn,
.three-cols .column.active .btn {
	visibility: visible;
	opacity: 1;
	bottom: 30px;
}

.three-cols .icon-holder {
	font-size: 50px;
	line-height: 1;
	color: #735af4;
	margin: 0 0 25px;
}

.three-cols h3 {
	margin: 0 0 15px;
}

.three-cols .btn {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.terms-section .container {
	max-width: 1500px;
}

.terms-section .header {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 10px;
}

.info-section,
.popup-section,
.unbind-section {
	position: relative;
	padding: 30px 0;
}

.info-section .container,
.popup-section .container,
.unbind-section .container {
	max-width: 555px;
}

.info-section .header,
.popup-section .header,
.unbind-section .header {
	text-align: center;
	margin: 0 0 70px;
}

.info-section .img-holder {
	max-width: 120px;
	margin: 0 auto;
}

.info-section .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.info-section .content-holder,
.popup-section .content-holder,
.unbind-section .content-holder {
	border: 2px solid #282f42;
	border-radius: 10px;
	background: #171a2b;
}

.info-section .detail-holder,
.popup-section .detail-holder,
.unbind-section .detail-holder {
	padding: 15px;
	text-align: center;
}

.info-section .info-area,
.popup-section .info-area,
.unbind-section .info-area {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #735af4;
	margin: 0 0 30px;
}

.info-section .info-area li,
.popup-section .info-area li,
.unbind-section .info-area li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #282f42;
}

.info-section .info-area .ico,
.popup-section .info-area .ico,
.unbind-section .info-area .ico {
	display: block;
	font-size: 25px;
	line-height: 1;
	color: #735af4;
	margin: 0 0 15px;
}

.info-section .info-area .text-area,
.popup-section .info-area .text-area,
.unbind-section .info-area .text-area {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	margin: 0 0 15px;
}

.info-section .info-area .subtitle,
.popup-section .info-area .subtitle,
.unbind-section .info-area .subtitle {
	display: block;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 5px;
}

.info-section .info-area .btn-holder,
.popup-section .info-area .btn-holder,
.unbind-section .info-area .btn-holder {
	text-align: center;
	cursor: pointer
}

.info-section .info-area .btn,
.popup-section .info-area .btn,
.unbind-section .info-area .btn {
	min-width: 180px;
	font-size: 11px;
	line-height: 15px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 8px 5px;
	border: 2px solid #282f42;
	border-radius: 5px;
	background: #1f2438;
}

.info-section .footer,
.popup-section .footer,
.unbind-section .footer {
	max-width: 250px;
	margin: 0 auto;
}

.info-section .footer .btn,
.popup-section .footer .btn,
.unbind-section .footer .btn {
	margin: 0 0 10px;
}

.info-section .footer .btn .ico,
.popup-section .footer .btn .ico,
.unbind-section .footer .btn .ico {
	font-size: 15px;
}

.user-head {
	font-size: 13px;
	line-height: 16px;
	font-weight: 300;
	text-align: center;
	padding: 20px 20px 5px;
	border-radius: 10px;
	color: #6b7182;
	background: -webkit-linear-gradient(top, #171a2b 0%, #20253b 100%);
	background: linear-gradient(to bottom, #171a2b 0%, #20253b 100%);
}

.user-head .img-box {
	width: 80px;
	margin: -65px auto 15px;
	border-radius: 100px;
}

.user-head .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.user-head .text-box {
	overflow: hidden;
}

.user-head .subtitle {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	margin: 0 0 10px;
}

.user-head .title {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	margin: 0 0 10px;
	color: #735af4;
}

#footer {
	position: relative;
	padding: 25px 0;
	background: #1a1d30;
}

#footer .container {
	text-align: center;
}

#footer .info-link {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	margin: 0 0 20px;
}

#footer .info-link img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-nav {
	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;
	margin: 0 -10px;
}

.footer-nav li {
	padding: 0 10px;
	position: relative;
}

.footer-nav li:first-child:after {
	display: none;
}

.footer-nav li:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #595f6f;
}

.footer-nav a {
	color: #595f6f;
}

.footer-nav a:hover {
	color: #735af4;
}

[id="activate"] {
	width: 100%;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 30px;
		line-height: 35px;
	}

	h2,
	.h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.btn {
		font-size: 16px;
		line-height: 19px;
		padding: 15px 40px 15px 15px;
	}

	.btn.btn-sm {
		min-width: 135px;
	}

	.btn .ico {
		font-size: 13px;
	}

	#header {
		padding: 15px 5px;
	}

	#header .logo {
		width: 130px;
	}

	#header .user-area .user {
		width: 40px;
		height: 40px;
	}

	.main-menu {
		width: 300px;
		margin: 0 auto;
	}

	.nav-opener {
		width: 40px;
		height: 40px;
	}

	.visual {
		font-size: 16px;
		padding: 150px 0 30px;
	}

	.visual .text-area {
		margin: 0 auto 80px;
	}

	.visual .btn-holder {
		padding-top: 20px;
	}

	.flow-features {
		padding: 130px 0 50px;
	}

	.flow-features .head {
		margin: 0 0 50px;
	}

	.content-wrap .img-holder {
		width: 250px;
	}

	.content-wrap .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: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.content-wrap .text-box {
		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: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: inherit;
		width: 46%;
		margin: 0 0 30px;
		text-align: left;
	}

	.content-wrap .text-box:nth-child(odd) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}

	.content-wrap .text-box .number {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px;
	}

	.social-monitors {
		font-size: 16px;
		line-height: 23px;
		padding: 70px 0;
	}

	.social-monitors .header {
		margin: 0 0 70px;
	}

	.social-monitors .social-info {
		font-size: 37px;
	}

	.social-monitors .social-info .img-box {
		width: 120px;
		height: 120px;
	}

	.social-monitors h2 {
		margin: 0 0 20px;
	}

	.about-us {
		padding: 70px 0;
	}

	.about-us .head {
		margin-bottom: 50px;
	}

	.three-cols {
		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;
		text-align: center;
		margin: 0 -10px;
	}

	.three-cols .column {
		width: calc(33.333% - 20px);
		max-width: inherit;
		margin: 0 10px 20px;
	}

	.three-cols .btn {
		min-width: 180px;
		padding-left: 10px;
	}

	.info-section,
	.popup-section,
	.unbind-section {
		padding: 50px 0;
	}

	.info-section .header,
	.popup-section .header,
	.unbind-section .header {
		margin: 0 0 100px;
	}

	.info-section .img-holder,
	.popup-section .img-holder,
	.unbind-section .img-holder {
		max-width: 158px;
	}

	.info-section .detail-holder,
	.popup-section .detail-holder,
	.unbind-section .detail-holder {
		text-align: left;
		padding: 15px 20px 20px;
	}

	.info-section .info-area,
	.popup-section .info-area,
	.unbind-section .info-area {
		font-size: 17px;
		line-height: 20px;
		margin: 0 0 50px;
	}

	.info-section .info-area li,
	.popup-section .info-area li,
	.unbind-section .info-area li{
		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: 20px 0;
	}

	.info-section .info-area .ico,
	.popup-section .info-area .ico,
	.unbind-section .info-area .ico {
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 5px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
	}

	.info-section .info-area .text-area,
	.popup-section .info-area .text-area,
	.unbind-section .info-area .text-area {
		padding: 0 10px 0 40px;
		margin: 0;
	}

	.info-section .info-area .btn-holder,
	.popup-section .info-area .btn-holder,
	.unbind-section .info-area .btn-holder {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: right;
	}

	.info-section .info-area .btn,
	.popup-section .info-area .btn,
	.unbind-section .info-area .btn{
		min-width: 60px;
		padding: 5px;
	}

	.info-section .footer,
	.popup-section .footer,
	.unbind-section .footer {
		max-width: inherit;
		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;
		margin: 0 -5px;
	}

	.info-section .footer .btn,
	.popup-section .footer .btn,
	.unbind-section .footer .btn {
		margin: 0 5px 10px;
	}

	.user-head {
		padding: 20px 20px 15px;
	}

	.user-head .img-box {
		width: 120px;
		margin: -85px auto 20px;
	}

	.user-head .subtitle {
		font-size: 21px;
		line-height: 25px;
	}

	.user-head .title {
		font-size: 29px;
		line-height: 33px;
	}

	#footer .container {
		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;
		text-align: left;
	}

	#footer .info-link {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0;
	}

	#footer .footer-nav {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.info-area.sm {
		margin-bottom: 20px;
	}

	.detail-holder.full {
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
	}

	#raffle-status {
		display: none;
		margin: 0;
		margin-left: 5px;
	}

	.btn-full {
		width: 100%;
	}

}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 40px;
		line-height: 45px;
	}

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

	#header {
		padding: 0;
	}

	#header .logo {
		width: 160px;
	}

	.nav-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 25px 0 0;
		margin: 0;
		position: static;
		visibility: visible;
		opacity: 1;
		background: none;
	}

	.main-menu {
		width: 100%;
		margin: 0;
		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;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: left;
	}

	.main-menu li {
		padding: 0 15px;
	}

	.main-menu a {
		padding: 40px 15px;
	}

	.nav-opener {
		display: none;
	}

	.visual {
		font-size: 20px;
		line-height: 28px;
		padding: 230px 0 30px;
	}

	.visual .text-area {
		max-width: 550px;
		margin: 0 auto 120px;
	}

	.visual .blank-block {
		margin-bottom: -165px;
	}

	.blank-block {
		min-height: 500px;
	}

	.flow-features {
		padding: 230px 0 50px;
	}

	.content-wrap .img-holder {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 425px;
		margin: 0;
	}

	.content-wrap .text-box {
		width: 250px;
		margin: 0 0 80px;
	}

	.content-wrap .text-box .number {
		width: 65px;
		height: 65px;
		font-size: 24px;
		line-height: 28px;
	}

	.social-monitors {
		font-size: 18px;
		padding: 100px 0;
	}

	.social-monitors .text-holder {
		max-width: 800px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}

	.social-monitors .text-box {
		padding: 0 30px 0 0;
	}

	.social-monitors h2 {
		margin: 0 0 10px;
	}

	.about-us {
		padding: 100px 0;
	}

	.three-cols .column {
		padding: 30px 40px 110px;
	}

	.three-cols .btn {
		min-width: 200px;
		padding-left: 15px;
	}

	.info-section .header,
	.popup-section .header,
	.unbind-section {
		margin: 0 0 120px;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 48px;
		line-height: 52px;
	}

	.flow-features {
		padding: 250px 0 100px;
	}

	.content-wrap .img-holder {
		width: 476px;
		margin: 0;
	}

	.social-monitors {
		padding: 150px 0;
	}

	.about-us {
		padding: 150px 0;
	}
}

@media (min-width: 1440px) {
	#header .logo {
		width: 180px;
	}

	.main-menu a {
		padding: 60px 15px;
	}

	.visual {
		padding: 300px 0 30px;
	}
	
}

