/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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.
 */

 @font-face {
    font-family: 'AirbnbCereal_W_XBd';
    src: url('../fonts/airbnb/AirbnbCereal_W_XBd.woff'),
        url('../fonts/airbnb/AirbnbCereal_W_XBd.woff') format('woff'),
        url('../fonts/airbnb/AirbnbCereal_W_XBd.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'AirbnbCereal_W_Bd';
    src: url('../fonts/airbnb/AirbnbCereal_W_Bd.woff'),
        url('../fonts/airbnb/AirbnbCereal_W_Bd.woff') format('woff'),
        url('../fonts/airbnb/AirbnbCereal_W_Bd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'AirbnbCereal_W_Md';
    src: url('../fonts/airbnb/AirbnbCereal_W_Md.woff'),
        url('../fonts/airbnb/AirbnbCereal_W_Md.woff') format('woff'),
        url('../fonts/airbnb/AirbnbCereal_W_Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'AirbnbCereal_W_Bk';
    src: url('../fonts/airbnb/AirbnbCereal_W_Bk.woff'),
        url('../fonts/airbnb/AirbnbCereal_W_Bk.woff') format('woff'),
        url('../fonts/airbnb/AirbnbCereal_W_Bk.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AirbnbCereal_W_Lt';
    src: url('../fonts/airbnb/AirbnbCereal_W_Lt.woff'),
        url('../fonts/airbnb/AirbnbCereal_W_Lt.woff') format('woff'),
        url('../fonts/airbnb/AirbnbCereal_W_Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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: 0;
}

/**
 * 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;
}

.header .subdrop,
.dropdown,
.advantages,
.tab-section .tabset,
.clients-logo-row,
.side-nav,
.footer .main-info ul,
.footer-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single: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;
}

body {
	color: #333;
	background: #fff;
	/* font: 16px/1.2 "aktiv-grotesk", "Helvetica Neue", "Helvetica", sans-serif; */
	font-family: 'Open Sans';
	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;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #6b648a;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #6b648a;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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 {
	-webkit-transition: box-shadow .15s ease-in-out, border-color .15s ease-in-out;
	transition: box-shadow .15s ease-in-out, border-color .15s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #dad5e3;
	padding: .7em 1em;
	width: 100%;
	color: #333;
	box-shadow: inset 0 -2px 0 #dad5e3;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #47abff;
	outline: none;
	box-shadow: 0 2px 4px rgba(71, 171, 255, .33), inset 0 -1px 0 #dad5e3;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #928ab0;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #928ab0;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #928ab0;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #928ab0;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #928ab0;
}

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;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #333;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #6b648a;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #6b648a;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "ff-meta-web-pro", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .6em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #6b648a;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #00bd92;
}

.sticky-wrap-header {
	position: absolute;
}

.header {
	-webkit-transition: background .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: background .3s ease-in-out, box-shadow .3s ease-in-out;
	position: fixed;
	z-index: 5;
	padding: 0px 0;
	width: 100%;
    z-index: 99999;
    background-color: #13002c;
    top: 0;
}

.fixed-position .header {
	background-color: #13002c;
}

.header .btn-basic {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.header .btn-basic:hover .drop-opener {
	color: #fff;
}

.header .btn-basic.drop-active {
	background-color: #47abff;
}

.header .btn-basic.drop-active .drop-opener {
	color: #fff;
}

.header .btn-basic .drop-opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	padding-right: 17px;
	font-size: 16px;
	color: #47abff;
	width: 100%;
}

.header .btn-basic .drop-opener:after {
	right: 0;
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .logo {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .logo strong {
	color: #7052e8;
	font-size: 21px;
	font-family: "ff-meta-web-pro", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.06em;
	padding: 0 0 0 4px;
	line-height: .8;
}

.header .subdrop {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	min-width: 232px;
}

.header .btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}



.header .btn-wrap .btn:last-child {
	margin: 0;
}

.header .btn-wrap .btn-cyan,
.header .btn-wrap .btn-green,
.header .btn-wrap .btn-orange {
	min-width: 125px;
}

.header .navigation {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
/* 	width: calc(100% - 217px); */
	margin: 0;
	position: relative;
}

.nav-active .header .navigation {
	opacity: 1;
	visibility: visible;
}

.header .dropdown.js-slide-hidden {
	position: absolute !important;
}

.header .drop-holder .drop-opener {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .drop-holder .drop-opener img {
	margin: -10px 7px -10px 0;
}

.drop-holder {
	position: relative;
	display: inline-block;
	border-radius: 3px;
}

.drop-holder:hover .dropdown {
	opacity: 1;
	visibility: visible;
}

.drop-holder:hover .drop-opener:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.drop-holder .drop-opener {
	display: inline-block;
	position: relative;
	letter-spacing: -.025em;
	color: #6b648a;
	padding-right: 17px;
	padding: 15px 25px;
}

.drop-holder .drop-opener:after {
	content: "\e900";
	font-family: "icomoon";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #6b648a;
	font-size: 6px;
}

.drop-holder li:hover > .subdrop {
	opacity: 1;
	visibility: visible;
}

.dropdown {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	background-color: #fff;
	border-radius: 3px;
	min-width: 144px;
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	z-index: 3;
}

.dropdown:after {
	content: "";
	position: absolute;
	z-index: -1;
	box-shadow: 0 8px 16px rgba(19, 0, 44, .32), 0 1px 3px rgba(19, 0, 44, .24);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.dropdown.large {
	min-width: 100%;
}

.dropdown.large > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
}

.dropdown.large .icon-wrap {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	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: 64px;
	height: 64px;
	border: 1px solid rgba(46, 105, 239, .5);
	border-radius: 9px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dropdown.large span {
	letter-spacing: -.025em;
	font-weight: 400;
}

.dropdown li {
	position: relative;
	z-index: 1;
}

.dropdown li:hover:after {
	opacity: 1;
}

.dropdown li:last-child {
	border: none;
}

.dropdown a {
	display: block;
	padding: 22px 24px;
	color: #13002c;
}

.dropdown a:hover {
	color: #47abff;
}

.dropdown a:hover .icon-wrap {
	border-color: #47abff;
}

.nav-opener {
	display: inline-block;
	width: 40px;
	height: 30px;
	position: relative;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	width: 80%;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	top: 14px;
	left: 10%;
	border-radius: 4;
}

.nav-opener:before {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.nav-opener:after {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg) translateY(0);
	-ms-transform: rotate(45deg) translateY(0);
	transform: rotate(45deg) translateY(0);
	top: 14px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg) translateY(0);
	-ms-transform: rotate(-45deg) translateY(0);
	transform: rotate(-45deg) translateY(0);
}

.nav-active .nav-opener span {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.btn {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	padding: 6px 18px 5px;
	border-radius: 3px;
	text-align: center;
}

.btn.large {
	padding: 16px 18px;
}

.btn-basic {
	border: 1px solid #47abff;
	color: #47abff;
}

.btn-basic:hover {
	background-color: #47abff;
	color: #fff;
}

.btn-cyan {
	background-color: #00bd92;
	border: 1px solid #00bd92;
}

.btn-cyan:hover {
	background-color: #fff;
	color: #00bd92;
}

.btn-green {
	background-color: #6ab345;
}

.btn-green:hover {
	background-color: #7dc05c;
	color: #fff;
}

.btn-orange {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #f25c11;
}

.btn-orange:before,
.btn-orange:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 3px;
}

.btn-orange:before {
	background-image: -webkit-linear-gradient(14deg, #f25611, #f2c811);
	background-image: linear-gradient(76deg, #f25611, #f2c811);
}

.btn-orange:after {
	opacity: 0;
	background-image: -webkit-linear-gradient(194deg, #f25611, #f2c811);
	background-image: linear-gradient(256deg, #f25611, #f2c811);
}

.btn-orange:hover {
	color: #fff;
}

.btn-orange:hover:before {
	opacity: 0;
}

.btn-orange:hover:after {
	opacity: 1;
}

.btn-primary {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #2b61dc;
	background-color: #47abff;
	box-shadow: inset 0 2px 3px rgba(255, 255, 255, .15);
	z-index: 1;
}

.btn-primary:before,
.btn-primary:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	z-index: -1;
}

.btn-primary:before {
	background-image: -webkit-linear-gradient(bottom, #2e69ef 0%, #47abff 100%);
	background-image: linear-gradient(to top, #2e69ef 0%, #47abff 100%);
}

.btn-primary:after {
	background-image: -webkit-linear-gradient(top, #2e69ef 0%, #00bd92 100%);
	background-image: linear-gradient(to bottom, #2e69ef 0%, #00bd92 100%);
	opacity: 0;
}

.btn-primary:hover {
	color: #fff;
}

.btn-primary:hover:before {
	opacity: 0;
}

.btn-primary:hover:after {
	opacity: 1;
}

.btn-link {
	border: 1px solid rgba(255, 255, 255, .33);
}

.btn-link:hover,
.btn-link:focus {
	color: #333;
	background-color: #fff;
}

.btn-form {
	-webkit-transition: box-shadow .3s ease-in-out, color .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, color .3s ease-in-out;
	color: #2e69ef;
	background-image: -webkit-linear-gradient(bottom, #f7f6fa 0%, #fff 100%);
	background-image: linear-gradient(to top, #f7f6fa 0%, #fff 100%);
	box-shadow: 0 8px 16px rgba(61, 66, 64, .08), 0 1px 3px rgba(107, 100, 138, .4);
	border-width: 0;
}

.btn-form:hover {
	box-shadow: 0 8px 16px rgba(61, 66, 64, .08), 0 3px 3px rgba(107, 100, 138, .4);
	color: #00bd92;
}

#wrapper {
	overflow: hidden;
}

.container {
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
	max-width: 1230px;
}

.hero-section {
	padding-top: 50px;
	min-height: 500px;
	background-image: url(images/img01.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100%;
}

.hero-section .text-holder {
	background-color: rgba(255, 255, 255, .85);
	padding: 10px;
	margin-left: -15px;
}

.hero-section h1 {
	letter-spacing: -.06em;
}

.hero-section h1 span {
	color: #00bd92;
}

.hero-section .drop-holder {
	background-image: -webkit-linear-gradient(bottom, #f7f6fa 0%, #fff 100%);
	background-image: linear-gradient(to top, #f7f6fa 0%, #fff 100%);
	box-shadow: 0 8px 16px rgba(61, 66, 64, .08), 0 1px 3px rgba(107, 100, 138, .4);
}

.hero-section .drop-holder .drop-opener {
	color: #7052e8;
}

.advantages {
	letter-spacing: -.025em;
	margin-bottom: 25px;
}

.advantages li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}

.advantages li:last-child {
	margin: 0;
}

.advantages li img {
	margin-right: 15px;
}

.brand-section {
	background-image: -webkit-radial-gradient(50% 55%, circle, #f5f4ff, #faf9fd);
	background-image: radial-gradient(circle at 50% 55%, #f5f4ff, #faf9fd);
	border: 1px solid #e6e3f8;
	border-width: 1px 0;
	padding: 10px 0;
}

.brand-section .headline {
	display: block;
	position: relative;
	color: #928ab0;
	letter-spacing: -.025em;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 20px;
}

.brand-section .img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.brand-section .img-wrap > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 5px;
}

.brand-section .img-wrap > div:after {
	content: "";
	position: absolute;
	background-color: rgba(146, 138, 176, .24);
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
}

.brand-section .img-wrap > div:last-child {
	padding-right: 0;
}

.brand-section .img-wrap > div:last-child:after {
	display: none;
}

.brand-section .img-wrap img {
	width: 100%;
}

.visualize-section {
	position: relative;
}

.visualize-section .img-holder {
	position: relative;
}

.visualize-section .img-holder img {
	width: 100%;
}

.visualize-section .text-holder {
	position: relative;
	padding: 20px 0;
}

.visualize-section .text-holder:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 4px;
	background-color: #47abff;
	top: 10px;
	left: 0;
}

.visualize-section h1 {
	letter-spacing: -.06em;
	margin-bottom: .5em;
}

.visualize-section h1 span {
	color: #47abff;
}

.visualize-section p {
	letter-spacing: -.025em;
}

.visualize-section .drop-holder {
	box-shadow: 0 8px 16px rgba(61, 66, 64, .08), 0 1px 3px rgba(107, 100, 138, .4);
}

.visualize-section .drop-holder .drop-opener {
	width: 100%;
	background-color: #fff;
	color: #47abff;
}

.visualize-section .schedule-point {
	position: absolute;
	left: 35.9%;
	top: 47%;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
}

.visualize-section .popup-box {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: -10px;
	left: 13px;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(19, 0, 44, .32), 0 1px 2px rgba(19, 0, 44, .24);
	width: 250px;
	padding: 10px;
	letter-spacing: -.025em;
	line-height: 1.35;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	font-size: 12px;
	border-radius: 3px;
	-webkit-transform-origin: 50% 130%;
	-ms-transform-origin: 50% 130%;
	transform-origin: 50% 130%;
}

.visualize-section .popup-box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #fff transparent transparent;
	top: 100%;
	left: 41.5%;
}

.visualize-section .popup-box .img-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.visualize-section .popup-box img {
	width: 36px;
	height: 32px;
}

.integration-section {
	background-image: -webkit-linear-gradient(133deg, #6444d0 0%, #13002c 100%);
	background-image: linear-gradient(-43deg, #6444d0 0%, #13002c 100%);
	padding: 50px 0;
	text-align: center;
	overflow: hidden;
}

.integration-section h1 {
	color: #fff;
	font-weight: 400;
	letter-spacing: -.06em;
	margin-bottom: 1em;
}

.integration-section h3 {
	font-weight: 400;
	letter-spacing: -.025em;
	margin-bottom: .5em;
}

.integration-section .items-row {
	margin-bottom: 30px;
}

.integration-section .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 6px;
	padding: 10px;
	box-shadow: 0 8px 16px rgba(19, 0, 44, .32), 0 1px 3px rgba(19, 0, 44, .24);
	letter-spacing: -.025em;
	width: 100%;
}

.integration-section .item p {
	line-height: 1.35;
}

.integration-section .img-row {
	position: relative;
	padding: 15px 25px 23px;
	margin-bottom: 26px;
}

.integration-section .img-row:before {
	content: "";
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	top: 43px;
	height: 6px;
	width: 62px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDYzIDciPjxkZWZzPjxwYXRoIGlkPSJnZHhlYSIgZD0iTTMxMS40NSAxNjYzLjAybC0uMDUtLjMxLS4xMi0uMy0uMi0uMjUtLjI1LS4yLS4zLS4xMi0uMzEtLjA0LS4zMi4wNC0uMy4xMy0uMjUuMTktLjIuMjUtLjEyLjMtLjA0LjMxLjA0LjMyLjEzLjMuMi4yNS4yNC4yLjMuMTIuMzIuMDQuMzItLjA0LjMtLjEyLjI0LS4yLjItLjI1LjEyLS4zeiIvPjxwYXRoIGlkPSJnZHhlYiIgZD0iTTMwMS45IDE2NjIuNzdsLS4wNi0uNTYtLjIyLS41Mi0uMzUtLjQ1LS40NS0uMzUtLjUzLS4yMi0uNTYtLjA3LS41Ny4wNy0uNTIuMjItLjQ1LjM1LS4zNS40NS0uMjIuNTItLjA3LjU2LjA3LjU3LjIyLjUyLjM1LjQ1LjQ1LjM1LjUyLjIxLjU3LjA4LjU2LS4wOC41My0uMjEuNDUtLjM1LjM1LS40NS4yMi0uNTJ6Ii8+PHBhdGggaWQ9ImdkeGVjIiBkPSJNMjg5LjgxIDE2NjIuNzVsLS4wOS0uNzItLjI4LS42Ni0uNDMtLjU3LS41Ny0uNDMtLjY3LS4yNy0uNy0uMS0uNzIuMS0uNjcuMjctLjU2LjQzLS40NC41Ny0uMjguNjYtLjA5LjcyLjA5LjcuMjguNjcuNDQuNTcuNTYuNDMuNjcuMjcuNzEuMS43MS0uMS42Ny0uMjcuNTctLjQzLjQzLS41Ny4yOC0uNjZ6Ii8+PHBhdGggaWQ9ImdkeGVkIiBkPSJNMjc3LjE3IDE2NjIuNzVsLS4wOS0uNzItLjI4LS42Ni0uNDMtLjU3LS41Ny0uNDMtLjY3LS4yNy0uNy0uMS0uNzIuMS0uNjcuMjctLjU2LjQzLS40NC41Ny0uMjguNjYtLjA5LjcyLjA5LjcuMjguNjcuNDQuNTcuNTYuNDMuNjcuMjguNzEuMDkuNzEtLjA5LjY3LS4yOC41Ny0uNDMuNDMtLjU3LjI4LS42NnoiLz48cGF0aCBpZD0iZ2R4ZWUiIGQ9Ik0yNjMuOTkgMTY2Mi43N2wtLjA3LS41Ni0uMjItLjUyLS4zNS0uNDUtLjQ1LS4zNS0uNTMtLjIyLS41Ni0uMDctLjU3LjA3LS41Mi4yMi0uNDUuMzUtLjM1LjQ1LS4yMi41Mi0uMDcuNTYuMDcuNTcuMjIuNTIuMzUuNDUuNDUuMzUuNTIuMjEuNTcuMDcuNTYtLjA3LjUzLS4yMS40NS0uMzUuMzUtLjQ1LjIyLS41MnoiLz48cGF0aCBpZD0iZ2R4ZWYiIGQ9Ik0yNTIuNDYgMTY2My4wMmwtLjA1LS4zMS0uMTItLjMtLjItLjI1LS4yNS0uMi0uMy0uMTItLjMxLS4wNC0uMzIuMDQtLjMuMTMtLjI1LjE5LS4yLjI1LS4xMi4zLS4wNC4zMS4wNC4zMi4xMy4zLjIuMjUuMjQuMi4zLjEyLjMyLjA0LjMyLS4wNC4zLS4xMi4yNC0uMi4yLS4yNS4xMi0uM3oiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI0OSAtMTY1OSkiPjxnPjx1c2UgZmlsbD0iI2RmZGRlZiIgeGxpbms6aHJlZj0iI2dkeGVhIi8+PHVzZSBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjUwIiBzdHJva2Utb3BhY2l0eT0iLjE4IiBzdHJva2Utd2lkdGg9Ii41IiB4bGluazpocmVmPSIjZ2R4ZWEiLz48L2c+PGc+PHVzZSBmaWxsPSIjZGZkZGVmIiB4bGluazpocmVmPSIjZ2R4ZWIiLz48dXNlIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iNTAiIHN0cm9rZS1vcGFjaXR5PSIuMzEiIHN0cm9rZS13aWR0aD0iLjUiIHhsaW5rOmhyZWY9IiNnZHhlYiIvPjwvZz48Zz48dXNlIGZpbGw9IiNkZmRkZWYiIHhsaW5rOmhyZWY9IiNnZHhlYyIvPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgc3Ryb2tlLW9wYWNpdHk9Ii40IiBzdHJva2Utd2lkdGg9Ii41IiB4bGluazpocmVmPSIjZ2R4ZWMiLz48L2c+PGc+PHVzZSBmaWxsPSIjZGZkZGVmIiB4bGluazpocmVmPSIjZ2R4ZWQiLz48dXNlIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iNTAiIHN0cm9rZS1vcGFjaXR5PSIuNCIgc3Ryb2tlLXdpZHRoPSIuNSIgeGxpbms6aHJlZj0iI2dkeGVkIi8+PC9nPjxnPjx1c2UgZmlsbD0iI2RmZGRlZiIgeGxpbms6aHJlZj0iI2dkeGVlIi8+PHVzZSBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9IjAiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjUwIiBzdHJva2Utb3BhY2l0eT0iLjMxIiBzdHJva2Utd2lkdGg9Ii41IiB4bGluazpocmVmPSIjZ2R4ZWUiLz48L2c+PGc+PHVzZSBmaWxsPSIjZGZkZGVmIiB4bGluazpocmVmPSIjZ2R4ZWYiLz48dXNlIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iNTAiIHN0cm9rZS1vcGFjaXR5PSIuMTgiIHN0cm9rZS13aWR0aD0iLjUiIHhsaW5rOmhyZWY9IiNnZHhlZiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
}

.integration-section .img-row:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #dfddef;
	opacity: .5;
	height: 2px;
	width: calc(100% + 20px);
}

.integration-section .img-row > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.integration-section .img-row .img-wrap span {
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -.025em;
}

.integration-section .img-row .icon-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;
	border: 1px solid #dfddef;
	border-radius: 9px;
	width: 64px;
	height: 64px;
	margin-bottom: 11px;
}

.integration-section .btn-holder {
	padding-top: 4px;
}

.integration-section .btn-primary {
	width: 100%;
}

.integration-section .btn-link {
	position: relative;
	font-weight: 400;
	letter-spacing: -.025em;
	border-radius: 6px;
	padding-right: 32px;
}

.integration-section .btn-link:after {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 5px;
}

.visual-section {
	padding: 80px 0 20px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 100% 100%;
}

.visual-section.green-theme {
	background-image: url(images/img10.png);
}

.visual-section.green-theme .form-holder h2 strong:after {
	color: #6ab345;
}

.visual-section.yellow-theme {
	background-image: url(images/img18.png);
}

.visual-section.yellow-theme .form-holder {
	border-color: #f2c811;
}

.visual-section.yellow-theme .form-holder h2 strong:after {
	color: #f2c811;
}

.visual-section.orange-theme {
	background-image: url(images/img21.png);
}

.visual-section.orange-theme .form-holder {
	border-color: #f25c11;
}

.visual-section.orange-theme .form-holder h2 strong:after {
	color: #f25c11;
}

.visual-section .text-holder {
	letter-spacing: -.025em;
}

.visual-section .subheading {
	display: block;
	margin-bottom: 12px;
}

.visual-section h1 {
	letter-spacing: -.06em;
}

.visual-section .btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.visual-section .btn-row .btn-play {
	-webkit-transition: box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, transform .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-linear-gradient(bottom, #f7f6fa 0%, #fff 100%);
	background-image: linear-gradient(to top, #f7f6fa 0%, #fff 100%);
	box-shadow: 0 8px 16px rgba(61, 66, 64, .08), 0 1px 3px rgba(107, 100, 138, .4);
	border-radius: 28px;
	color: #7052e8;
	font-size: 18px;
	letter-spacing: -.025em;
	padding: 13px 19px;
	margin: 0 0 15px;
}

.visual-section .btn-row .btn-play:hover {
	box-shadow: 0 8px 16px rgba(61, 66, 64, .08), 0 3px 3px rgba(107, 100, 138, .4);
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.visual-section .btn-row .play-icon {
	margin-right: 14px;
}

.form-holder {
	padding: 15px;
	border-top: 8px solid #6ab345;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(bottom, #f5f3f9 0%, #fff 100%);
	background-image: linear-gradient(to top, #f5f3f9 0%, #fff 100%);
	box-shadow: 0 8px 32px rgba(19, 0, 44, .12), 0 1px 3px rgba(19, 0, 44, .24);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form-holder h2 {
	font-family: "aktiv-grotesk", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.06em;
	text-align: center;
	margin-bottom: 1.3em;
}

.form-holder h2 strong {
	position: relative;
	font-family: "aktiv-grotesk-condensed", "Helvetica Neue", "Helvetica", sans-serif;
}

.form-holder h2 strong:after {
	content: "\e902";
	position: absolute;
	font-family: "icomoon";
	bottom: -6px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	font-size: 8px;
}

.form-holder label span {
	display: block;
	margin-bottom: 5px;
}

.form-holder .btn-wrap {
	padding: 10px 0 9px;
}

.form-holder .btn {
	width: 100%;
}

.form-holder .disclaimer {
	color: #504963;
	letter-spacing: -.025em;
	display: block;
	text-align: center;
	opacity: .66;
}

.form-row {
	margin-bottom: 1.063em;
}

.form-row > [class*=col] {
	display: block;
}

.form-row > [class*=col]:last-child {
	margin: 0;
}

.form-group {
	margin-bottom: 1.063em;
}

.play-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHBhdGggaWQ9IjFvbWxhIiBkPSJNMTIzLjgzIDU2OS45N3YtMTMuOTNsMTEuODEgNi45NnpNMTI4IDU0N2MtOC44MiAwLTE2IDcuMTgtMTYgMTZzNy4xOCAxNiAxNiAxNiAxNi03LjE4IDE2LTE2LTcuMTgtMTYtMTYtMTZ6Ii8+PGxpbmVhckdyYWRpZW50IGlkPSIxb21sYiIgeDE9IjEyOCIgeDI9IjEyOCIgeTE9IjU3OSIgeTI9IjU0Ny4yNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzIzMDBhZiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzcwNTJlOCIvPjwvbGluZWFyR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSIxb21sYyI+PHVzZSBmaWxsPSIjZmZmIiB4bGluazpocmVmPSIjMW9tbGEiLz48L2NsaXBQYXRoPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEyIC01NDcpIj48dXNlIGZpbGw9InVybCgjMW9tbGIpIiB4bGluazpocmVmPSIjMW9tbGEiLz48dXNlIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjMzBmIiBzdHJva2UtbWl0ZXJsaW1pdD0iNTAiIHN0cm9rZS13aWR0aD0iMiIgY2xpcC1wYXRoPSJ1cmwoJnF1b3Q7IzFvbWxjJnF1b3Q7KSIgeGxpbms6aHJlZj0iIzFvbWxhIi8+PC9nPjwvZz48L3N2Zz4=);
	background-size: cover;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.link {
	color: #928ab0;
	font-size: 18px;
}

.about-section {
	padding: 20px 0;
	background-image: url(images/img13.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.about-section.yellow-theme {
	background-image: url(images/img19.png);
}

.about-section.orange-theme {
	background-image: url(images/img22.png);
}

.about-section.inner h1 {
	font-weight: 700;
}

.about-section .text-holder {
	position: relative;
	letter-spacing: -.025em;
}

.about-section .text-holder:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 15px;
	width: 160px;
	height: 4px;
	background-color: #7052e8;
}

.about-section .text-holder .two-cols {
	margin-bottom: -1em;
}

.about-section .text-holder p {
	line-height: 1.8;
}

.about-section h1 {
	font-weight: 400;
	letter-spacing: -.06em;
	margin-bottom: .5em;
}

.advantages-section {
	padding: 30px 0;
	position: relative;
}

.advantages-section .bg-img {
	position: absolute;
	right: 0;
	top: calc(-100% + 66%);
	bottom: calc(-100% + 65.5%);
	z-index: -1;
}

.advantages-section .bg-img img {
	height: 100%;
	max-width: none;
}

.advantages-section .text-holder {
	position: relative;
	letter-spacing: -.025em;
}

.advantages-section .text-holder:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 15px;
	width: 160px;
	height: 4px;
	background-color: #2e69ef;
}

.advantages-section .text-holder p {
	line-height: 1.8;
}

.advantages-section h1 {
	font-weight: 400;
	letter-spacing: -.06em;
	margin-bottom: .45em;
}

.advantages-section h1 strong {
	color: #2e69ef;
}

.advantages-section .btn-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.advantages-section .btn-form {
	margin-bottom: 15px;
	font-weight: 400;
}

.advantages-section .link {
	display: inline-block;
	font-size: 16px;
}

.advantages-section .advantages-list {
	letter-spacing: -.025em;
}

.advantages-section .advantages-list > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 15px;
	box-shadow: 0 8px 16px rgba(19, 0, 44, .32), 0 1px 3px rgba(19, 0, 44, .24);
	border-radius: 3px;
	background-color: #fff;
	line-height: 1.35;
	margin-bottom: 10px;
}

.advantages-section .advantages-list > div:last-child {
	margin: 0;
}

.advantages-section .advantages-list .img-wrap {
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 38px;
	height: 38px;
}

.faq-section {
	padding: 30px 0;
	background-image: -webkit-linear-gradient(134deg, rgba(112, 82, 232, .8) 0%, rgba(0, 187, 223, .8) 100%);
	background-image: linear-gradient(-44deg, rgba(112, 82, 232, .8) 0%, rgba(0, 187, 223, .8) 100%);
}

.faq-section.alt .container {
	max-width: 1230px;
}

.faq-section.alt .add-text {
	display: block;
	text-align: center;
}

.faq-section .container {
	max-width: 1097px;
}

.faq-section h1 {
	font-weight: 400;
	letter-spacing: -.06em;
	text-align: center;
	color: #fff;
}

.faq-section .table-head > * {
	width: 33.33%;
	text-align: center;
	padding: 25px 10px 13px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(left, rgba(238, 237, 243, .5) 0%, rgba(255, 255, 255, .5) 100%);
	background-image: linear-gradient(to right, rgba(238, 237, 243, .5) 0%, rgba(255, 255, 255, .5) 100%);
	border-top: 7px solid #ebe9ee;
}

.faq-section .table-head > *:first-child {
	text-align: right;
	border-radius: 6px 0 0 0;
}

.faq-section .table-head > *:nth-child(2) {
	padding-top: 17px;
	position: relative;
	border-color: #7052e8;
	border-radius: 6px 6px 0 0;
	background-image: none;
	border-bottom: 1px solid #97d5c7;
	box-shadow: 0 8px 32px rgba(19, 0, 44, .12), 0 1px 3px rgba(19, 0, 44, .24);
}

.faq-section .table-head > *:last-child {
	border-radius: 0 6px 0 0;
}

.faq-section .table-head .img-wrap {
	margin-bottom: 11px;
}

.faq-section .table-wrap {
	border-radius: 0 0 6px 6px;
	position: relative;
	z-index: 1;
}

.faq-section .table-row {
	background-color: #fff;
	letter-spacing: -.025em;
}

.faq-section .table-row:nth-child(odd) .question {
	background: transparent;
}

.faq-section .table-row > * {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

.faq-section .table-row > *:first-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.faq-section .table-row > *:nth-child(2) {
	background-image: -webkit-linear-gradient(141deg, rgba(24, 144, 205, .06) 0%, rgba(5, 231, 194, .06) 58%, rgba(75, 255, 175, .06) 100%);
	background-image: linear-gradient(-51deg, rgba(24, 144, 205, .06) 0%, rgba(5, 231, 194, .06) 58%, rgba(75, 255, 175, .06) 100%);
}

.faq-section .table-row .question {
	background-image: -webkit-linear-gradient(right, #eeedf3 0%, #fff 100%);
	background-image: linear-gradient(270deg, #eeedf3 0%, #fff 100%);
	border-bottom: 1px solid rgba(215, 212, 222, .75);
}

.faq-section .table-row .answer {
	border-bottom: 1px solid #97d5c7;
	color: #00bd92;
}

.faq-section .table-row .answer.other {
	border-bottom: 1px solid rgba(215, 212, 222, .75);
	color: #333;
}

.faq-section .table-row .answer.bad {
	color: #de2e37;
}

.faq-section .table-row .answer.good {
	color: #00bd92;
	background-image: -webkit-linear-gradient(141deg, rgba(24, 144, 205, .06) 0%, rgba(5, 231, 194, .06) 58%, rgba(75, 255, 175, .06) 100%);
	background-image: linear-gradient(-51deg, rgba(24, 144, 205, .06) 0%, rgba(5, 231, 194, .06) 58%, rgba(75, 255, 175, .06) 100%);
}

.faq-section .btn-box {
	position: relative;
	z-index: 1;
	text-align: center;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	padding: 24px 25px;
	box-shadow: 0 8px 32px rgba(19, 0, 44, .12), 0 1px 3px rgba(19, 0, 44, .24);
	margin-bottom: 25px;
}

.faq-section .btn-box .btn {
	display: block;
	width: 100%;
}

.faq-section .add-text {
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	letter-spacing: -.025em;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox-demo {
	padding: 5px;
	width: 300px;
}

.lightbox-demo h2 {
	margin: 0 0 10px;
}

.lightbox-demo p {
	margin: 0;
}

.viewport-section {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
}

.viewport-section.in-viewport {
	opacity: 1;
}

.viewport-section.in-viewport .viewport-elem1 {
	-webkit-animation: fade-in ease-in-out 800ms;
	animation: fade-in ease-in-out 800ms;
}

.viewport-section.in-viewport .viewport-elem2 {
	-webkit-animation: fade-in ease-in-out 1.3s;
	animation: fade-in ease-in-out 1.3s;
}

.viewport-section.in-viewport .viewport-elem3 {
	-webkit-animation: fade-in ease-in-out 1.6s;
	animation: fade-in ease-in-out 1.6s;
}

.viewport-section.in-viewport .viewport-elem4 {
	-webkit-animation: fade-in ease-in-out 3s;
	animation: fade-in ease-in-out 3s;
}

.viewport-section.in-viewport .viewport-elem5 {
	-webkit-animation: movebox ease-in-out 800ms;
	animation: movebox ease-in-out 800ms;
}

.viewport-section.in-viewport .viewport-elem6 {
	-webkit-animation: movebox ease-in-out 1.3s;
	animation: movebox ease-in-out 1.3s;
}

.viewport-section.in-viewport .viewport-elem7 {
	-webkit-animation: movebox ease-in-out 1.6s;
	animation: movebox ease-in-out 1.6s;
}

.viewport-section.in-viewport .viewport-elem8 {
	-webkit-animation: movebox ease-in-out 3s;
	animation: movebox ease-in-out 3s;
}



.content-section #content:only-child {
	width: 100%;
}

.tab-section {
	background-image: -webkit-linear-gradient(top, #eae7f3, #fff);
	background-image: linear-gradient(to bottom, #eae7f3, #fff);
	padding: 30px 0;
	letter-spacing: -.025em;
}

.tab-section .btn-form {
	color: #2e69ef;
	position: relative;
	letter-spacing: -.025em;
	border-radius: 6px;
	padding-right: 32px;
	background-image: -webkit-linear-gradient(bottom, #f7f6fa 0%, #fff 100%);
	background-image: linear-gradient(to top, #f7f6fa 0%, #fff 100%);
	min-width: 220px;
	padding: 9px 28px 9px 15px;
}

.tab-section .btn-form:hover {
	color: #00bd92;
}

.tab-section .btn-form:after {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 5px;
}

.tab-section .bold-text {
	text-transform: uppercase;
	font-weight: 700;
}

.tab-section .tabset {
	max-width: 340px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}

.tab-section .tabset li {
	display: block;
	color: #333;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.tab-section .tabset li a {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	background-color: #ece9f4;
	color: #333;
	outline: none;
	border: 1px solid #dad5e3;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

.tab-section .tabset .desktop-link {
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}

.tab-section .tabset .desktop-link:hover {
	color: #7052e8;
}

.tab-section .tabset .desktop-link.active {
	background: #fff;
	color: #7052e8;
}

.tab-section .tabset .server-link {
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}

.tab-section .tabset .server-link:hover {
	color: #00bd92;
}

.tab-section .tabset .server-link.active {
	background: #fff;
	color: #00bd92;
}

.tab-section .tab-content {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.tab-section .tab-content .text-holder {
	margin: 0 auto;
}

.tab-section .tab-content h2 {
	color: #333;
	font-weight: 400;
	letter-spacing: -.06em;
}

.tab-section .tab-content h2 .green-text {
	font-weight: 600;
}

.tab-section .tab-content .first-tab .caption-holder {
	margin-bottom: 4px;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.green-text {
	color: #00bd92;
}

.purple-text {
	color: #7052e8;
}

.free-text {
	font-family: "ff-meta-web-pro", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	font-weight: 600;
}

.cash-text {
	font-style: normal;
	font-family: "ff-meta-web-pro", "Helvetica Neue", "Helvetica", sans-serif;
}

.caption-holder {
	margin-bottom: 15px;
}

.paragraph-holder {
	padding: 15px 0 35px;
	max-width: 517px;
	margin: 0 auto;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}

.diagram-holder {
	max-width: 968px;
}

.diagram-holder img {
	display: block;
}

.diagram-holder.additional-img-holder {
	max-width: 792px;
	margin-top: -10px;
}

.tab-content.transition {
	-webkit-transition: height .3s ease;
	transition: height .3s ease;
}

.fade-tabset .tab,
.fade-tabset .faq-holder,
.fade-tabset .cards-holder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.fade-tabset .tab.active,
.fade-tabset .faq-holder.active,
.fade-tabset .cards-holder.active {
	opacity: 1;
}

.tab {
	overflow: hidden;
	width: 100%;
}

.custom-tabset .tab {
	color: #fc0;
	-webkit-transform: rotate(-18deg) scale(.75) translateX(-5%);
	-ms-transform: rotate(-18deg) scale(.75) translateX(-5%);
	transform: rotate(-18deg) scale(.75) translateX(-5%);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.credit-holder {
	display: block;
	padding: 18px 0;
	color: #504963;
}

.about-hero-section {
	padding: 75px 0 20px;
}

.about-hero-section .text-holder {
	text-align: center;
	margin-bottom: 25px;
}

.about-hero-section h1 {
	letter-spacing: -.06em;
	max-width: 650px;
	margin: 0 auto .41em;
}

.about-hero-section .subheading {
	line-height: 1.5;
}

.about-hero-section .img-holder img {
	display: block;
	margin: 0 auto;
}

.description-section {
	padding-top: 20px;
}

.description-section .link-row {
	padding: 15px 0;
	border: 1px solid #f2f1fc;
	border-width: 1px 0 1px 0;
	text-align: center;
}

.description-section .link-row a {
	font-weight: 700;
	margin-right: 10px;
}

.description-section .link-row a:last-child {
	margin: 0;
}

.description-section .two-cols {
	padding-top: 40px;
	border-bottom: 1px solid #f2f1fc;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.description-section .two-cols:last-child {
	border: none;
}

.description-section .two-cols.company {
	background-image: -webkit-linear-gradient(344deg, rgba(46, 105, 239, 0), rgba(46, 105, 239, 0) 50%, rgba(46, 105, 239, .05), rgba(0, 176, 213, .05));
	background-image: linear-gradient(106deg, rgba(46, 105, 239, 0), rgba(46, 105, 239, 0) 50%, rgba(46, 105, 239, .05), rgba(0, 176, 213, .05));
}

.description-section .two-cols.team {
	padding: 40px 0;
}

.description-section .two-cols.team h2:after {
	background-color: #2e69ef;
	width: 200px;
}

.description-section .img-holder {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.description-section .text-holder {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.description-section .text-holder:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, .85);
}

.description-section .text-holder:last-child {
	padding-left: 10px;
}

.description-section h2 {
	position: relative;
	letter-spacing: -.06em;
}

.description-section h2:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 160px;
	height: 3px;
	background-color: #7052e8;
}

.description-section p {
	line-height: 1.6;
}

.description-section p:last-child {
	margin: 0;
}

.hire-section {
	padding: 30px 0;
	color: #fff;
	background-image: -webkit-linear-gradient(161deg, #6444d0, #13002c);
	background-image: linear-gradient(289deg, #6444d0, #13002c);
}

.hire-section .two-cols > *:last-child {
	margin: 0;
}

.hire-section .two-cols .right-col a {
	font-size: 18px;
}

.hire-section .two-cols .right-col a:before {
	content: "";
	position: absolute;
	bottom: 7px;
	right: -60px;
	width: 25px;
	height: 7px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMjUgNyI+ICAgIDxnIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cGF0aCBkPSJNMCAzaDIwdjFIMHoiLz4gICAgICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTI1IDMuNUwyMCAwdjd6Ii8+ICAgIDwvZz48L3N2Zz4=);
}

.hire-section h2 {
	letter-spacing: -.06em;
}

.hire-section .contacts-row > div {
	position: relative;
	padding-left: 13px;
	line-height: 1.35;
	margin-bottom: 15px;
}

.hire-section .contacts-row > div:last-child {
	margin: 0;
}

.hire-section .contacts-row > div:after {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 90%;
	background-color: #979797;
	top: 0;
}

.hire-section .contacts-row .headline {
	display: block;
	font-size: 18px;
	margin-bottom: 9px;
}

.hire-section .contacts-row a {
	font-size: 17px;
}

.hire-section p {
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.hire-section a {
	position: relative;
	color: #fff;
}

.hire-section a:after {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #fff;
	left: 0;
	bottom: -1px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.hire-section a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.hire-section address {
	font-style: normal;
	font-size: 17px;
	margin: 0;
}

.hire-section h5 {
	position: relative;
	font-family: "aktiv-grotesk", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.02em;
}

.hire-section h5:after {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 160px;
	height: 3px;
	background-color: #7052e8;
}

.clients-logo-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
}

.clients-logo-row:last-child {
	margin: 0;
}

.clients-logo-row li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
}

.clients-logo-row li:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(146, 138, 176, .24);
	right: 5px;
	top: 0;
}

.clients-logo-row li:last-child {
	padding-right: 10px;
}

.clients-logo-row li:last-child:after {
	display: none;
}

.clients-logo-row a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.clients-logo-row a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.clients-logo-row a img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.case-studies-section {
	background-image: url(images/img31.jpg);
	background-size: cover;
	background-position: center;
	padding: 30px 0;
}

.case-studies-section h1 {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	font-weight: 400;
	letter-spacing: -.06em;
	margin-bottom: 1em;
}

.case-studies-section .three-cols {
	position: relative;
	z-index: 1;
}

.case-studies-section .three-cols:after {
	content: "";
	position: absolute;
	background-image: url(images/img30.png);
	background-size: 100% 100%;
	width: 251px;
	height: 260px;
	right: -72px;
	top: -92px;
	z-index: -1;
}

.case-studies-section .three-cols > *:last-child {
	margin: 0;
}

.case-studies-section .item-box {
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 8px 16px 0 rgba(19, 0, 44, .32), 0 1px 3px 0 rgba(19, 0, 44, .24);
	padding: 34px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.case-studies-section .item-box h3 {
	font-weight: 400;
	margin-bottom: 1.1em;
	letter-spacing: -.02em;
}

.case-studies-section .item-box p {
	letter-spacing: -.025em;
	line-height: 1.35;
}

.case-studies-section .item-box p:last-child {
	margin-bottom: 2em;
}

.case-studies-section .item-box a {
	color: #2e69ef;
	font-weight: 700;
	letter-spacing: -.025em;
}

.case-studies-section .item-box a:hover {
	color: #759cf4;
}

.case-studies-section .img-holder {
	margin: 0 -15px 20px;
}

.headline-section {
	background-image: -webkit-linear-gradient(188deg, #451c99, #7052e8 52%, #00b0d5);
	background-image: linear-gradient(262deg, #451c99, #7052e8 52%, #00b0d5);
	margin-top: 50px;
	text-align: center;
	color: #fff;
	padding: 51px 0;
}

.headline-section h1 {
	letter-spacing: -.06em;
}

.headline-section h1:last-child {
	margin: 0;
}

.cards-section {
	padding: 30px 0;
}

.cards-section.learn-page {
	padding: 40px 0 10px;
}

.cards-section.learn-page .container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cards-section.learn-page .headline {
	width: 100%;
	margin-bottom: 17px;
}

.cards-section.learn-page h2 {
	position: relative;
	letter-spacing: -.06em;
}

.cards-section.learn-page h2:after {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	height: 3px;
	width: 150px;
	background-color: #2e69ef;
}

.cards-section .link {
	letter-spacing: -.025em;
	color: #2e69ef;
}

.cards-section .link:after {
	content: "\e901";
	font-family: "icomoon";
	display: inline-block;
	font-size: 6px;
	vertical-align: middle;
	margin-left: 20px;
}

.cards-section .link:hover {
	color: #6ab345;
}

.cards-section aside p {
	letter-spacing: -.025em;
	line-height: 1.7;
	color: #504963;
}

.cards-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	width: 100%;
}

.card-box .card-inner {
	-webkit-transition: color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, transform .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, transform .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 100%;
	position: relative;
	box-shadow: 0 9px 15px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .15);
	background-image: -webkit-linear-gradient(134deg, #4e7eea 0%, #1440a4 100%);
	background-image: linear-gradient(-44deg, #4e7eea 0%, #1440a4 100%);
	padding: 36px 15px 120px;
	color: #fff;
	overflow: hidden;
	min-height: 250px;
	line-height: 1.3;
	z-index: 1;
}

.card-box .card-inner:before {
	content: "";
	position: absolute;
	width: 120%;
	height: 120px;
	-webkit-transform: rotate(-10deg) translateX(-50%);
	-ms-transform: rotate(-10deg) translateX(-50%);
	transform: rotate(-10deg) translateX(-50%);
	background-color: #fff;
	z-index: 1;
	bottom: 0;
	left: 50%;
}

.card-box .card-inner:after {
	content: "";
	position: absolute;
	content: "";
	position: absolute;
	background-image: url(images/img30.png);
	background-size: 100% 100%;
	width: 251px;
	height: 260px;
	left: 50%;
	top: 80px;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.card-box .card-inner:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 9px 15px 3px rgba(0, 0, 0, .2), 0 2px 4px 3px rgba(0, 0, 0, .15);
}

.card-box p {
	font-size: 18px;
	font-weight: 700;
	font-family: "ff-meta-web-pro", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.04em;
}

.side-nav li {
	margin-bottom: 15px;
	letter-spacing: -.025em;
}

.side-nav li:last-child {
	margin: 0;
}

.side-nav li.active a {
	color: #2e69ef;
}

.side-nav li.active a:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.side-nav a {
	position: relative;
	padding-left: 13px;
}

.side-nav a:hover,
.side-nav a:focus {
	color: #2e69ef;
}

.side-nav a:before {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #2e69ef;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.nav-links .page-numbers {
	-webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, border .3s ease-in-out;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 30px;
	height: 30px;
	border: 1px solid #2e69ef;
	margin-right: 6px;
	color: #120F2C;
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
	font-size: 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;

}

.nav-links .page-numbers:last-child {
	margin: 0;
}

.nav-links .page-numbers.current {
	border-color: #5733BB;
    color: #fff;
    background-color: #5733BB;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    opacity: 1;
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
}

.nav-links a.page-numbers:hover {
	border-color: #333;
	color: #333;
	opacity: 1;
}

.questions-section {
	padding: 30px 0;
}

.faq-holder {
	padding-bottom: 25px;
}

.faq-holder > div {
	border-bottom: 1px solid #dfddef;
	padding: 8px 0;
}

.faq-holder > div:first-child {
	padding-top: 0;
}

.faq-holder > div:last-child {
	border: none;
}

.faq-holder > div.active .opener:after {
	-webkit-transform: scale(1, -1) translateY(-50%);
	-ms-transform: scale(1, -1) translateY(-50%);
	transform: scale(1, -1) translateY(-50%);
}

.faq-holder .opener {
	position: relative;
	display: block;
	letter-spacing: -.025em;
	padding-right: 30px;
}

.faq-holder .opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "\e904";
	font-family: "icomoon";
	position: absolute;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	font-size: 8px;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.faq-holder .slide {
	padding-top: 10px;
}

.faq-holder .slide p {
	letter-spacing: -.025em;
	margin-bottom: .5em;
}

.faq-holder .slide p:last-child {
	margin: 0;
}

.learn-hero-section .inner-box {
	padding: 80px 0 150px;
}

.learn-hero-section h1 {
	letter-spacing: -.06em;
	margin-bottom: .17em;
}

.learn-hero-section p {
	letter-spacing: -.025em;
	line-height: 1.7;
}

.learn-hero-section .container {
	position: relative;
	z-index: 2;
}

.learn-hero-section .text-holder {
	max-width: 550px;
}

.learn-hero-section .img-holder {
	position: absolute;
	bottom: 0;
	right: -8px;
	text-align: right;
	z-index: -1;
}

.learn-hero-section .drop-holder {
	background-image: -webkit-linear-gradient(bottom, #f7f6fa 0%, #fff 100%);
	background-image: linear-gradient(to top, #f7f6fa 0%, #fff 100%);
	box-shadow: 0 8px 16px rgba(61, 66, 64, .08), 0 1px 3px rgba(107, 100, 138, .4);
}

.learn-hero-section .drop-holder .drop-opener {
	width: 100%;
}

.blog-posts-section {
	padding: 20px 0 40px;
}

.blog-posts-section .headline {
	width: 100%;
	margin-bottom: 25px;
}

.blog-posts-section h2 {
	position: relative;
	letter-spacing: -.06em;
}

.blog-posts-section h2:after {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	height: 3px;
	width: 70px;
	background-color: #7052e8;
}

.blog-posts-section .link {
	letter-spacing: -.025em;
	color: #2e69ef;
}

.blog-posts-section .link:after {
	content: "\e901";
	font-family: "icomoon";
	display: inline-block;
	font-size: 6px;
	vertical-align: middle;
	margin-left: 20px;
}

.blog-posts-section .link:hover {
	color: #6ab345;
}

.blog-posts-section .blog-box {
	margin-bottom: 15px;
}

.blog-posts-section .blog-box:last-child {
	margin: 0;
}

.blog-posts-section .blog-box > a {
	-webkit-transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
	padding: 0 20px 20px;
	color: #504963;
}

.blog-posts-section .blog-box > a:hover {
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, .5);
}

.blog-posts-section .blog-box > a:hover img {
	-webkit-transition: -webkit-transform 2s ease-in-out;
	transition: -webkit-transform 2s ease-in-out;
	transition: transform 2s ease-in-out;
	transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-posts-section .blog-box .caption {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: .6em;
}

.blog-posts-section .blog-box .img-wrap {
	overflow: hidden;
	margin: 0 -20px 19px;
}

.blog-posts-section .blog-box .img-wrap img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 100%;
}

.blog-posts-section .blog-box span {
	display: block;
	font-size: 14px;
}

.faq-condeced-section {
	padding: 30px 0;
	background-image: -webkit-linear-gradient(top, #eae7f3, #fff);
	background-image: linear-gradient(to bottom, #eae7f3, #fff);
}

.faq-condeced-section .container {
	max-width: 1032px;
}

.faq-condeced-section h2 {
	position: relative;
	font-family: "aktiv-grotesk", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	letter-spacing: -.06em;
	margin-bottom: .78em;
}

.faq-condeced-section h2:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #7052e8;
}

.faq-condeced-section aside p {
	font-size: 18px;
	letter-spacing: -.025em;
}

.faq-condeced-section .link {
	letter-spacing: -.025em;
	color: #2e69ef;
}

.faq-condeced-section .link:after {
	content: "\e901";
	font-family: "icomoon";
	display: inline-block;
	font-size: 6px;
	vertical-align: middle;
	margin-left: 20px;
}

.faq-condeced-section .link:hover {
	color: #6ab345;
}

.faq-condeced-section .faq-holder {
	padding: 0;
}

.license-activation-section {
	padding: 30px 0;
	background-image: -webkit-linear-gradient(133deg, #6444d0 0%, #13002c 100%);
	background-image: linear-gradient(-43deg, #6444d0 0%, #13002c 100%);
	color: #fff;
	text-align: center;
}

.license-activation-section h2 {
	letter-spacing: -.06em;
	margin-bottom: .35em;
}

.license-activation-section p {
	font-size: 18px;
	letter-spacing: -.025em;
	margin-bottom: 2.65em;
}

.license-activation-section .btn-link {
	position: relative;
	font-weight: 400;
	letter-spacing: -.025em;
	border-radius: 6px;
	padding-right: 32px;
}

.license-activation-section .btn-link:after {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 5px;
}

.gets-started-section {
	margin-top: 50px;
	padding: 52px 0;
	background-image: -webkit-linear-gradient(232deg, #451c99 0%, #7052e8 52%, #00b0d5 100%);
	background-image: linear-gradient(218deg, #451c99 0%, #7052e8 52%, #00b0d5 100%);
	color: #fff;
}

.gets-started-section h1 {
	letter-spacing: -.06em;
}

.gets-started-section .drop-holder {
	background-color: #fff;
}

.gets-started-section .drop-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gets-started-section .drop-opener img {
	margin-right: 12px;
	height: 36px;
	width: auto;
}

.learn-more-section {
	padding: 30px 0;
	background-image: url(images/img36.jpg);
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	text-align: center;
}

.learn-more-section h2 {
	letter-spacing: -.06em;
	margin-bottom: .35em;
}

.learn-more-section p {
	max-width: 430px;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: -.025em;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.learn-more-section .btn-link {
	position: relative;
	padding-right: 60px;
	font-weight: 400;
	font-size: 18px;
	border-radius: 6px;
	letter-spacing: -.025em;
}

.learn-more-section .btn-link:after {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 5px;
}

.guides-section {
	padding: 15px 0;
}

.guides-section h2 {
	position: relative;
	display: inline-block;
	letter-spacing: -.06em;
	margin-bottom: .75em;
}

.guides-section h2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #2e69ef;
	left: 0;
	top: -7px;
}

.guides-section p {
	letter-spacing: -.025em;
}

.guides-section .link-row {
	margin-bottom: 30px;
}

.guides-section .link-row:last-child {
	margin: 0;
}

.guides-section .link-row > div:last-child {
	margin: 0;
}

.guides-section .link-row a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	letter-spacing: -.025em;
	color: #2e69ef;
}

.guides-section .link-row a:hover {
	color: #6ab345;
}

.guides-section .link-row .ico-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px;
}

.tutorials-section {
	padding: 20px 0;
}

.tutorials-section h2 {
	position: relative;
	display: inline-block;
	letter-spacing: -.06em;
	margin-bottom: .75em;
}

.tutorials-section h2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #2e69ef;
	left: 0;
	top: 0;
}

.tutorials-section p {
	letter-spacing: -.025em;
	font-size: 18px;
}

.tutorials-section .link {
	color: #2e69ef;
	letter-spacing: -.025em;
}

.tutorials-section .link:after {
	content: "\e901";
	font-family: "icomoon";
	display: inline-block;
	font-size: 6px;
	vertical-align: middle;
	margin-left: 15px;
}

.tutorials-section .link:hover {
	color: #6ab345;
}

.tutorials-section .slick-slider {
	margin: 0 -5px;
}

.tutorials-section .slick-slider .slick-slide {
	padding: 0 5px;
}

.tutorials-section .slick-slider img {
	width: 100%;
}

.tutorials-section .slick-slider .img-wrap {
	margin-bottom: 10px;
}

.tutorials-section .slick-slider a {
	color: #2e69ef;
	letter-spacing: -.039em;
}

.tutorials-section .slick-slider a:hover {
	color: #6ab345;
}

.tutorials-section .slick-arrow {
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	position: absolute;
	top: 60px;
	background-color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: none;
	z-index: 2;
	box-shadow: 0 5px 10px 0 rgba(61, 66, 64, .2), 0 1px 2px 0 rgba(107, 100, 138, .4);
}

.tutorials-section .slick-arrow:after {
	content: "\e904";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 6px;
}

.tutorials-section .slick-arrow:hover {
	box-shadow: 0 5px 10px 2px rgba(61, 66, 64, .2), 0 1px 2px 2px rgba(107, 100, 138, .4);
}

.tutorials-section .slick-arrow.slick-prev {
	left: -7px;
}

.tutorials-section .slick-arrow.slick-prev:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.tutorials-section .slick-arrow.slick-next {
	right: -7px;
}

.tutorials-section .slick-arrow.slick-next:after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.footer {
	padding: 20px 0 15px;
	position: relative;
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer .main-info {
	color: #504963;
}

.footer .main-info ul {
	opacity: .3;
}

.footer .main-info li {
	display: inline-block;
}

.footer .main-info li:after {
	content: "•";
	display: inline-block;
	margin: 0 8px;
}

.footer .main-info li:last-child:after {
	display: none;
}

.footer .logo {
	margin-bottom: 16px;
}

.copyright {
	display: block;
	opacity: .6;
}

.footer-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-navigation > div {
	padding: 0 5px;
	width: 100%;
}

.footer-navigation > div:last-child {
	margin: 0;
}

.footer-navigation h5 {
	font-family: "aktiv-grotesk", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.6;
}

.footer-navigation ul {
	margin-bottom: 5px;
}

.footer-navigation ul:last-child {
	margin: 0;
}

.footer-navigation a {
	-webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, color .3s ease-in-out;
	opacity: .8;
	line-height: 1.7;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?am3z3n");
	src: url("fonts/icomoon.eot?am3z3n#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?am3z3n") format("truetype"), url("fonts/icomoon.woff?am3z3n") format("woff"), url("fonts/icomoon.svg?am3z3n#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-anchor:before {
	content: "\e904";
}

.icon-drop:before {
	content: "\e900";
}

.icon-arrow-left:before {
	content: "\e901";
}

.icon-mark:before {
	content: "\e902";
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@media (min-width: 375px) {
	.hero-section {
		min-height: 600px;
	}

	.visualize-section .popup-box {
		width: 300px;
		left: 20px;
	}

	.cards-holder {
		margin: 0 -7px;
	}

	.card-box {
		padding: 0 7px;
		width: 50%;
	}

	.footer-navigation > div {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.header .logo strong {
		font-size: 29px;
	}

	.dropdown.large {
		min-width: 320px;
		width: 100%;
	}

	.dropdown.large .icon-wrap {
		margin-right: 15px;
	}

	.hero-section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-position: 100% 50%;
		background-size: auto 100%;
		min-height: none;
		height: 600px;
	}

	.hero-section .text-holder {
		width: 70%;
		padding: 15px;
	}

	.brand-section {
		padding: 23px 0;
	}

	.brand-section .content-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.brand-section .headline {
		padding-right: 45px;
		text-align: left;
		max-width: 190px;
		margin: 0;
	}

	.brand-section .headline:after {
		content: "\e901";
		font-family: "icomoon";
		position: absolute;
		right: 12px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 7px;
	}

	.visualize-section .text-holder {
		padding: 25px 0 15px;
	}

	.visualize-section .text-holder:after {
		top: 15px;
	}

	.visualize-section .schedule-point {
		width: 14px;
		height: 14px;
	}

	.integration-section .items-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -5px 30px;
	}

	.integration-section .item-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 33.33%;
		padding: 0 5px;
	}

	.integration-section .img-row {
		padding: 15px 10px 23px;
	}

	.integration-section .btn-link {
		padding-right: 64px;
		padding-left: 22px;
	}

	.integration-section .btn-link:after {
		right: 24px;
		font-size: 7px;
	}

	.visual-section {
		padding: 130px 0 51px;
		background-position: 100% 50%;
		background-size: auto 100%;
	}

	.visual-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.visual-section .text-holder {
		max-width: 740px;
		padding-right: 15px;
		width: 54%;
	}

	.visual-section .subheading {
		font-size: 18px;
	}

	.visual-section .btn-row .btn-play {
		margin: 0 23px 0 0;
	}

	.form-holder {
		width: 45%;
	}

	.form-holder h2 strong:after {
		font-size: 11px;
		bottom: -8px;
	}

	.form-holder label span {
		margin-bottom: 8px;
	}

	.about-section {
		padding: 85px 0;
	}

	.about-section .text-holder {
		left: 30%;
		width: 70%;
	}

	.about-section .text-holder .two-cols {
		margin: 0 -5px -1em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.about-section .text-holder .two-cols > * {
		width: 50%;
		padding: 0 5px;
	}

	.advantages-section {
		padding: 60px 0;
	}

	.advantages-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.advantages-section .text-holder {
		margin-right: 15px;
		padding-top: 33px;
		width: 60%;
	}

	.advantages-section .btn-wrap {
		padding-top: 13px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.advantages-section .advantages-list {
		width: 290px;
	}

	.advantages-section .advantages-list > div {
		margin-bottom: 28px;
	}

	.faq-section {
		padding: 60px 0;
	}

	.faq-section.alt .table-wrap:after {
		width: 29.67%;
		left: 26.33%;
	}

	.faq-section.alt .table-head > *:first-child,
	.faq-section.alt .table-row > *:first-child {
		width: 26.33%;
	}

	.faq-section.alt .table-head > *:nth-child(2),
	.faq-section.alt .table-row > *:nth-child(2) {
		width: 29.67%;
	}

	.faq-section.alt .table-head > *:nth-child(3),
	.faq-section.alt .table-head > *:nth-child(4),
	.faq-section.alt .table-row > *:nth-child(3),
	.faq-section.alt .table-row > *:nth-child(4) {
		width: 22%;
	}

	.faq-section.alt .btn-box {
		width: 29.67%;
		left: 26.33%;
	}

	.faq-section.alt .add-text {
		position: relative;
		width: 29.67%;
		left: 26.33%;
	}

	.faq-section h1 {
		margin-bottom: 1.34em;
	}

	.faq-section .table-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.faq-section .table-wrap {
		box-shadow: 0 8px 16px rgba(19, 0, 44, .32), 0 1px 3px rgba(19, 0, 44, .24);
		background-color: #fff;
		overflow: hidden;
	}

	.faq-section .table-wrap:after {
		content: "";
		position: absolute;
		width: 33.33%;
		height: 100%;
		left: 33.33%;
		box-shadow: 0 8px 32px rgba(19, 0, 44, .12), 0 1px 3px rgba(19, 0, 44, .24);
		z-index: -1;
		top: 0;
	}

	.faq-section .table-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: transparent;
	}

	.faq-section .table-row > * {
		width: 33.33%;
		padding: 14px 10px;
		font-size: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.faq-section .table-row > *:first-child {
		text-align: right;
	}

	.faq-section .table-row .question {
		border-right: 1px solid rgba(215, 212, 222, .75);
	}

	.faq-section .table-row .answer.other {
		border-left: 1px solid rgba(215, 212, 222, .75);
	}

	.faq-section .btn-box {
		width: 33.33%;
		left: 33.33%;
		padding: 10px 15px;
	}

	.content-section {
		padding: 80px 0 30px;
	}

	.content-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.content-section #content {
		/* width: calc(100% - 270px); */
	}

	.content-section #sidebar {
		width: 270px;
		padding-left: 15px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.tab-section {
		padding: 50px 0;
	}

	.tab-section .btn-form {
		padding: 16px 18px;
		padding-right: 64px;
		padding-left: 22px;
	}

	.tab-section .btn-form:after {
		font-size: 7px;
		right: 12px;
	}

	.tab-section .tabset {
		margin-bottom: 1.5rem;
	}

	.diagram-holder {
		margin: -50px auto 0;
	}

	.diagram-holder.additional-img-holder {
		margin-top: -60px;
	}

	.about-hero-section {
		padding: 100px 0 40px;
	}

	.about-hero-section .text-holder {
		max-width: 700px;
		margin: 0 auto 67px;
	}

	.about-hero-section .subheading {
		font-size: 20px;
	}

	.description-section .link-row {
		padding: 20px 0;
	}

	.description-section .link-row a {
		margin-right: 30px;
	}

	.description-section .two-cols .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.description-section .two-cols .container > * {
		width: 50%;
	}

	.description-section .text-holder:before {
		width: calc(100% + 30px);
		height: calc(100% + 30px);
	}

	.description-section .text-holder:only-child {
		padding: 0;
	}

	.hire-section {
		padding: 58px 0 52px;
	}

	.hire-section .contacts-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 8px 0;
	}

	.hire-section .contacts-row > div {
		margin: 0 37px 0 0;
	}

	.clients-logo-row li {
		padding-right: 30px;
	}

	.case-studies-section {
		padding: 50px 0;
	}

	.case-studies-section .three-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -5px;
	}

	.case-studies-section .three-cols > * {
		width: 33.33%;
		padding: 0 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.include-sidebar .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.include-sidebar aside {
		width: 200px;
		padding-right: 15px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.include-sidebar .content-wrap {
		width: calc(100% - 200px);
	}

	.cards-section {
		padding: 60px 0;
	}

	.cards-section.learn-page {
		padding: 50px 0;
	}

	.cards-section.learn-page .headline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cards-section.learn-page h2 {
		margin: 0;
	}

	.cards-section.learn-page .content-wrap {
		padding-top: 10px;
	}

	.cards-holder {
		margin: 0 -15px;
	}

	.card-box {
		padding: 0 15px;
	}

	.card-box .card-inner {
		min-height: 320px;
	}

	.card-box p {
		font-size: 22px;
	}

	.side-nav li {
		margin-bottom: 29px;
	}

	.questions-section {
		padding: 62px 0;
	}

	.faq-holder {
		padding-bottom: 53px;
	}

	.faq-holder > div {
		padding: 13px 0;
	}

	.faq-holder .opener {
		padding-right: 50px;
	}

	.faq-holder .opener:after {
		right: 25px;
	}

	.learn-hero-section .inner-box {
		padding: 174px 0 290px;
	}

	.learn-hero-section p {
		font-size: 18px;
	}

	.learn-hero-section p:last-of-type {
		margin-bottom: 1.7em;
	}

	.learn-hero-section .drop-holder {
		min-width: 392px;
	}

	.learn-hero-section .drop-holder .drop-opener {
		padding-right: 50px;
	}

	.learn-hero-section .drop-holder .drop-opener:after {
		right: 27px;
	}

	.blog-posts-section {
		padding: 30px 0 50px;
	}

	.blog-posts-section .headline {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.blog-posts-section h2 {
		margin: 0;
	}

	.blog-posts-section .blog-posts-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px;
	}

	.blog-posts-section .blog-box {
		padding: 0 10px;
		width: 33.33%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.faq-condeced-section {
		padding: 85px 0 71px;
	}

	.faq-condeced-section aside p:last-of-type {
		margin-bottom: 3.3em;
	}

	.faq-condeced-section .faq-holder .opener {
		padding-right: 45px;
	}

	.faq-condeced-section .faq-holder .opener:after {
		right: 18px;
	}

	.license-activation-section {
		padding: 50px 0;
	}

	.license-activation-section .btn-link {
		padding-right: 80px;
		padding-left: 28px;
	}

	.license-activation-section .btn-link:after {
		right: 24px;
		font-size: 7px;
	}

	.gets-started-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.gets-started-section h1 {
		margin: 0 26px 0 0;
	}

	.learn-more-section {
		padding: 50px 0;
	}

	.learn-more-section p {
		margin-bottom: 2.2em;
	}

	.learn-more-section .btn-link:after {
		right: 24px;
		font-size: 7px;
	}

	.guides-section {
		padding: 30px 0 20px;
	}

	.guides-section .link-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 42px;
	}

	.guides-section .link-row > div {
		width: 50%;
		padding: 0 6px;
	}

	.tutorials-section {
		padding: 30px 0;
	}

	.tutorials-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.tutorials-section aside {
		padding-right: 30px;
		width: 250px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.tutorials-section .content-wrap {
		width: calc(100% - 250px);
	}

	.tutorials-section p {
		margin-bottom: 1.55em;
	}

	.tutorials-section .slick-slider .img-wrap {
		margin-bottom: 20px;
	}

	.tutorials-section .slick-slider a {
		font-size: 18px;
	}

	.tutorials-section .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.tutorials-section .slick-arrow.slick-prev {
		left: -14px;
	}

	.tutorials-section .slick-arrow.slick-next {
		right: -14px;
	}

	.footer {
		padding: 70px 0 40px;
	}

	.footer:after {
		content: "";
		position: absolute;
		top: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(100% - 30px);
		height: 1px;
		background-color: #d7d4de;
		opacity: .5;
		max-width: 1200px;
	}

	.footer .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer .main-info {
		width: 320px;
		padding-right: 15px;
	}

	.footer-navigation > div {
		padding: 0 0 0 15px;
		width: auto;
	}

	.footer-navigation ul {
		margin-bottom: 20px;
	}

	.footer-navigation a {
		line-height: 2;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.visual-section .text-holder {
		background-color: rgba(255, 255, 255, .85);
		padding: 15px;
		margin-left: -15px;
	}

}

@media (min-width: 1024px) {
	.header .btn-basic:hover .dropdown {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	.header .btn-basic .dropdown {
		left: auto !important;
		right: 0;
		top: calc(100% + 15px) !important;
		-webkit-transition-delay: .15s;
		transition-delay: .15s;
	}

	.header .logo:after {
		content: "";
		position: absolute;
		right: -23px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
		height: 40px;
/* 		background-color: #c8c4d7; */
	}

	.header .subdrop {
		position: absolute;
		left: 100%;
		top: 0;
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
		border-radius: 3px;
		z-index: 2;
	}

	.header .subdrop:after {
		content: "";
		position: absolute;
		z-index: -1;
		box-shadow: 0 8px 16px rgba(19, 0, 44, .32), 0 1px 3px rgba(19, 0, 44, .24);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.header .right-side {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .right-side .drop-opener {
		padding-left: 0;
	}

	.header .btn-wrap {
		margin-left: 16px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header .btn-wrap .btn {
		margin-right: 15px;
	}

	.header .navigation {
		padding-left: 21px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-family: 'AirbnbCereal_W_Bd';
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 100%;
		color: #333;
	}

	.drop-holder .drop-opener {
		font-size: 18px;
        /* padding: 20px 25px; */
		padding: 20px 34px;
	}

	.dropdown {
		opacity: 0;
		visibility: hidden;
		height: auto !important;
		display: block !important;
	}

	.dropdown.large {
		box-shadow: 0 8px 16px rgba(19, 0, 44, .32), 0 1px 3px rgba(19, 0, 44, .24);
		min-width: 392px;
	}

	.dropdown.large > li > a {
		padding: 12px 23px;
	}

	.dropdown li {
		border-bottom: 1px solid #f0eef4;
	}

	.dropdown li:after {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		content: "";
		position: absolute;
		top: 0;
		bottom: -1px;
		left: 0;
		right: 0;
		background-image: -webkit-linear-gradient(right, #e0f2ff, #fff);
		background-image: linear-gradient(to left, #e0f2ff, #fff);
		z-index: -1;
		opacity: 0;
	}

	.dropdown li:hover > a {
		color: #47abff;
	}

	.dropdown a {
		font-size: 18px;
	}

	.nav-opener {
		display: none;
	}

	h1,
	.h1 {
		font-size: 48px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 21px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	.hero-section {
		padding-top: 80px;
		height: 648px;
	}

	.hero-section .text-holder {
		width: 50%;
	}

	.hero-section .drop-holder .drop-opener {
		min-width: 392px;
		padding-right: 50px;
	}

	.hero-section .drop-holder .drop-opener:after {
		right: 26px;
		font-size: 8px;
	}

	.advantages {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.brand-section .headline {
		font-size: 18px;
	}

	.brand-section .img-wrap > div {
		padding: 11px 20px;
	}

	.visualize-section .container {
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
	}

	.visualize-section .text-holder {
		padding-top: 25px;
		width: 45%;
		left: 55%;
	}

	.visualize-section .text-holder:after {
		top: 0;
	}

	.visualize-section p {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 2em;
	}

	.visualize-section .drop-holder {
		min-width: 432px;
	}

	.visualize-section .drop-holder .drop-opener {
		padding-right: 50px;
	}

	.visualize-section .drop-holder .drop-opener:after {
		right: 26px;
		font-size: 8px;
	}

	.visualize-section .popup-box {
		font-size: 18px;
		padding: 17px 15px 23px 24px;
		-webkit-transform: translate(-70%, -100%);
		-ms-transform: translate(-70%, -100%);
		transform: translate(-70%, -100%);
		width: 364px;
		top: -32px;
		left: 0;
	}

	.visualize-section .popup-box:after {
		left: 65%;
		border-width: 0 24px 24px 0;
	}

	.visualize-section .popup-box img {
		width: 72px;
		height: 64px;
	}

	.integration-section {
		padding: 104px 0 112px;
	}

	.integration-section h1 {
		margin-bottom: .82em;
	}

	.integration-section .items-row {
		margin: 0 -10px 64px;
	}

	.integration-section .item-box {
		padding: 0 10px;
	}

	.integration-section .item {
		padding: 30px 15px 20px;
	}

	.integration-section .item p {
		font-size: 18px;
	}

	.integration-section .img-row {
		padding: 15px 23px 23px;
	}

	.integration-section .img-row:after {
		width: calc(100% + 30px);
	}

	.integration-section .btn-primary {
		font-size: 18px;
		letter-spacing: -.04em;
	}

	.integration-section .btn-link {
		font-size: 18px;
	}

	.visual-section .text-holder {
		width: auto;
	}

	.visual-section .advantages {
		margin-bottom: 33px;
	}

	.form-holder {
		width: 424px;
		padding: 33px 40px 38px;
	}

	.form-holder .btn-wrap {
		padding: 20px 0 9px;
	}

	.form-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -4px 1.063em;
	}

	.form-row > [class*=col] {
		width: 50%;
		padding: 0 4px;
	}

	.about-section {
		padding: 137px 0 109px;
	}

	.about-section.inner h1 {
		font-size: 40px;
	}

	.about-section .text-holder {
		font-size: 18px;
		left: 50%;
		width: 50%;
	}

	.about-section .text-holder:after {
		top: -25px;
		left: 0;
	}

	.advantages-section .text-holder {
		font-size: 18px;
		width: 50%;
	}

	.advantages-section .text-holder:after {
		top: -1px;
		left: 0;
	}

	.advantages-section .btn-form {
		margin: 0 20px 0 0;
	}

	.advantages-section .advantages-list {
		font-size: 18px;
	}

	.faq-section {
		padding: 104px 0 66px;
	}

	.faq-section .table-head > * {
		padding: 34px 25px 13px;
	}

	.faq-section .table-row > * {
		padding: 14px 20px;
	}

	.faq-section .btn-box {
		padding: 24px 15px;
	}

	.faq-section .btn-box .btn {
		font-size: 18px;
	}

	.content-section {
		padding: 120px 0 70px;
	}

	.content-section #content {
		/* width: calc(100% - 350px); */
	}

	.content-section #sidebar {
		width: 350px;
	}

	.tab-section {
		padding: 130px 0 103px;
	}

	.tab-section.alt {
		padding: 103px 0 0;
	}

	.tab-section .btn-form {
		min-width: 270px;
		font-size: 18px;
	}

	.tab-section p {
		font-size: 18px;
	}

	.tab-section .tabset li {
		font-size: 16px;
	}

	.tab-section .tabset li a {
		padding: 13px 0;
	}

	.caption-holder {
		margin-bottom: 26px;
	}

	.diagram-holder {
		margin-top: -91px;
	}

	.about-hero-section {
		padding: 132px 0 63px;
	}

	.about-hero-section.alt {
		padding: 172px 0 115px;
	}

	.about-hero-section.alt .text-holder {
		margin-bottom: 89px;
	}

	.description-section {
		padding-top: 59px;
	}

	.description-section .link-row a {
		font-size: 18px;
		margin-right: 116px;
	}

	.description-section .two-cols {
		padding-top: 59px;
	}

	.description-section .two-cols.team {
		padding: 82px 0 44px;
	}

	.description-section h2 {
		font-size: 40px;
	}

	.description-section p {
		font-size: 18px;
		margin-bottom: 1.5em;
	}

	.hire-section .two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.hire-section .two-cols > * {
		width: 50%;
	}

	.hire-section .two-cols .right-col {
		padding-left: 50px;
	}

	.hire-section h2 {
		font-size: 40px;
		margin-bottom: .7em;
	}

	.hire-section p {
		font-size: 18px;
	}

	.clients-logo-row {
		margin-bottom: 71px;
	}

	.clients-logo-row li {
		padding-right: 80px;
	}

	.clients-logo-row li:after {
		right: 15px;
	}

	.clients-logo-row li:after {
		right: 40px;
	}

	.case-studies-section {
		padding: 90px 0 100px;
	}

	.case-studies-section .three-cols {
		margin: 0 -24px;
	}

	.case-studies-section .three-cols > * {
		padding: 0 24px;
	}

	.case-studies-section .item-box p {
		font-size: 18px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.case-studies-section .item-box a {
		font-size: 18px;
	}

	.headline-section {
		margin-top: 80px;
	}

	.include-sidebar aside {
		width: 250px;
	}

	.include-sidebar .content-wrap {
		width: calc(100% - 250px);
	}

	.cards-section.learn-page {
		padding: 148px 0 55px;
	}

	.cards-section.learn-page h2 {
		font-size: 30px;
	}

	.cards-section aside p {
		font-size: 18px;
	}

	.cards-holder {
		margin: 0 -32px;
	}

	.card-box {
		margin-bottom: 50px;
		padding: 0 32px;
		width: 33.33%;
	}

	.faq-holder .opener {
		font-size: 18px;
	}

	.blog-posts-section {
		padding: 55px 0 76px;
	}

	.blog-posts-section .blog-posts-row {
		margin: 0 -22px;
	}

	.blog-posts-section .blog-box {
		padding: 0 22px;
	}

	.faq-condeced-section h2 {
		font-size: 26px;
	}

	.license-activation-section {
		padding: 67px 0;
	}

	.license-activation-section h2 {
		font-size: 36px;
	}

	.license-activation-section .btn-link {
		font-size: 18px;
	}

	.gets-started-section {
/* 		margin-top: 80px; */
		margin-top: 70px;
	}

	.gets-started-section .drop-opener {
		padding: 11px 43px;
		min-width: 285px;
	}

	.gets-started-section .drop-opener:after {
		right: 27px;
	}

	.learn-more-section {
		padding: 73px 0 100px;
	}

	.learn-more-section h2 {
		font-size: 36px;
	}

	.learn-more-section .btn-link {
		padding-left: 25px;
		padding-right: 72px;
	}

	.guides-section {
		padding: 60px 0 35px;
	}

	.guides-section h2 {
		font-size: 30px;
		padding-top: 8px;
	}

	.guides-section h2:after {
		width: calc(100% + 25px);
		top: 1px;
	}

	.guides-section p {
		font-size: 18px;
	}

	.guides-section .link-row a {
		font-size: 18px;
		line-height: 1.55;
	}

	.tutorials-section {
		padding: 105px 0 179px;
	}

	.tutorials-section aside {
		width: 312px;
	}

	.tutorials-section .content-wrap {
		width: calc(100% - 312px);
	}

	.tutorials-section h2 {
		font-size: 30px;
		padding-top: 7px;
	}

	.tutorials-section h2:after {
		width: calc(100% + 25px);
	}

	.tutorials-section .slick-slider {
		margin: 0 -12px;
	}

	.tutorials-section .slick-slider .slick-slide {
		padding: 0 12px;
	}

	.footer {
		padding: 105px 0 38px;
	}

	.footer:after {
		top: 56px;
	}

	.footer .main-info {
		line-height: 1.6;
	}

	.footer p {
		margin-bottom: 1.5em;
	}

	.footer-navigation > div {
		min-width: 150px;
	}

	.footer-navigation h5 {
		margin-bottom: .6em;
	}
}

@media (min-width: 1300px) {
	.header .logo strong {
		padding-right: 17px;
	}

	.hero-section .text-holder {
		width: 55%;
	}

	.visualize-section .popup-box {
		-webkit-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
		left: 13px;
	}

	.visualize-section .popup-box:after {
		left: 41.5%;
	}

	.integration-section .items-row {
		margin: 0 -24px 64px;
	}

	.integration-section .item-box {
		padding: 0 24px;
	}

	.integration-section .item {
		padding: 56px 32px 28px;
	}

	.integration-section .img-row:after {
		width: calc(100% + 62px);
	}

	.about-section .text-holder {
		left: 42.5%;
		width: 57.5%;
	}

	.advantages-section {
		padding: 113px 0;
	}

	.advantages-section .text-holder {
		width: 42%;
		margin-right: 96px;
	}

	.faq-section .btn-box {
		padding: 24px 45px;
	}

	.tab-section .btn-form {
		padding: 18px 60px 18px 18px;
	}

	.tab-section .btn-form:after {
		right: 24px;
	}

	.tab-section .tabset {
		margin-bottom: 33px;
	}

	.tab-section .tab-content h2 {
		font-size: 48px;
	}

	.tab-section .tab-content .second-tab .btn-form {
		padding-right: 107px;
	}

	.description-section .text-holder:before {
		display: none;
	}

	.hire-section .two-cols .right-col {
		padding-left: 110px;
	}

	.include-sidebar aside {
		width: 350px;
	}

	.include-sidebar .content-wrap {
		width: calc(100% - 350px);
	}

	.cards-section aside {
		padding-right: 40px;
	}

	.faq-condeced-section h2:after {
		width: 300px;
	}

	.faq-condeced-section aside {
		padding-top: 9px;
	}

	.faq-condeced-section .content-wrap {
		padding-left: 58px;
	}

	.guides-section aside {
		width: 400px;
	}

	.footer-navigation > div {
		padding-left: 70px;
		min-width: 200px;
	}
}
@media (max-width: 1024px){
	body .footer-navigation > div:nth-child(2){
		padding-left: 0px;
	}
	body #glt-translate-trigger.active {
		transition: all 0.3s ease 0s;
		position: relative;
		margin: 6px auto;
		left: 0;
	}
	body .bottomFooter {
		flex-direction: column;
		grid-gap: 20px;
	}
	.sidebar.fixed {
		position: relative !important;
	}
	body .postContent{
		flex-direction: column;
	}
	body .sidebarwrap{
		width: 100%;
		padding: 20px;
	}
	body.single .content-section .container.contentBlock{
		float: none;
		width: 100% !important;
	}
	body h1.postTitle,
	body .bi_banner h2{
		font-size: 30px;
		width: 100%;
	}
	body .content-section{
		padding: 50px 0 0px !important;
	}
	body #article-view .right-side-content{
		width: 100%;
	}
	body.single .blog__div_main, body.search-results .blog__div_main{
		grid-template-columns: 100%;
	}
	body .container{
		float: none !important;
	}
}
@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
	.related-post-section{
		display: none;
	}
	body span#Download_BI_Connector{
		font-size: 20px;
	}
	body .single h2.postReadHead1 span{
		font-size: 28px;
	}
	.single .bi_banner .BIButtons a,
	body.single .downloadButton{
		width: 100%;
	}
	.socialMedia{
		justify-content: center;
	}
	body.single .lwptoc, .likBtn{
		display: none;
	}

	.fixed-position .header {
		box-shadow: 0 1px 7px rgba(51, 51, 51, .5);
	}
	.Copyrightsection.main-info{
		text-align: center;
	}
	body .main_blog_page{
		background-size: cover;
		height: auto;
	}
	body input#is-search-input-4048{
		width: 100%;
	}
	body .BIButtons,
	body .filter{
		flex-direction: column;
	}
	body .bi_banner{
		background-image: none;
	}
	.termsSection{
		text-align: center;
		display: flex;
		justify-content: center;
	}

	.header .btn-basic .dropdown {
		margin-top: 10px;
	}

	.header .btn-wrap {
		padding-top: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .btn-wrap .btn {
		margin-bottom: 15px;
	}

	.header .navigation {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		top: calc(100% + 0px);
		left: 0;
		background-color: #13002c;
		padding: 15px;
		text-align: center;
		box-shadow: 0 3px 7px rgba(51, 51, 51, .5);
		max-height: calc(100vh - 49px);
		overflow: auto;
	}

	.header .dropdown {
		position: static !important;
	}

	.header .dropdown:after {
		display: none;
	}

	.integration-section .btn-primary {
		padding-left: 10px;
		padding-right: 10px;
	}

	.form-row > [class*=col] {
		margin-bottom: 1.063em;
	}

	.about-section .text-holder {
		background-color: rgba(255, 255, 255, .85);
		padding: 30px 15px 15px;
	}

	.advantages-section .btn-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.hire-section .two-cols > * {
		margin-bottom: 30px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.header .logo img {
		max-width: 45vw;
	}

	.hero-section .drop-holder {
		width: 100%;
	}

	.hero-section .drop-holder .drop-opener {
		width: 100%;
	}

	.integration-section .item-box {
		margin: 0 auto 10px;
		max-width: 350px;
	}

	.integration-section .item-box:last-child {
		margin-bottom: 0;
	}

	.visual-section .btn-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 20px;
	}

	.advantages-section .text-holder {
		margin-bottom: 20px;
		padding: 25px 15px 15px;
		background-color: rgba(255, 255, 255, .85);
	}

	.faq-section .table-head {
		display: none;
	}

	.faq-section .table-row {
		box-shadow: 0 8px 16px rgba(19, 0, 44, .32), 0 1px 3px rgba(19, 0, 44, .24);
		margin-bottom: 5px;
		border-radius: 3px;
	}

	.faq-section .table-row .question {
		font-weight: 700;
	}

	.faq-section .table-row .answer {
		padding-left: 100px;
		position: relative;
	}

	.faq-section .table-row .answer:before {
		content: "BI Connector";
		position: absolute;
		left: 0;
		top: 50%;
		width: 90px;
		height: 100%;
		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-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 12px;
		padding: 5px;
		border-right: 1px solid rgba(215, 212, 222, .75);
		color: #333;
	}

	.faq-section .table-row .answer.other:before {
		content: "Manual Export/Import";
	}

	.tab-section .tab-content {
		margin: 0 -10px;
	}

	.caption-holder {
		padding: 0 15px;
	}

	.paragraph-holder {
		padding: 0 15px;
	}

	.description-section .text-holder {
		padding: 15px;
	}

	.case-studies-section .three-cols > * {
		margin-bottom: 15px;
	}

	.include-sidebar aside {
		margin-bottom: 25px;
		font-size: 18px;
	}

	.cards-section .link {
		font-size: 16px;
	}

	.cards-section aside p {
		font-size: 16px;
	}

	.faq-holder .slide p {
		line-height: 1.5;
	}

	.learn-hero-section .drop-holder {
		width: 100%;
	}

	.gets-started-section .drop-holder {
		width: 100%;
		max-width: 392px;
	}

	.guides-section .link-row > div {
		margin-bottom: 20px;
	}

	.guides-section .link-row .ico-box {
		width: 50px;
	}

	.tutorials-section aside {
		margin-bottom: 25px;
	}

	.footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.footer-navigation {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-navigation {
		margin: 0 -5px 15px;
	}

	.footer-navigation > div {
		margin-bottom: 15px;
	}

	.footer-navigation h5 {
		margin-bottom: .2em;
	}
}

@media (max-width: 374px) {
	.visualize-section {
		padding-top: 25px;
	}
}

@-webkit-keyframes fade-in {
	0% {
		-webkit-transform: translateY(24px);
		transform: translateY(24px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		-webkit-transform: translateY(24px);
		transform: translateY(24px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes movebox {
	0% {
		-webkit-transform: translate(-50%, -100%) scale(0);
		transform: translate(-50%, -100%) scale(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(-50%, -100%) scale(1);
		transform: translate(-50%, -100%) scale(1);
		opacity: 1;
	}
}

@keyframes movebox {
	0% {
		-webkit-transform: translate(-50%, -100%) scale(0);
		transform: translate(-50%, -100%) scale(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(-50%, -100%) scale(1);
		transform: translate(-50%, -100%) scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}


.related-post-section {
    position: fixed;
    right: 0;
    padding: 0;
	top: 80px;
    height: auto;
    background-color: #f7fafc;
    width: 320px;
	opacity: 0;
	transition: all 0.5s ease-out;

}

.related-post-section p {
    font-size: 16px !important;
    margin: 12px;
	line-height: 30px;
}
h2.related-title {
    font-size: 22px;
    background-color: #333;
    color: #fff;
    padding: 8px 34px;
    text-align: center;
}
.related-post-section.active{
	opacity: 1;
}
#releated-post-div a:hover {
    color: #5733bb;
}

body p, body div, ul, li, a, ul li {
    font-family: "Helvetica Neue","Helvetica",sans-serif !important;
}
img.GuidanzFooter{
	width: 20%;
}
.Copyrightsection {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    margin-top: 24px;
    font-size: 12px;
    font-family: "Helvetica Neue","Helvetica",sans-serif !important;
    color: #fff;
    text-decoration: none;
}
ul.termsList {
    display: flex;
    align-items: CENTER;
	padding: 0;
}
ul.termsList li{
	list-style: none;
}
ul.termsList li a {
    font-size: 12px;

    color: #333333;
    text-decoration: none;
}
.copyrightGuidanz img {
    vertical-align: middle;
    width: 99px;
}
.bi_banner h4{
	font-family: 'AirbnbCereal_W_Bd' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #120F2C;
}
.bi_banner h2{
	font-size: 54px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #ffffff;
    font-family: 'AirbnbCereal_W_Bd' !important;
}
.bi_banner p{
	color: #13002C;
    line-height: 20px;
    font-family: 'AirbnbCereal_W_Md' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}
.bi_banner {
    background: #28BC95;
	background-image: url('https://www.biconnector.com/blog/wp-content/themes/biconnector/images/freetrialbanner.svg');
    padding: 50px;
    border-radius: 10px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
	width: 100%;
    max-width: 1230px;
    margin: 0 auto;
	/* margin-top: 200px; */
}
.BIButtons{
	display: flex;
	align-items: center;
}
.downloadButton {
	padding: 12px 10px;
    width: 310px;
    text-align: CENTER;
    margin: 10px 20px 0 0;
    border-radius: 4px;
    background: #13002C;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'AirbnbCereal_W_Bd' !important;
}
.bi_banner .downloadButton:hover {
    background: #7052E8;
}
.serverEdition {
	font-family: 'AirbnbCereal_W_Bd' !important;
    border-radius: 4px;
    background: #fff;
    text-align: CENTER;
    color: #120F2C;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 20px 0 0;
    padding: 12px 10px;
    width: 310px;
}
.serverEdition:hover {
    background: #120F2C;
    color: #fff;
}
.page-template-template-new-blog .BIvideos,
.page-template-template-subscription .BIvideos,
.search-results .BIvideos, .search-no-results .BIvideos{
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
	margin-bottom: 0;
}
.search-results .BIvideos, .search-no-results .BIvideos{
	justify-content: center;
}
p.head_of_content1 {
    color: #120F2C;
    opacity: 0.5;
	font-size: 12px;
    padding-bottom: 0;
    margin: 0;
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
}
p.head_of_content{
	letter-spacing: 0px;
color: #120F2C;
opacity: 1;
font-family: "Helvetica Neue","Helvetica",sans-serif !important;
font-size: 12px;
margin-top: 4px;
}
.page-template-template-new-blog .play_title_section{
	width: 100%;
}
.page-template-template-new-blog .play_title_section p,
.page-template-template-subscription .play_title_section p,
.search-results .play_title_section p,
.search-no-results .play_title_section p{
    font-family: 'AirbnbCereal_W_Bk' !important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	margin: 18px 0 0;
}
.page-template-template-subscription .play_title_section p{
	margin-bottom: 16px;
}
.page-template-template-new-blog .play_title_section h1,
.search-results .play_title_section h1,
.page-template-template-subscription .play_title_section h1,
.page-template-template-subscription-thankyou .play_title_section h1,
.search-no-results .play_title_section h1{
	margin-top: 34px;
    font-size: 32px;
	font-family: 'AirbnbCereal_W_Bd' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	color: #FFFFFF;
}
.page-template-template-subscription .play_title_section h1,
.page-template-template-subscription-thankyou .play_title_section h1{
	margin-bottom: 24px;
	margin-top: 20px !important;
}
.page-template-template-subscription-thankyou .main_blog_page{
	height: auto;
}
.page-template-template-subscription-thankyou .play_title_section h1{
	text-align: center;
	line-height: 40px;
}
.page-template-template-subscription-thankyou .play_title_section img{
	margin: 0 auto;
	display: block;
	text-align: center;
}


 .single .blog__div_main, .search-results .blog__div_main{
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 3%;
	justify-content: center;
}
.page-template-template-new-blog .blog__div_main .bg, .single .blog__div_main .bg,
.page-template-template-subscription .blog__div_main .bg, 
.page-template-template-subscription-thankyou .blog__div_main .bg,
.search-results .blog__div_main .bg{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    opacity: 1;
}
.page-template-template-new-blog .title1,
.page-template-template-subscription .title1,
.page-template-template-subscription-thankyou .title1,
.single .title1, .search-results .title1{
	padding: 0 20px;
	letter-spacing: 0px;
	color: #120F2C;
	opacity: 1;
	font-family: 'AirbnbCereal_W_Bd' !important;
	height: 78px;
    font-size: 18px;
    font-weight: 600;
}
.page-template-template-new-blog p.date.Published-by,
.page-template-template-subscription p.date.Published-by,
.page-template-template-subscription-thankyou p.date.Published-by,
.single p.date.Published-by, .search-results p.date.Published-by {
    padding: 20px 20px 0px 20px;
    font-family: 'AirbnbCereal_W_Bk' !important;
    color: #120F2C;
    font-size: 12px;
	margin-top: 0;
}
.single .sidebar p.date.Published-by{
    padding: 0px 0px 0px 40px;
    font-size: 12px;
    color: #333;
    font-family: 'AirbnbCereal_W_Bk' !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
	margin-top: 0;
}
.page-template-template-new-blog .bg img,
.page-template-template-subscription .bg img,
.page-template-template-subscription-thankyou .bg img,
.single .bg img, .search-results .bg img {
    height: 200px;
	border-radius: 10px 10px 0 0;
}
.page-template-template-new-blog .blogTitle,
.page-template-template-subscription .blogTitle,
.page-template-template-subscription-thankyou .blogTitle,
.single .blogTitle, .search-results .blogTitle {
    display: flex;
    justify-content: initial;
}
.page-template-template-new-blog .detail,
.page-template-template-subscription .detail,
.page-template-template-subscription-thankyou .detail,
.single .detail, .search-results .detail {
    padding: 0px 0 0 20px;
	display: none;
}

.filter {
    /* margin: 20px 20px; */
    /* margin: 0px 20px 20px; */
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.filter .active {
    background: #5733BB;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    font-weight: bold;
}
.filter div.active:hover{
	background: #5733BB;
}
.filter .active {
    width: max-content;
}
.filter > div {
    color: #5733BB;
    padding: 0 20px;
    font-family: 'AirbnbCereal_W_Bk' !important;
    font-weight: 300;
    cursor: pointer;
	border: 1px solid #5733BB;
    padding: 6px 20px;
    border-radius: 4px;
    margin: 10px;
    font-size: 12px;
}
time.wp-show-posts-entry-date.published{
	font-family: 'AirbnbCereal_W_Bk' !important;
    font-weight: 300;
}
.filter > div:hover{
	background: #F3F0FC 0% 0% no-repeat padding-box;
border: 1px solid #5733BB;
border-radius: 4px;
}
img.avatar.avatar-32.photo.avatar-default{
	border-radius: 30px;
	margin-right: 10px;
}
.postAuthor {
    display: flex;
    align-items: CENTER;
	text-transform: capitalize;
}
.content p, .content div, .content ul, .content ol{
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
}
p.date.Published-by{
	font-size: 12px;
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
	margin-top: 10px;
}
h1.postTitle{
	font-family: 'AirbnbCereal_W_Bd' !important;
	font-size: 36px;
    letter-spacing: 0px;
    color: #7052E8;
    opacity: 1;
    width: 760px;
}
.shareArticle{
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
	color: #120F2C;
	font-size: 12px;
	opacity: 1;
}
.relatedposts.blog__div_main{
    padding-bottom: 30px;
}
.tag_and_share{
    display: none !important;
}
.search-results .section-tabset .container{
    margin-top: 0px;
}
.is-search-icon{
    bottom: -3px;
    position: relative;
    right: 58px;
    background-color: transparent;
    border: none;
}
.search-results .is-search-icon{
	right: 39px;
}
.search-results .main_blog_page{
	margin-bottom: 0;
}
input#is-search-input-4048{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #0000001a !important;
    border: 1px solid #F2F2F2 !important;
    border-radius: 8px !important;
    opacity: 1;
    width: 800px;
    padding: 20px !important;
}
.is-form-style.is-form-style-3 label {
    width: calc(72% - 36px)!important;
}
.is-form-style{
    margin-top: 20px;
}
.section-tabset{
	margin-bottom: 240px;
}
.search-no-results .section-tabset{
	margin-bottom: 0;
}
.search-results .is-form-style.is-form-style-3 label,
.search-no-results .is-form-style.is-form-style-3 label{
	width: calc(100% - 36px)!important;
}
.search-results .title h1{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
	margin-left: 25px;
}
.post .head h1{
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
	font-size: 24px;
	color: #120F2C;
	text-align: center;
}
.search-no-results .notFoundPara{
	font-size: 12px !important;
	margin-bottom: 0;
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
	color: #333333;
	text-align: center !important;
}
.notFondImg{
	margin: 0 auto;
	display: block;
}
nav.navigation.pagination{
	top: 160px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: right;
}
.single .wpulike-heart .wp_ulike_general_class{
	border: none;
    background: #F2F5F8 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
	box-shadow: none;
}
.lwptoc-light .lwptoc_i{
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 1px solid #EBECED;
	border-radius: 8px;
}
.single .content-section .container.contentBlock{
	position: relative;
    width: 670px;
}
.sidebar.fixed {
    position: fixed;
    top: 8%;
}

.sidebarwrap {
    width: 210px;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

.search-no-results .backtoblog{
	text-align: center;
    font-size: 16px;
    margin-top: 34px;
    letter-spacing: 0px;
    color: #5733BB;
    opacity: 1;
	margin-bottom: 60px;
}
.backtoblog a{
	color: #5733BB;
	font-family: 'Roboto', sans-serif !important;
}
.blogTitle a:hover{
	color: #5733BB;
}
.blog__div_main.active {
    display: grid !important;
}
.blog__div_main.hide {
    display: none !important;
}
.is-search-icon:hover, form.is-form-style input.is-search-submit:hover{
	background: transparent !important;
}
.is-search-content {
    display: none;
}

.search-results div.is-ajax-search-details, 
.search-results div.is-ajax-search-result,
.page-template-template-new-blog div.is-ajax-search-details,
.page-template-template-subscription div.is-ajax-search-details, 
.page-template-template-subscription-thankyou div.is-ajax-search-details,
.page-template-template-subscription-thankyou div.is-ajax-search-result,
.page-template-template-subscription div.is-ajax-search-result,
.page-template-template-new-blog div.is-ajax-search-result{
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
box-shadow: 0px 2px 4px #0000001A;
border: 1px solid #F2F5F8;
border-radius: 8px;
opacity: 1;
padding: 0;
width: 800px !important;
margin: 0 auto;
display: block !important;
text-align: center;
left: 300px !important;
/* position: relative; */
z-index: 2;
}
div.is-ajax-search-details, div.is-ajax-search-result
.is-search-sections .meta{
	display: none;
}
.is-ajax-search-post, .is-ajax-search-post-details{
	padding:8px !important;
}
.is-ajax-search-result .is-ajax-search-post:hover{
	background: #F3F0FC !important;
}
.is-ajax-search-details a:hover, .is-ajax-search-result a:hover,
.is-ajax-search-post:hover a, .is-ajax-search-post-details:hover a{
	color: #5733BB !important;
	text-decoration: none !important;
}
.is-ajax-search-details a, .is-ajax-search-result a{
	color: #333333 !important;
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
	width: 100%;
    display: block;
}

.page-template-template-new-blog .is-ajax-search .is-loader-image{
	right: 26px;
}
.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
}
.single .lwptoc {
    margin: 16px 0px 0;
}
.a2a_kit a {
    cursor: pointer;
}
.addtoany_list .a2a_button_facebook:hover span.a2a_s_facebook,
.addtoany_list .a2a_button_x:hover span.a2a_s_x,
.addtoany_list .a2a_button_linkedin:hover span.a2a_s_linkedin,
.addtoany_list .a2a_button_email:hover span.a2a_s_email {
    background: #00c893 !important;
}
.addtoany_list a:hover img, .addtoany_list a:hover span{
	opacity: 1 !important;
}

.tags{
	font-size: 14px;
	margin-bottom: 60px;
	font-family: "Helvetica Neue","Helvetica",sans-serif !important;
	margin-top: 20px;
	display: none;
}
.subscribe_now{
	position: relative;
}
.subscribe_now .tooltiptext{
	font-weight: bold;
	color: #fff;
	margin-top: 42px;
}

.single .downloadButton{
    text-align: center;
    color: #333;
    font-weight: 600;
    background-color: #fff;
}
.single .downloadButton:hover{
	background: #7052DA 0% 0% no-repeat padding-box;
    color: #fff;
    border: 1px solid #7052E8;
}
.single p.postReadPara{
	margin-bottom: 6px;
}
span.lwptoc_item_label, .lwptoc_item_number{
	font-family: 'Roboto', sans-serif !important;
	font-size: 12px;
	color: #333;
}

.lwptoc-notInherit .lwptoc_i DIV A:hover{
	border-bottom: none;
}
.lwptoc-notInherit .lwptoc_i DIV A:hover span.lwptoc_item_label,
.lwptoc-notInherit .lwptoc_i DIV A:hover .lwptoc_item_number{
	font-size: 12px;
	color: #5733BB;

}
.postAuthor img{
	width: 32px;
    border-radius: 100%;
    border: 1px solid #f2f5f9;
    margin-right: 10px;
}


/*Mobile menu issue css */
@media (max-width: 1023px) {
	header#header .container{
		padding: 15px 15px;
	}
	.header .subdrop{
		display: none;
	}
	.header .subdrop.active{
		display: block;
	}
	body div#top-banner {
		/* display: none !important; */
		z-index: 9999999999;
		background-size: cover;
	}
	body .bi_banner {
		background-image: none;
	}
	body .features_block .advantages li {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	body .catchupBlock img{
		width: 30%;
	}
	body .topBannerDate{
		display: none;
	}
	body .BIButtons, 
	body .topbannerBlock {
		flex-direction: column;
	}

	body .OACBG.topClassadd{
		margin-top: 0;
	}
}
/*Mobile meu issue css end*/



/* top banner */
div#top-banner {
    /* background-color: #4f4ab5; */
	padding: 18px;
	display: none;
	z-index: 9999999;
	width: 100%;
	position: fixed;
	/* transition: all 0.3s ease 0s !important; */
	background: url(https://www.biconnector.com/wp-content/uploads/2022/10/bg.png), #26155a;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.topbannerBlock {
    display: flex;
    justify-content: space-between;
}
p.topbannerTitle {
    font-size: 22px;
    color: #fff;
    margin-bottom: 12px;
    font-weight: bold;
}
.topBannerDate {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
	
}
.topBannerDate > div {
    display: flex;
    align-items: center;
	margin-right: 20px;
}
.catchupBlock{
	display: flex;
    align-items: center;
}
.topBannerDate img{
	margin-right: 8px;
	filter: brightness(0) invert(1);
}
.catchButton{
	background:#FFFFFF;
    border-radius: 20px;
    opacity: 1;
    padding: 12px 24px;
	margin-right: 24px;
	color: #5733BB;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.catchButton:hover{
    color: #489F47;
}

.sticky-wrap-header.fixed-position{
	transition: all 0.3s ease 0s !important;
}
.topClose {
    position: absolute;
    right: 3%;
    top: 40%;
    cursor: pointer;
}
.main_blog_page.topClassadd{
margin-top: 150px;
}
/* top banner end*/
body .content-section.topClassadd {
	padding: 200px 0 20px;
}
span.button_text {
    position: relative;
    bottom: 1px;
}
section.content-section.topClassadd .sidebar.fixed{
top: 20%;
}
.copyrightSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    color: #fff;
    font-size: 12px;
}
div#social-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}
#social-icon svg:hover path:first-child {
    fill: #00c893 !important;
}
#social-icon svg:hover path:last-child{
	fill: #13002C !important;
}
a.wp-block-button__link.has-background.has-vivid-purple-background-color {
    background: #7052E8 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    color: #fff;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    padding: 12px 20px;
    min-width: auto;
}
a.wp-block-button__link.has-background.has-vivid-purple-background-color:hover{
	background-color: #00c893;
    color: #13002c !important;
    border: 1px solid transparent;
}


/*update css*/
 .main-info ul li a:hover, .drop-holder a:hover, .drop-opener:hover, .drop-holder .dropdown a:hover, .drop-holder .dropdown.subdrop a:hover{
	color: #5733bb;
}
.footer-navigation a:hover{
	color: #00c893;
}
.drop-holder .dropdown a {
    color: #13002c;
}
.drop-opener:hover, .drop-holder a:hover,
.header .drop-holder .drop-opener:hover {
    color: #5BE5BE;
}
.main_blog_page {
	height: 160px;
	margin-bottom: 40px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background: url(../images/subscribtion.svg), #13002C;
}
.page-template-template-subscription .main_blog_page{
   background: url(../images/subscribtion.svg), #13002C;
}

.play_title_section h1 {
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0;
}
.page-template-template-new-blog .play_title_section h1,
.search-results .play_title_section h1, 
.page-template-template-subscription .play_title_section h1,
.page-template-template-subscription-thankyou .play_title_section h1, 
.search-no-results .play_title_section h1 {
    margin-top: 34px;
    font-size: 32px;
    font-family: 'AirbnbCereal_W_Bd' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
}
.page-template-template-new-blog .play_title_section p, 
.page-template-template-subscription .play_title_section p, 
.search-results .play_title_section p, 
.search-no-results .play_title_section p {
    font-family: 'AirbnbCereal_W_Bk' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin: 18px 0 0;
}
.page-template-template-new-blog .is-form-style {
    top: 10px;
}

/*updated css 1*/
/*recent post */
.recentPost {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 0px 8px #00000014; */
    border: 1px solid #EDEDED;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 40px;
	filter: drop-shadow(0px 0px 3.90923px rgba(0, 0, 0, 0.078));
}
.recentPostDiv{
    display: flex;
    /* height: 360px; */
}
.recentPostDiv > div {
    width: 50%;
}
.recentPostDiv img {
    /* height: 360px; */
    border-radius: 10px 0px 0px 10px;
    object-fit: fill;
}

.blogpara{
    padding: 0 20px;
    letter-spacing: 0px;
    opacity: 1;
    font-family: 'AirbnbCereal_W_Bk' !important;
	font-size: 16px;
    margin-bottom: 14px;
	font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 0;
}
.titlePara{
    padding: 0 20px;
	color: #120F2C;
    opacity: 1;
	font-family: 'AirbnbCereal_W_Bd' !important;
    height: auto;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.readmoreButton {
    margin-top: 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D3DBE3;
    border-radius: 4px;
    opacity: 1;
    width: max-content;
    padding: 7px 0px;
    margin: 30px 40px 14px 0px;
}
.readmoreButton:hover {
	background-color: #00c893;
    color: #13002c;
    border: 1px solid transparent;
}
.readmoreButton:hover a{
    color: #13002c;
}
.readmoreButton a{
    text-decoration: none;
    font-size: 12px;
    color: #5733BB;
    font-family: 'AirbnbCereal_W_Bk' !important;
	 padding: 14px 14px;
	 bottom: 1px;
	 position: relative;
}

.blogRight{
	padding-top:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.all div#ajax-load-more .alm-reveal:first-child .blog__div_main:nth-of-type(1), 
.all div#ajax-load-more .alm-reveal:first-child .blog__div_main:nth-of-type(5), 
.all div#ajax-load-more .alm-reveal:first-child .blog__div_main:nth-of-type(6) {
    /* height: 0; */
    display: none !important;
    /* width: 0; */
}
.blogRight .titlePara,
.blogRight p.date.Published-by,
.blogRight .blogpara {
    padding: 0 40px;

}
.container.recentBlogs {
    /* padding: 0; */
}
.all section.wp-show-posts-columns.wp-show-posts article:first-child{
	display: none;
}
.questionBlock .subscription input[type="text"]{
	top: 0px;
}
.drop-opener:hover, .drop-holder a:hover {
    color: #5BE5BE;
}
@media (min-width: 1200px) {
	 .search-results div.is-ajax-search-details, 
	 .search-results div.is-ajax-search-result,
	 .page-template-template-new-blog div.is-ajax-search-details, 
	 .page-template-template-new-blog div.is-ajax-search-result, 
	 .page-template-template-subscription div.is-ajax-search-result,
	 .page-template-template-subscription-thankyou div.is-ajax-search-result{
			left: 300px !important;
	}
}
@media (min-width: 1600px) {
	.search-results div.is-ajax-search-details, 
	.search-results div.is-ajax-search-result, 
	.page-template-template-new-blog div.is-ajax-search-details, 
	.page-template-template-new-blog div.is-ajax-search-result, 
	.page-template-template-subscription div.is-ajax-search-result,
	.page-template-template-subscription-thankyou div.is-ajax-search-result{
		left: 27% !important;
}
}
.addtoany_shortcode a:hover path{
	fill: #13002C !important;
}
.relatedposts.blog__div_main .relatedthumb img{
	margin-bottom: 0;
}

.lwptoc_item:first-child{
	padding: 20px 0 0;
}
.lwptoc_item {
    padding: 20px 0 0;
}
 .lwptoc_item a:hover,
 .lwptoc_item a:hover span.lwptoc_item_label{
	font-family: 'AirbnbCereal_W_Bd' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #5733BB;
    text-shadow: none;
}
.lwptoc_item a, span.lwptoc_item_label, .lwptoc_item_number{
	font-family: 'AirbnbCereal_W_Bd' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
#main .lwptoc-notInherit .lwptoc_i DIV A:hover{
	border: none !important;
}
.lwptoc_header {
    margin-bottom: 6px;
    font-family: 'AirbnbCereal_W_Bd' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #120F2C;
}
p.notFoundPara.first{
	margin-bottom: 0;
}
.notFoundContent{
	text-align: center;
    margin-bottom: 60px;
}
.notFoundContent .notFoundPara, .notFoundContent .backtoblog{
	text-align: center;
}
h3.related-text{
	font-family: 'AirbnbCereal_W_Bd' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 31px;
	color: #120F2C;
	text-align: center;
	margin-bottom: 48px;
	margin-top: 60px;
}
.breadcrumb a {
    text-decoration: none;
    color: #120F2C !important;
	font-family: 'AirbnbCereal_W_Bd' !important;
	font-size: 16px !important;
}
svg#arrow-right-line {
    transform: rotate(180deg);
    fill: #120F2C;
    vertical-align: middle;
}
.content p a{
	font-weight: 500;
    color: #120F2C;
    text-decoration: underline;
    font-family: 'AirbnbCereal_W_Md' !important;
	
}
.single.single-post .main_blog_page{
	position: absolute;
    width: 100%;
    top: 55px;
    height: auto;
	background: url('https://www.biconnector.com/wp-content/themes/biconnector/images/biconnector_oac_bg.svg'), #13002C;
	background-size: cover;
	background-repeat: no-repeat;
}
.single.single.single-post .content-section{
	padding-top: 120px;
	position: relative;
}
.is-form-style.active input#is-search-input-2388{
    border: 1px solid #120F2C !important;
	opacity: 1;
}
.blog-right{
	display: flex;
    flex-direction: column;
    justify-content: center;
}


section.questionBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
	background: linear-gradient(to right, #7052e8 50%, #13002c 0%);
	margin-top: 60px;
}
.questionBlockfirst {
    width: 50%;
    background: #7052E8;
	padding: 54px 0 0;
}
.questionBlocksecond {
    width: 2%;
    background: #290656;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    /* height: 2%; */
	height: 304px;
}
.questionBlockthird {
    width: 50%;
    background: #13002C;
	padding: 54px 0 54px 36px;
}
.questionBlockDiv {
    display: flex;
	/* padding: 54px 0px 34px; */
}
.questionBlock .content_title{
	font-weight: 700;
	font-size: 26px;
	line-height: 100%;
	font-family: 'AirbnbCereal_W_Bd' !important;
}
.questionBlock .content_para{
	margin-bottom: 0;
	height: auto;
	font-weight: 500;
	font-size: 18px;
	line-height:34px;
}
.questionBlock .contactusButton {
	background: #13002C;
	border: 1px solid #13002C;
	border-radius: 6px;
	width: max-content;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 14px 24px;
	gap: 10px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	font-family: 'AirbnbCereal_W_Bd';
}
.questionBlock .onboardingText {
    background: #7052E8;
    border-radius: 6px;
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 24px;
    gap: 10px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
	font-family: 'AirbnbCereal_W_Bd' !important;
	border: 1px solid transparent;
}
.questionBlock .onboardingText:hover{
	background-color: #00C893;
    color: #13002c;
}
.content_title {
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #ffffff;
}
.questionBlock .content_title, .questionBlock .content_title p  {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    font-family: 'AirbnbCereal_W_Bd'!important;
}
.questionBlock .content_para {
    margin-bottom: 0;
    height: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
}
.content_para {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.89;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 50px;
    width: 500px;
    height: 68px;
}
.questionBlock .content_para p{
	font-family: 'AirbnbCereal_W_Md' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
	line-height: 34px;
}
.subscription{
	display: inline-block;
	background: #FFFFFF;
	border-radius: 4px;
	margin: 20px 0px 30px;
	position: relative;
  }
.questionBlock .subscription input[type="submit"]{
	background: #13002C;
	color: #fff;
}
.questionBlock .subscription{
	margin-top: 0;
}
.wp-show-posts-columns.wp-show-posts{
	max-width: 1230px;
    margin: 0 auto;
	margin-left: auto !important;
}
.wp-show-posts-columns.wp-show-posts img {
    height: 200px;
    width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.wp-show-posts-single.post{
	margin-bottom: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    opacity: 1;
	filter: drop-shadow(0px 0px 3.90923px rgba(0, 0, 0, 0.078));
}
h2.wp-show-posts-entry-title a{

    letter-spacing: 0px;
    color: #120F2C;
    opacity: 1;
    font-family: 'AirbnbCereal_W_Bd' !important;
    height: 78px;
    font-size: 18px;
    font-weight: 600;
}
h2.wp-show-posts-entry-title a:hover{
	color: #5733BB;
}
h2.wp-show-posts-entry-title {
	padding: 0 20px;
	color: #120F2C;
    opacity: 1;
    font-family: 'AirbnbCereal_W_Bd' !important;
	height: 78px;

	font-size: 18px;
    font-weight: 600;
}
.wp-show-posts-columns:not(.wp-show-posts-masonry){
	gap: 42px;
}
@media (min-width: 768px){
.wpsp-col-4 {
    width: 31%;
}
}
.wp-show-posts-columns#wpsp-2523 .wp-show-posts-inner,
.wp-show-posts-inner {
    margin: 0 !important;
}
.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    flex: 0 0 auto;
    object-fit: unset !important;
}
.wp-show-posts-single.post .wp-show-posts-entry-meta {
    padding: 0px 20px 20px 20px;
    font-family: "Helvetica Neue","Helvetica",sans-serif !important;
    color: #120F2C;
    font-size: 12px;
	padding-bottom: 10px;
}

span.page-numbers.current {
    border-color: #5733BB;
    color: #fff;
    background-color: #5733BB;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    opacity: 1;
    font-family: 'AirbnbCereal_W_Bk' !important;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    margin-right: 6px;
}
a.page-numbers {
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, border .3s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border: 1px solid #2e69ef;
    margin-right: 6px;
    color: #120F2C;
    font-family: 'AirbnbCereal_W_Bk' !important;
    font-size: 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
	padding: 10px;
}
a.page-numbers:hover{
	border-color: #333;
    color: #333;
    opacity: 1;
}
.wpsp-load-more {
    margin-top: 2em;
    max-width: 1230px;
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: end;
	vertical-align: middle;
	margin-bottom: 60px;
}
header.wp-show-posts-entry-header{
	display: flex;
	flex-direction: column-reverse;
}
.page-template-template-new-blog p.head_of_content,
.page-template-template-subscription p.head_of_content{
	padding-bottom: 12px;
}

@media (max-width: 1024px){
body .is-form-style.is-form-style-3 input.is-search-input{
	width: 100%;
}
body .wp-show-posts-columns.wp-show-posts{
	padding: 0px;
}
body section.questionBlock, body .questionBlockthird {
    background: #7052E8;
}
body .questionBlockDiv {
    text-align: center;
}
body .questionBlockDiv {
    flex-direction: column;
}
body .landingNew, body .questionBlockfirst, body .questionBlockthird {
    width: 100%;
}
body .landingNew, body .questionBlockfirst, body .questionBlockthird {
    width: 100%;
}
body .wp-show-posts-columns:not(.wp-show-posts-masonry) {
    gap: 30px;
}
body .downloadButton, body .serverEdition {
    margin: 10px auto;
}
body .questionBlockthird {
    padding: 54px 0 54px 0;
}
body .questionBlocksecond {
    display: none;
}
body .content_para {
    width: 100% !important;
    height: auto !important;
}
body .subscription{
	display: inline;
}
body .subscription input[type="text"]{
	width: 100%;
	height: 48px;
	border-radius: 4px !important;
}
body .questionBlock .subscription input[type="submit"]{
	width: 100%;
}
body .questionBlock .onboardingText {
    background: #13002C;
    border: 1px solid #13002C;
    margin: 0 auto;
}
body.page-template-template-subscription .BIvideos{
	padding: 20px 35px;
}
body .subscription input[type="submit"]{
	width: 100%;
	border-radius: 4px;
}
body .is-form-style.is-form-style-3 label {
    width: calc(100% - 36px)!important;
}
body.page-template-template-subscription div.is-ajax-search-result{
	left: 0px !important;
}
body .recentPostDiv img{
    border-radius: 0;
    height: 100%;
}
body .recentPostDiv{
    flex-direction: column;
    height: auto;
}
body .recentPostDiv > div{
    width: 100%;
}
body .container.recentBlogs{
	padding: 0 15px;
}
body .titlePara{
	font-size: 22px;
	margin-bottom: 30px;
}
body h3.related-text{
	margin-top: 40px;
    margin-bottom: 0;
}
body .subscription > div{
	flex-direction: column;
	grid-gap: 16px;
}
body span#message,
body span#message1{
	bottom: 0;
	left: 0;
	padding: 10px 5px;
}
.questionBlock span#message, .questionBlock span#message1{
	text-align: center;
}
body .is-form-style{
	padding: 0 10px !important;
}
body .next-loader{
	left: 0;
	top: 75%;
}
}

span#message,
span#message1 {
    display: block;
    /* bottom: 23px; */
    position: relative;
    left: 12%;
    text-align: left;
    height: 0;
    font-size: 14px;
	font-family: 'AirbnbCereal_W_Bd' !important;
	color: #fff;
}
.error {
    color: #fff;
	font-family: 'AirbnbCereal_W_Bd' !important;
}

span.page-numbers.dots {
    margin-right: 6px;
}
.questionBlock span#message,
.questionBlock span#message1{
	left: 0;
}
@keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }
  
    to {
      transform: rotate(1turn);
    }
  }
.next-loader {
    visibility: hidden;
    background-image: none;
    padding: 0;
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: -30px;
	top: 50%;
    left: 85%;
    bottom: 35px;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
    display: block;
}
.subscription > div{
	display: flex;
	align-items: initial;
}
.blogSubscriptionSection .is-form-style label{
  display: inline !important;
}
.blogSubscriptionSection .is-search-icon {
    bottom: -2px;
    position: relative;
    right: 44px;
    background-color: transparent;
    border: none;
}
.page-template-template-subscription .filter,
.page-template-template-subscription-thankyou .filter{
	margin-top: 32px;
}
.subscription input[type="text"]{
    border: none;
    width: auto;
    border: none !important;
    padding: 10px 12px !important;
    box-shadow: none !important;
    font-family: 'AirbnbCereal_W_Bk' !important;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    width: 375px;
    position: relative;
	border-radius: 4px;
  }
  .subscription input[type="submit"]{
	font-family: 'AirbnbCereal_W_Bd';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	background: #7052E8;
	border-radius: 0px 4px 4px 0px;
	width: 143px;
	padding: 14px 34px;
	border: none;
	-webkit-transition: all 0.3s ease-in;
	   -moz-transition: all 0.3s ease-in;
		 -o-transition: all 0.3s ease-in;
			transition: all 0.3s ease-in;
  }
  .subscription input[type="submit"]:hover,
  .questionBlock .subscription input[type="submit"]:hover{
	background-color: #00c893;
    color: #13002c;
    /* border: 1px solid transparent; */
	-webkit-transition: all 0.3s ease-in;
	   -moz-transition: all 0.3s ease-in;
		 -o-transition: all 0.3s ease-in;
			transition: all 0.3s ease-in;
  }
  .page-template-template-subscription .main_blog_page{
	height: auto;
  }
  h1.blogSubscriptionheading {
    font-family: 'AirbnbCereal_W_Bd' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #7052E8;
    text-align: center;
	margin-bottom: 30px;
}
.blogSubscriptionSection{
	text-align: center;
}
.textwidget img {
    vertical-align: middle;
}
div#sidebar .breadcrumb {
    display: block;
}
div#sidebar .breadcrumb a:hover{
	color: #7052E8;
}
.page-template-template-subscription .play_title_section p {
    margin-bottom: 16px;
}
.page-template-template-subscription .BIvideos,
.page-template-template-subscription-thankyou .BIvideos{
	justify-content: center;
}

.page-template-template-new-blog .filter > div,
.page-template-template-subscription .filter > div,
.page-template-template-subscription-thankyou .filter > div{
	font-weight:normal;
}
body.search.search-results.biconnector .section-tabset {
    margin-top: 60px;
}

/*Blog cta start*/
.blogCTAbanner{
	background: url(../images/ctabg.svg), url(../images/ctawave.svg),url(../images/ctalogo.svg),  #13002C;
	
    background-repeat: no-repeat;
    background-position: top 12px right, bottom, left 60px bottom 20px;
    background-size: 68%, cover, auto;
    padding: 60px;
    border-radius: 6px;
	margin-bottom: 20px;
}

.content .ctaBannerHeading{
	color: #5FE3A1;
	font-family: 'AirbnbCereal_W_Bd' !important;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 16px;
}
.content .ctaBannerText{
	color: #FFF;
	font-family: 'AirbnbCereal_W_Bd' !important;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
    margin-bottom: 25px;
}
.content .ctaButton:hover{
	background: #7052E8 0% 0% no-repeat padding-box;
    color: #fff;
}
.content .ctaButton{
	border-radius: 59.063px;
	background: #5FE3A1;
	padding: 12px 20px;
	color: #000;
	font-family: 'AirbnbCereal_W_Bd' !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	max-width: fit-content;
	margin-bottom: 60px;
}
img.tryfree-imgwrap.footerImage {
    width: 28px;
    margin: 0;
    padding: 0 !important;
	height: 28px;
}
.blogCTAbanner a {
    width: 680px;
    max-width: 680px;
    display: contents;
}
@media (max-width: 1023px) {
	body .blogCTAbanner{
		background: #13002C;
    	padding: 20px;
	}
	body .content .ctaBannerHeading, 
	body .content .ctaBannerText{
		text-align: center;
	}
	body .content .blogCTAbanner a{
		text-align: center;
		display: FLEX;
		justify-content: center;
		margin-bottom: 0;
		padding: 0;
		width: auto;
	}
	body .content .ctaButton{
		margin: 0;
	}
}
/*BLog cta End*/

/* Updated footer css */
.footer-navigation a{
	color: #fff;
	opacity:1;
	font-size: 16px;
	font-family: 'AirbnbCereal_W_Bd' !important;
}
.footer{
	  background-color: #13002C;
}
.footer-navigation h5{
	color: #7052E8;
	margin-bottom:10px;
	font-size: 18px;
	font-family: 'AirbnbCereal_W_Bd';
}
.bottomFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-info {
    background: #220647;
	padding: 20px 0px 40px 0px;
}
div#social-icon svg {
    border: 1px solid #fff;
    border-radius: 100%;
}
div#social-icon svg:hover {
    border: 1px solid #00bd92;
    border-radius: 100%;
}
.footer-navigation > div:nth-child(2){
	width: 34% !important;
    padding-left: 100px;
}
img.tryfree-imgwrap.footerImage.tableauImage {
    width: 21px;
	margin-right: 12px;
}
img.tryfree-imgwrap.footerImage.powerbiImage {
    width: 16px;
	margin-right: 12px;
}
ul.footer_first.fabric_connector li.menu-item a{
	line-height: 2.5;
}
footer#footer{
	padding-top: 60px;
}
.copyrightSection a{
	color: #ffff;
}
.copyrightSection a:hover{
	color: #00bd92;
}
/*updated footer css end*/
/*google translate css */
#glt-translate-trigger.active{
    transition: all 0.3s ease 0s;
    position: relative;
	}
	#glt-translate-trigger.pressed{
		filter: brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(1279%) hue-rotate(195deg) brightness(109%) contrast(101%);
	}
	#glt-translate-trigger {
		background: url(../images/global-line.svg) !important;
		background-size: contain !important;
		width: 1px !important;
		background-repeat: no-repeat !important;
	}
	#glt-translate-trigger {
		bottom: auto;
		box-shadow: none !important;
	}
	#glt-translate-trigger{
		z-index: 200002;
		padding: 19px 14px 3px;
		font-size: 3px;
	}
	#glt-translate-trigger > span, .goog-te-banner-frame{
		display: none !important;
	}
	#glt-translate-trigger{
		margin-right: 20px;
	}
	body.page .tool-container .tool-items a {
		margin: 0px 0px 0px;
		width: 100% !important;
		height: 24px !important;
		background: none !important;
		padding: 8px 0px !important;
	}
	.tool-container.tool-top.toolbar-primary.active {
		top: 140px !important;
	}
	.tool-items {
		height: auto;
		display: inline-grid;
		min-width: 128px;
		padding: 0px 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 0px 6px #0000000d;
		border: 1px solid #F4F4F4;
		border-radius: 0px 0px 10px 10px;
		opacity: 1;
		transition: all 0.6s ease 0s;
	}
	.tool-items span {
		position: relative;
		left: 20px;
		color: #333333;
		vertical-align: -webkit-baseline-middle;
		font-size: 14px;
		top: 0px;
		font-family: 'AirbnbCereal_W_Bd';
	}
	.page .tool-container.tool-top.toolbar-primary.active {
		top: 140px !important;
	}
	.page .tool-container.tool-top {
		top: 72px !important;
	}
	body .tool-container .tool-items a:hover span {
		color: #5733bb;
	}
	body .tool-container .tool-items a:hover {
		background-color: #f6f3ff !important;
		-webkit-transition: background-color 1000ms linear;
		-ms-transition: background-color 1000ms linear;
		transition: background-color 1000ms linear;
	}
/* google translate css end*/

header .tryfree-imgwrap {
    width: 24px;
    margin-right: 8px;
}
.btn-cyan {
	background: transparent;
   border-radius: 4px;
   opacity: 1;
   color: #fff;
   box-shadow: none;
   outline: none;
   border: 1px solid #fff;
   padding: 12px 20px;
   font-size: 13px;
   font-family: 'AirbnbCereal_W_Bd';
   /* min-width: 100% !important; */
}
.btn-cyan:hover {
   background-color: #f6f3ff;
   color: #5733bb;
}
.btn-cyan:nth-child(2){
	background-color: #ffffff;
	color: #ffffff;
	color: #7052E8;
}
.btn-cyan:hover{
	 background-color: #00c893;
   color: #13002c;
   border: 1px solid transparent;
}
.drop-holder .drop-opener, .drop-holder a{
	color: #fff;
  cursor:pointer;
  font-size:14px;
  font-family: 'AirbnbCereal_W_Bd' !important;
}
/*new  blog banner css */
section.questionBanner {
    background: url(//www.biconnector.com/wp-content/themes/biconnector/images/questionsBg.svg),#7052e8;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 60px;
}
.questionBannerSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p.gotQuestionText {
    color: #FFF;
    font-family: 'AirbnbCereal_W_Bd' !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 30px;
}
p.gotQuestionSubText {
    color: #FFF;
    font-family: 'AirbnbCereal_W_Md' !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
	text-align: center;
}
section.questionBanner .subscription {
    margin-bottom: 0;
}
p.unlockData {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 600;
}
.serverEdition.startfreetrialButton {
    width: 200px;
    padding: 12px 20px;
    font-size: 18px;
}
.serverEdition.contactSalesButton {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 200px;
    padding: 10px 20px;
    font-size: 18px;
}
.serverEdition.contactSalesButton:hover {
    background: #13002c;
    color: #fff;
    font-family: 'AirbnbCereal_W_Bd' !important;
    border: #13002c;
}
@media (min-width: 1200px){
section.questionBanner {
    padding: 46px;
}
}
@media (min-width: 1600px){
section.questionBanner {
    padding: 64px;
}
}
@media (max-width: 1023px){
	body section.questionBanner{
		margin-top: 60px;
    	background: #7052e8;
	}
	body p.gotQuestionText{
		padding-top: 30px;
	}
	body p.unlockData{
		font-size: 24px;
		text-align: center;
	}
}

/*new blog banner css end*/
/* pdf download css*/
.pdf_banner{
    background:  url(../images/ellipse_left.png),url(../images/ellipse_top.png),url(../images/pdf_banner.png), #00C893;
    background-repeat: no-repeat;
    background-position: left 178px, 206px top , right;
    background-size: auto, auto, contain;
    padding: 60px;
    border-radius: 10px;
    margin-bottom: 60px;
    margin-top: 30px;
}
.pdf_banner.one{
	background:  url(../images/ellipse_left.png),url(../images/ellipse_top.png),url(../images/pdf_banner1.png), #00C893;
	background-repeat: no-repeat;
    background-position: left 178px, 206px top , right;
    background-size: auto, auto, contain;
    padding: 60px;
    border-radius: 10px;
    margin-bottom: 60px;
    margin-top: 30px;
}
.pdf_banner h2{
    font-size: 36px;
    color: #120F2C;
    font-family: 'AirbnbCereal_W_Bd' !important;
    line-height: 52px;
}
.pdf_banner p{
    font-size: 22px;
    color: #fff;
    font-family: 'AirbnbCereal_W_Bd' !important;
}
.pdf_banner .subscription{
    background: transparent;
    border: 1px solid #fff;
    margin: 20px 0px 0px;
}
.pdf_banner .subscription input[type="text"]{
    background: transparent;
    color: #fff !important;
    font-weight: 600;
    font-family: 'AirbnbCereal_W_Bk' !important;
    font-size: 18px;
}
.pdf_banner span#message{
    left: auto;
}
.pdf_banner .subscription input[type="text"]::placeholder{
    color: #fff;
    font-family: 'AirbnbCereal_W_Bk' !important;
    font-size: 18px;
}
.pdf_banner .subscription input[type="submit"]{
    background: #fff;
    color: #120F2C;
    font-size: 18px;
    height: 53px;
    width: 153px;
    padding: 16px 27px;    
}
.pdf_banner .next-loader{
    border: 4px solid #120F2C;
}
@media (max-width: 1023px){
    body .pdf_banner {
        background: #00C893;
        padding: 24px;

    }
	body .pdf_banner h2 {
        font-size: 30px;
    }
    body .pdf_banner h2 br{
        display: none;
    }
    body .pdf_banner .subscription{
        border: none;
    }
    body .pdf_banner .subscription input[type="text"]{
        background: #fff;
        color: #333 !important;
    }
    body .pdf_banner .subscription input[type="text"]::placeholder{
        color: #333 !important;
    }

}

.blogCTAbanner1{
	background: url(../images/ctawave.svg),  #13002C;
    background-repeat: no-repeat;
    background-position: bottom, left 60px bottom 20px;
    background-size: cover, auto;
    padding: 60px;
    border-radius: 6px;
	margin-bottom: 20px;
}
.content .blogCTAbanner1 .ctaButton{
	margin-bottom: 0;
}
/*pdf download css end*/
/* footer update */
nav.footer-navigation > div:first-child {
	width: 20%;
}
nav.footer-navigation > div,
.footer-navigation>div:nth-child(2) {
	width: 24%;
}
nav.footer-navigation > div:last-child{
	display: none;
}
/* footer update css end */