/*
Theme Name: everyoneosocial2020
Description: WordPress Theme for Everyone Social 2020
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

@charset "UTF-8";

@font-face {
    font-family: 'Marker';
    src: url('fonts/MarkerRegularRegular.woff2') format('woff2'), url('fonts/MarkerRegularRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
legend, td, th {
	padding: 0;
}
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?a8jdkc');
	src: url('fonts/icomoon.eot?a8jdkc#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?a8jdkc') format('truetype'), url('fonts/icomoon.woff?a8jdkc') format('woff'), url('fonts/icomoon.svg?a8jdkc#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
	-ms-overflow-style: scrollbar;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: constant(safe-area-inset);
	padding: env(safe-area-inset);
	font-size: 10px;
}
::after, ::before, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-left: -16px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
	position: relative;
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
}
.col-auto {
	position: relative;
	padding-right: 16px;
	padding-left: 16px;
}
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xsm, .col-xsm-1, .col-xsm-10, .col-xsm-11, .col-xsm-12, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-auto {
	position: relative;
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1, .col-2, .col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2, .col-3 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4, .col-5, .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5, .col-6 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7, .col-8, .col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8, .col-9 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10, .col-11, .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11, .col-12 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.33333%;
}
.offset-2 {
	margin-left: 16.66667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333%;
}
.offset-5 {
	margin-left: 41.66667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333%;
}
.offset-8 {
	margin-left: 66.66667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333%;
}
.offset-11 {
	margin-left: 91.66667%;
}
.d-none {
	display: none!important;
}
.d-inline {
	display: inline!important;
}
.d-inline-block {
	display: inline-block!important;
}
.d-block {
	display: block!important;
}
.d-table {
	display: table!important;
}
.d-table-row {
	display: table-row!important;
}
.d-table-cell {
	display: table-cell!important;
}
.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}
.flex-column, .flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}
.flex-column-reverse, .flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}
.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}
.flex-fill {
	-webkit-box-flex: 1!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important;
}
.flex-grow-0 {
	-webkit-box-flex: 0!important;
	-ms-flex-positive: 0!important;
	flex-grow: 0!important;
}
.flex-grow-1 {
	-webkit-box-flex: 1!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important;
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}
.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}
.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}
.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}
.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}
.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}
.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}
.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}
.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important;
}
.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}
.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}
.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important;
}
.m-0 {
	margin: 0!important;
}
.mt-0, .my-0 {
	margin-top: 0!important;
}
.mr-0, .mx-0 {
	margin-right: 0!important;
}
.mb-0, .my-0 {
	margin-bottom: 0!important;
}
.ml-0, .mx-0 {
	margin-left: 0!important;
}
.m-1 {
	margin: 1rem!important;
}
.mt-1, .my-1 {
	margin-top: 1rem!important;
}
.mr-1, .mx-1 {
	margin-right: 1rem!important;
}
.mb-1, .my-1 {
	margin-bottom: 1rem!important;
}
.ml-1, .mx-1 {
	margin-left: 1rem!important;
}
.m-2 {
	margin: 2rem!important;
}
.mt-2, .my-2 {
	margin-top: 2rem!important;
}
.mr-2, .mx-2 {
	margin-right: 2rem!important;
}
.mb-2, .my-2 {
	margin-bottom: 2rem!important;
}
.ml-2, .mx-2 {
	margin-left: 2rem!important;
}
.m-3 {
	margin: 3rem!important;
}
.mt-3, .my-3 {
	margin-top: 3rem!important;
}
.mr-3, .mx-3 {
	margin-right: 3rem!important;
}
.mb-3, .my-3 {
	margin-bottom: 3rem!important;
}
.ml-3, .mx-3 {
	margin-left: 3rem!important;
}
.m-4 {
	margin: 4rem!important;
}
.mt-4, .my-4 {
	margin-top: 4rem!important;
}
.mr-4, .mx-4 {
	margin-right: 4rem!important;
}
.mb-4, .my-4 {
	margin-bottom: 4rem!important;
}
.ml-4, .mx-4 {
	margin-left: 4rem!important;
}
.m-5 {
	margin: 5rem!important;
}
.mt-5, .my-5 {
	margin-top: 5rem!important;
}
.mr-5, .mx-5 {
	margin-right: 5rem!important;
}
.mb-5, .my-5 {
	margin-bottom: 5rem!important;
}
.ml-5, .mx-5 {
	margin-left: 5rem!important;
}
.m-6 {
	margin: 6rem!important;
}
.mt-6, .my-6 {
	margin-top: 6rem!important;
}
.mr-6, .mx-6 {
	margin-right: 6rem!important;
}
.mb-6, .my-6 {
	margin-bottom: 6rem!important;
}
.ml-6, .mx-6 {
	margin-left: 6rem!important;
}
.m-7 {
	margin: 7rem!important;
}
.mt-7, .my-7 {
	margin-top: 7rem!important;
}
.mr-7, .mx-7 {
	margin-right: 7rem!important;
}
.mb-7, .my-7 {
	margin-bottom: 7rem!important;
}
.ml-7, .mx-7 {
	margin-left: 7rem!important;
}
.m-8 {
	margin: 8rem!important;
}
.mt-8, .my-8 {
	margin-top: 8rem!important;
}
.mr-8, .mx-8 {
	margin-right: 8rem!important;
}
.mb-8, .my-8 {
	margin-bottom: 8rem!important;
}
.ml-8, .mx-8 {
	margin-left: 8rem!important;
}
.m-9 {
	margin: 9rem!important;
}
.mt-9, .my-9 {
	margin-top: 9rem!important;
}
.mr-9, .mx-9 {
	margin-right: 9rem!important;
}
.mb-9, .my-9 {
	margin-bottom: 9rem!important;
}
.ml-9, .mx-9 {
	margin-left: 9rem!important;
}
.m-10 {
	margin: 10rem!important;
}
.mt-10, .my-10 {
	margin-top: 10rem!important;
}
.mr-10, .mx-10 {
	margin-right: 10rem!important;
}
.mb-10, .my-10 {
	margin-bottom: 10rem!important;
}
.ml-10, .mx-10 {
	margin-left: 10rem!important;
}
.m-11 {
	margin: 11rem!important;
}
.mt-11, .my-11 {
	margin-top: 11rem!important;
}
.mr-11, .mx-11 {
	margin-right: 11rem!important;
}
.mb-11, .my-11 {
	margin-bottom: 11rem!important;
}
.ml-11, .mx-11 {
	margin-left: 11rem!important;
}
.m-12 {
	margin: 12rem!important;
}
.mt-12, .my-12 {
	margin-top: 12rem!important;
}
.mr-12, .mx-12 {
	margin-right: 12rem!important;
}
.mb-12, .my-12 {
	margin-bottom: 12rem!important;
}
.ml-12, .mx-12 {
	margin-left: 12rem!important;
}
.m-13 {
	margin: 13rem!important;
}
.mt-13, .my-13 {
	margin-top: 13rem!important;
}
.mr-13, .mx-13 {
	margin-right: 13rem!important;
}
.mb-13, .my-13 {
	margin-bottom: 13rem!important;
}
.ml-13, .mx-13 {
	margin-left: 13rem!important;
}
.m-14 {
	margin: 14rem!important;
}
.mt-14, .my-14 {
	margin-top: 14rem!important;
}
.mr-14, .mx-14 {
	margin-right: 14rem!important;
}
.mb-14, .my-14 {
	margin-bottom: 14rem!important;
}
.ml-14, .mx-14 {
	margin-left: 14rem!important;
}
.m-15 {
	margin: 15rem!important;
}
.mt-15, .my-15 {
	margin-top: 15rem!important;
}
.mr-15, .mx-15 {
	margin-right: 15rem!important;
}
.mb-15, .my-15 {
	margin-bottom: 15rem!important;
}
.ml-15, .mx-15 {
	margin-left: 15rem!important;
}
.m-16 {
	margin: 16rem!important;
}
.mt-16, .my-16 {
	margin-top: 16rem!important;
}
.mr-16, .mx-16 {
	margin-right: 16rem!important;
}
.mb-16, .my-16 {
	margin-bottom: 16rem!important;
}
.ml-16, .mx-16 {
	margin-left: 16rem!important;
}
.m-17 {
	margin: 17rem!important;
}
.mt-17, .my-17 {
	margin-top: 17rem!important;
}
.mr-17, .mx-17 {
	margin-right: 17rem!important;
}
.mb-17, .my-17 {
	margin-bottom: 17rem!important;
}
.ml-17, .mx-17 {
	margin-left: 17rem!important;
}
.m-18 {
	margin: 18rem!important;
}
.mt-18, .my-18 {
	margin-top: 18rem!important;
}
.mr-18, .mx-18 {
	margin-right: 18rem!important;
}
.mb-18, .my-18 {
	margin-bottom: 18rem!important;
}
.ml-18, .mx-18 {
	margin-left: 18rem!important;
}
.m-19 {
	margin: 19rem!important;
}
.mt-19, .my-19 {
	margin-top: 19rem!important;
}
.mr-19, .mx-19 {
	margin-right: 19rem!important;
}
.mb-19, .my-19 {
	margin-bottom: 19rem!important;
}
.ml-19, .mx-19 {
	margin-left: 19rem!important;
}
.m-20 {
	margin: 20rem!important;
}
.mt-20, .my-20 {
	margin-top: 20rem!important;
}
.mr-20, .mx-20 {
	margin-right: 20rem!important;
}
.mb-20, .my-20 {
	margin-bottom: 20rem!important;
}
.ml-20, .mx-20 {
	margin-left: 20rem!important;
}
.m-21 {
	margin: 21rem!important;
}
.mt-21, .my-21 {
	margin-top: 21rem!important;
}
.mr-21, .mx-21 {
	margin-right: 21rem!important;
}
.mb-21, .my-21 {
	margin-bottom: 21rem!important;
}
.ml-21, .mx-21 {
	margin-left: 21rem!important;
}
.m-22 {
	margin: 22rem!important;
}
.mt-22, .my-22 {
	margin-top: 22rem!important;
}
.mr-22, .mx-22 {
	margin-right: 22rem!important;
}
.mb-22, .my-22 {
	margin-bottom: 22rem!important;
}
.ml-22, .mx-22 {
	margin-left: 22rem!important;
}
.m-23 {
	margin: 23rem!important;
}
.mt-23, .my-23 {
	margin-top: 23rem!important;
}
.mr-23, .mx-23 {
	margin-right: 23rem!important;
}
.mb-23, .my-23 {
	margin-bottom: 23rem!important;
}
.ml-23, .mx-23 {
	margin-left: 23rem!important;
}
.m-24 {
	margin: 24rem!important;
}
.mt-24, .my-24 {
	margin-top: 24rem!important;
}
.mr-24, .mx-24 {
	margin-right: 24rem!important;
}
.mb-24, .my-24 {
	margin-bottom: 24rem!important;
}
.ml-24, .mx-24 {
	margin-left: 24rem!important;
}
.m-25 {
	margin: 25rem!important;
}
.mt-25, .my-25 {
	margin-top: 25rem!important;
}
.mr-25, .mx-25 {
	margin-right: 25rem!important;
}
.mb-25, .my-25 {
	margin-bottom: 25rem!important;
}
.ml-25, .mx-25 {
	margin-left: 25rem!important;
}
.p-0 {
	padding: 0!important;
}
.pt-0, .py-0 {
	padding-top: 0!important;
}
.pr-0, .px-0 {
	padding-right: 0!important;
}
.pb-0, .py-0 {
	padding-bottom: 0!important;
}
.pl-0, .px-0 {
	padding-left: 0!important;
}
.p-1 {
	padding: 1rem!important;
}
.pt-1, .py-1 {
	padding-top: 1rem!important;
}
.pr-1, .px-1 {
	padding-right: 1rem!important;
}
.pb-1, .py-1 {
	padding-bottom: 1rem!important;
}
.pl-1, .px-1 {
	padding-left: 1rem!important;
}
.p-2 {
	padding: 2rem!important;
}
.pt-2, .py-2 {
	padding-top: 2rem!important;
}
.pr-2, .px-2 {
	padding-right: 2rem!important;
}
.pb-2, .py-2 {
	padding-bottom: 2rem!important;
}
.pl-2, .px-2 {
	padding-left: 2rem!important;
}
.p-3 {
	padding: 3rem!important;
}
.pt-3, .py-3 {
	padding-top: 3rem!important;
}
.pr-3, .px-3 {
	padding-right: 3rem!important;
}
.pb-3, .py-3 {
	padding-bottom: 3rem!important;
}
.pl-3, .px-3 {
	padding-left: 3rem!important;
}
.p-4 {
	padding: 4rem!important;
}
.pt-4, .py-4 {
	padding-top: 4rem!important;
}
.pr-4, .px-4 {
	padding-right: 4rem!important;
}
.pb-4, .py-4 {
	padding-bottom: 4rem!important;
}
.pl-4, .px-4 {
	padding-left: 4rem!important;
}
.p-5 {
	padding: 5rem!important;
}
.pt-5, .py-5 {
	padding-top: 5rem!important;
}
.pr-5, .px-5 {
	padding-right: 5rem!important;
}
.pb-5, .py-5 {
	padding-bottom: 5rem!important;
}
.pl-5, .px-5 {
	padding-left: 5rem!important;
}
.p-6 {
	padding: 6rem!important;
}
.pt-6, .py-6 {
	padding-top: 6rem!important;
}
.pr-6, .px-6 {
	padding-right: 6rem!important;
}
.pb-6, .py-6 {
	padding-bottom: 6rem!important;
}
.pl-6, .px-6 {
	padding-left: 6rem!important;
}
.p-7 {
	padding: 7rem!important;
}
.pt-7, .py-7 {
	padding-top: 7rem!important;
}
.pr-7, .px-7 {
	padding-right: 7rem!important;
}
.pb-7, .py-7 {
	padding-bottom: 7rem!important;
}
.pl-7, .px-7 {
	padding-left: 7rem!important;
}
.p-8 {
	padding: 8rem!important;
}
.pt-8, .py-8 {
	padding-top: 8rem!important;
}
.pr-8, .px-8 {
	padding-right: 8rem!important;
}
.pb-8, .py-8 {
	padding-bottom: 8rem!important;
}
.pl-8, .px-8 {
	padding-left: 8rem!important;
}
.p-9 {
	padding: 9rem!important;
}
.pt-9, .py-9 {
	padding-top: 9rem!important;
}
.pr-9, .px-9 {
	padding-right: 9rem!important;
}
.pb-9, .py-9 {
	padding-bottom: 9rem!important;
}
.pl-9, .px-9 {
	padding-left: 9rem!important;
}
.p-10 {
	padding: 10rem!important;
}
.pt-10, .py-10 {
	padding-top: 10rem!important;
}
.pr-10, .px-10 {
	padding-right: 10rem!important;
}
.pb-10, .py-10 {
	padding-bottom: 10rem!important;
}
.pl-10, .px-10 {
	padding-left: 10rem!important;
}
.p-11 {
	padding: 11rem!important;
}
.pt-11, .py-11 {
	padding-top: 11rem!important;
}
.pr-11, .px-11 {
	padding-right: 11rem!important;
}
.pb-11, .py-11 {
	padding-bottom: 11rem!important;
}
.pl-11, .px-11 {
	padding-left: 11rem!important;
}
.p-12 {
	padding: 12rem!important;
}
.pt-12, .py-12 {
	padding-top: 12rem!important;
}
.pr-12, .px-12 {
	padding-right: 12rem!important;
}
.pb-12, .py-12 {
	padding-bottom: 12rem!important;
}
.pl-12, .px-12 {
	padding-left: 12rem!important;
}
.p-13 {
	padding: 13rem!important;
}
.pt-13, .py-13 {
	padding-top: 13rem!important;
}
.pr-13, .px-13 {
	padding-right: 13rem!important;
}
.pb-13, .py-13 {
	padding-bottom: 13rem!important;
}
.pl-13, .px-13 {
	padding-left: 13rem!important;
}
.p-14 {
	padding: 14rem!important;
}
.pt-14, .py-14 {
	padding-top: 14rem!important;
}
.pr-14, .px-14 {
	padding-right: 14rem!important;
}
.pb-14, .py-14 {
	padding-bottom: 14rem!important;
}
.pl-14, .px-14 {
	padding-left: 14rem!important;
}
.p-15 {
	padding: 15rem!important;
}
.pt-15, .py-15 {
	padding-top: 15rem!important;
}
.pr-15, .px-15 {
	padding-right: 15rem!important;
}
.pb-15, .py-15 {
	padding-bottom: 15rem!important;
}
.pl-15, .px-15 {
	padding-left: 15rem!important;
}
.p-16 {
	padding: 16rem!important;
}
.pt-16, .py-16 {
	padding-top: 16rem!important;
}
.pr-16, .px-16 {
	padding-right: 16rem!important;
}
.pb-16, .py-16 {
	padding-bottom: 16rem!important;
}
.pl-16, .px-16 {
	padding-left: 16rem!important;
}
.p-17 {
	padding: 17rem!important;
}
.pt-17, .py-17 {
	padding-top: 17rem!important;
}
.pr-17, .px-17 {
	padding-right: 17rem!important;
}
.pb-17, .py-17 {
	padding-bottom: 17rem!important;
}
.pl-17, .px-17 {
	padding-left: 17rem!important;
}
.p-18 {
	padding: 18rem!important;
}
.pt-18, .py-18 {
	padding-top: 18rem!important;
}
.pr-18, .px-18 {
	padding-right: 18rem!important;
}
.pb-18, .py-18 {
	padding-bottom: 18rem!important;
}
.pl-18, .px-18 {
	padding-left: 18rem!important;
}
.p-19 {
	padding: 19rem!important;
}
.pt-19, .py-19 {
	padding-top: 19rem!important;
}
.pr-19, .px-19 {
	padding-right: 19rem!important;
}
.pb-19, .py-19 {
	padding-bottom: 19rem!important;
}
.pl-19, .px-19 {
	padding-left: 19rem!important;
}
.p-20 {
	padding: 20rem!important;
}
.pt-20, .py-20 {
	padding-top: 20rem!important;
}
.pr-20, .px-20 {
	padding-right: 20rem!important;
}
.pb-20, .py-20 {
	padding-bottom: 20rem!important;
}
.pl-20, .px-20 {
	padding-left: 20rem!important;
}
.p-21 {
	padding: 21rem!important;
}
.pt-21, .py-21 {
	padding-top: 21rem!important;
}
.pr-21, .px-21 {
	padding-right: 21rem!important;
}
.pb-21, .py-21 {
	padding-bottom: 21rem!important;
}
.pl-21, .px-21 {
	padding-left: 21rem!important;
}
.p-22 {
	padding: 22rem!important;
}
.pt-22, .py-22 {
	padding-top: 22rem!important;
}
.pr-22, .px-22 {
	padding-right: 22rem!important;
}
.pb-22, .py-22 {
	padding-bottom: 22rem!important;
}
.pl-22, .px-22 {
	padding-left: 22rem!important;
}
.p-23 {
	padding: 23rem!important;
}
.pt-23, .py-23 {
	padding-top: 23rem!important;
}
.pr-23, .px-23 {
	padding-right: 23rem!important;
}
.pb-23, .py-23 {
	padding-bottom: 23rem!important;
}
.pl-23, .px-23 {
	padding-left: 23rem!important;
}
.p-24 {
	padding: 24rem!important;
}
.pt-24, .py-24 {
	padding-top: 24rem!important;
}
.pr-24, .px-24 {
	padding-right: 24rem!important;
}
.pb-24, .py-24 {
	padding-bottom: 24rem!important;
}
.pl-24, .px-24 {
	padding-left: 24rem!important;
}
.p-25 {
	padding: 25rem!important;
}
.pt-25, .py-25 {
	padding-top: 25rem!important;
}
.pr-25, .px-25 {
	padding-right: 25rem!important;
}
.pb-25, .py-25 {
	padding-bottom: 25rem!important;
}
.pl-25, .px-25 {
	padding-left: 25rem!important;
}
.m-n1 {
	margin: -1rem!important;
}
.mt-n1, .my-n1 {
	margin-top: -1rem!important;
}
.mr-n1, .mx-n1 {
	margin-right: -1rem!important;
}
.mb-n1, .my-n1 {
	margin-bottom: -1rem!important;
}
.ml-n1, .mx-n1 {
	margin-left: -1rem!important;
}
.m-n2 {
	margin: -2rem!important;
}
.mt-n2, .my-n2 {
	margin-top: -2rem!important;
}
.mr-n2, .mx-n2 {
	margin-right: -2rem!important;
}
.mb-n2, .my-n2 {
	margin-bottom: -2rem!important;
}
.ml-n2, .mx-n2 {
	margin-left: -2rem!important;
}
.m-n3 {
	margin: -3rem!important;
}
.mt-n3, .my-n3 {
	margin-top: -3rem!important;
}
.mr-n3, .mx-n3 {
	margin-right: -3rem!important;
}
.mb-n3, .my-n3 {
	margin-bottom: -3rem!important;
}
.ml-n3, .mx-n3 {
	margin-left: -3rem!important;
}
.m-n4 {
	margin: -4rem!important;
}
.mt-n4, .my-n4 {
	margin-top: -4rem!important;
}
.mr-n4, .mx-n4 {
	margin-right: -4rem!important;
}
.mb-n4, .my-n4 {
	margin-bottom: -4rem!important;
}
.ml-n4, .mx-n4 {
	margin-left: -4rem!important;
}
.m-n5 {
	margin: -5rem!important;
}
.mt-n5, .my-n5 {
	margin-top: -5rem!important;
}
.mr-n5, .mx-n5 {
	margin-right: -5rem!important;
}
.mb-n5, .my-n5 {
	margin-bottom: -5rem!important;
}
.ml-n5, .mx-n5 {
	margin-left: -5rem!important;
}
.m-n6 {
	margin: -6rem!important;
}
.mt-n6, .my-n6 {
	margin-top: -6rem!important;
}
.mr-n6, .mx-n6 {
	margin-right: -6rem!important;
}
.mb-n6, .my-n6 {
	margin-bottom: -6rem!important;
}
.ml-n6, .mx-n6 {
	margin-left: -6rem!important;
}
.m-n7 {
	margin: -7rem!important;
}
.mt-n7, .my-n7 {
	margin-top: -7rem!important;
}
.mr-n7, .mx-n7 {
	margin-right: -7rem!important;
}
.mb-n7, .my-n7 {
	margin-bottom: -7rem!important;
}
.ml-n7, .mx-n7 {
	margin-left: -7rem!important;
}
.m-n8 {
	margin: -8rem!important;
}
.mt-n8, .my-n8 {
	margin-top: -8rem!important;
}
.mr-n8, .mx-n8 {
	margin-right: -8rem!important;
}
.mb-n8, .my-n8 {
	margin-bottom: -8rem!important;
}
.ml-n8, .mx-n8 {
	margin-left: -8rem!important;
}
.m-n9 {
	margin: -9rem!important;
}
.mt-n9, .my-n9 {
	margin-top: -9rem!important;
}
.mr-n9, .mx-n9 {
	margin-right: -9rem!important;
}
.mb-n9, .my-n9 {
	margin-bottom: -9rem!important;
}
.ml-n9, .mx-n9 {
	margin-left: -9rem!important;
}
.m-n10 {
	margin: -10rem!important;
}
.mt-n10, .my-n10 {
	margin-top: -10rem!important;
}
.mr-n10, .mx-n10 {
	margin-right: -10rem!important;
}
.mb-n10, .my-n10 {
	margin-bottom: -10rem!important;
}
.ml-n10, .mx-n10 {
	margin-left: -10rem!important;
}
.m-n11 {
	margin: -11rem!important;
}
.mt-n11, .my-n11 {
	margin-top: -11rem!important;
}
.mr-n11, .mx-n11 {
	margin-right: -11rem!important;
}
.mb-n11, .my-n11 {
	margin-bottom: -11rem!important;
}
.ml-n11, .mx-n11 {
	margin-left: -11rem!important;
}
.m-n12 {
	margin: -12rem!important;
}
.mt-n12, .my-n12 {
	margin-top: -12rem!important;
}
.mr-n12, .mx-n12 {
	margin-right: -12rem!important;
}
.mb-n12, .my-n12 {
	margin-bottom: -12rem!important;
}
.ml-n12, .mx-n12 {
	margin-left: -12rem!important;
}
.m-n13 {
	margin: -13rem!important;
}
.mt-n13, .my-n13 {
	margin-top: -13rem!important;
}
.mr-n13, .mx-n13 {
	margin-right: -13rem!important;
}
.mb-n13, .my-n13 {
	margin-bottom: -13rem!important;
}
.ml-n13, .mx-n13 {
	margin-left: -13rem!important;
}
.m-n14 {
	margin: -14rem!important;
}
.mt-n14, .my-n14 {
	margin-top: -14rem!important;
}
.mr-n14, .mx-n14 {
	margin-right: -14rem!important;
}
.mb-n14, .my-n14 {
	margin-bottom: -14rem!important;
}
.ml-n14, .mx-n14 {
	margin-left: -14rem!important;
}
.m-n15 {
	margin: -15rem!important;
}
.mt-n15, .my-n15 {
	margin-top: -15rem!important;
}
.mr-n15, .mx-n15 {
	margin-right: -15rem!important;
}
.mb-n15, .my-n15 {
	margin-bottom: -15rem!important;
}
.ml-n15, .mx-n15 {
	margin-left: -15rem!important;
}
.m-n16 {
	margin: -16rem!important;
}
.mt-n16, .my-n16 {
	margin-top: -16rem!important;
}
.mr-n16, .mx-n16 {
	margin-right: -16rem!important;
}
.mb-n16, .my-n16 {
	margin-bottom: -16rem!important;
}
.ml-n16, .mx-n16 {
	margin-left: -16rem!important;
}
.m-n17 {
	margin: -17rem!important;
}
.mt-n17, .my-n17 {
	margin-top: -17rem!important;
}
.mr-n17, .mx-n17 {
	margin-right: -17rem!important;
}
.mb-n17, .my-n17 {
	margin-bottom: -17rem!important;
}
.ml-n17, .mx-n17 {
	margin-left: -17rem!important;
}
.m-n18 {
	margin: -18rem!important;
}
.mt-n18, .my-n18 {
	margin-top: -18rem!important;
}
.mr-n18, .mx-n18 {
	margin-right: -18rem!important;
}
.mb-n18, .my-n18 {
	margin-bottom: -18rem!important;
}
.ml-n18, .mx-n18 {
	margin-left: -18rem!important;
}
.m-n19 {
	margin: -19rem!important;
}
.mt-n19, .my-n19 {
	margin-top: -19rem!important;
}
.mr-n19, .mx-n19 {
	margin-right: -19rem!important;
}
.mb-n19, .my-n19 {
	margin-bottom: -19rem!important;
}
.ml-n19, .mx-n19 {
	margin-left: -19rem!important;
}
.m-n20 {
	margin: -20rem!important;
}
.mt-n20, .my-n20 {
	margin-top: -20rem!important;
}
.mr-n20, .mx-n20 {
	margin-right: -20rem!important;
}
.mb-n20, .my-n20 {
	margin-bottom: -20rem!important;
}
.ml-n20, .mx-n20 {
	margin-left: -20rem!important;
}
.m-n21 {
	margin: -21rem!important;
}
.mt-n21, .my-n21 {
	margin-top: -21rem!important;
}
.mr-n21, .mx-n21 {
	margin-right: -21rem!important;
}
.mb-n21, .my-n21 {
	margin-bottom: -21rem!important;
}
.ml-n21, .mx-n21 {
	margin-left: -21rem!important;
}
.m-n22 {
	margin: -22rem!important;
}
.mt-n22, .my-n22 {
	margin-top: -22rem!important;
}
.mr-n22, .mx-n22 {
	margin-right: -22rem!important;
}
.mb-n22, .my-n22 {
	margin-bottom: -22rem!important;
}
.ml-n22, .mx-n22 {
	margin-left: -22rem!important;
}
.m-n23 {
	margin: -23rem!important;
}
.mt-n23, .my-n23 {
	margin-top: -23rem!important;
}
.mr-n23, .mx-n23 {
	margin-right: -23rem!important;
}
.mb-n23, .my-n23 {
	margin-bottom: -23rem!important;
}
.ml-n23, .mx-n23 {
	margin-left: -23rem!important;
}
.m-n24 {
	margin: -24rem!important;
}
.mt-n24, .my-n24 {
	margin-top: -24rem!important;
}
.mr-n24, .mx-n24 {
	margin-right: -24rem!important;
}
.mb-n24, .my-n24 {
	margin-bottom: -24rem!important;
}
.ml-n24, .mx-n24 {
	margin-left: -24rem!important;
}
.m-n25 {
	margin: -25rem!important;
}
.mt-n25, .my-n25 {
	margin-top: -25rem!important;
}
.mr-n25, .mx-n25 {
	margin-right: -25rem!important;
}
.mb-n25, .my-n25 {
	margin-bottom: -25rem!important;
}
.ml-n25, .mx-n25 {
	margin-left: -25rem!important;
}
.m-auto {
	margin: auto!important;
}
.mt-auto, .my-auto {
	margin-top: auto!important;
}
.mr-auto, .mx-auto {
	margin-right: auto!important;
}
.mb-auto, .my-auto {
	margin-bottom: auto!important;
}
.ml-auto, .mx-auto {
	margin-left: auto!important;
}
@font-face {
	font-family: "icons";
	src: url(fonts/icons/icons.eot?v1no1y);
	src: url(fonts/icons/icons.eot?v1no1y#iefix) format("embedded-opentype"), url(fonts/icons/icons.ttf?v1no1y) format("truetype"), url(fonts/icons/icons.woff?v1no1y) format("woff"), url(fonts/icons/icons.svg?v1no1y#icons) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
i[class^='icon-'] {
	font-family: "icons"!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-chat-bubble-outline:before {
	content: "\e901";
  }
  .icon-share-next:before {
	content: "\e902";
  }
  .icon-analytics:before {
	content: "\e903";
  }
  .icon-arrow-right:before {
	content: "\e904";
  }
  .icon-arrow-right-circle:before {
	content: "\e905";
  }
  .icon-capture:before {
	content: "\e906";
  }
  .icon-chevron-left:before {
	content: "\e907";
  }
  .icon-chevron-right:before {
	content: "\e908";
  }
  .icon-controll:before {
	content: "\e909";
  }
  .icon-facebook:before {
	content: "\e90a";
  }
  .icon-instagram:before {
	content: "\e90b";
  }
  .icon-linkedin:before {
	content: "\e90c";
  }
  .icon-share:before {
	content: "\e90d";
  }
  .icon-sheet:before {
	content: "\e90e";
  }
  .icon-twitter:before {
	content: "\e90f";
  }
  .icon-youtube:before {
	content: "\e910";
  }
  .icon-arrow-share:before {
	content: "\e911";
  }
  .icon-download:before {
	content: "\e912";
  }
  .icon-twitter-box:before {
	content: "\e913";
  }
  .icon-case-study:before {
	content: "\e914";
  }
  .icon-checkmark:before {
	content: "\ea10";
  }
  .icon-volume:before {
	content: "\e900";
  }
  .icon-arrow-right2:before {
	content: "\e924";
  }
.social.nospace li {
	padding: 0 0 10px;
}
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}
.social .fab,
.social .fas {
	font-size: 22px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}
.social .fab.fa-facebook-f {
	background: #3a589b;
}
.social .fab.fa-twitter {
	background: #598dca;
}
.social .fab.fa-linkedin-in {
	background: #007ab9;
	font-size: 24px;
}
.social .fab.fa-google-plus-g {
	background: #d95032;
	font-size: 25px;
}
.social .fab.fa-pinterest-p {
	background: #bd2026;
	font-size: 28px;
}
.social i.fas.fa-envelope {
	background: #929292;
	font-size: 23px;
	font-family: Font Awesome\ 5 Free !important;
}
.social.nobg .fab {
	background: transparent;
}
.social:not[class="isotope_grid-item"] a {
	background: #ffbc53;
	font-size: 30px;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}
.social a:hover {
	opacity: .8;
	text-decoration: none;
}
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-slide, .swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
}
.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}
.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}
.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden, dl dd {
	margin-left: 0;
}
.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}
.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools {
	right: auto;
	left: 0;
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	border-radius: 16px;
	text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
.mCSB_container_wrapper, .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	overflow: hidden;
	top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}
.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}
.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}
#page, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 5px;
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
	-webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: rgba(0, 0, 0, .2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, .1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}
#search_block p:after, #search_block:after, .cf:after, .commentlist .comment-author:after, .navigation-single:after, .post-password-form p:after, .post-password-form:after, .search-form p:after, .search-form:after, .widget:after {
	content: "";
	display: block;
	clear: both;
}
.ellipsis {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

#page {
	height: 100%;
    position: relative;
}

#page:not([data-customscroll]) {
	display: table;
	table-layout: fixed;
}

#page:not([data-customscroll]) #wrapper {
	display: table-cell;
}

#page:not([data-customscroll]) .footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
}

[data-customScroll] {
	position: fixed!important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.scroll-content {
	position: relative;
}

* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	max-height: 1000000px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
body {
	background: var(--body-bg);
	color: var(--color);
	font: var(--p)/1.38 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.container, .intro_container {
	max-width: calc(1260px + var(--container-padding) + var(--container-padding));
	width: 100%;
	margin: 0 auto;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
}
._xs.intro_container, .container._xs {
	max-width: 752px;
}
._xsm.intro_container, .container._xsm {
	max-width: 990px;
}
._sm.intro_container, .container._sm {
	max-width: 1052px;
}
._md.intro_container, .container._md {
	max-width: 1158px;
}
._lg.intro_container, .container._lg {
	max-width: 1320px;
}
._xlg.intro_container, .container._xlg {
	max-width: 1400px;
}
.navigation .al a, .navigation .ar a, .navigation .next a, .navigation .prev a, .navigation-comments .al a, .navigation-comments .ar a, .navigation-comments .next a, .navigation-comments .prev a, .pagination .al a, .pagination .ar a, .pagination .next a, .pagination .prev a, .text._primary {
	color: var(--primary);
}
.text._pink {
	color: #ea1d64;
}
.text._green {
    color: #389AFF
}
.text._red {
    color: #ea1d64;
}
.text._yellow {
	color: #f9a81a;
}
.text._blue {
    color:#389AFF
}
.text._teal {
	color: #009688;
}
.text._black {
	color: #171717;
}
.text._dark, div.text._dark p {
	color: #777;
}
.text._ldark {
	color: rgba(119, 119, 119, .6);
}
.text._medium {
	font-weight: 500;
}
.list-off._bold li, .list._bold li, .text._bolder, .demo-header ul li {
	font-weight: 600;
}
.text._bold {
	font-weight: 700;
}
.text._lhn {
	line-height: normal;
}
.text._upper {
	text-transform: uppercase;
}
.text._capital {
	text-transform: capitalize;
}
.text._center, table td+td, table th+th {
	text-align: center;
}
.text._right {
	text-align: right;
}
.bg._gray {
	background-color: #f0f0f0;
}
.bg._gray-2 {
	background-color: #f3f3f3;
}
.bg._gray-3 {
	background-color: #f5f5f5;
}
.bg._gray-4 {
	background-color: #f9f9f9;
}
.bg._gray-5 {
	background-color: #fbfbfb;
}
.bg._gray-6 {
	background-color: #fafafa;
}
.bg._blue {
	background-color: #d5eaff;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex._align {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex._between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bd {
	margin: 0;
	border-radius: 0;
	border: 0 solid #f5f5f5;
}
.bd._white {
	border-color: #fff;
}
.bd._t {
	border-top-width: 14px;
}
.bd._b {
	border-bottom-width: 14px;
}
.bd._l {
	border-left-width: 14px;
}
.bd._r {
	border-right-width: 14px;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
[data-parallax] {
	will-change: transform;
}
svg:not(:root) {
	overflow: inherit;
}
#page[data-customScroll] {
	padding-right: 8px;
}
#page .scrollbar-track {
	background: #e1e1e5!important;
}
#page .scrollbar-thumb {
	border-radius: 0!important;
	background: #777!important;
}
#page._mobile {
	padding-right: 0;
}
#page._mobile .scrollbar-track {
	width: 4px!important;
	background: 0 0!important;
}
#page._mobile .scrollbar-thumb {
	width: 4px!important;
}
.common {
	overflow: hidden;
}
.btn, .btn:hover {
	color: var(--btn-color);
}
.btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-style: solid;
	font-weight: 600;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-tap-highlight-color: transparent;
	padding: var(--btn);
	font-size: 16px;
	border-radius: 26px;
	border-width: 2px;
	line-height: 1.1;
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn:hover {
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
	text-decoration: none;
}
.btn i {
	margin-right: 1rem;
	font-size: 2.2rem;
	vertical-align: text-bottom;
}
.btn i._sm {
	font-size: 1.9rem;
}
.btn i._md {
	font-size: 2.8rem;
	line-height: .75;
}
.btn-dark, .nav_link.btn.btn-dark.btn-sm {
    background-color: #0f2235;
    border-color: #0f2235;
    color: #fff;
}
.btn-dark:hover, .btn-outline-gray:hover, .btn-white:hover {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-white {
	color: #171717;
	background-color: #fff;
	border-color: #fff;
}
.btn-outline-gray {
	color: #171717;
	background-color: transparent;
	background-image: none;
	border-color: #b4b4b4;
}
.btn-outline-pink {
	color: var(--primary);
	background-color: transparent;
	background-image: none;
	border-color: var(--primary);
}
.btn-outline-blue {
	color: #389aff;
	background-color: transparent;
	background-image: none;
	border-color: #389aff;
}
.btn-outline-blue:hover {
	background: #389aff;
	border-color: #389aff;
}
.btn-outline-white {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
}
.btn-outline-white:hover {
	background: #fff;
	border-color: #fff;
	color: #389aff;
}
.btn-lg, .btn-md, select {
	font-size: 16px;
	border-radius: 23px;
	border-width: 1px;
}
.btn-lg {
	padding: var(--btn-lg);
	line-height: 1.2;
}
.btn-md, select {
	padding: 12px 25px;
	line-height: 1.15;
}
.btn-sm, .es-subscribe-blog-form input[type=submit], .widget_subscribe .wpcf7-submit {
	padding: var(--btn-sm);
	font-size: 16px;
	border-radius: 23px;
	border-width: 1px;
	line-height: 1.2;
}
.btn-link, .btn-link:hover {
	background-color: transparent;
	border-color: transparent;
}
.btn-link {
	color: var(--primary);
	outline: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.btn-link:hover {
	color: var(--primary-hover);
	text-decoration: none;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block+.btn-block {
	margin-top: 15px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}
fieldset, form {
	margin: 0;
	padding: 0;
	border-style: none;
}
select {
	padding: 14px 16px;
	border-radius: 4px;
	line-height: 1.38;
	color: #171717;
	background-color: transparent;
	border-color: #ccc;
	outline: 0;
	border-style: solid;
	-webkit-transition: border .3s ease, outline .3s ease;
	-o-transition: border .3s ease, outline .3s ease;
	transition: border .3s ease, outline .3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:focus {
	-webkit-box-shadow: 0 0 0 1px var(--primary);
	box-shadow: 0 0 0 1px var(--primary);
}
select:active {
	outline: 0;
}
select:focus:not(._placeholder) {
	font-weight: 600;
}
select._placeholder {
	color: #777;
}
.select {
	position: relative;
}
.select select {
	padding-right: 35px;
}
.select:after {
	content: "";
	position: absolute;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	border-width: 7px 5px;
	border-style: solid;
	border-color: rgba(19, 20, 21, .5) transparent transparent;
	pointer-events: none;
}
.select[class*=col]:after {
	right: 36px;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	padding: 14px 16px;
	font-size: 16px;
	border-radius: 4px;
	border-width: 1px;
	line-height: 1.38;
	color: #171717;
	background-color: #fff;
	border-color: #ccc;
	text-align: left;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline-color: transparent;
	border-style: solid;
	max-width: 100%;
	width: 100%;
	-webkit-transition: outline .3s ease, border .3s ease;
	-o-transition: outline .3s ease, border .3s ease;
	transition: outline .3s ease, border .3s ease;
}
.single-resource input[type=email], .single-resource input[type=password], .single-resource input[type=search], .single-resource input[type=tel], .single-resource input[type=text], .single-resource input[type=url], .single-resource textarea {
	margin-bottom: 2rem;
}
input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
	font-weight: 600;
	outline: 0;
	-webkit-box-shadow: 0 0 0 1px var(--primary);
	box-shadow: 0 0 0 1px var(--primary);
}
input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #777;
}
input[type=email]:-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]:-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]:-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]:-moz-placeholder, input[type=url]::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
	color: #777;
}
input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #777;
}
textarea {
	resize: none;
	vertical-align: top;
	width: 100%;
	height: 250px;
}
input[type=button], input[type=reset], input[type=submit] {
	padding: var(--btn);
	font-size: 16px;
	border-radius: 23px;
	border-width: 1px;
	line-height: 1.1;
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
	border-style: solid;
	-webkit-appearance: none;
	cursor: pointer;
	outline: none;
}
input[type=submit] {
	font-weight: 600;
}
.hs-button.primary.large {
	margin-top: 1.5em;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	color: var(--btn-color);
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
}
.single-resource .hs_submit.hs-submit {
	text-align: center
}
iframe, input[type=file] {
	max-width: 100%;
}
iframe, input[type=file] {
	max-width: 100%;
}
input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
input:focus:-moz-placeholder, input:focus::-moz-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.wpcf7-form-control:not(.wpcf7-submit), .es-subscribe-blog-form input[type=email] {
	width: 100%;
	-webkit-transition: border .3s ease, outline .3s ease;
	-o-transition: border .3s ease, outline .3s ease;
	transition: border .3s ease, outline .3s ease;
}
.wpcf7-form-control:not(.wpcf7-submit):focus, .es-subscribe-blog-form input[type=email]:focus {
	border-color: var(--primary);
}
.wpcf7-checkbox label {
	padding: 0;
}
.entry blockquote p:after, .entry blockquote p:before, .wpcf7-checkbox input {
	display: none;
}
.wpcf7-checkbox input:checked~.wpcf7-list-item-label:before {
	font-size: 9px;
	background: var(--primary);
	border-color: var(--primary);
}
.wpcf7-checkbox .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -.18px;
	color: #777;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-checkbox .wpcf7-list-item-label:before {
	content: "";
	font-family: "icons";
	font-size: 0;
	line-height: 1.975;
	display: inline-block;
	width: 19px;
	height: 19px;
	border: 1px solid #b4b4b4;
	color: #fff;
	border-radius: 4px;
	margin-right: 1rem;
	vertical-align: text-bottom;
	text-align: center;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.wpcf7-submit {
	outline: 0;
}
.wpcf7-submit._md {
	min-width: 236px;
}
.wpcf7-response-output {
	font-size: 12px;
}
.wpcf7 p {
	position: relative;
	margin: 2rem 0 0;
}
.wpcf7 p[class*=col]>label {
	left: 21px;
}
.wpcf7 p._focus>label, .wpcf7 p._noempty>label {
	top: 0;
	background: #fff;
}
.wpcf7 p>label {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 .5rem 0 .3rem;
	font-size: 14px;
	font-weight: 500;
	color: #777;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: top .3s ease, background .3s ease .1s;
	-o-transition: top .3s ease, background .3s ease .1s;
	transition: top .3s ease, background .3s ease .1s;
	pointer-events: none;
}
.es-subscribe-blog-form {
	max-width: 290px;
}
.es-subscribe-blog-form .actions input[type=submit] {
	font-weight: 700;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	/* text-transform: lowercase; */
	margin: 2rem 0 0;
}
.es-subscribe-blog-form input[type=email] {
	padding: 13px 16px;
}
.es-subscribe-blog-form input[type=email]::-webkit-input-placeholder {
	/* Edge */
	font-size: 14px;
	color: #777;
}
.es-subscribe-blog-form input[type=email]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px;
	color: #777;
}
.es-subscribe-blog-form input[type=email]::placeholder {
	font-size: 14px;
	color: #777;
}
.hs-form-required {
	display: none
}
.hs_error_rollup {
    margin: 0 0 30px;
}
.hs-error-msgs {
	color: red;
	margin: 3px 0 0 0;
	font-size: 12px;
}
.hs-error-msgs label {
    line-height: 125%;
    padding: 0;
}

.h, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 2.5rem;
	font-family: inherit;
	font-weight: 700;
	color: inherit;
}
.h a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	font-size: inherit;
}
.h1, h1 {
	font-size: var(--h1);
}
.h2, h2 {
	font-size: var(--h2);
	margin-bottom: 2rem;
}
.h3, h3 {
	font-size: var(--h3);
}
.h4, h4 {
	font-size: var(--h4);
}
.h5, h5 {
	font-size: var(--h5);
}
.h6, h6 {
	font-size: var(--h6);
}

ol, p, ul {
	margin-top: 0;
}
p {
	margin-bottom: 2.2rem;
	letter-spacing: -.2px;
}
p._xs {
	font-size: 12px;
}
p._sm {
	font-size: 14px;
}
p._md, div._md p, .thank-you-page p,
.text-area.calculator-note-section p{
	font-size: var(--pmd);
}
p._lg,
._lg.text p {
	font-size: var(--plg);
}
h1._lg {
	font-size: var(--h1-lg);
}
h1._md {
	font-size: var(--h1-md);
}
h2._lg {
	font-size: var(--h2-lg);
}
a {
	color: var(--primary);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	color: var(--primary-hover);
}
a:hover [class^=icon-arrow] {
	-webkit-transform: translate3d(7px, 0, 0);
	transform: translate3d(7px, 0, 0);
}
ol, ul {
	padding-left: 0;
}
ol, ol li, ul, ul li {
	list-style: none;
}
.list-off, .demo-header ul, ol:not([class]), ul:not([class]) {
	padding-left: 2.5rem;
	color: var(--color);
}
.list-off li, ol:not([class]) li, ul:not([class]) li, .demo-header ul li {
	padding-left: 2.5rem;
	position: relative;
}
.list-off li+li, ol:not([class]) li+li, ul:not([class]) li+li {
	margin-top: 1.5rem;
}
.list-off ol, .list-off ul, ol:not([class]) ol, ol:not([class]) ul, ul:not([class]) ol, ul:not([class]) ul {
	margin-bottom: 0;
	margin-top: 1.5rem;
}
.list-off ul>li:before, ol:not([class]) ul>li:before, ul:not([class]) ul>li:before {
	content: "";
	color: var(--primary-hover);
}
.list-off ol>li:before, ol:not([class]) ol>li:before, ul:not([class]) ol>li:before {
	color: var(--primary-hover);
}
.list-off._ul>li:before, ul.list-style>li:before, ul:not([class])>li:before, .demo-header ul>li:before {
	content: "";
	font-size: 12px;
	position: absolute;
	top: .95rem;
	left: 0;
	width: 5px;
	height: 5px;
	background: var(--color);
	border-radius: 50%;
}
.list-off._ol, ol.list-style, ol:not([class]) {
	counter-reset: list;
}
.list-off._ol>li:before, ol.list-style>li:before, ol:not([class])>li:before {
	content: counter(list) ". ";
	counter-increment: list;
}
.list-off .list-off, .demo-header ul {
	margin: 0;
	padding-left: 1rem;
}
.list-off ol, .list-off ol>li, .list-off ul, .list-off ul>li {
	padding-left: 0;
}
.list-off ol>li:before, .list-off ul>li:before {
	color: transparent;
	visibility: hidden;
	display: none;
}
.list._bold li {
	font-weight: 600;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 15px;
}
table th {
	text-align: left;
}
table td, table th {
	font-size: var(--p);
	padding: 10px 15px;
	color: var(--color);
	border-bottom: 1px solid #979797;
}
pre {
	max-width: 100%;
	background: rgba(0, 0, 0, .1);
}
blockquote {
	margin: 4rem 0 8rem;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -.3px;
}
.entry.text> :last-child, blockquote p:last-child {
	margin-bottom: 0;
}
dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: 700;
}
hr {
	display: block;
	margin: 4rem auto;
	border-radius: 2px;
	border: 2px solid var(--primary);
}
hr._sm {
	max-width: 177px;
}
.entry .h1, .entry .h2, .entry .h3, .entry .h4, .entry .h5, .entry .h6, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	line-height: normal;
}

.entry .h1 a, .entry h1 a {
	color: var(--primary);
}
.entry .h2 a, .entry h2 a {
	color: var(--primary);
}
.entry .h3 a, .entry h3 a {
	color: var(--primary);
}
.entry .h4 a, .entry h4 a {
	color: var(--primary);
}
.entry .h5 a, .entry h5 a {
	color: var(--primary);
}
.entry .h6 a, .entry h6 a {
	color: var(--primary);
}

.entry .h1 a:hover, .entry h1 a:hover {
	color: var(--primary-hover);
}
.entry .h2 a:hover, .entry h2 a:hover {
	color: var(--primary-hover);
}
.entry .h3 a:hover, .entry h3 a:hover {
	color: var(--primary-hover);
}
.entry .h4 a:hover, .entry h4 a:hover {
	color: var(--primary-hover);
}
.entry .h5 a:hover, .entry h5 a:hover {
	color: var(--primary-hover);
}
.entry .h6 a:hover, .entry h6 a:hover {
	color: var(--primary-hover);
}

.entry ol, .entry p, .entry ul {
	font-size: var(--pmd);
}

.entry .large-text p
{
	font-size: var(--plg) !important;
}

.entry ol, .entry ul {
	margin: 5rem 0 6rem;
}
.entry ol li, .entry ul li {
	margin-top: 3rem!important;
}
.entry ol._simple li, .entry ul._simple li {
	margin-top: 1rem!important;
}
.entry img {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.entry figure:not([class]) {
	margin: 0 0 2.2rem;
}
.entry blockquote {
	margin-left: 6rem;
	color: #777;
}
.entry blockquote p {
	font-size: var(--plg);
	line-height: 1.33;
}
.entry.text._sm p {
	font-size: var(--p);
}
.widget {
	margin-bottom: 1.38em;
}
.widget select {
	min-width: inherit;
	width: 100%;
}
.widget .headline_title {
	margin-bottom: .5rem!important;
}
.widget .headline_descr,
.review-header .widget .headline p {
	color: #777;
}
.widget_social {
	position: absolute;
	top: 6rem;
	right: 0;
}
.widget_subscribe {
	padding: 0 3rem;
	max-width: 300px;
	position: absolute;
	top: 6rem;
	left: 0;
}
.widget_subscribe .wpcf7 {
	margin-top: 2.5rem;
}
#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}
#wp-calendar caption {
	padding: 10px;
}
#wp-calendar td, #wp-calendar th {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td {
	background: 0 0;
}
.comment-form p {
	overflow: hidden;
	padding: 0 0 15px;
	margin: 0;
}
.comment-form label, label {
	display: block;
	padding: 0 0 5px;
}
.contact-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field, .form-demo .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	margin-top: 0;
}
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	margin-top: 2rem;
}
.single-resource .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
	margin-top: 0;
}
.comment-form input:not([type=submit]), .comment-form textarea {
	margin: 0 4px 0 0;
	width: 300px;
}
.comment-form input:not([type=submit]), .comment-form textarea {
	margin: 0 4px 0 0;
	width: 300px;
}
.comment-form textarea {
	width: 100%;
	margin: 0;
	height: 200px;
}
.contact-form input, .contact-form select, .contact-form textarea {
	margin-top: 2rem;
	width: 100% !important;
}

.form-demo input, .form-demo select, .form-demo textarea {
	margin-top: 1rem;
	width: 100% !important;
}

.form-demo h4 { margin-bottom: 1.25rem; }

.form-demo .hs_submit.hs-submit {
	text-align: center
}
.form-demo input[type="submit"] {
	width: initial !important;
}
.contact-form input[type="submit"] {
	min-width: 236px;
	width: initial !important;
}
.contact-form .actions {
	text-align: center
}
.comment-form input[type=submit] {
	display: block;
	float: none;
}
.post-password-form label {
	display: block;
}
#search_block, .post-password-form, .search-form {
	margin-bottom: 15px;
}
#search_block input, .post-password-form input, .search-form input {
	float: left;
}
#search_block input[type=password], #search_block input[type=search], #search_block input[type=text], .post-password-form input[type=password], .post-password-form input[type=search], .post-password-form input[type=text], .search-form input[type=password], .search-form input[type=search], .search-form input[type=text] {
	border-radius: 4px;
	margin: 0 4px 0 0;
	width: 145px;
	min-width: auto;
}
#search_block [type=submit], .post-password-form [type=submit], .search-form [type=submit] {
	padding: var(--btn);
	font-size: 16px;
	border-radius: 23px;
	border-width: 1px;
	line-height: 1.1;
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
	text-align: left;
	border-style: solid;
}
#search_block [type=submit]:hover, .post-password-form [type=submit]:hover, .search-form [type=submit]:hover {
	color: var(--btn-color);
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
}
.commentlist {
	margin: 0 0 1.38em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.38em 4px 0;
}
#respond, .comment, .commentlist-holder {
	overflow: hidden;
}
.commentlist-item .commentlist-item {
	padding: 1.38em 0 0;
}
.commentlist-item+.commentlist-item {
	padding-top: 1.38em;
}
.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}
.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
#calendar_wrap table a {
	font-size: inherit;
}
.navigation, .navigation-comments, .pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}
.navigation .screen-reader-text, .navigation-comments .screen-reader-text, .pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.navigation .current, .navigation-comments .current, .pagination .current {
	color: #ccc;
}
.navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
}
.navigation .page-numbers.current:hover, .navigation-comments .page-numbers.current:hover, .pagination .page-numbers.current:hover {
	background: 0 0;
	color: #ccc;
}
.navigation .al a:active, .navigation .al a:hover, .navigation .ar a:active, .navigation .ar a:hover, .navigation .next a:active, .navigation .next a:hover, .navigation .page-numbers:active, .navigation .page-numbers:hover, .navigation .prev a:active, .navigation .prev a:hover, .navigation-comments .al a:active, .navigation-comments .al a:hover, .navigation-comments .ar a:active, .navigation-comments .ar a:hover, .navigation-comments .next a:active, .navigation-comments .next a:hover, .navigation-comments .page-numbers:active, .navigation-comments .page-numbers:hover, .navigation-comments .prev a:active, .navigation-comments .prev a:hover, .pagination .al a:active, .pagination .al a:hover, .pagination .ar a:active, .pagination .ar a:hover, .pagination .next a:active, .pagination .next a:hover, .pagination .page-numbers:active, .pagination .page-numbers:hover, .pagination .prev a:active, .pagination .prev a:hover {
	color: var(--primary-hover);
}
.navigation .al.disabled, .navigation .ar.disabled, .navigation .next.disabled, .navigation .prev.disabled, .navigation-comments .al.disabled, .navigation-comments .ar.disabled, .navigation-comments .next.disabled, .navigation-comments .prev.disabled, .pagination .al.disabled, .pagination .ar.disabled, .pagination .next.disabled, .pagination .prev.disabled {
	pointer-events: none;
}
.navigation-single {
	margin-bottom: 1.38em;
}
.navigation-single .next, .navigation-single .prev {
	vertical-align: middle;
	max-width: 50%;
	background: #171717;
	color: #fff;
	text-decoration: none;
}
.navigation-single .prev {
	float: left;
}
.navigation-single .next a, .navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}
.navigation-single .next {
	float: right;
}
img.border {
	padding: 5px;
	border: 1px solid #ccc;
}
.wp-caption {
	clear: both;
	border: 1px solid;
	max-width: 96%;
	padding: 5px 3px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 0 20px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 98.5%;
}
.wp-caption p {
	margin: .4em 0 0;
}
div.aligncenter, figure.aligncenter {
	margin: 0 auto 1.38em;
	text-align: center;
}
code, img.aligncenter, pre {
	display: block;
	margin: 0 auto 20px;
}
img.no-margin {
	margin: 0;
}
.aligncenter {
	margin: 5px auto 20px;
}
.alignleft {
	float: left;
	margin: 0 1.38em 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 1.38em;
}
img.wp-smiley {
	padding: 0;
	border: 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignnone, .posts-list .entry p, .title h1, a img.alignnone {
	margin: 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 60%;
}
.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
.mejs-container {
	margin-bottom: 1.38em;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}
.alignnone, .bypostauthor, .gallery, .gallery-caption, .sticky, .wp-caption-text {
	height: auto;
}
.al, .navigation .next {
	float: left;
}
.ar, .navigation .prev {
	float: right;
}
.posts-list .post {
	margin: 0 0 60px;
}
.title {
	margin-bottom: 1.2em;
}
.post .postmetadata, .post .title {
	margin-bottom: 10px;
}
.textwidget p {
	padding: 0 0 10px;
}
.center {
	text-align: center;
}
.hidden, blockquote p+p:after, blockquote p+p:before, blockquote q+p:after, blockquote q+p:before, code br {
	display: none;
}
code, pre {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	margin: 0 0 20px;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}
code {
	padding: 1px 20px 0;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}
abbr, acronym, span.caps {
	cursor: help;
}
abbr, acronym {
	border-bottom: 1px dashed #dfcfba;
}
blockquote cite {
	display: block;
	padding-top: 5px;
}
blockquote p:before, q:before {
	content: open-quote;
}
blockquote p:after, q:after {
	content: close-quote;
}
sub, sup {
	position: relative;
	top: -5px;
}
sub {
	top: 5px;
}
.last {
	margin-right: 0!important;
	clear: right;
}
.clear {
	clear: both;
	line-height: 0;
}
.page-link {
	padding: 0 0 15px;
}
.comments {
	clear: both;
}
#respond {
	margin: 20px 0;
}
#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: 400;
}
#comments, #reply-title {
	margin: 0 0 15px;
	line-height: 1.6em;
}
.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.5em;
}
.commentlist .comment {
	padding: 1.2em 0 0 2em;
}
.commentlist+.comment {
	padding-top: 1.2em;
}
.commentlist .commentlist {
	padding: 0;
}
.commentlist .comment-author, .commentlist .comment-metadata {
	margin-bottom: .5em;
}
.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}
.comment .comment-respond {
	margin-left: 20px;
}
.comment-body, .commentlist #respond {
	margin: 0 0 20px;
}
.comment-body .reply {
	padding-bottom: 15px;
}
.parent.comment .comment {
	margin-left: 30px;
}
.comment-author.vcard {
	margin-bottom: 10px;
}
.breadcrumb {
	margin-bottom: 44px;
}
.post .title h3 {
	margin-bottom: 1em;
}
.divider {
	height: 80px;
}
.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
	color: #ea1d64;
}
.wpcf7-validation-errors {
	color: #ea1d64;
}
.error input:not([type=submit]) {
	border-color: #ea1d64!important;
}
.widget .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.gallery-item a, .gallery-item a:focus, .gallery-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
}
.gallery-item a:focus img, .gallery-item a:hover img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}
.gallery-item img {
	-webkit-transition: -webkit-filter .3s ease-in;
	-o-transition: filter .3s ease-in;
	transition: filter .3s ease-in;
	transition: filter .3s ease-in, -webkit-filter .3s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-item dt {
	float: none;
	padding: 0;
}
.comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
	width: auto;
	margin: 2px 10px 0 0;
}
.common {
	position: relative;
	padding: 2rem 0;
}
#content.two-column {
	float: left;
	width: 68%;
	padding-right: 3%;
}
#sidebar {
	float: right;
	width: 32%;
}
.gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1em;
}
.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 50%;
	margin: 0;
	padding: 0 1em 2em;
	text-align: left;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}
.gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, label+br {
	display: none;
}
.content-area {
	padding-top: 20px;
}
.form-allowed-tags code {
	white-space: pre-line;
}

.header {
	z-index: 101;
	-webkit-transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
    min-height: 87px;
}

.header--absolute {
    left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 991px) {
    .header--absolute {
        background: none !important;
        border-bottom: 1px solid rgb(96 96 96 / 40%) !important;
        min-height: 0 !important;
    }
    body.page-template-page-lead .header--absolute {
        border: none !important;
    }
}

.header._sticky {
    left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.header .container {
    max-width: 100%;
}

/*
.admin-bar .header._sticky {
    top: 32px;
}
*/

.header._sticked {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
	background: #fff;
}
.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;
	padding: 24px 0;
	-webkit-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
}

@media (max-width: 1400px) {
    .header_container {
        display: block;
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .header_container {
        display: flex;
        padding: 24px 0;
    }
    .header--absolute .header_container {
        padding: 15px 0;
    }
}

.header-thankyou {
    align-items: center;
    display: flex;
}

.header-thankyou__text {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 125%;
    padding-left: 45px;
}

@media (max-width: 768px) {
    .header-thankyou__text {
        display: none;
    }
}

.header_logo {
	margin-right: 3.5rem;
}

@media (max-width: 1400px) {
    .header_logo {
        margin: 0 0 5px;
    }
}

@media (max-width: 991px) {
    .header_logo {
        margin: 0;
    }
}

.header-thankyou .header_logo {
    margin: 0;
}

.header_logo a img {
	max-width: 200px;
}

@media (max-width: 1100px) {
    .header_logo a img {
        max-width: 160px;
    }
}

.header_main {
    align-items: center;
    display: flex;
    flex: 1;
}

@media (max-width: 991px) {
    .header_main {
        flex: 0;
    }
}

.header_nav {
	margin-right: auto;
}
.header_right {
    align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 1100px) {
    .header_right {
        font-size: 14px;
    }
}

.header_right a:not(.btn) {
    font-size: 16px;
	margin-right: 15px;
}

@media (max-width: 1300px) {
    .header_right a:not(.btn) {
        font-size: 14px;
    }
}

.header_right .btn-outline {
    background: none;
    border: 2px solid #0f2235;
    color: #0f2235;
    margin: 0 0 0 10px;
}

.header_right .btn-outline:hover {
    background-color: #0f2235;
    color: #fff;
}

@media (max-width: 1300px) {
    .header_right .btn-sm {
        font-size: 14px;
    }
}

/*
.admin-bar #main {
    margin-top: 32px;
}
*/

.footer_container {
	padding: 6rem 0 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer_item {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
.footer_logo {
	-ms-flex-preferred-size: 180px;
	flex-basis: 180px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.footer_nav {
	-ms-flex-preferred-size: 220px;
	flex-basis: 220px;
	margin: 0 1rem;
}
.footer_socials {
	margin-left: auto;
}
.footer_title {
	margin: 0 0 2rem;
	letter-spacing: -.3px;
	text-transform: uppercase;
}
.footer_bottom {
	padding: 2rem 0;
	background: #3a4654;
	color: #fff;
}
.footer_bottom .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.footer_copyright {
	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;
}
.footer_right {
	margin: 0 0 0 auto;
}
.footer_bottom p,
.footer_copyright p {
	margin: 0 1rem 0 0;
	font-size: 12px;
	letter-spacing: -.23px;
}
.footer_bottom a,
.footer_copyright a {
	margin-left: auto;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.footer_bottom a:hover {
	color: var(--primary);
}
.footer_right p {
	margin: 0;
}
.footer_copyright a:hover {
	color: var(--primary);
}
.footer .dropdown_link, .footer .header_right a:not(.btn), .footer .nav_link, .header_right .footer a:not(.btn) {
	font-size: 14px;
	font-weight: 400;
	color: #777;
}
.footer .dropdown_link:hover, .footer .header_right a:hover:not(.btn), .footer .nav_link:hover, .header_right .footer a:hover:not(.btn) {
	text-decoration: none;
}
.item-review_blockquote cite span, .logo_link {
	display: block;
}

.logo_img, .nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.logo_img {
	display: block;
	max-width: 208px;
	vertical-align: middle;
}
.nav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin: 0;
}
.header_right .nav_item.current_page_item a:not(.btn), .nav_item.current_page_item .dropdown_link, .nav_item.current_page_item .header_right a:not(.btn), .nav_item.current_page_item .nav_link {
	font-weight: 700;
}
.dropdown_link, .header_right a:not(.btn), .nav_link {
    color: #171717;
	display: inline-block;
	letter-spacing: -.2px;
    line-height: 125%;
	-webkit-tap-highlight-color: transparent;
}
.dropdown_link:hover, .header_right a:hover:not(.btn), .nav_link:hover {
    color: var(--primary);
	text-decoration: underline;
}
.nav._row .nav_list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1100px) {
    .nav._row .nav_list {
        font-size: 14px;
    }
}

.nav._row .nav_item:not(:last-child) {
	margin-right: 25px;
}
.nav._column .nav_list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav._row .nav_list .current-menu-item > a {
	font-weight: bold;
}
.nav._column .nav_item:not(:last-child) {
	margin-bottom: 1.4rem;
}
.headline_title, .single-resource .headline h5, .demo-header h5 {
	margin: 0 0 1.5rem;
	letter-spacing: -.0125em;
	line-height: normal;
}
.headline_tags a:hover, .headline_title._primary {
	color: var(--primary);
}
.headline_subtitle {
	margin: 0 0 2rem;
	font-weight: 400;
	letter-spacing: -.3px;
}
.headline_descr .headline_descr, .thank-you-page p {
	margin: 0;
}
.headline_descr._sm {
	font-size: 14px;
}
.headline_descr:not(:last-child),
.review-header .widget .headline p{
	margin-bottom: 3rem;
}
.headline_logo._sm {
	margin-bottom: 2rem;
}
.headline_img, .headline_logo {
	margin-bottom: 4rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.headline_img, .headline_logo {
	margin-bottom: 4rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.d-block.mobile-logo{
	max-width:140px
}
.headline_logo._sm {
	margin-bottom: 2rem;
}
.headline_img {
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 4.5rem;
}
.headline_list,
.content-animation ul {
	display: inline-block;
	margin: 0;
}
.headline_list li,
.content-animation li {
	position: relative;
	font-size: var(--pmd);
	color: #171717;
	padding-left: 3.5rem;
	letter-spacing: -.3px;
}
.headline_list li:before,
.content-animation li:before{
	content: "";
	position: absolute;
	top: calc(var(--pmd)/2);
	left: 1.5rem;
	width: .4rem;
	height: .4rem;
	border-radius: 100%;
	background: #171717;
}
.headline_list li:not(:last-child),
.content-animation li:not(:last-child){
	margin-bottom: .78vw;
}
.headline_tags a {
	color: inherit;
	text-decoration: underline;
}
.headline_link, .integrations_link {
	margin: 0;
	display: inline-block;
	font-size: 18px;
	color: #171717;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
}
._md.integrations_link, .headline_link._md {
	font-size: var(--pmd);
}
.headline_link {
	font-size: 16px;
}
.two-tile_item .headline .headline_link {
    font-size: 18px;
}
.headline_link i {
	font-size: 170%;
}
.headline_link .icon-share-next {
	font-size: 120%;
}
.headline_link i, .integrations_link i {
	margin: 0 .4rem;
	color: var(--primary);
}
.headline_link i._sm, .integrations_link i._sm {
	font-size: 70%;
}
.headline_trigger {
	margin-bottom: 1rem;
	font-size: 24px;
	color: var(--primary);
}


.headline-and-search {
	align-items: center;
	border-bottom: 1px solid #e1e1e5;
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
	padding: 0 0 25px;
}

.headline-and-search .headline_title {
	margin: 0 !important;
}

.headline-and-search form {
}

.headline-and-search form input[type="text"] {
	background-image: url(images/icon-search.svg);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	border: 1px solid #ddd;
	height: 45px;
	line-height: 100%;
	padding: 0 10px 0 40px;
	width: 290px;
}

.headline-and-search form input[type="submit"] {
	display: none;
}

.demo-header .headline_title {
	margin-bottom: 1rem;
}

.demo-header h5 {
	margin-top: 2rem;
}

@media (max-width: 767px) {
	.headline-and-search {
		display: block;
	}
	.headline-and-search .headline_title {
		margin: 0 0 15px !important;
	}
	.headline-and-search form input[type="text"] {
		width: 100%;
	}
}

.item-company {
	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;
	padding: 2rem;
	border: solid 1px #e1e1e5;
	background: #fff;
}
.item-company._reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.item-company._reverse .item-company_img {
	margin-bottom: 0;
}
.item-company_img, .item-company_name {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.item-company_img {
	margin-bottom: 2rem;
	display: block;
	width: 100%;
	max-height: 225px;
	-o-object-fit: cover;
	object-fit: cover;
}
.item-company_name {
	display: inline-block;
	margin-bottom: 1.2rem;
}

.item-company_name,
.item-people_img{
	max-height: 30px;
}

.item-people_img {
	max-width: 80%;
}

.item-company_blockqoute {
	margin: 0 0 5.5rem;
	font-weight: 500;
}
.item-company_blockqoute p {
	margin: 0;
	font-size: 16px;
}
.item-company-info {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}
.item-company-info .img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 130px;
	margin-bottom: 25px;
}
.post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem;
	color: #171717;
	background: #fff;
}
.breadcrumb a, .post:hover, .post:hover .post_title a, .post_autor a {
	color: inherit;
}
.breadcrumb a:hover, .post:hover .post_read, .post_autor a:hover {
	color: var(--primary);
}
.post._story {
	padding: 2.4rem;
	border-bottom-right-radius: 4rem;
	border: .5px solid #e1e1e5;
}
.post._story .post_image {
	margin: 0 0 2rem;
}

.post._story .post_img {
	min-height: 16rem;
	height: 15.97vw;
	max-height: 230px;
}

.post._story .post_read {
	font-weight: 600;
}

.post._recent {
	padding: 6rem 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-top: 1px solid #e1e1e5;
}

.post._recent .post_meta {
	margin: 0 0 .8rem;
}

.post._recent .post_title {
	margin: 0 0 .8rem;
	letter-spacing: -.4px;
	line-height: normal;
}

.post._recent .post_image {
	margin: 0 0 0 9%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 263px;
	flex: 1 0 263px;
}

.post._blog .post_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post._blog .post_descr {
	display: none;
}

.post._blog .post_autor {
	margin-top: auto;
}

.post_content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.post_image {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.post_image, .post_logo {
	margin-bottom: 2rem;
}

.post_logo img {
	max-height: 45px;
}

.post_img {
	display: block;
	width: 100%;
	min-height: 160px;
	height: 17.08vw;
	-o-object-fit: cover;
	object-fit: cover;
}

.post_autor, .post_descr {
	color: #777;
}

.post_meta {
	margin: 0 0 1.5rem;
}

.post_tag {
	display: inline-block;
	color: #171717;
	letter-spacing: -.3px;
}

.post_tag i {
	margin-right: 1.2rem;
	font-size: 20px;
}

.post_title {
	margin: 0 0 2rem;
}

.meta_item._autor p, .post_title .h1, .post_title .h2, .post_title .h3, .post_title .h4, .post_title .h5, .post_title .h6, .post_title h1, .post_title h2, .post_title h3, .post_title h4, .post_title h5, .post_title h6 {
	margin: 0;
}

.post_read {
	margin-top: auto;
	font-size: 16px;
	letter-spacing: -.2px;
	color: #969696;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.post_read i {
	margin-left: .5rem;
	font-size: 70%;
}

.socials {
    align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}

.social {
	display: flex;
}

.social a {
	margin: 0 5px;
	color: #fff;
}

.icon-send:before {
	content: '\e919';
}

.socials_item:not(:last-child) {
	margin-right: 1.5rem;
}

.socials_link {
	font-size: 20px;
	color: #777;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#sticky-social {
	left: calc(100% - 50px);
	margin: 0px 0 0;
	position: fixed;
	top: 50%;
	z-index: 10;
}

#sticky-social li a {
	display: block;
	height: 50px;
	padding: 15px 0 0;
	width: 50px;
}

#sticky-social li a:hover {
	width: 70px;
	margin-left: -17px;
}

#sticky-social li.social-arrow a {
	background-color: #fff;
}

#sticky-social li.social-arrow a:hover {
	background-color: #ddd;
	width: 50px;
}

#sticky-social li.social-arrow .arrow-back {
	display: block;
}

#sticky-social li.social-arrow .arrow-next {
	display: none;
}

#sticky-social.sticky-hidden li.social-arrow .arrow-back {
	display: none;
}

#sticky-social.sticky-hidden li.social-arrow .arrow-next {
	display: block;
}

#sticky-social li.social-facebook a {
	background-color: #3b5998;
}

#sticky-social li.social-linkedin a {
	background-color: #0077b5;
}

#sticky-social li.social-twitter a {
	background-color: #1da1f2;
}

#sticky-social li.social-google a {
	background-color: #db4437;
}

#sticky-social li.social-pinterest a {
	background-color: #bd081c;
}

#sticky-social li.social-mail a {
	background-color: #8e8e93;
}

#sticky-social li a img {
	display: block;
	height: 20px;
	margin: 0 auto;
	max-height: 20px;
	max-width: 20px;
	padding: 0;
	width: auto;
}

#sticky-social li .sticky-icons {
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

#sticky-social.sticky-hidden li .sticky-icons {
	margin: 0 0 0 50px;
}

[class^='icon-'], [class*=' icon-'] {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-send {
	font-family: 'icomoon' !important;
}

.dropdown {
    padding-right: 25px;
	position: relative;
}

.dropdown::after, .dropdown_list {
    display: none;
    left: 50%;
	position: absolute;
    transform: translateX(-50%);
}

.dropdown::after {
	content: "";
	top: 100%;
	width: 190px;
	height: 100%;
	background: 0 0;
}

.dropdown_curret {
    cursor: pointer;
	display: block;
    height: 20px;
	position: absolute;
    right: 0;
	top: 0; /*top: 14px;*/
	width: 20px;
	z-index: 11;
}

.dropdown_curret i {
    color: #171717;
    font-size: 10px;
    left: 50%;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .3s ease;
}

.dropdown_list {
	top: calc(100% + 9px);
	padding: 25px;
	margin: 0;
	min-width: 190px;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
}

@media (max-width: 1400px) {
    .dropdown.menu-fix .dropdown_list {
        left: 0;
        transform: translateX(-20%);
    }
}

.dropdown_list .dropdown_list {
	top: -50%;
	left: calc(100% + 2rem);
}

.dropdown_list .dropdown::after {
	width: 2rem;
	height: 150%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
}

.dropdown_item {
	position: relative;
}

.dropdown_item:not(:last-child) {
	margin-bottom: 1.6rem;
}

.dropdown_list_row {
    align-items: flex-start;
    display: flex;
    width: 700px;
}

.dropdown_list_list {
    display: flex;
    flex: 0 0 400px;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: space-between;
    padding: 15px 0;
}

.dropdown_list_list li {
    width: calc(50% - 15px);
}

.dropdown_list_list li a {
    color: #171717;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.dropdown_list_list li a:hover {
    text-decoration: underline;
}

.dropdown_list_list li p {
    color: #757575;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 135%;
    margin: 0;
}

.dropdown_list_cta {
    border-left: 3px solid rgb(0 0 0 / 10%);
    margin: 0 0 0 30px;
    padding: 15px 15px 15px 30px;
}

.dropdown_list_cta_heading {
    font-size: 16px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.dropdown_list_cta_video {
}

.dropdown_list_cta_video a {
    display: block;
    position: relative;
}

.dropdown_list_cta_video a::after {
    background: url(images/ico-play.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 41px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
}

.dropdown_list_cta_video img {
    display: block;
    margin: 0 auto;
    max-width: 195px;
    width: 100%;
}

.dropdown_list_cta_image a {
    position: relative;
}

.dropdown_list_cta_image._play a::before {
    background: url(images/ico-play.svg) no-repeat 50% 50%;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 1;
}

.dropdown_list_cta_image a img {
    display: block;
}

.dropdown_list_cta_button {
    margin: 30px 0 0;
}

.dropdown_list_cta_button a {
    font-size: 16px;
    padding: 10px 15px;
}

@media (max-width: 991px) {
    .dropdown_list_row {
        display: block;
        width: auto;
    }
    .dropdown_list_list {
        gap: 10px 0;
        padding: 0 15px 15px;
    }
    .dropdown_list_list li {
        width: 100%;
    }
    .dropdown_list_list li a {
        color: #777;
        font-weight: 400;
    }
    .dropdown_list_list li p {
        display: none;
    }
    .dropdown_list_cta {
        display: none;
    }
}

.menu-hidden {
    display: none;
}

#menu-video.fancybox-content {
    max-width: 800px;
    padding: 0;
    width: 100%;
}

.item-demo-app, .opener {
	cursor: pointer;
	position: relative;
}
.opener {
	display: none;
	width: 18px;
	height: 16px;
	z-index: 12;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
.opener:after, .opener:before {
	content: "";
}
.opener:before {
	top: 0;
}
.opener span, .opener:after, .opener:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #777;
	-webkit-transition: opacity .3s ease, top .2s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease, top .2s ease;
	transition: transform .3s ease, opacity .3s ease, top .2s ease;
	transition: transform .3s ease, opacity .3s ease, top .2s ease, -webkit-transform .3s ease;
}
.opener span {
	top: 7px;
}
.opener:after {
	top: 14px;
}
.item-demo-app {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.item-demo-app._active .item-demo-app_icon {
	background: var(--third);
}
.item-demo-app._active .item-demo-app_icon i {
	color: #fff;
}
.item-demo-app._active .item-demo-app_title {
	color: transparent;
}
.item-demo-app._active .item-demo-app_title:after {
	opacity: 1;
}
.item-demo-app_content, .item-demo-app_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-demo-app_content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.item-demo-app_icon {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 60px;
	flex: 1 0 60px;
	height: 60px;
	margin-right: 1.5rem;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
.item-demo-app_icon i, .item-demo-app_title {
	font-size: 32px;
	margin: auto;
	color: #777;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
.item-demo-app_icon i.icon-controll {
	font-size: 39px;
}
.item-demo-app_title {
	position: relative;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	letter-spacing: -.27px;
	color: #5f6063;
}
.item-demo-app_title:after {
	content: attr(data-name);
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
	font-weight: 700;
	opacity: 0;
	letter-spacing: -.56px;
	color: #171717;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.item-demo-app_descr {
	display: none;
	margin: 18px 0 0;
	font-weight: 500;
}
.item-people {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3.5rem 2rem 2.5rem;
	border-bottom-right-radius: 10rem;
	border: 1px solid #e1e1e5;
	background: #fff;
}
.item-people_blockquote {
	margin: 0 0 2rem;
	letter-spacing: -.25px;
	color: #171717;
}
.item-people_blockquote p {
	margin: 0;
	font-size: var(--pmd);
}
.swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 .6rem;
	border-radius: 50%;
	background: #d8d8d8;
	outline: 0;
}
.swiper-pagination-bullet-active {
	background: #a4a4a4;
}
.arrows_btn {
	position: absolute;
	top: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #e1e1e5;
	border-radius: 50%;
	color: #777;
	outline: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-webkit-tap-highlight-color: transparent;
}
.arrows_btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.arrows_btn._disable {
	opacity: .5;
	cursor: default;
	pointer-events: none;
}
.arrows_btn._prev {
	left: -140px;
}
.arrows_btn._prev i {
	left: 47%;
}
.arrows_btn._next {
	right: -140px;
}
.arrows_btn._next i {
	left: 53%;
}
.list {
	padding: 0;
	margin: 0;
}
.list._two {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.list._three {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.list._primary .list_item:before {
	background: var(--primary);
}
.list_item {
	position: relative;
	font-size: var(--pmd);
	letter-spacing: -.25px;
	margin-bottom: 2rem;
	padding-left: 3rem;
}
.list_item:before {
	content: "";
	position: absolute;
	top: 6px;
	left: .6rem;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.item-review {
	display: block;
	padding: 2rem 2.4rem;
	background: #fff;
	color: #171717;
}
.item-review_icon {
	display: inline-block;
	font-size: 33px;
	margin-bottom: 1.3rem;
}
.item-review_blockquote {
	margin: 0;
	font-size: var(--pmd);
	letter-spacing: -.25px;
}
.item-review_blockquote p {
	margin: 0 0 1.7rem;
}
.item-review_blockquote cite {
	padding: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 78%;
	letter-spacing: -.2px;
	color: #777;
}
.item-team, .post-hero_tags li {
	display: inline-block;
}
.item-team_img {
	margin: 0 0 2rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.item-team_name {
	margin: 0;
	color: var(--primary);
}
.item-team_position {
	margin: 0 0 1.5rem;
	font-weight: 600;
	letter-spacing: -.2px;
	color: #171717;
}
.item-team_descr {
	margin: 0 0 3rem;
	color: #777;
	letter-spacing: -.2px;
}
.item-team_socials .socials_link {
	font-size: 24px;
}
.item-location {
	display: inline-block;
	padding: 2.4rem;
	background: #fff;
	border: solid 1px #e1e1e1;
}
.item-location_img {
	width: 100%;
	margin: 0 0 2.4rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.item-location_name {
	margin: 0;
	font-weight: 400;
	letter-spacing: -.3px;
}
.item-location_title {
	margin: 0 0 2.4rem;
	font-weight: 700;
}
.item-location_address {
	/* font-style:normal; */
}
.breadcrumb {
	font-weight: 600;
	letter-spacing: -.0125em;
}
.post-hero {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	-webkit-box-shadow: 16px 18px 38px 2px rgba(117, 117, 117, .35);
	box-shadow: 16px 18px 38px 2px rgba(117, 117, 117, .35);
	padding: 20px 20px 40px;
}
.post-hero_link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.post-hero_thumb {
	margin-bottom: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.post-hero_thumb img {
	width: 100%;
}
.post-hero_tags {
	margin-bottom: .5rem;
	font-size: 11.5px;
	font-weight: 500;
}
.post-hero_title {
	margin: 0;
	line-height: normal;
	letter-spacing: -.3px;
}
.meta {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	color: #777;
}
.meta, .meta_item._autor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.meta_item._autor img {
	margin-right: 1rem;
}
.meta_date, .meta_item._autor h6 {
	margin: 0 0 .5rem;
}
.meta_date {
	letter-spacing: -.18px;
}
.meta_img, .tag-category {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tag-category {
	padding: 0;
	margin: 0;
}
.tag-category_item {
	display: inline-block;
}
.tag-category_item:not(:last-child) {
	margin-right: 1rem;
}
.tag-category_link {
	font-size: 16px;
	color: #777;
	font-weight: 400;
	text-decoration: underline;
}
.link-anchor {
	color: inherit;
}
.hero, .hero_item {
	position: relative;
	z-index: 2;
}

.hero._two {
	overflow: hidden;
}

.hero._two .hero_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5rem 0 7rem;
}
.hero._two .hero_content._ct {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hero_container._full {
	min-height: 100vh;
}
.hero_container._half {
	min-height: 50vh;
}
.hero_container._2-3 {
	min-height: 80vh;
}
.hero_item {
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.hero_item .hero_bg {
	height: auto;
	z-index: 0;
}
.hero_item._text {
	padding: 4.5rem 10rem 0 7.5rem;
}
.hero_item._text .headline_title._lg {
	line-height: 1.1;
}
.hero_item._smaller {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
}
.hero_item._bigger {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}
.hero_item._small {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}
.hero_item._medium {
	-ms-flex-preferred-size: 55%;
	flex-basis: 55%;
}
.hero_img, .hero_parallax {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hero_img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	z-index: 1;
}
.hero_img._full, .isotope_grid._responsive-imgs .isotope_grid-item-link img {
	width: 100%;
}

.hero.hero__thank .hero_img {
    max-width: 90%;
    width: 100%;
}

.hero_parallax {
    -webkit-filter: drop-shadow(0 9px 18px rgba(0, 0, 0, .1));
	filter: drop-shadow(0 9px 18px rgba(0, 0, 0, .1));
	position: absolute;
    z-index: 2;
}

.hero.hero__thank .hero_parallax {
    left: 50%;
    max-width: 582px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero.hero__thank .hero_parallax--static {
    position: static;
    transform: none;
}

.hero_parallax a {
	display: block;
}

.hero_form {
	position: relative;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	padding: 4rem;
	background: #fff;
	-webkit-box-shadow: 20px 22px 46px 3px rgba(117, 117, 117, .35);
	box-shadow: 20px 22px 46px 3px rgba(117, 117, 117, .35);
	z-index: 1;
}
.hero_form._md {
	max-width: 622px;
	padding: 4rem;
}
.hero_form._full {
	max-width: 100%;
}
.hero._home .headline_title._lg {
	font-weight: 800;
}
.hero_form .h1, .hero_form h1 {
	font-size: 48px;
}
.hero_form .h2, .hero_form h2 {
	font-size: 40px;
}
.hero_form .h3, .hero_form h3 {
	font-size: 32px;
}
.hero_form .h4, .hero_form h4 {
	font-size: 24px;
}
.hero_form .h5, .hero_form h5 {
	font-size: 20px;
}
.hero_form .h6, .hero_form h6 {
	font-size: 16px;
}
.hero_form .h1, .hero_form .h2, .hero_form .h3, .hero_form .h4, .hero_form .h5, .hero_form .h6, .hero_form h1, .hero_form h2, .hero_form h3, .hero_form h4, .hero_form h5, .hero_form h6 {
	letter-spacing: -.3px;
}

/**/

.btn-block-hero .btn.btn-red {
    background-color: hsl(339, 83%, 52%);
    border-color: hsl(339, 83%, 52%);
    color: hsl(339, 83%, 52%);
}

.btn-block-hero .btn.btn-red:hover {
    background-color: hsl(339, 83%, 42%);
    border-color: hsl(339, 83%, 42%);
}

.btn-block-hero .btn.btn-blue {
    background-color: #389AFF;
    border-color: #389AFF;
    color: #389AFF;
}

.btn-block-hero .btn.btn-blue:hover {
    background-color: #389AFF;
    border-color: #389AFF;
}

.btn-block-hero .btn.btn-green {
    background-color: #009688;
    border-color: #009688;
    color: #009688;
}

.btn-block-hero .btn.btn-green:hover {
    background-color: #017c70;
    border-color: #017c70;
}

.btn-block-hero .btn.btn-yellow {
    background-color: hsl(38, 95%, 54%);
    border-color: hsl(38, 95%, 54%);
    color: hsl(38, 95%, 54%);
}

.btn-block-hero .btn.btn-yellow:hover {
    background-color: hsl(38, 95%, 44%);
    border-color: hsl(38, 95%, 44%);
}

.btn-block-hero .btn.btn-normal {
    color: #fff;
}

.btn-block-hero .btn.btn-outline {
    background-color: transparent;
}

.btn-block-hero .btn.btn-outline:hover {
    color: #fff;
}

@media (max-width: 667px) {
    .btn-block-hero .btn {
        margin-right: 0 !important;
    }
}

/**/

.btn-block-hero a .arrow-icon {
    background: url(images/icon-event.svg) no-repeat 50% 50%;
    background-size: cover;
    display: inline-block;
    font-size: 0;
    height: 24px;
    margin: -2px 5px -2px 0;
    width: 24px;
}

.btn-block-hero a .arrow-icon2 {
    height: 24px;
    margin: 0 3px -2px 0;
    width: 24px;
}

.btn-block-hero a .arrow-icon2 svg {
    fill: #389aff;
    height: 24px;
    width: 24px;
}

.btn-block-hero a:hover .arrow-icon2 svg {
    fill: #fff;
}

/**/

.hero_bg, .hero_scrolling {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hero_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.hero_bg._half {
	top: 47%;
}
.hero_bg img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero_scrolling {
	text-align: center;
	margin-bottom: -18.75vw;
	padding: 0 9.01vw;
}
.hero_scrolling img {
	-webkit-box-shadow: 50px 63px 85px 0 rgba(0, 0, 0, .26);
	box-shadow: 50px 63px 85px 0 rgba(0, 0, 0, .26);
}
.hero_btn {
	z-index: 1;
}
.hero_meta {
	max-width: 580px;
}
.hero_post-hero {
	max-width: 480px;
}

/**/

.flying-icons {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.flying-icons._full img {
	height: calc(100% - 18.75vw);
}
.flying-icons_canvas {
	display: block;
	width: 100%;
	height: 100%;
}
.company {
	padding: 12rem 0 3rem;
}
.section-company .company_list {
	padding: 0;
}
.section-company h4 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}
.company_list {
	padding: 4rem 0;
	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-wrap: wrap;
	flex-wrap: wrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.company_img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 130px;
	flex: 0 1 130px;
	padding: 2.5rem 0;
	margin: 0 4rem;
	text-align: center;
}
.company .item-company {
	margin-top: 6rem;
	height: calc(100% - 6rem);
}
/* .story._rows .story_container {
	margin-top: -3rem;
} */
.story._rows .post {
	margin-top: 5rem;
	height: calc(100% - 5rem);
}
.story .post {
	margin-top: 1.7rem;
	height: calc(100% - 1.7rem);
}
.demo-app {
	overflow: hidden;
}
.demo-app_container {
	position: relative;
	margin-top: 8rem;
}
.demo-app_desktop, .demo-app_mobile {
	overflow: initial;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.demo-app_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.demo-app_slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
.demo-app_slide._active, .demo-app_slide._active .demo-app_tooltip {
	opacity: 1;
}
.demo-app_controll-wrapper {
	position: absolute;
	display: inline-block;
	border-radius: 8px;
	-webkit-box-shadow: 20px 22px 46px 3px rgba(117, 117, 117, .35);
	box-shadow: 20px 22px 46px 3px rgba(117, 117, 117, .35);
	background: #fff;
	z-index: 1;
}
.demo-app_controll {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
}
.demo-app_navigation {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 40px;
}
.demo-app_navigation .arrows_btn {
	width: 40px;
	height: 40px;
	color: #bdbebf;
	-webkit-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, .17), 0 1px 4px 1px transparent;
	box-shadow: 0 7px 9px 0 rgba(0, 0, 0, .17), 0 1px 4px 1px transparent;
	border: 0;
}
.demo-app_navigation .arrows_btn._prev {
	left: -1.7rem;
}
.demo-app_navigation .arrows_btn._next {
	right: -1.7rem;
}
.demo-app_list {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.demo-app_link {
	color: #171717;
	font-weight: 600;
}
.demo-app_link:hover {
	color: inherit;
}
.demo-app_link i {
	will-change: transform;
	margin-left: .5rem;
	font-size: 70%;
	color: var(--third);
}
.demo-app_tooltip {
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out .3s;
	-o-transition: opacity .3s ease-in-out .3s;
	transition: opacity .3s ease-in-out .3s;
}
.demo-app._desktop {
	padding: 54rem 0 29rem;
}
.demo-app._desktop .demo-app_container {
	padding: 0 9.01vw;
}
.demo-app._desktop .demo-app_controll-wrapper {
	top: 50%;
	right: 5rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 32rem;
	padding: 3.5rem 3rem;
}
.demo-app._desktop .demo-app_slide {
	-webkit-box-shadow: 50px 63px 85px 0 rgba(0, 0, 0, .26);
	box-shadow: 50px 63px 85px 0 rgba(0, 0, 0, .26);
}
.demo-app._desktop .demo-app_slide svg {
	display: block;
	height: 100%;
}
.demo-app._desktop .demo-app_list {
	margin: 0 0 3.5rem;
}
.demo-app._desktop .demo-app_list .item-demo-app:not(:last-child) {
	margin-bottom: 1.5rem;
}
.demo-app._desktop .demo-app_link {
	margin-left: 1.25rem;
}
.demo-app._mobile {
	padding: 30rem 0 15rem;
}
.demo-app._mobile .demo-app_controll-wrapper {
	bottom: 8rem;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	max-width: 320px;
	padding: 2.5rem 3rem;
}
.demo-app._mobile .demo-app_navigation {
	display: block;
}
.demo-app._mobile .demo-app_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.demo-app._mobile .demo-app_list .item-demo-app {
	margin-bottom: 2rem;
}
.demo-app._mobile .demo-app_tooltip {
	display: none;
}
.demo-app._mobile .item-demo-app_descr {
	display: block;
}
.people-say {
	overflow: hidden;
}
.people-say_container {
	position: relative;
	padding: 6rem 0 0;
	min-width: 0;
    min-height: 0;
}
.people-say_slider {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	min-width: 100%;
}
.people-say_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.people-say_slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.anchor_item._active:after, .people-say_slide._active, .people-say_slide._next, .people-say_slide._prev {
	opacity: 1;
}
.people-say_navigation {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	min-height: 60px;
	z-index: 11;
	pointer-events: none;
}
.people-say_navigation>* {
	pointer-events: auto;
}
.people-say_dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 6rem 0 0;
}
.two-tile {
	overflow: hidden;
}
.two-tile .headline._lg {
	font-size: 24px;
	color: #171717;
}
.two-tile .headline._lg .headline_title {
	margin-bottom: 1rem;
}
.two-tile .headline._lg p {
	font-size: 24px !important;
	color: #171717;
}
.two-tile .headline._lg .headline_title {
	font-size: 5.6rem;
	font-weight: 800;
}
.two-tile._full .two-tile_item._text._left {
	padding-left: calc(50% - 1120px/2);
}
.two-tile._full .two-tile_item._text._right {
	padding-right: calc(50% - 1120px/2);
}
.two-tile._overlay .two-tile_item._text {
	position: relative;
	padding: 7rem;
}
.two-tile._overlay .two-tile_item._text._md:after {
	height: 105%;
}
.two-tile._overlay .two-tile_item._text._lg:after {
	height: 110%;
}
.two-tile._overlay .two-tile_item._text:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: calc(100% + 26rem);
	background: #f5f5f5;
	z-index: -1;
}
.two-tile._overlay .two-tile_item._text._left:after {
	left: 0;
	border-bottom-right-radius: 57px;
}
.two-tile._overlay .two-tile_item._text._right:after {
	right: 0;
	border-bottom-left-radius: 57px;
}
.two-tile._overlay .headline_descr, .two-tile p {
	color: #777;
}

.two-tile p {
    font-size: 18px !important;
}

.two-tile p._lg, .content-image-s4 .headline p {
	font-size: 20px !important;
}

.two-tile h5 {
	margin-bottom:.6rem
}
.two-tile._half .two-tile_item._text {
	padding: 8rem;
}
.two-tile._half .two-tile_item._text:after {
	width: calc(100% + 14rem);
}
.two-tile._half .two-tile_item._text._lg {
	padding-bottom: 16rem;
}
.two-tile._half .two-tile_item._text._lg:after {
	height: 100%;
}
.two-tile._half .two-tile_item._image, .two-tile._half .two-tile_item._text {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.two-tile_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.two-tile_container._start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.two-tile_container._end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.two-tile_item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.two-tile_item._left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.two-tile_item._right {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.two-tile_item._text {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
}
.two-tile_item._text._left {
	padding-right: 3rem;
}
.two-tile_item._text._right {
	padding-left: 3rem;
}
.two-tile_item._image {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.two-tile_item._ct {
	text-align: center;
}
.two-tile_item._rt {
	text-align: right;
}
.two-tile_parallax {
	position: absolute;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-filter: drop-shadow(5px 6px 13px rgba(0, 0, 0, .25));
	filter: drop-shadow(5px 6px 13px rgba(0, 0, 0, .25));
}
.two-tile_images {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 580px;
	z-index: 1;
}
.two-tile_image {
	position: absolute;
}
.two-tile_image._ct {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.two-tile .headline_title {
	margin-bottom: .6rem;
}
.integrations {
	background-image: url(../img/bg-integrations.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.integrations_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.integrations_item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.integrations_item._left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	padding-right: 5%;
}
.integrations_item._right {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}
.integrations_image, .integrations_item._ct {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.integrations_item._ct {
	text-align: center;
}
.integrations_parallax {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	max-width: 414px;
}
.integrations_image {
	margin: 17px;
	-webkit-filter: drop-shadow(5px 6px 13px rgba(0, 0, 0, .25));
	filter: drop-shadow(5px 6px 13px rgba(0, 0, 0, .25));
}
.integrations_link i {
	font-size: 70%;
}
.section-text {
	text-align: center;
}
.section-letter._img .section-letter_container {
	padding-left: 0;
}
.section-letter_container {
	position: relative;
	padding-left: 21.5rem;
	margin: 0 auto;
	max-width: 85%;
}
.section-letter._img .section-letter_headline {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 21.5rem;
}
.section-letter_container {
	position: relative;
	padding-left: 21.5rem;
	margin: 0 auto;
	max-width: 85%;
}
.section-letter_container._half {
    padding-left: 40%;
    width: 75%;
}
.section-letter_big, .section-letter_img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.section-letter_img {
	display: block;
	height: auto;
}
.section-letter_container .section-letter_big {
    color: rgba(115, 115, 115, .1);
    font-size: var(--letter-section);
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.section-letter_container._half .section-letter_big {
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-letter_big._lg {
	font-size: var(--letter-section_lg);
}
.section-letter_headline {
	max-width: 100%;
}
.section-letter_headline._c {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-letter_headline._extra {
	padding-left: 0!important;
	width: 70%;
	right: -50px;
}
.section-letter_headline._extra-r {
	padding-left: 0!important;
	width: 85%;
	right: -255px;
}
.section-letter_headline._l {
	left: -105px;
}
.section-letter_headline._r {
	right: -105px;
}
.section-letter .headline> :last-child {
	margin-bottom: 0!important;
}
.posts-grid._bg {
	background-image: url(images/posts-grid_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 35%;
	background-size: 100% 1481px;
}
.posts-grid_container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 24px;
	grid-auto-flow: row dense;
	margin-top: 7rem;
}
.posts-grid .post._md {
	grid-column-start: span 2;
}
.reviews_container {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	margin-top: 6rem;
}
.reviews .item-review {
	display: inline-block;
	margin-bottom: 30px;
}
.cta-demo._oveflow {
	overflow: hidden;
}
.cta-demo_container {
	max-width: 913px;
	margin: 0 auto;
}
.cta-demo_img {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .12);
}
.teams_container {
	padding: 10rem 0 15rem;
}
.teams_img {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.teams_wrapper {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 12rem;
	-moz-column-gap: 12rem;
	column-gap: 12rem;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.teams_item {
	display: inline-block;
	margin-top: 5rem;
}
.teams_item h5 {
	margin-bottom: 1rem;
}
.teams_item p:last-child {
	margin-bottom: 0;
}
.teams_divider {
	max-width: 635px;
	border-width: 3px;
	border-color: #f5f5f5;
}
.teams .item-team {
	margin-top: 15rem;
}
.location_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 5.8rem;
	margin-left: calc(var(--container-padding)*-1);
	margin-right: calc(var(--container-padding)*-1);
}
.location .item-location {
	margin: 4rem var(--container-padding) 0;
}
.intro_container {
	padding: 0;
}
.intro_i-bg-frame {
	background-repeat: no-repeat;
	background-position: 100% 45%;
	background-size: 810px auto;
}
.intro_content {
	font-size: 1.6rem;
	line-height: 1.38;
	letter-spacing: -.0125em;
	max-width: 760px;
	padding: 89px 0 120px;
}
.intro_content._sm {
	padding: 50px 0;
}
.intro_content._lg {
	min-height: 340px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 780px;
	padding: 40px 0;
}
.intro_content-m-img {
	width: 100vw;
	margin-left: calc(var(--container-padding)*-1);
}
.intro_content-m-img:not(:first-child) {
	margin-top: 2rem;
}
.intro_content-m-img img {
	max-width: none;
	width: 100%;
}
.docs_container, .docs_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.docs_container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -13px;
}
.docs_item {
	color: #777;
	width: calc((100%/3) - 26px);
	border: 1px solid #e1e1e5;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 320px;
	padding: 4.7rem 20px 2rem;
	margin: 0 13px 26px;
}
.docs_item:hover {
	border-color: #c6c6cd;
	color: #777;
}
.docs_item:hover .docs_item-arrow {
	color: var(--primary);
	-webkit-transform: translateX(5%);
	-ms-transform: translateX(5%);
	transform: translateX(5%);
}
.docs_item-frame {
	text-align: center;
	max-width: 295px;
}
.docs_item-ttl {
	color: var(--color);
	margin-bottom: 2rem;
}
.docs_item-preview {
	display: block;
	font-size: 14px;
	line-height: 1.43;
	max-height: 105px;
	max-width: 254px;
	margin: 0 auto 2.2rem;
}
.docs_item-arrow {
	display: block;
	text-align: center;
	color: var(--primary);
	-webkit-transition: color .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease, color .3s ease;
	transition: transform .3s ease, color .3s ease;
	transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
.docs_item-arrow .icon-arrow-right {
	font-size: 75%;
}
.isotope_filter {
	position: relative;
	margin-bottom: 20px;
}
.isotope_filter-drop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
.isotope_filter-btn {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #777;
    padding: 14px 20px;
    border-radius: 4px;
    letter-spacing: -.0125em;
}
.isotope_filter-btn.current, .isotope_filter-m-opener {
	color: var(--color);
	background-color: #eee;
}
.isotope_filter-m-opener {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 45px;
	border-radius: 4px;
	padding: 0 40px 0 30px;
	display: none;
}
.isotope_filter._drop-active .isotope_filter-m-opener {
	border-radius: 4px 4px 0 0;
}
.isotope_filter._drop-active .isotope_filter-m-opener:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.isotope_filter-m-opener:after {
	font-family: "icons"!important;
	content: "";
	font-weight: 400;
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 16px;
	color: inherit;
	line-height: 1;
	width: 9px;
	height: 16px;
}
.isotope_filter-m-opener:hover {
	color: var(--color);
}
.isotope_grid, .isotope_grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.isotope_grid {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -24px;
}
.isotope_grid._responsive-imgs .isotope_grid-item {
	display: block;
}
.isotope_grid._responsive-imgs .isotope_grid-item-link {
	display: block;
	height: auto;
	border: 0;
}
.isotope_grid-item {
	width: 33.3333%;
	padding: 0 24px 48px;
}
.isotope_grid-item-frame, .isotope_grid-item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.isotope_grid-item-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 345px;
	border: 1px solid #e1e1e5;
	background-color: #fff;
}
.no-link{pointer-events: none;}
.isotope_grid-item-link:hover {
	border-color: #c6c6cd;
}
.isotope_grid-item-frame {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 30px 18px;
}
.isotope_grid-item-logo {
	width: 72px;
	height: 72px;
	margin-bottom: 2.9rem;
}
.isotope_grid-item-ttl {
	color: var(--color);
	letter-spacing: -.0125em;
	margin-bottom: 2.2rem;
}
.isotope_grid-item-info {
	font-size: 1.4rem;
	line-height: 1.43;
	color: #777;
	max-height: 100px;
}
.anchor_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.anchor_nav {
	position: relative;
	z-index: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 280px;
	flex: 0 1 280px;
	padding-right: 3rem;
}
.anchor_list {
    padding: 0 30px 0 0;
    margin: 0;
    will-change: transform;
    counter-reset: navNumber;
}
.anchor_item {
	position: relative;
	padding-left: 1.7rem;
}
.anchor_item._active {
	font-weight: 700;
}
.anchor_item:after, .anchor_item:before {
	position: absolute;
}
.anchor_item:before {
	counter-increment: navNumber;
	content: counter(navNumber) ". ";
	left: 0;
	top: .2rem;
}
.anchor_item:after {
	opacity: 0;
	content: "";
	top: 4px;
	left: -2.4rem;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--primary);
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.anchor_item:not(:last-child) {
	margin-bottom: 2.8rem;
}
.anchor_link {
	display: block;
	font-size: 17px;
	color: #171717;
}
.anchor_link:focus, .anchor_link:hover {
	color: inherit;
}
.anchor_preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(100% - 280px);
	flex: 1 1 calc(100% - 280px);
	padding: 5rem;
	background: #fff;
}
.anchor_headline, .anchor_img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	max-width: 50%;
}
.anchor_img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.anchor_content {
	padding: 8rem 0 0 280px;
}
.cta-resourse_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;
	margin-left: -5rem;
	margin-right: -5rem;
}
.cta-resourse_item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(50% - 5rem);
	flex: 1 1 calc(50% - 5rem);
	margin: 6rem 5rem;
}
.cta-resourse_item._image {
	text-align: center;
}
.cta-resourse_hr {
	margin-top: 10rem;
	margin-bottom: 10rem;
	border-color: #e1e1e5;
}
.cta-resourse_img, .preview_img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cta-resourse_img {
	display: inline-block;
	margin: auto;
	-webkit-box-shadow: 20px 22px 46px 3px rgba(117, 117, 117, .35);
	box-shadow: 20px 22px 46px 3px rgba(117, 117, 117, .35);
}
.preview_img {
	width: 100%;
}
/* new page platform */
.headline_title._exbold {
	font-weight: 800;
}
.list-check,
.hero._two.platform ul{
	font-size: 16px;
	padding-left: 0;
}
.list-check li,
.hero._two.platform ul li {
	margin-bottom: 30px;
	position: relative;
	padding-left: 45px;
}
.list-check li:before,
.hero._two.platform ul li:before {
	content:'';
	width: 29px;
	height: 29px;
	background: url("images/flying-icons/icon-check.svg") no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}
.list-check p,
.hero._two.platform ul p {
	color: #777;
	font-size: inherit;
}
.list-check h4,
.hero._two.platform ul h4 {
	margin: 0 0 5px;
}
.top-link {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 6px;
}
.top-link a {
	color: var(--four);
}
.top-link a:hover {
	color: var(--primary);
}
.section-advice {
	background: var(--four);
	color: #fff;
	overflow: hidden;
}
.section-advice .img {margin-bottom: -2px;}
.section-advice .headline-md {
	background: var(--four);
}
.headline-md {
	max-width: 780px;
	margin: 0 auto;
	position: relative;
}
.section-advice .container {
	position: relative;
}
.dotted-lines {
	position: absolute;
}
.dotted-lines.dl-white-1 {
	top: 0;
	left: 0;
}
.dotted-lines.dl-white-2 {
	bottom: 24%;
    right: 58px;
}
.dl {
	position: absolute;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translateX(-50%);
}
.two-tile-line .container {
	position: relative;
}
.two-tile-line .two-tile_images {
	background: #fff;
	padding: 30px 0;
}
.dl.dl-blue-1 {
	top: -295px;
}
.dl.dl-blue-2 {
	top: -217px;
}
.dl.dl-blue-3 {
	top: -322px;
}
.dl.dl-blue-4 {
	top: -234px;
}
.dl.dl-blue-5 {
    top: -270px;
}
.img-mobile {
	display: none;
}
.lazyloaded {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}
@media (min-width:480px) {
	.col-xsm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xsm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xsm-1, .col-xsm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xsm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xsm-3, .col-xsm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xsm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xsm-5, .col-xsm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xsm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xsm-7, .col-xsm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xsm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xsm-10, .col-xsm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xsm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xsm-11, .col-xsm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xsm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xsm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xsm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xsm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xsm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xsm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xsm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xsm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xsm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xsm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xsm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xsm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xsm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xsm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xsm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xsm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xsm-0 {
		margin-left: 0;
	}
	.offset-xsm-1 {
		margin-left: 8.33333%;
	}
	.offset-xsm-2 {
		margin-left: 16.66667%;
	}
	.offset-xsm-3 {
		margin-left: 25%;
	}
	.offset-xsm-4 {
		margin-left: 33.33333%;
	}
	.offset-xsm-5 {
		margin-left: 41.66667%;
	}
	.offset-xsm-6 {
		margin-left: 50%;
	}
	.offset-xsm-7 {
		margin-left: 58.33333%;
	}
	.offset-xsm-8 {
		margin-left: 66.66667%;
	}
	.offset-xsm-9 {
		margin-left: 75%;
	}
	.offset-xsm-10 {
		margin-left: 83.33333%;
	}
	.offset-xsm-11 {
		margin-left: 91.66667%;
	}
	.d-xsm-none {
		display: none!important;
	}
	.d-xsm-inline {
		display: inline!important;
	}
	.d-xsm-inline-block {
		display: inline-block!important;
	}
	.d-xsm-block {
		display: block!important;
	}
	.d-xsm-table {
		display: table!important;
	}
	.d-xsm-table-row {
		display: table-row!important;
	}
	.d-xsm-table-cell {
		display: table-cell!important;
	}
	.d-xsm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-xsm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
	.flex-xsm-column, .flex-xsm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-xsm-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-xsm-column-reverse, .flex-xsm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-xsm-column-reverse {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-xsm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-xsm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-xsm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.flex-xsm-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}
	.flex-xsm-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}
	.flex-xsm-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}
	.flex-xsm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}
	.flex-xsm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}
	.justify-content-xsm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-xsm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-xsm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-xsm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-xsm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-xsm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-xsm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-xsm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-xsm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-xsm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-xsm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-xsm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-xsm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-xsm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-xsm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-xsm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-xsm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-xsm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-xsm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-xsm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-xsm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-xsm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
	.m-xsm-0 {
		margin: 0!important;
	}
	.mt-xsm-0, .my-xsm-0 {
		margin-top: 0!important;
	}
	.mr-xsm-0, .mx-xsm-0 {
		margin-right: 0!important;
	}
	.mb-xsm-0, .my-xsm-0 {
		margin-bottom: 0!important;
	}
	.ml-xsm-0, .mx-xsm-0 {
		margin-left: 0!important;
	}
	.m-xsm-1 {
		margin: 1rem!important;
	}
	.mt-xsm-1, .my-xsm-1 {
		margin-top: 1rem!important;
	}
	.mr-xsm-1, .mx-xsm-1 {
		margin-right: 1rem!important;
	}
	.mb-xsm-1, .my-xsm-1 {
		margin-bottom: 1rem!important;
	}
	.ml-xsm-1, .mx-xsm-1 {
		margin-left: 1rem!important;
	}
	.m-xsm-2 {
		margin: 2rem!important;
	}
	.mt-xsm-2, .my-xsm-2 {
		margin-top: 2rem!important;
	}
	.mr-xsm-2, .mx-xsm-2 {
		margin-right: 2rem!important;
	}
	.mb-xsm-2, .my-xsm-2 {
		margin-bottom: 2rem!important;
	}
	.ml-xsm-2, .mx-xsm-2 {
		margin-left: 2rem!important;
	}
	.m-xsm-3 {
		margin: 3rem!important;
	}
	.mt-xsm-3, .my-xsm-3 {
		margin-top: 3rem!important;
	}
	.mr-xsm-3, .mx-xsm-3 {
		margin-right: 3rem!important;
	}
	.mb-xsm-3, .my-xsm-3 {
		margin-bottom: 3rem!important;
	}
	.ml-xsm-3, .mx-xsm-3 {
		margin-left: 3rem!important;
	}
	.m-xsm-4 {
		margin: 4rem!important;
	}
	.mt-xsm-4, .my-xsm-4 {
		margin-top: 4rem!important;
	}
	.mr-xsm-4, .mx-xsm-4 {
		margin-right: 4rem!important;
	}
	.mb-xsm-4, .my-xsm-4 {
		margin-bottom: 4rem!important;
	}
	.ml-xsm-4, .mx-xsm-4 {
		margin-left: 4rem!important;
	}
	.m-xsm-5 {
		margin: 5rem!important;
	}
	.mt-xsm-5, .my-xsm-5 {
		margin-top: 5rem!important;
	}
	.mr-xsm-5, .mx-xsm-5 {
		margin-right: 5rem!important;
	}
	.mb-xsm-5, .my-xsm-5 {
		margin-bottom: 5rem!important;
	}
	.ml-xsm-5, .mx-xsm-5 {
		margin-left: 5rem!important;
	}
	.m-xsm-6 {
		margin: 6rem!important;
	}
	.mt-xsm-6, .my-xsm-6 {
		margin-top: 6rem!important;
	}
	.mr-xsm-6, .mx-xsm-6 {
		margin-right: 6rem!important;
	}
	.mb-xsm-6, .my-xsm-6 {
		margin-bottom: 6rem!important;
	}
	.ml-xsm-6, .mx-xsm-6 {
		margin-left: 6rem!important;
	}
	.m-xsm-7 {
		margin: 7rem!important;
	}
	.mt-xsm-7, .my-xsm-7 {
		margin-top: 7rem!important;
	}
	.mr-xsm-7, .mx-xsm-7 {
		margin-right: 7rem!important;
	}
	.mb-xsm-7, .my-xsm-7 {
		margin-bottom: 7rem!important;
	}
	.ml-xsm-7, .mx-xsm-7 {
		margin-left: 7rem!important;
	}
	.m-xsm-8 {
		margin: 8rem!important;
	}
	.mt-xsm-8, .my-xsm-8 {
		margin-top: 8rem!important;
	}
	.mr-xsm-8, .mx-xsm-8 {
		margin-right: 8rem!important;
	}
	.mb-xsm-8, .my-xsm-8 {
		margin-bottom: 8rem!important;
	}
	.ml-xsm-8, .mx-xsm-8 {
		margin-left: 8rem!important;
	}
	.m-xsm-9 {
		margin: 9rem!important;
	}
	.mt-xsm-9, .my-xsm-9 {
		margin-top: 9rem!important;
	}
	.mr-xsm-9, .mx-xsm-9 {
		margin-right: 9rem!important;
	}
	.mb-xsm-9, .my-xsm-9 {
		margin-bottom: 9rem!important;
	}
	.ml-xsm-9, .mx-xsm-9 {
		margin-left: 9rem!important;
	}
	.m-xsm-10 {
		margin: 10rem!important;
	}
	.mt-xsm-10, .my-xsm-10 {
		margin-top: 10rem!important;
	}
	.mr-xsm-10, .mx-xsm-10 {
		margin-right: 10rem!important;
	}
	.mb-xsm-10, .my-xsm-10 {
		margin-bottom: 10rem!important;
	}
	.ml-xsm-10, .mx-xsm-10 {
		margin-left: 10rem!important;
	}
	.m-xsm-11 {
		margin: 11rem!important;
	}
	.mt-xsm-11, .my-xsm-11 {
		margin-top: 11rem!important;
	}
	.mr-xsm-11, .mx-xsm-11 {
		margin-right: 11rem!important;
	}
	.mb-xsm-11, .my-xsm-11 {
		margin-bottom: 11rem!important;
	}
	.ml-xsm-11, .mx-xsm-11 {
		margin-left: 11rem!important;
	}
	.m-xsm-12 {
		margin: 12rem!important;
	}
	.mt-xsm-12, .my-xsm-12 {
		margin-top: 12rem!important;
	}
	.mr-xsm-12, .mx-xsm-12 {
		margin-right: 12rem!important;
	}
	.mb-xsm-12, .my-xsm-12 {
		margin-bottom: 12rem!important;
	}
	.ml-xsm-12, .mx-xsm-12 {
		margin-left: 12rem!important;
	}
	.m-xsm-13 {
		margin: 13rem!important;
	}
	.mt-xsm-13, .my-xsm-13 {
		margin-top: 13rem!important;
	}
	.mr-xsm-13, .mx-xsm-13 {
		margin-right: 13rem!important;
	}
	.mb-xsm-13, .my-xsm-13 {
		margin-bottom: 13rem!important;
	}
	.ml-xsm-13, .mx-xsm-13 {
		margin-left: 13rem!important;
	}
	.m-xsm-14 {
		margin: 14rem!important;
	}
	.mt-xsm-14, .my-xsm-14 {
		margin-top: 14rem!important;
	}
	.mr-xsm-14, .mx-xsm-14 {
		margin-right: 14rem!important;
	}
	.mb-xsm-14, .my-xsm-14 {
		margin-bottom: 14rem!important;
	}
	.ml-xsm-14, .mx-xsm-14 {
		margin-left: 14rem!important;
	}
	.m-xsm-15 {
		margin: 15rem!important;
	}
	.mt-xsm-15, .my-xsm-15 {
		margin-top: 15rem!important;
	}
	.mr-xsm-15, .mx-xsm-15 {
		margin-right: 15rem!important;
	}
	.mb-xsm-15, .my-xsm-15 {
		margin-bottom: 15rem!important;
	}
	.ml-xsm-15, .mx-xsm-15 {
		margin-left: 15rem!important;
	}
	.m-xsm-16 {
		margin: 16rem!important;
	}
	.mt-xsm-16, .my-xsm-16 {
		margin-top: 16rem!important;
	}
	.mr-xsm-16, .mx-xsm-16 {
		margin-right: 16rem!important;
	}
	.mb-xsm-16, .my-xsm-16 {
		margin-bottom: 16rem!important;
	}
	.ml-xsm-16, .mx-xsm-16 {
		margin-left: 16rem!important;
	}
	.m-xsm-17 {
		margin: 17rem!important;
	}
	.mt-xsm-17, .my-xsm-17 {
		margin-top: 17rem!important;
	}
	.mr-xsm-17, .mx-xsm-17 {
		margin-right: 17rem!important;
	}
	.mb-xsm-17, .my-xsm-17 {
		margin-bottom: 17rem!important;
	}
	.ml-xsm-17, .mx-xsm-17 {
		margin-left: 17rem!important;
	}
	.m-xsm-18 {
		margin: 18rem!important;
	}
	.mt-xsm-18, .my-xsm-18 {
		margin-top: 18rem!important;
	}
	.mr-xsm-18, .mx-xsm-18 {
		margin-right: 18rem!important;
	}
	.mb-xsm-18, .my-xsm-18 {
		margin-bottom: 18rem!important;
	}
	.ml-xsm-18, .mx-xsm-18 {
		margin-left: 18rem!important;
	}
	.m-xsm-19 {
		margin: 19rem!important;
	}
	.mt-xsm-19, .my-xsm-19 {
		margin-top: 19rem!important;
	}
	.mr-xsm-19, .mx-xsm-19 {
		margin-right: 19rem!important;
	}
	.mb-xsm-19, .my-xsm-19 {
		margin-bottom: 19rem!important;
	}
	.ml-xsm-19, .mx-xsm-19 {
		margin-left: 19rem!important;
	}
	.m-xsm-20 {
		margin: 20rem!important;
	}
	.mt-xsm-20, .my-xsm-20 {
		margin-top: 20rem!important;
	}
	.mr-xsm-20, .mx-xsm-20 {
		margin-right: 20rem!important;
	}
	.mb-xsm-20, .my-xsm-20 {
		margin-bottom: 20rem!important;
	}
	.ml-xsm-20, .mx-xsm-20 {
		margin-left: 20rem!important;
	}
	.m-xsm-21 {
		margin: 21rem!important;
	}
	.mt-xsm-21, .my-xsm-21 {
		margin-top: 21rem!important;
	}
	.mr-xsm-21, .mx-xsm-21 {
		margin-right: 21rem!important;
	}
	.mb-xsm-21, .my-xsm-21 {
		margin-bottom: 21rem!important;
	}
	.ml-xsm-21, .mx-xsm-21 {
		margin-left: 21rem!important;
	}
	.m-xsm-22 {
		margin: 22rem!important;
	}
	.mt-xsm-22, .my-xsm-22 {
		margin-top: 22rem!important;
	}
	.mr-xsm-22, .mx-xsm-22 {
		margin-right: 22rem!important;
	}
	.mb-xsm-22, .my-xsm-22 {
		margin-bottom: 22rem!important;
	}
	.ml-xsm-22, .mx-xsm-22 {
		margin-left: 22rem!important;
	}
	.m-xsm-23 {
		margin: 23rem!important;
	}
	.mt-xsm-23, .my-xsm-23 {
		margin-top: 23rem!important;
	}
	.mr-xsm-23, .mx-xsm-23 {
		margin-right: 23rem!important;
	}
	.mb-xsm-23, .my-xsm-23 {
		margin-bottom: 23rem!important;
	}
	.ml-xsm-23, .mx-xsm-23 {
		margin-left: 23rem!important;
	}
	.m-xsm-24 {
		margin: 24rem!important;
	}
	.mt-xsm-24, .my-xsm-24 {
		margin-top: 24rem!important;
	}
	.mr-xsm-24, .mx-xsm-24 {
		margin-right: 24rem!important;
	}
	.mb-xsm-24, .my-xsm-24 {
		margin-bottom: 24rem!important;
	}
	.ml-xsm-24, .mx-xsm-24 {
		margin-left: 24rem!important;
	}
	.m-xsm-25 {
		margin: 25rem!important;
	}
	.mt-xsm-25, .my-xsm-25 {
		margin-top: 25rem!important;
	}
	.mr-xsm-25, .mx-xsm-25 {
		margin-right: 25rem!important;
	}
	.mb-xsm-25, .my-xsm-25 {
		margin-bottom: 25rem!important;
	}
	.ml-xsm-25, .mx-xsm-25 {
		margin-left: 25rem!important;
	}
	.p-xsm-0 {
		padding: 0!important;
	}
	.pt-xsm-0, .py-xsm-0 {
		padding-top: 0!important;
	}
	.pr-xsm-0, .px-xsm-0 {
		padding-right: 0!important;
	}
	.pb-xsm-0, .py-xsm-0 {
		padding-bottom: 0!important;
	}
	.pl-xsm-0, .px-xsm-0 {
		padding-left: 0!important;
	}
	.p-xsm-1 {
		padding: 1rem!important;
	}
	.pt-xsm-1, .py-xsm-1 {
		padding-top: 1rem!important;
	}
	.pr-xsm-1, .px-xsm-1 {
		padding-right: 1rem!important;
	}
	.pb-xsm-1, .py-xsm-1 {
		padding-bottom: 1rem!important;
	}
	.pl-xsm-1, .px-xsm-1 {
		padding-left: 1rem!important;
	}
	.p-xsm-2 {
		padding: 2rem!important;
	}
	.pt-xsm-2, .py-xsm-2 {
		padding-top: 2rem!important;
	}
	.pr-xsm-2, .px-xsm-2 {
		padding-right: 2rem!important;
	}
	.pb-xsm-2, .py-xsm-2 {
		padding-bottom: 2rem!important;
	}
	.pl-xsm-2, .px-xsm-2 {
		padding-left: 2rem!important;
	}
	.p-xsm-3 {
		padding: 3rem!important;
	}
	.pt-xsm-3, .py-xsm-3 {
		padding-top: 3rem!important;
	}
	.pr-xsm-3, .px-xsm-3 {
		padding-right: 3rem!important;
	}
	.pb-xsm-3, .py-xsm-3 {
		padding-bottom: 3rem!important;
	}
	.pl-xsm-3, .px-xsm-3 {
		padding-left: 3rem!important;
	}
	.p-xsm-4 {
		padding: 4rem!important;
	}
	.pt-xsm-4, .py-xsm-4 {
		padding-top: 4rem!important;
	}
	.pr-xsm-4, .px-xsm-4 {
		padding-right: 4rem!important;
	}
	.pb-xsm-4, .py-xsm-4 {
		padding-bottom: 4rem!important;
	}
	.pl-xsm-4, .px-xsm-4 {
		padding-left: 4rem!important;
	}
	.p-xsm-5 {
		padding: 5rem!important;
	}
	.pt-xsm-5, .py-xsm-5 {
		padding-top: 5rem!important;
	}
	.pr-xsm-5, .px-xsm-5 {
		padding-right: 5rem!important;
	}
	.pb-xsm-5, .py-xsm-5 {
		padding-bottom: 5rem!important;
	}
	.pl-xsm-5, .px-xsm-5 {
		padding-left: 5rem!important;
	}
	.p-xsm-6 {
		padding: 6rem!important;
	}
	.pt-xsm-6, .py-xsm-6 {
		padding-top: 6rem!important;
	}
	.pr-xsm-6, .px-xsm-6 {
		padding-right: 6rem!important;
	}
	.pb-xsm-6, .py-xsm-6 {
		padding-bottom: 6rem!important;
	}
	.pl-xsm-6, .px-xsm-6 {
		padding-left: 6rem!important;
	}
	.p-xsm-7 {
		padding: 7rem!important;
	}
	.pt-xsm-7, .py-xsm-7 {
		padding-top: 7rem!important;
	}
	.pr-xsm-7, .px-xsm-7 {
		padding-right: 7rem!important;
	}
	.pb-xsm-7, .py-xsm-7 {
		padding-bottom: 7rem!important;
	}
	.pl-xsm-7, .px-xsm-7 {
		padding-left: 7rem!important;
	}
	.p-xsm-8 {
		padding: 8rem!important;
	}
	.pt-xsm-8, .py-xsm-8 {
		padding-top: 8rem!important;
	}
	.pr-xsm-8, .px-xsm-8 {
		padding-right: 8rem!important;
	}
	.pb-xsm-8, .py-xsm-8 {
		padding-bottom: 8rem!important;
	}
	.pl-xsm-8, .px-xsm-8 {
		padding-left: 8rem!important;
	}
	.p-xsm-9 {
		padding: 9rem!important;
	}
	.pt-xsm-9, .py-xsm-9 {
		padding-top: 9rem!important;
	}
	.pr-xsm-9, .px-xsm-9 {
		padding-right: 9rem!important;
	}
	.pb-xsm-9, .py-xsm-9 {
		padding-bottom: 9rem!important;
	}
	.pl-xsm-9, .px-xsm-9 {
		padding-left: 9rem!important;
	}
	.p-xsm-10 {
		padding: 10rem!important;
	}
	.pt-xsm-10, .py-xsm-10 {
		padding-top: 10rem!important;
	}
	.pr-xsm-10, .px-xsm-10 {
		padding-right: 10rem!important;
	}
	.pb-xsm-10, .py-xsm-10 {
		padding-bottom: 10rem!important;
	}
	.pl-xsm-10, .px-xsm-10 {
		padding-left: 10rem!important;
	}
	.p-xsm-11 {
		padding: 11rem!important;
	}
	.pt-xsm-11, .py-xsm-11 {
		padding-top: 11rem!important;
	}
	.pr-xsm-11, .px-xsm-11 {
		padding-right: 11rem!important;
	}
	.pb-xsm-11, .py-xsm-11 {
		padding-bottom: 11rem!important;
	}
	.pl-xsm-11, .px-xsm-11 {
		padding-left: 11rem!important;
	}
	.p-xsm-12 {
		padding: 12rem!important;
	}
	.pt-xsm-12, .py-xsm-12 {
		padding-top: 12rem!important;
	}
	.pr-xsm-12, .px-xsm-12 {
		padding-right: 12rem!important;
	}
	.pb-xsm-12, .py-xsm-12 {
		padding-bottom: 12rem!important;
	}
	.pl-xsm-12, .px-xsm-12 {
		padding-left: 12rem!important;
	}
	.p-xsm-13 {
		padding: 13rem!important;
	}
	.pt-xsm-13, .py-xsm-13 {
		padding-top: 13rem!important;
	}
	.pr-xsm-13, .px-xsm-13 {
		padding-right: 13rem!important;
	}
	.pb-xsm-13, .py-xsm-13 {
		padding-bottom: 13rem!important;
	}
	.pl-xsm-13, .px-xsm-13 {
		padding-left: 13rem!important;
	}
	.p-xsm-14 {
		padding: 14rem!important;
	}
	.pt-xsm-14, .py-xsm-14 {
		padding-top: 14rem!important;
	}
	.pr-xsm-14, .px-xsm-14 {
		padding-right: 14rem!important;
	}
	.pb-xsm-14, .py-xsm-14 {
		padding-bottom: 14rem!important;
	}
	.pl-xsm-14, .px-xsm-14 {
		padding-left: 14rem!important;
	}
	.p-xsm-15 {
		padding: 15rem!important;
	}
	.pt-xsm-15, .py-xsm-15 {
		padding-top: 15rem!important;
	}
	.pr-xsm-15, .px-xsm-15 {
		padding-right: 15rem!important;
	}
	.pb-xsm-15, .py-xsm-15 {
		padding-bottom: 15rem!important;
	}
	.pl-xsm-15, .px-xsm-15 {
		padding-left: 15rem!important;
	}
	.p-xsm-16 {
		padding: 16rem!important;
	}
	.pt-xsm-16, .py-xsm-16 {
		padding-top: 16rem!important;
	}
	.pr-xsm-16, .px-xsm-16 {
		padding-right: 16rem!important;
	}
	.pb-xsm-16, .py-xsm-16 {
		padding-bottom: 16rem!important;
	}
	.pl-xsm-16, .px-xsm-16 {
		padding-left: 16rem!important;
	}
	.p-xsm-17 {
		padding: 17rem!important;
	}
	.pt-xsm-17, .py-xsm-17 {
		padding-top: 17rem!important;
	}
	.pr-xsm-17, .px-xsm-17 {
		padding-right: 17rem!important;
	}
	.pb-xsm-17, .py-xsm-17 {
		padding-bottom: 17rem!important;
	}
	.pl-xsm-17, .px-xsm-17 {
		padding-left: 17rem!important;
	}
	.p-xsm-18 {
		padding: 18rem!important;
	}
	.pt-xsm-18, .py-xsm-18 {
		padding-top: 18rem!important;
	}
	.pr-xsm-18, .px-xsm-18 {
		padding-right: 18rem!important;
	}
	.pb-xsm-18, .py-xsm-18 {
		padding-bottom: 18rem!important;
	}
	.pl-xsm-18, .px-xsm-18 {
		padding-left: 18rem!important;
	}
	.p-xsm-19 {
		padding: 19rem!important;
	}
	.pt-xsm-19, .py-xsm-19 {
		padding-top: 19rem!important;
	}
	.pr-xsm-19, .px-xsm-19 {
		padding-right: 19rem!important;
	}
	.pb-xsm-19, .py-xsm-19 {
		padding-bottom: 19rem!important;
	}
	.pl-xsm-19, .px-xsm-19 {
		padding-left: 19rem!important;
	}
	.p-xsm-20 {
		padding: 20rem!important;
	}
	.pt-xsm-20, .py-xsm-20 {
		padding-top: 20rem!important;
	}
	.pr-xsm-20, .px-xsm-20 {
		padding-right: 20rem!important;
	}
	.pb-xsm-20, .py-xsm-20 {
		padding-bottom: 20rem!important;
	}
	.pl-xsm-20, .px-xsm-20 {
		padding-left: 20rem!important;
	}
	.p-xsm-21 {
		padding: 21rem!important;
	}
	.pt-xsm-21, .py-xsm-21 {
		padding-top: 21rem!important;
	}
	.pr-xsm-21, .px-xsm-21 {
		padding-right: 21rem!important;
	}
	.pb-xsm-21, .py-xsm-21 {
		padding-bottom: 21rem!important;
	}
	.pl-xsm-21, .px-xsm-21 {
		padding-left: 21rem!important;
	}
	.p-xsm-22 {
		padding: 22rem!important;
	}
	.pt-xsm-22, .py-xsm-22 {
		padding-top: 22rem!important;
	}
	.pr-xsm-22, .px-xsm-22 {
		padding-right: 22rem!important;
	}
	.pb-xsm-22, .py-xsm-22 {
		padding-bottom: 22rem!important;
	}
	.pl-xsm-22, .px-xsm-22 {
		padding-left: 22rem!important;
	}
	.p-xsm-23 {
		padding: 23rem!important;
	}
	.pt-xsm-23, .py-xsm-23 {
		padding-top: 23rem!important;
	}
	.pr-xsm-23, .px-xsm-23 {
		padding-right: 23rem!important;
	}
	.pb-xsm-23, .py-xsm-23 {
		padding-bottom: 23rem!important;
	}
	.pl-xsm-23, .px-xsm-23 {
		padding-left: 23rem!important;
	}
	.p-xsm-24 {
		padding: 24rem!important;
	}
	.pt-xsm-24, .py-xsm-24 {
		padding-top: 24rem!important;
	}
	.pr-xsm-24, .px-xsm-24 {
		padding-right: 24rem!important;
	}
	.pb-xsm-24, .py-xsm-24 {
		padding-bottom: 24rem!important;
	}
	.pl-xsm-24, .px-xsm-24 {
		padding-left: 24rem!important;
	}
	.p-xsm-25 {
		padding: 25rem!important;
	}
	.pt-xsm-25, .py-xsm-25 {
		padding-top: 25rem!important;
	}
	.pr-xsm-25, .px-xsm-25 {
		padding-right: 25rem!important;
	}
	.pb-xsm-25, .py-xsm-25 {
		padding-bottom: 25rem!important;
	}
	.pl-xsm-25, .px-xsm-25 {
		padding-left: 25rem!important;
	}
	.m-xsm-n1 {
		margin: -1rem!important;
	}
	.mt-xsm-n1, .my-xsm-n1 {
		margin-top: -1rem!important;
	}
	.mr-xsm-n1, .mx-xsm-n1 {
		margin-right: -1rem!important;
	}
	.mb-xsm-n1, .my-xsm-n1 {
		margin-bottom: -1rem!important;
	}
	.ml-xsm-n1, .mx-xsm-n1 {
		margin-left: -1rem!important;
	}
	.m-xsm-n2 {
		margin: -2rem!important;
	}
	.mt-xsm-n2, .my-xsm-n2 {
		margin-top: -2rem!important;
	}
	.mr-xsm-n2, .mx-xsm-n2 {
		margin-right: -2rem!important;
	}
	.mb-xsm-n2, .my-xsm-n2 {
		margin-bottom: -2rem!important;
	}
	.ml-xsm-n2, .mx-xsm-n2 {
		margin-left: -2rem!important;
	}
	.m-xsm-n3 {
		margin: -3rem!important;
	}
	.mt-xsm-n3, .my-xsm-n3 {
		margin-top: -3rem!important;
	}
	.mr-xsm-n3, .mx-xsm-n3 {
		margin-right: -3rem!important;
	}
	.mb-xsm-n3, .my-xsm-n3 {
		margin-bottom: -3rem!important;
	}
	.ml-xsm-n3, .mx-xsm-n3 {
		margin-left: -3rem!important;
	}
	.m-xsm-n4 {
		margin: -4rem!important;
	}
	.mt-xsm-n4, .my-xsm-n4 {
		margin-top: -4rem!important;
	}
	.mr-xsm-n4, .mx-xsm-n4 {
		margin-right: -4rem!important;
	}
	.mb-xsm-n4, .my-xsm-n4 {
		margin-bottom: -4rem!important;
	}
	.ml-xsm-n4, .mx-xsm-n4 {
		margin-left: -4rem!important;
	}
	.m-xsm-n5 {
		margin: -5rem!important;
	}
	.mt-xsm-n5, .my-xsm-n5 {
		margin-top: -5rem!important;
	}
	.mr-xsm-n5, .mx-xsm-n5 {
		margin-right: -5rem!important;
	}
	.mb-xsm-n5, .my-xsm-n5 {
		margin-bottom: -5rem!important;
	}
	.ml-xsm-n5, .mx-xsm-n5 {
		margin-left: -5rem!important;
	}
	.m-xsm-n6 {
		margin: -6rem!important;
	}
	.mt-xsm-n6, .my-xsm-n6 {
		margin-top: -6rem!important;
	}
	.mr-xsm-n6, .mx-xsm-n6 {
		margin-right: -6rem!important;
	}
	.mb-xsm-n6, .my-xsm-n6 {
		margin-bottom: -6rem!important;
	}
	.ml-xsm-n6, .mx-xsm-n6 {
		margin-left: -6rem!important;
	}
	.m-xsm-n7 {
		margin: -7rem!important;
	}
	.mt-xsm-n7, .my-xsm-n7 {
		margin-top: -7rem!important;
	}
	.mr-xsm-n7, .mx-xsm-n7 {
		margin-right: -7rem!important;
	}
	.mb-xsm-n7, .my-xsm-n7 {
		margin-bottom: -7rem!important;
	}
	.ml-xsm-n7, .mx-xsm-n7 {
		margin-left: -7rem!important;
	}
	.m-xsm-n8 {
		margin: -8rem!important;
	}
	.mt-xsm-n8, .my-xsm-n8 {
		margin-top: -8rem!important;
	}
	.mr-xsm-n8, .mx-xsm-n8 {
		margin-right: -8rem!important;
	}
	.mb-xsm-n8, .my-xsm-n8 {
		margin-bottom: -8rem!important;
	}
	.ml-xsm-n8, .mx-xsm-n8 {
		margin-left: -8rem!important;
	}
	.m-xsm-n9 {
		margin: -9rem!important;
	}
	.mt-xsm-n9, .my-xsm-n9 {
		margin-top: -9rem!important;
	}
	.mr-xsm-n9, .mx-xsm-n9 {
		margin-right: -9rem!important;
	}
	.mb-xsm-n9, .my-xsm-n9 {
		margin-bottom: -9rem!important;
	}
	.ml-xsm-n9, .mx-xsm-n9 {
		margin-left: -9rem!important;
	}
	.m-xsm-n10 {
		margin: -10rem!important;
	}
	.mt-xsm-n10, .my-xsm-n10 {
		margin-top: -10rem!important;
	}
	.mr-xsm-n10, .mx-xsm-n10 {
		margin-right: -10rem!important;
	}
	.mb-xsm-n10, .my-xsm-n10 {
		margin-bottom: -10rem!important;
	}
	.ml-xsm-n10, .mx-xsm-n10 {
		margin-left: -10rem!important;
	}
	.m-xsm-n11 {
		margin: -11rem!important;
	}
	.mt-xsm-n11, .my-xsm-n11 {
		margin-top: -11rem!important;
	}
	.mr-xsm-n11, .mx-xsm-n11 {
		margin-right: -11rem!important;
	}
	.mb-xsm-n11, .my-xsm-n11 {
		margin-bottom: -11rem!important;
	}
	.ml-xsm-n11, .mx-xsm-n11 {
		margin-left: -11rem!important;
	}
	.m-xsm-n12 {
		margin: -12rem!important;
	}
	.mt-xsm-n12, .my-xsm-n12 {
		margin-top: -12rem!important;
	}
	.mr-xsm-n12, .mx-xsm-n12 {
		margin-right: -12rem!important;
	}
	.mb-xsm-n12, .my-xsm-n12 {
		margin-bottom: -12rem!important;
	}
	.ml-xsm-n12, .mx-xsm-n12 {
		margin-left: -12rem!important;
	}
	.m-xsm-n13 {
		margin: -13rem!important;
	}
	.mt-xsm-n13, .my-xsm-n13 {
		margin-top: -13rem!important;
	}
	.mr-xsm-n13, .mx-xsm-n13 {
		margin-right: -13rem!important;
	}
	.mb-xsm-n13, .my-xsm-n13 {
		margin-bottom: -13rem!important;
	}
	.ml-xsm-n13, .mx-xsm-n13 {
		margin-left: -13rem!important;
	}
	.m-xsm-n14 {
		margin: -14rem!important;
	}
	.mt-xsm-n14, .my-xsm-n14 {
		margin-top: -14rem!important;
	}
	.mr-xsm-n14, .mx-xsm-n14 {
		margin-right: -14rem!important;
	}
	.mb-xsm-n14, .my-xsm-n14 {
		margin-bottom: -14rem!important;
	}
	.ml-xsm-n14, .mx-xsm-n14 {
		margin-left: -14rem!important;
	}
	.m-xsm-n15 {
		margin: -15rem!important;
	}
	.mt-xsm-n15, .my-xsm-n15 {
		margin-top: -15rem!important;
	}
	.mr-xsm-n15, .mx-xsm-n15 {
		margin-right: -15rem!important;
	}
	.mb-xsm-n15, .my-xsm-n15 {
		margin-bottom: -15rem!important;
	}
	.ml-xsm-n15, .mx-xsm-n15 {
		margin-left: -15rem!important;
	}
	.m-xsm-n16 {
		margin: -16rem!important;
	}
	.mt-xsm-n16, .my-xsm-n16 {
		margin-top: -16rem!important;
	}
	.mr-xsm-n16, .mx-xsm-n16 {
		margin-right: -16rem!important;
	}
	.mb-xsm-n16, .my-xsm-n16 {
		margin-bottom: -16rem!important;
	}
	.ml-xsm-n16, .mx-xsm-n16 {
		margin-left: -16rem!important;
	}
	.m-xsm-n17 {
		margin: -17rem!important;
	}
	.mt-xsm-n17, .my-xsm-n17 {
		margin-top: -17rem!important;
	}
	.mr-xsm-n17, .mx-xsm-n17 {
		margin-right: -17rem!important;
	}
	.mb-xsm-n17, .my-xsm-n17 {
		margin-bottom: -17rem!important;
	}
	.ml-xsm-n17, .mx-xsm-n17 {
		margin-left: -17rem!important;
	}
	.m-xsm-n18 {
		margin: -18rem!important;
	}
	.mt-xsm-n18, .my-xsm-n18 {
		margin-top: -18rem!important;
	}
	.mr-xsm-n18, .mx-xsm-n18 {
		margin-right: -18rem!important;
	}
	.mb-xsm-n18, .my-xsm-n18 {
		margin-bottom: -18rem!important;
	}
	.ml-xsm-n18, .mx-xsm-n18 {
		margin-left: -18rem!important;
	}
	.m-xsm-n19 {
		margin: -19rem!important;
	}
	.mt-xsm-n19, .my-xsm-n19 {
		margin-top: -19rem!important;
	}
	.mr-xsm-n19, .mx-xsm-n19 {
		margin-right: -19rem!important;
	}
	.mb-xsm-n19, .my-xsm-n19 {
		margin-bottom: -19rem!important;
	}
	.ml-xsm-n19, .mx-xsm-n19 {
		margin-left: -19rem!important;
	}
	.m-xsm-n20 {
		margin: -20rem!important;
	}
	.mt-xsm-n20, .my-xsm-n20 {
		margin-top: -20rem!important;
	}
	.mr-xsm-n20, .mx-xsm-n20 {
		margin-right: -20rem!important;
	}
	.mb-xsm-n20, .my-xsm-n20 {
		margin-bottom: -20rem!important;
	}
	.ml-xsm-n20, .mx-xsm-n20 {
		margin-left: -20rem!important;
	}
	.m-xsm-n21 {
		margin: -21rem!important;
	}
	.mt-xsm-n21, .my-xsm-n21 {
		margin-top: -21rem!important;
	}
	.mr-xsm-n21, .mx-xsm-n21 {
		margin-right: -21rem!important;
	}
	.mb-xsm-n21, .my-xsm-n21 {
		margin-bottom: -21rem!important;
	}
	.ml-xsm-n21, .mx-xsm-n21 {
		margin-left: -21rem!important;
	}
	.m-xsm-n22 {
		margin: -22rem!important;
	}
	.mt-xsm-n22, .my-xsm-n22 {
		margin-top: -22rem!important;
	}
	.mr-xsm-n22, .mx-xsm-n22 {
		margin-right: -22rem!important;
	}
	.mb-xsm-n22, .my-xsm-n22 {
		margin-bottom: -22rem!important;
	}
	.ml-xsm-n22, .mx-xsm-n22 {
		margin-left: -22rem!important;
	}
	.m-xsm-n23 {
		margin: -23rem!important;
	}
	.mt-xsm-n23, .my-xsm-n23 {
		margin-top: -23rem!important;
	}
	.mr-xsm-n23, .mx-xsm-n23 {
		margin-right: -23rem!important;
	}
	.mb-xsm-n23, .my-xsm-n23 {
		margin-bottom: -23rem!important;
	}
	.ml-xsm-n23, .mx-xsm-n23 {
		margin-left: -23rem!important;
	}
	.m-xsm-n24 {
		margin: -24rem!important;
	}
	.mt-xsm-n24, .my-xsm-n24 {
		margin-top: -24rem!important;
	}
	.mr-xsm-n24, .mx-xsm-n24 {
		margin-right: -24rem!important;
	}
	.mb-xsm-n24, .my-xsm-n24 {
		margin-bottom: -24rem!important;
	}
	.ml-xsm-n24, .mx-xsm-n24 {
		margin-left: -24rem!important;
	}
	.m-xsm-n25 {
		margin: -25rem!important;
	}
	.mt-xsm-n25, .my-xsm-n25 {
		margin-top: -25rem!important;
	}
	.mr-xsm-n25, .mx-xsm-n25 {
		margin-right: -25rem!important;
	}
	.mb-xsm-n25, .my-xsm-n25 {
		margin-bottom: -25rem!important;
	}
	.ml-xsm-n25, .mx-xsm-n25 {
		margin-left: -25rem!important;
	}
	.m-xsm-auto {
		margin: auto!important;
	}
	.mt-xsm-auto, .my-xsm-auto {
		margin-top: auto!important;
	}
	.mr-xsm-auto, .mx-xsm-auto {
		margin-right: auto!important;
	}
	.mb-xsm-auto, .my-xsm-auto {
		margin-bottom: auto!important;
	}
	.ml-xsm-auto, .mx-xsm-auto {
		margin-left: auto!important;
	}
}
@media (min-width:30em) {
	.gallery {
		margin: 0 -.5em;
	}
	.gallery-item {
		padding: 0 .5em 1.8em;
		max-width: 25%;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.333%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}
@media (min-width:667px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1, .col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3, .col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5, .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7, .col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-10, .col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11, .col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
	.d-sm-none {
		display: none!important;
	}
	.d-sm-inline {
		display: inline!important;
	}
	.d-sm-inline-block {
		display: inline-block!important;
	}
	.d-sm-block {
		display: block!important;
	}
	.d-sm-table {
		display: table!important;
	}
	.d-sm-table-row {
		display: table-row!important;
	}
	.d-sm-table-cell {
		display: table-cell!important;
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
	.flex-sm-column, .flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-sm-column-reverse, .flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
	.m-sm-0 {
		margin: 0!important;
	}
	.mt-sm-0, .my-sm-0 {
		margin-top: 0!important;
	}
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0!important;
	}
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0!important;
	}
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0!important;
	}
	.m-sm-1 {
		margin: 1rem!important;
	}
	.mt-sm-1, .my-sm-1 {
		margin-top: 1rem!important;
	}
	.mr-sm-1, .mx-sm-1 {
		margin-right: 1rem!important;
	}
	.mb-sm-1, .my-sm-1 {
		margin-bottom: 1rem!important;
	}
	.ml-sm-1, .mx-sm-1 {
		margin-left: 1rem!important;
	}
	.m-sm-2 {
		margin: 2rem!important;
	}
	.mt-sm-2, .my-sm-2 {
		margin-top: 2rem!important;
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: 2rem!important;
	}
	.mb-sm-2, .my-sm-2 {
		margin-bottom: 2rem!important;
	}
	.ml-sm-2, .mx-sm-2 {
		margin-left: 2rem!important;
	}
	.m-sm-3 {
		margin: 3rem!important;
	}
	.mt-sm-3, .my-sm-3 {
		margin-top: 3rem!important;
	}
	.mr-sm-3, .mx-sm-3 {
		margin-right: 3rem!important;
	}
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 3rem!important;
	}
	.ml-sm-3, .mx-sm-3 {
		margin-left: 3rem!important;
	}
	.m-sm-4 {
		margin: 4rem!important;
	}
	.mt-sm-4, .my-sm-4 {
		margin-top: 4rem!important;
	}
	.mr-sm-4, .mx-sm-4 {
		margin-right: 4rem!important;
	}
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 4rem!important;
	}
	.ml-sm-4, .mx-sm-4 {
		margin-left: 4rem!important;
	}
	.m-sm-5 {
		margin: 5rem!important;
	}
	.mt-sm-5, .my-sm-5 {
		margin-top: 5rem!important;
	}
	.mr-sm-5, .mx-sm-5 {
		margin-right: 5rem!important;
	}
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 5rem!important;
	}
	.ml-sm-5, .mx-sm-5 {
		margin-left: 5rem!important;
	}
	.m-sm-6 {
		margin: 6rem!important;
	}
	.mt-sm-6, .my-sm-6 {
		margin-top: 6rem!important;
	}
	.mr-sm-6, .mx-sm-6 {
		margin-right: 6rem!important;
	}
	.mb-sm-6, .my-sm-6 {
		margin-bottom: 6rem!important;
	}
	.ml-sm-6, .mx-sm-6 {
		margin-left: 6rem!important;
	}
	.m-sm-7 {
		margin: 7rem!important;
	}
	.mt-sm-7, .my-sm-7 {
		margin-top: 7rem!important;
	}
	.mr-sm-7, .mx-sm-7 {
		margin-right: 7rem!important;
	}
	.mb-sm-7, .my-sm-7 {
		margin-bottom: 7rem!important;
	}
	.ml-sm-7, .mx-sm-7 {
		margin-left: 7rem!important;
	}
	.m-sm-8 {
		margin: 8rem!important;
	}
	.mt-sm-8, .my-sm-8 {
		margin-top: 8rem!important;
	}
	.mr-sm-8, .mx-sm-8 {
		margin-right: 8rem!important;
	}
	.mb-sm-8, .my-sm-8 {
		margin-bottom: 8rem!important;
	}
	.ml-sm-8, .mx-sm-8 {
		margin-left: 8rem!important;
	}
	.m-sm-9 {
		margin: 9rem!important;
	}
	.mt-sm-9, .my-sm-9 {
		margin-top: 9rem!important;
	}
	.mr-sm-9, .mx-sm-9 {
		margin-right: 9rem!important;
	}
	.mb-sm-9, .my-sm-9 {
		margin-bottom: 9rem!important;
	}
	.ml-sm-9, .mx-sm-9 {
		margin-left: 9rem!important;
	}
	.m-sm-10 {
		margin: 10rem!important;
	}
	.mt-sm-10, .my-sm-10 {
		margin-top: 10rem!important;
	}
	.mr-sm-10, .mx-sm-10 {
		margin-right: 10rem!important;
	}
	.mb-sm-10, .my-sm-10 {
		margin-bottom: 10rem!important;
	}
	.ml-sm-10, .mx-sm-10 {
		margin-left: 10rem!important;
	}
	.m-sm-11 {
		margin: 11rem!important;
	}
	.mt-sm-11, .my-sm-11 {
		margin-top: 11rem!important;
	}
	.mr-sm-11, .mx-sm-11 {
		margin-right: 11rem!important;
	}
	.mb-sm-11, .my-sm-11 {
		margin-bottom: 11rem!important;
	}
	.ml-sm-11, .mx-sm-11 {
		margin-left: 11rem!important;
	}
	.m-sm-12 {
		margin: 12rem!important;
	}
	.mt-sm-12, .my-sm-12 {
		margin-top: 12rem!important;
	}
	.mr-sm-12, .mx-sm-12 {
		margin-right: 12rem!important;
	}
	.mb-sm-12, .my-sm-12 {
		margin-bottom: 12rem!important;
	}
	.ml-sm-12, .mx-sm-12 {
		margin-left: 12rem!important;
	}
	.m-sm-13 {
		margin: 13rem!important;
	}
	.mt-sm-13, .my-sm-13 {
		margin-top: 13rem!important;
	}
	.mr-sm-13, .mx-sm-13 {
		margin-right: 13rem!important;
	}
	.mb-sm-13, .my-sm-13 {
		margin-bottom: 13rem!important;
	}
	.ml-sm-13, .mx-sm-13 {
		margin-left: 13rem!important;
	}
	.m-sm-14 {
		margin: 14rem!important;
	}
	.mt-sm-14, .my-sm-14 {
		margin-top: 14rem!important;
	}
	.mr-sm-14, .mx-sm-14 {
		margin-right: 14rem!important;
	}
	.mb-sm-14, .my-sm-14 {
		margin-bottom: 14rem!important;
	}
	.ml-sm-14, .mx-sm-14 {
		margin-left: 14rem!important;
	}
	.m-sm-15 {
		margin: 15rem!important;
	}
	.mt-sm-15, .my-sm-15 {
		margin-top: 15rem!important;
	}
	.mr-sm-15, .mx-sm-15 {
		margin-right: 15rem!important;
	}
	.mb-sm-15, .my-sm-15 {
		margin-bottom: 15rem!important;
	}
	.ml-sm-15, .mx-sm-15 {
		margin-left: 15rem!important;
	}
	.m-sm-16 {
		margin: 16rem!important;
	}
	.mt-sm-16, .my-sm-16 {
		margin-top: 16rem!important;
	}
	.mr-sm-16, .mx-sm-16 {
		margin-right: 16rem!important;
	}
	.mb-sm-16, .my-sm-16 {
		margin-bottom: 16rem!important;
	}
	.ml-sm-16, .mx-sm-16 {
		margin-left: 16rem!important;
	}
	.m-sm-17 {
		margin: 17rem!important;
	}
	.mt-sm-17, .my-sm-17 {
		margin-top: 17rem!important;
	}
	.mr-sm-17, .mx-sm-17 {
		margin-right: 17rem!important;
	}
	.mb-sm-17, .my-sm-17 {
		margin-bottom: 17rem!important;
	}
	.ml-sm-17, .mx-sm-17 {
		margin-left: 17rem!important;
	}
	.m-sm-18 {
		margin: 18rem!important;
	}
	.mt-sm-18, .my-sm-18 {
		margin-top: 18rem!important;
	}
	.mr-sm-18, .mx-sm-18 {
		margin-right: 18rem!important;
	}
	.mb-sm-18, .my-sm-18 {
		margin-bottom: 18rem!important;
	}
	.ml-sm-18, .mx-sm-18 {
		margin-left: 18rem!important;
	}
	.m-sm-19 {
		margin: 19rem!important;
	}
	.mt-sm-19, .my-sm-19 {
		margin-top: 19rem!important;
	}
	.mr-sm-19, .mx-sm-19 {
		margin-right: 19rem!important;
	}
	.mb-sm-19, .my-sm-19 {
		margin-bottom: 19rem!important;
	}
	.ml-sm-19, .mx-sm-19 {
		margin-left: 19rem!important;
	}
	.m-sm-20 {
		margin: 20rem!important;
	}
	.mt-sm-20, .my-sm-20 {
		margin-top: 20rem!important;
	}
	.mr-sm-20, .mx-sm-20 {
		margin-right: 20rem!important;
	}
	.mb-sm-20, .my-sm-20 {
		margin-bottom: 20rem!important;
	}
	.ml-sm-20, .mx-sm-20 {
		margin-left: 20rem!important;
	}
	.m-sm-21 {
		margin: 21rem!important;
	}
	.mt-sm-21, .my-sm-21 {
		margin-top: 21rem!important;
	}
	.mr-sm-21, .mx-sm-21 {
		margin-right: 21rem!important;
	}
	.mb-sm-21, .my-sm-21 {
		margin-bottom: 21rem!important;
	}
	.ml-sm-21, .mx-sm-21 {
		margin-left: 21rem!important;
	}
	.m-sm-22 {
		margin: 22rem!important;
	}
	.mt-sm-22, .my-sm-22 {
		margin-top: 22rem!important;
	}
	.mr-sm-22, .mx-sm-22 {
		margin-right: 22rem!important;
	}
	.mb-sm-22, .my-sm-22 {
		margin-bottom: 22rem!important;
	}
	.ml-sm-22, .mx-sm-22 {
		margin-left: 22rem!important;
	}
	.m-sm-23 {
		margin: 23rem!important;
	}
	.mt-sm-23, .my-sm-23 {
		margin-top: 23rem!important;
	}
	.mr-sm-23, .mx-sm-23 {
		margin-right: 23rem!important;
	}
	.mb-sm-23, .my-sm-23 {
		margin-bottom: 23rem!important;
	}
	.ml-sm-23, .mx-sm-23 {
		margin-left: 23rem!important;
	}
	.m-sm-24 {
		margin: 24rem!important;
	}
	.mt-sm-24, .my-sm-24 {
		margin-top: 24rem!important;
	}
	.mr-sm-24, .mx-sm-24 {
		margin-right: 24rem!important;
	}
	.mb-sm-24, .my-sm-24 {
		margin-bottom: 24rem!important;
	}
	.ml-sm-24, .mx-sm-24 {
		margin-left: 24rem!important;
	}
	.m-sm-25 {
		margin: 25rem!important;
	}
	.mt-sm-25, .my-sm-25 {
		margin-top: 25rem!important;
	}
	.mr-sm-25, .mx-sm-25 {
		margin-right: 25rem!important;
	}
	.mb-sm-25, .my-sm-25 {
		margin-bottom: 25rem!important;
	}
	.ml-sm-25, .mx-sm-25 {
		margin-left: 25rem!important;
	}
	.p-sm-0 {
		padding: 0!important;
	}
	.pt-sm-0, .py-sm-0 {
		padding-top: 0!important;
	}
	.pr-sm-0, .px-sm-0 {
		padding-right: 0!important;
	}
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0!important;
	}
	.pl-sm-0, .px-sm-0 {
		padding-left: 0!important;
	}
	.p-sm-1 {
		padding: 1rem!important;
	}
	.pt-sm-1, .py-sm-1 {
		padding-top: 1rem!important;
	}
	.pr-sm-1, .px-sm-1 {
		padding-right: 1rem!important;
	}
	.pb-sm-1, .py-sm-1 {
		padding-bottom: 1rem!important;
	}
	.pl-sm-1, .px-sm-1 {
		padding-left: 1rem!important;
	}
	.p-sm-2 {
		padding: 2rem!important;
	}
	.pt-sm-2, .py-sm-2 {
		padding-top: 2rem!important;
	}
	.pr-sm-2, .px-sm-2 {
		padding-right: 2rem!important;
	}
	.pb-sm-2, .py-sm-2 {
		padding-bottom: 2rem!important;
	}
	.pl-sm-2, .px-sm-2 {
		padding-left: 2rem!important;
	}
	.p-sm-3 {
		padding: 3rem!important;
	}
	.pt-sm-3, .py-sm-3 {
		padding-top: 3rem!important;
	}
	.pr-sm-3, .px-sm-3 {
		padding-right: 3rem!important;
	}
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 3rem!important;
	}
	.pl-sm-3, .px-sm-3 {
		padding-left: 3rem!important;
	}
	.p-sm-4 {
		padding: 4rem!important;
	}
	.pt-sm-4, .py-sm-4 {
		padding-top: 4rem!important;
	}
	.pr-sm-4, .px-sm-4 {
		padding-right: 4rem!important;
	}
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 4rem!important;
	}
	.pl-sm-4, .px-sm-4 {
		padding-left: 4rem!important;
	}
	.p-sm-5 {
		padding: 5rem!important;
	}
	.pt-sm-5, .py-sm-5 {
		padding-top: 5rem!important;
	}
	.pr-sm-5, .px-sm-5 {
		padding-right: 5rem!important;
	}
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 5rem!important;
	}
	.pl-sm-5, .px-sm-5 {
		padding-left: 5rem!important;
	}
	.p-sm-6 {
		padding: 6rem!important;
	}
	.pt-sm-6, .py-sm-6 {
		padding-top: 6rem!important;
	}
	.pr-sm-6, .px-sm-6 {
		padding-right: 6rem!important;
	}
	.pb-sm-6, .py-sm-6 {
		padding-bottom: 6rem!important;
	}
	.pl-sm-6, .px-sm-6 {
		padding-left: 6rem!important;
	}
	.p-sm-7 {
		padding: 7rem!important;
	}
	.pt-sm-7, .py-sm-7 {
		padding-top: 7rem!important;
	}
	.pr-sm-7, .px-sm-7 {
		padding-right: 7rem!important;
	}
	.pb-sm-7, .py-sm-7 {
		padding-bottom: 7rem!important;
	}
	.pl-sm-7, .px-sm-7 {
		padding-left: 7rem!important;
	}
	.p-sm-8 {
		padding: 8rem!important;
	}
	.pt-sm-8, .py-sm-8 {
		padding-top: 8rem!important;
	}
	.pr-sm-8, .px-sm-8 {
		padding-right: 8rem!important;
	}
	.pb-sm-8, .py-sm-8 {
		padding-bottom: 8rem!important;
	}
	.pl-sm-8, .px-sm-8 {
		padding-left: 8rem!important;
	}
	.p-sm-9 {
		padding: 9rem!important;
	}
	.pt-sm-9, .py-sm-9 {
		padding-top: 9rem!important;
	}
	.pr-sm-9, .px-sm-9 {
		padding-right: 9rem!important;
	}
	.pb-sm-9, .py-sm-9 {
		padding-bottom: 9rem!important;
	}
	.pl-sm-9, .px-sm-9 {
		padding-left: 9rem!important;
	}
	.p-sm-10 {
		padding: 10rem!important;
	}
	.pt-sm-10, .py-sm-10 {
		padding-top: 10rem!important;
	}
	.pr-sm-10, .px-sm-10 {
		padding-right: 10rem!important;
	}
	.pb-sm-10, .py-sm-10 {
		padding-bottom: 10rem!important;
	}
	.pl-sm-10, .px-sm-10 {
		padding-left: 10rem!important;
	}
	.p-sm-11 {
		padding: 11rem!important;
	}
	.pt-sm-11, .py-sm-11 {
		padding-top: 11rem!important;
	}
	.pr-sm-11, .px-sm-11 {
		padding-right: 11rem!important;
	}
	.pb-sm-11, .py-sm-11 {
		padding-bottom: 11rem!important;
	}
	.pl-sm-11, .px-sm-11 {
		padding-left: 11rem!important;
	}
	.p-sm-12 {
		padding: 12rem!important;
	}
	.pt-sm-12, .py-sm-12 {
		padding-top: 12rem!important;
	}
	.pr-sm-12, .px-sm-12 {
		padding-right: 12rem!important;
	}
	.pb-sm-12, .py-sm-12 {
		padding-bottom: 12rem!important;
	}
	.pl-sm-12, .px-sm-12 {
		padding-left: 12rem!important;
	}
	.p-sm-13 {
		padding: 13rem!important;
	}
	.pt-sm-13, .py-sm-13 {
		padding-top: 13rem!important;
	}
	.pr-sm-13, .px-sm-13 {
		padding-right: 13rem!important;
	}
	.pb-sm-13, .py-sm-13 {
		padding-bottom: 13rem!important;
	}
	.pl-sm-13, .px-sm-13 {
		padding-left: 13rem!important;
	}
	.p-sm-14 {
		padding: 14rem!important;
	}
	.pt-sm-14, .py-sm-14 {
		padding-top: 14rem!important;
	}
	.pr-sm-14, .px-sm-14 {
		padding-right: 14rem!important;
	}
	.pb-sm-14, .py-sm-14 {
		padding-bottom: 14rem!important;
	}
	.pl-sm-14, .px-sm-14 {
		padding-left: 14rem!important;
	}
	.p-sm-15 {
		padding: 15rem!important;
	}
	.pt-sm-15, .py-sm-15 {
		padding-top: 15rem!important;
	}
	.pr-sm-15, .px-sm-15 {
		padding-right: 15rem!important;
	}
	.pb-sm-15, .py-sm-15 {
		padding-bottom: 15rem!important;
	}
	.pl-sm-15, .px-sm-15 {
		padding-left: 15rem!important;
	}
	.p-sm-16 {
		padding: 16rem!important;
	}
	.pt-sm-16, .py-sm-16 {
		padding-top: 16rem!important;
	}
	.pr-sm-16, .px-sm-16 {
		padding-right: 16rem!important;
	}
	.pb-sm-16, .py-sm-16 {
		padding-bottom: 16rem!important;
	}
	.pl-sm-16, .px-sm-16 {
		padding-left: 16rem!important;
	}
	.p-sm-17 {
		padding: 17rem!important;
	}
	.pt-sm-17, .py-sm-17 {
		padding-top: 17rem!important;
	}
	.pr-sm-17, .px-sm-17 {
		padding-right: 17rem!important;
	}
	.pb-sm-17, .py-sm-17 {
		padding-bottom: 17rem!important;
	}
	.pl-sm-17, .px-sm-17 {
		padding-left: 17rem!important;
	}
	.p-sm-18 {
		padding: 18rem!important;
	}
	.pt-sm-18, .py-sm-18 {
		padding-top: 18rem!important;
	}
	.pr-sm-18, .px-sm-18 {
		padding-right: 18rem!important;
	}
	.pb-sm-18, .py-sm-18 {
		padding-bottom: 18rem!important;
	}
	.pl-sm-18, .px-sm-18 {
		padding-left: 18rem!important;
	}
	.p-sm-19 {
		padding: 19rem!important;
	}
	.pt-sm-19, .py-sm-19 {
		padding-top: 19rem!important;
	}
	.pr-sm-19, .px-sm-19 {
		padding-right: 19rem!important;
	}
	.pb-sm-19, .py-sm-19 {
		padding-bottom: 19rem!important;
	}
	.pl-sm-19, .px-sm-19 {
		padding-left: 19rem!important;
	}
	.p-sm-20 {
		padding: 20rem!important;
	}
	.pt-sm-20, .py-sm-20 {
		padding-top: 20rem!important;
	}
	.pr-sm-20, .px-sm-20 {
		padding-right: 20rem!important;
	}
	.pb-sm-20, .py-sm-20 {
		padding-bottom: 20rem!important;
	}
	.pl-sm-20, .px-sm-20 {
		padding-left: 20rem!important;
	}
	.p-sm-21 {
		padding: 21rem!important;
	}
	.pt-sm-21, .py-sm-21 {
		padding-top: 21rem!important;
	}
	.pr-sm-21, .px-sm-21 {
		padding-right: 21rem!important;
	}
	.pb-sm-21, .py-sm-21 {
		padding-bottom: 21rem!important;
	}
	.pl-sm-21, .px-sm-21 {
		padding-left: 21rem!important;
	}
	.p-sm-22 {
		padding: 22rem!important;
	}
	.pt-sm-22, .py-sm-22 {
		padding-top: 22rem!important;
	}
	.pr-sm-22, .px-sm-22 {
		padding-right: 22rem!important;
	}
	.pb-sm-22, .py-sm-22 {
		padding-bottom: 22rem!important;
	}
	.pl-sm-22, .px-sm-22 {
		padding-left: 22rem!important;
	}
	.p-sm-23 {
		padding: 23rem!important;
	}
	.pt-sm-23, .py-sm-23 {
		padding-top: 23rem!important;
	}
	.pr-sm-23, .px-sm-23 {
		padding-right: 23rem!important;
	}
	.pb-sm-23, .py-sm-23 {
		padding-bottom: 23rem!important;
	}
	.pl-sm-23, .px-sm-23 {
		padding-left: 23rem!important;
	}
	.p-sm-24 {
		padding: 24rem!important;
	}
	.pt-sm-24, .py-sm-24 {
		padding-top: 24rem!important;
	}
	.pr-sm-24, .px-sm-24 {
		padding-right: 24rem!important;
	}
	.pb-sm-24, .py-sm-24 {
		padding-bottom: 24rem!important;
	}
	.pl-sm-24, .px-sm-24 {
		padding-left: 24rem!important;
	}
	.p-sm-25 {
		padding: 25rem!important;
	}
	.pt-sm-25, .py-sm-25 {
		padding-top: 25rem!important;
	}
	.pr-sm-25, .px-sm-25 {
		padding-right: 25rem!important;
	}
	.pb-sm-25, .py-sm-25 {
		padding-bottom: 25rem!important;
	}
	.pl-sm-25, .px-sm-25 {
		padding-left: 25rem!important;
	}
	.m-sm-n1 {
		margin: -1rem!important;
	}
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -1rem!important;
	}
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -1rem!important;
	}
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -1rem!important;
	}
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -1rem!important;
	}
	.m-sm-n2 {
		margin: -2rem!important;
	}
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -2rem!important;
	}
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -2rem!important;
	}
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -2rem!important;
	}
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -2rem!important;
	}
	.m-sm-n3 {
		margin: -3rem!important;
	}
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -3rem!important;
	}
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -3rem!important;
	}
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -3rem!important;
	}
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -3rem!important;
	}
	.m-sm-n4 {
		margin: -4rem!important;
	}
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -4rem!important;
	}
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -4rem!important;
	}
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -4rem!important;
	}
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -4rem!important;
	}
	.m-sm-n5 {
		margin: -5rem!important;
	}
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -5rem!important;
	}
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -5rem!important;
	}
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -5rem!important;
	}
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -5rem!important;
	}
	.m-sm-n6 {
		margin: -6rem!important;
	}
	.mt-sm-n6, .my-sm-n6 {
		margin-top: -6rem!important;
	}
	.mr-sm-n6, .mx-sm-n6 {
		margin-right: -6rem!important;
	}
	.mb-sm-n6, .my-sm-n6 {
		margin-bottom: -6rem!important;
	}
	.ml-sm-n6, .mx-sm-n6 {
		margin-left: -6rem!important;
	}
	.m-sm-n7 {
		margin: -7rem!important;
	}
	.mt-sm-n7, .my-sm-n7 {
		margin-top: -7rem!important;
	}
	.mr-sm-n7, .mx-sm-n7 {
		margin-right: -7rem!important;
	}
	.mb-sm-n7, .my-sm-n7 {
		margin-bottom: -7rem!important;
	}
	.ml-sm-n7, .mx-sm-n7 {
		margin-left: -7rem!important;
	}
	.m-sm-n8 {
		margin: -8rem!important;
	}
	.mt-sm-n8, .my-sm-n8 {
		margin-top: -8rem!important;
	}
	.mr-sm-n8, .mx-sm-n8 {
		margin-right: -8rem!important;
	}
	.mb-sm-n8, .my-sm-n8 {
		margin-bottom: -8rem!important;
	}
	.ml-sm-n8, .mx-sm-n8 {
		margin-left: -8rem!important;
	}
	.m-sm-n9 {
		margin: -9rem!important;
	}
	.mt-sm-n9, .my-sm-n9 {
		margin-top: -9rem!important;
	}
	.mr-sm-n9, .mx-sm-n9 {
		margin-right: -9rem!important;
	}
	.mb-sm-n9, .my-sm-n9 {
		margin-bottom: -9rem!important;
	}
	.ml-sm-n9, .mx-sm-n9 {
		margin-left: -9rem!important;
	}
	.m-sm-n10 {
		margin: -10rem!important;
	}
	.mt-sm-n10, .my-sm-n10 {
		margin-top: -10rem!important;
	}
	.mr-sm-n10, .mx-sm-n10 {
		margin-right: -10rem!important;
	}
	.mb-sm-n10, .my-sm-n10 {
		margin-bottom: -10rem!important;
	}
	.ml-sm-n10, .mx-sm-n10 {
		margin-left: -10rem!important;
	}
	.m-sm-n11 {
		margin: -11rem!important;
	}
	.mt-sm-n11, .my-sm-n11 {
		margin-top: -11rem!important;
	}
	.mr-sm-n11, .mx-sm-n11 {
		margin-right: -11rem!important;
	}
	.mb-sm-n11, .my-sm-n11 {
		margin-bottom: -11rem!important;
	}
	.ml-sm-n11, .mx-sm-n11 {
		margin-left: -11rem!important;
	}
	.m-sm-n12 {
		margin: -12rem!important;
	}
	.mt-sm-n12, .my-sm-n12 {
		margin-top: -12rem!important;
	}
	.mr-sm-n12, .mx-sm-n12 {
		margin-right: -12rem!important;
	}
	.mb-sm-n12, .my-sm-n12 {
		margin-bottom: -12rem!important;
	}
	.ml-sm-n12, .mx-sm-n12 {
		margin-left: -12rem!important;
	}
	.m-sm-n13 {
		margin: -13rem!important;
	}
	.mt-sm-n13, .my-sm-n13 {
		margin-top: -13rem!important;
	}
	.mr-sm-n13, .mx-sm-n13 {
		margin-right: -13rem!important;
	}
	.mb-sm-n13, .my-sm-n13 {
		margin-bottom: -13rem!important;
	}
	.ml-sm-n13, .mx-sm-n13 {
		margin-left: -13rem!important;
	}
	.m-sm-n14 {
		margin: -14rem!important;
	}
	.mt-sm-n14, .my-sm-n14 {
		margin-top: -14rem!important;
	}
	.mr-sm-n14, .mx-sm-n14 {
		margin-right: -14rem!important;
	}
	.mb-sm-n14, .my-sm-n14 {
		margin-bottom: -14rem!important;
	}
	.ml-sm-n14, .mx-sm-n14 {
		margin-left: -14rem!important;
	}
	.m-sm-n15 {
		margin: -15rem!important;
	}
	.mt-sm-n15, .my-sm-n15 {
		margin-top: -15rem!important;
	}
	.mr-sm-n15, .mx-sm-n15 {
		margin-right: -15rem!important;
	}
	.mb-sm-n15, .my-sm-n15 {
		margin-bottom: -15rem!important;
	}
	.ml-sm-n15, .mx-sm-n15 {
		margin-left: -15rem!important;
	}
	.m-sm-n16 {
		margin: -16rem!important;
	}
	.mt-sm-n16, .my-sm-n16 {
		margin-top: -16rem!important;
	}
	.mr-sm-n16, .mx-sm-n16 {
		margin-right: -16rem!important;
	}
	.mb-sm-n16, .my-sm-n16 {
		margin-bottom: -16rem!important;
	}
	.ml-sm-n16, .mx-sm-n16 {
		margin-left: -16rem!important;
	}
	.m-sm-n17 {
		margin: -17rem!important;
	}
	.mt-sm-n17, .my-sm-n17 {
		margin-top: -17rem!important;
	}
	.mr-sm-n17, .mx-sm-n17 {
		margin-right: -17rem!important;
	}
	.mb-sm-n17, .my-sm-n17 {
		margin-bottom: -17rem!important;
	}
	.ml-sm-n17, .mx-sm-n17 {
		margin-left: -17rem!important;
	}
	.m-sm-n18 {
		margin: -18rem!important;
	}
	.mt-sm-n18, .my-sm-n18 {
		margin-top: -18rem!important;
	}
	.mr-sm-n18, .mx-sm-n18 {
		margin-right: -18rem!important;
	}
	.mb-sm-n18, .my-sm-n18 {
		margin-bottom: -18rem!important;
	}
	.ml-sm-n18, .mx-sm-n18 {
		margin-left: -18rem!important;
	}
	.m-sm-n19 {
		margin: -19rem!important;
	}
	.mt-sm-n19, .my-sm-n19 {
		margin-top: -19rem!important;
	}
	.mr-sm-n19, .mx-sm-n19 {
		margin-right: -19rem!important;
	}
	.mb-sm-n19, .my-sm-n19 {
		margin-bottom: -19rem!important;
	}
	.ml-sm-n19, .mx-sm-n19 {
		margin-left: -19rem!important;
	}
	.m-sm-n20 {
		margin: -20rem!important;
	}
	.mt-sm-n20, .my-sm-n20 {
		margin-top: -20rem!important;
	}
	.mr-sm-n20, .mx-sm-n20 {
		margin-right: -20rem!important;
	}
	.mb-sm-n20, .my-sm-n20 {
		margin-bottom: -20rem!important;
	}
	.ml-sm-n20, .mx-sm-n20 {
		margin-left: -20rem!important;
	}
	.m-sm-n21 {
		margin: -21rem!important;
	}
	.mt-sm-n21, .my-sm-n21 {
		margin-top: -21rem!important;
	}
	.mr-sm-n21, .mx-sm-n21 {
		margin-right: -21rem!important;
	}
	.mb-sm-n21, .my-sm-n21 {
		margin-bottom: -21rem!important;
	}
	.ml-sm-n21, .mx-sm-n21 {
		margin-left: -21rem!important;
	}
	.m-sm-n22 {
		margin: -22rem!important;
	}
	.mt-sm-n22, .my-sm-n22 {
		margin-top: -22rem!important;
	}
	.mr-sm-n22, .mx-sm-n22 {
		margin-right: -22rem!important;
	}
	.mb-sm-n22, .my-sm-n22 {
		margin-bottom: -22rem!important;
	}
	.ml-sm-n22, .mx-sm-n22 {
		margin-left: -22rem!important;
	}
	.m-sm-n23 {
		margin: -23rem!important;
	}
	.mt-sm-n23, .my-sm-n23 {
		margin-top: -23rem!important;
	}
	.mr-sm-n23, .mx-sm-n23 {
		margin-right: -23rem!important;
	}
	.mb-sm-n23, .my-sm-n23 {
		margin-bottom: -23rem!important;
	}
	.ml-sm-n23, .mx-sm-n23 {
		margin-left: -23rem!important;
	}
	.m-sm-n24 {
		margin: -24rem!important;
	}
	.mt-sm-n24, .my-sm-n24 {
		margin-top: -24rem!important;
	}
	.mr-sm-n24, .mx-sm-n24 {
		margin-right: -24rem!important;
	}
	.mb-sm-n24, .my-sm-n24 {
		margin-bottom: -24rem!important;
	}
	.ml-sm-n24, .mx-sm-n24 {
		margin-left: -24rem!important;
	}
	.m-sm-n25 {
		margin: -25rem!important;
	}
	.mt-sm-n25, .my-sm-n25 {
		margin-top: -25rem!important;
	}
	.mr-sm-n25, .mx-sm-n25 {
		margin-right: -25rem!important;
	}
	.mb-sm-n25, .my-sm-n25 {
		margin-bottom: -25rem!important;
	}
	.ml-sm-n25, .mx-sm-n25 {
		margin-left: -25rem!important;
	}
	.m-sm-auto {
		margin: auto!important;
	}
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto!important;
	}
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto!important;
	}
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto!important;
	}
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto!important;
	}
}
@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1, .col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3, .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5, .col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7, .col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-10, .col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11, .col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
	.d-md-none {
		display: none!important;
	}
	.d-md-inline {
		display: inline!important;
	}
	.d-md-inline-block {
		display: inline-block!important;
	}
	.d-md-block {
		display: block!important;
	}
	.d-md-table {
		display: table!important;
	}
	.d-md-table-row {
		display: table-row!important;
	}
	.d-md-table-cell {
		display: table-cell!important;
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
	.flex-md-column, .flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-md-column-reverse, .flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
	.m-md-0 {
		margin: 0!important;
	}
	.mt-md-0, .my-md-0 {
		margin-top: 0!important;
	}
	.mr-md-0, .mx-md-0 {
		margin-right: 0!important;
	}
	.mb-md-0, .my-md-0 {
		margin-bottom: 0!important;
	}
	.ml-md-0, .mx-md-0 {
		margin-left: 0!important;
	}
	.m-md-1 {
		margin: 1rem!important;
	}
	.mt-md-1, .my-md-1 {
		margin-top: 1rem!important;
	}
	.mr-md-1, .mx-md-1 {
		margin-right: 1rem!important;
	}
	.mb-md-1, .my-md-1 {
		margin-bottom: 1rem!important;
	}
	.ml-md-1, .mx-md-1 {
		margin-left: 1rem!important;
	}
	.m-md-2 {
		margin: 2rem!important;
	}
	.mt-md-2, .my-md-2 {
		margin-top: 2rem!important;
	}
	.mr-md-2, .mx-md-2 {
		margin-right: 2rem!important;
	}
	.mb-md-2, .my-md-2 {
		margin-bottom: 2rem!important;
	}
	.ml-md-2, .mx-md-2 {
		margin-left: 2rem!important;
	}
	.m-md-3 {
		margin: 3rem!important;
	}
	.mt-md-3, .my-md-3 {
		margin-top: 3rem!important;
	}
	.mr-md-3, .mx-md-3 {
		margin-right: 3rem!important;
	}
	.mb-md-3, .my-md-3 {
		margin-bottom: 3rem!important;
	}
	.ml-md-3, .mx-md-3 {
		margin-left: 3rem!important;
	}
	.m-md-4 {
		margin: 4rem!important;
	}
	.mt-md-4, .my-md-4 {
		margin-top: 4rem!important;
	}
	.mr-md-4, .mx-md-4 {
		margin-right: 4rem!important;
	}
	.mb-md-4, .my-md-4 {
		margin-bottom: 4rem!important;
	}
	.ml-md-4, .mx-md-4 {
		margin-left: 4rem!important;
	}
	.m-md-5 {
		margin: 5rem!important;
	}
	.mt-md-5, .my-md-5 {
		margin-top: 5rem!important;
	}
	.mr-md-5, .mx-md-5 {
		margin-right: 5rem!important;
	}
	.mb-md-5, .my-md-5 {
		margin-bottom: 5rem!important;
	}
	.ml-md-5, .mx-md-5 {
		margin-left: 5rem!important;
	}
	.m-md-6 {
		margin: 6rem!important;
	}
	.mt-md-6, .my-md-6 {
		margin-top: 6rem!important;
	}
	.mr-md-6, .mx-md-6 {
		margin-right: 6rem!important;
	}
	.mb-md-6, .my-md-6 {
		margin-bottom: 6rem!important;
	}
	.ml-md-6, .mx-md-6 {
		margin-left: 6rem!important;
	}
	.m-md-7 {
		margin: 7rem!important;
	}
	.mt-md-7, .my-md-7 {
		margin-top: 7rem!important;
	}
	.mr-md-7, .mx-md-7 {
		margin-right: 7rem!important;
	}
	.mb-md-7, .my-md-7 {
		margin-bottom: 7rem!important;
	}
	.ml-md-7, .mx-md-7 {
		margin-left: 7rem!important;
	}
	.m-md-8 {
		margin: 8rem!important;
	}
	.mt-md-8, .my-md-8 {
		margin-top: 8rem!important;
	}
	.mr-md-8, .mx-md-8 {
		margin-right: 8rem!important;
	}
	.mb-md-8, .my-md-8 {
		margin-bottom: 8rem!important;
	}
	.ml-md-8, .mx-md-8 {
		margin-left: 8rem!important;
	}
	.m-md-9 {
		margin: 9rem!important;
	}
	.mt-md-9, .my-md-9 {
		margin-top: 9rem!important;
	}
	.mr-md-9, .mx-md-9 {
		margin-right: 9rem!important;
	}
	.mb-md-9, .my-md-9 {
		margin-bottom: 9rem!important;
	}
	.ml-md-9, .mx-md-9 {
		margin-left: 9rem!important;
	}
	.m-md-10 {
		margin: 10rem!important;
	}
	.mt-md-10, .my-md-10 {
		margin-top: 10rem!important;
	}
	.mr-md-10, .mx-md-10 {
		margin-right: 10rem!important;
	}
	.mb-md-10, .my-md-10 {
		margin-bottom: 10rem!important;
	}
	.ml-md-10, .mx-md-10 {
		margin-left: 10rem!important;
	}
	.m-md-11 {
		margin: 11rem!important;
	}
	.mt-md-11, .my-md-11 {
		margin-top: 11rem!important;
	}
	.mr-md-11, .mx-md-11 {
		margin-right: 11rem!important;
	}
	.mb-md-11, .my-md-11 {
		margin-bottom: 11rem!important;
	}
	.ml-md-11, .mx-md-11 {
		margin-left: 11rem!important;
	}
	.m-md-12 {
		margin: 12rem!important;
	}
	.mt-md-12, .my-md-12 {
		margin-top: 12rem!important;
	}
	.mr-md-12, .mx-md-12 {
		margin-right: 12rem!important;
	}
	.mb-md-12, .my-md-12 {
		margin-bottom: 12rem!important;
	}
	.ml-md-12, .mx-md-12 {
		margin-left: 12rem!important;
	}
	.m-md-13 {
		margin: 13rem!important;
	}
	.mt-md-13, .my-md-13 {
		margin-top: 13rem!important;
	}
	.mr-md-13, .mx-md-13 {
		margin-right: 13rem!important;
	}
	.mb-md-13, .my-md-13 {
		margin-bottom: 13rem!important;
	}
	.ml-md-13, .mx-md-13 {
		margin-left: 13rem!important;
	}
	.m-md-14 {
		margin: 14rem!important;
	}
	.mt-md-14, .my-md-14 {
		margin-top: 14rem!important;
	}
	.mr-md-14, .mx-md-14 {
		margin-right: 14rem!important;
	}
	.mb-md-14, .my-md-14 {
		margin-bottom: 14rem!important;
	}
	.ml-md-14, .mx-md-14 {
		margin-left: 14rem!important;
	}
	.m-md-15 {
		margin: 15rem!important;
	}
	.mt-md-15, .my-md-15 {
		margin-top: 15rem!important;
	}
	.mr-md-15, .mx-md-15 {
		margin-right: 15rem!important;
	}
	.mb-md-15, .my-md-15 {
		margin-bottom: 15rem!important;
	}
	.ml-md-15, .mx-md-15 {
		margin-left: 15rem!important;
	}
	.m-md-16 {
		margin: 16rem!important;
	}
	.mt-md-16, .my-md-16 {
		margin-top: 16rem!important;
	}
	.mr-md-16, .mx-md-16 {
		margin-right: 16rem!important;
	}
	.mb-md-16, .my-md-16 {
		margin-bottom: 16rem!important;
	}
	.ml-md-16, .mx-md-16 {
		margin-left: 16rem!important;
	}
	.m-md-17 {
		margin: 17rem!important;
	}
	.mt-md-17, .my-md-17 {
		margin-top: 17rem!important;
	}
	.mr-md-17, .mx-md-17 {
		margin-right: 17rem!important;
	}
	.mb-md-17, .my-md-17 {
		margin-bottom: 17rem!important;
	}
	.ml-md-17, .mx-md-17 {
		margin-left: 17rem!important;
	}
	.m-md-18 {
		margin: 18rem!important;
	}
	.mt-md-18, .my-md-18 {
		margin-top: 18rem!important;
	}
	.mr-md-18, .mx-md-18 {
		margin-right: 18rem!important;
	}
	.mb-md-18, .my-md-18 {
		margin-bottom: 18rem!important;
	}
	.ml-md-18, .mx-md-18 {
		margin-left: 18rem!important;
	}
	.m-md-19 {
		margin: 19rem!important;
	}
	.mt-md-19, .my-md-19 {
		margin-top: 19rem!important;
	}
	.mr-md-19, .mx-md-19 {
		margin-right: 19rem!important;
	}
	.mb-md-19, .my-md-19 {
		margin-bottom: 19rem!important;
	}
	.ml-md-19, .mx-md-19 {
		margin-left: 19rem!important;
	}
	.m-md-20 {
		margin: 20rem!important;
	}
	.mt-md-20, .my-md-20 {
		margin-top: 20rem!important;
	}
	.mr-md-20, .mx-md-20 {
		margin-right: 20rem!important;
	}
	.mb-md-20, .my-md-20 {
		margin-bottom: 20rem!important;
	}
	.ml-md-20, .mx-md-20 {
		margin-left: 20rem!important;
	}
	.m-md-21 {
		margin: 21rem!important;
	}
	.mt-md-21, .my-md-21 {
		margin-top: 21rem!important;
	}
	.mr-md-21, .mx-md-21 {
		margin-right: 21rem!important;
	}
	.mb-md-21, .my-md-21 {
		margin-bottom: 21rem!important;
	}
	.ml-md-21, .mx-md-21 {
		margin-left: 21rem!important;
	}
	.m-md-22 {
		margin: 22rem!important;
	}
	.mt-md-22, .my-md-22 {
		margin-top: 22rem!important;
	}
	.mr-md-22, .mx-md-22 {
		margin-right: 22rem!important;
	}
	.mb-md-22, .my-md-22 {
		margin-bottom: 22rem!important;
	}
	.ml-md-22, .mx-md-22 {
		margin-left: 22rem!important;
	}
	.m-md-23 {
		margin: 23rem!important;
	}
	.mt-md-23, .my-md-23 {
		margin-top: 23rem!important;
	}
	.mr-md-23, .mx-md-23 {
		margin-right: 23rem!important;
	}
	.mb-md-23, .my-md-23 {
		margin-bottom: 23rem!important;
	}
	.ml-md-23, .mx-md-23 {
		margin-left: 23rem!important;
	}
	.m-md-24 {
		margin: 24rem!important;
	}
	.mt-md-24, .my-md-24 {
		margin-top: 24rem!important;
	}
	.mr-md-24, .mx-md-24 {
		margin-right: 24rem!important;
	}
	.mb-md-24, .my-md-24 {
		margin-bottom: 24rem!important;
	}
	.ml-md-24, .mx-md-24 {
		margin-left: 24rem!important;
	}
	.m-md-25 {
		margin: 25rem!important;
	}
	.mt-md-25, .my-md-25 {
		margin-top: 25rem!important;
	}
	.mr-md-25, .mx-md-25 {
		margin-right: 25rem!important;
	}
	.mb-md-25, .my-md-25 {
		margin-bottom: 25rem!important;
	}
	.ml-md-25, .mx-md-25 {
		margin-left: 25rem!important;
	}
	.p-md-0 {
		padding: 0!important;
	}
	.pt-md-0, .py-md-0 {
		padding-top: 0!important;
	}
	.pr-md-0, .px-md-0 {
		padding-right: 0!important;
	}
	.pb-md-0, .py-md-0 {
		padding-bottom: 0!important;
	}
	.pl-md-0, .px-md-0 {
		padding-left: 0!important;
	}
	.p-md-1 {
		padding: 1rem!important;
	}
	.pt-md-1, .py-md-1 {
		padding-top: 1rem!important;
	}
	.pr-md-1, .px-md-1 {
		padding-right: 1rem!important;
	}
	.pb-md-1, .py-md-1 {
		padding-bottom: 1rem!important;
	}
	.pl-md-1, .px-md-1 {
		padding-left: 1rem!important;
	}
	.p-md-2 {
		padding: 2rem!important;
	}
	.pt-md-2, .py-md-2 {
		padding-top: 2rem!important;
	}
	.pr-md-2, .px-md-2 {
		padding-right: 2rem!important;
	}
	.pb-md-2, .py-md-2 {
		padding-bottom: 2rem!important;
	}
	.pl-md-2, .px-md-2 {
		padding-left: 2rem!important;
	}
	.p-md-3 {
		padding: 3rem!important;
	}
	.pt-md-3, .py-md-3 {
		padding-top: 3rem!important;
	}
	.pr-md-3, .px-md-3 {
		padding-right: 3rem!important;
	}
	.pb-md-3, .py-md-3 {
		padding-bottom: 3rem!important;
	}
	.pl-md-3, .px-md-3 {
		padding-left: 3rem!important;
	}
	.p-md-4 {
		padding: 4rem!important;
	}
	.pt-md-4, .py-md-4 {
		padding-top: 4rem!important;
	}
	.pr-md-4, .px-md-4 {
		padding-right: 4rem!important;
	}
	.pb-md-4, .py-md-4 {
		padding-bottom: 4rem!important;
	}
	.pl-md-4, .px-md-4 {
		padding-left: 4rem!important;
	}
	.p-md-5 {
		padding: 5rem!important;
	}
	.pt-md-5, .py-md-5 {
		padding-top: 5rem!important;
	}
	.pr-md-5, .px-md-5 {
		padding-right: 5rem!important;
	}
	.pb-md-5, .py-md-5 {
		padding-bottom: 5rem!important;
	}
	.pl-md-5, .px-md-5 {
		padding-left: 5rem!important;
	}
	.p-md-6 {
		padding: 6rem!important;
	}
	.pt-md-6, .py-md-6 {
		padding-top: 6rem!important;
	}
	.pr-md-6, .px-md-6 {
		padding-right: 6rem!important;
	}
	.pb-md-6, .py-md-6 {
		padding-bottom: 6rem!important;
	}
	.pl-md-6, .px-md-6 {
		padding-left: 6rem!important;
	}
	.p-md-7 {
		padding: 7rem!important;
	}
	.pt-md-7, .py-md-7 {
		padding-top: 7rem!important;
	}
	.pr-md-7, .px-md-7 {
		padding-right: 7rem!important;
	}
	.pb-md-7, .py-md-7 {
		padding-bottom: 7rem!important;
	}
	.pl-md-7, .px-md-7 {
		padding-left: 7rem!important;
	}
	.p-md-8 {
		padding: 8rem!important;
	}
	.pt-md-8, .py-md-8 {
		padding-top: 8rem!important;
	}
	.pr-md-8, .px-md-8 {
		padding-right: 8rem!important;
	}
	.pb-md-8, .py-md-8 {
		padding-bottom: 8rem!important;
	}
	.pl-md-8, .px-md-8 {
		padding-left: 8rem!important;
	}
	.p-md-9 {
		padding: 9rem!important;
	}
	.pt-md-9, .py-md-9 {
		padding-top: 9rem!important;
	}
	.pr-md-9, .px-md-9 {
		padding-right: 9rem!important;
	}
	.pb-md-9, .py-md-9 {
		padding-bottom: 9rem!important;
	}
	.pl-md-9, .px-md-9 {
		padding-left: 9rem!important;
	}
	.p-md-10 {
		padding: 10rem!important;
	}
	.pt-md-10, .py-md-10 {
		padding-top: 10rem!important;
	}
	.pr-md-10, .px-md-10 {
		padding-right: 10rem!important;
	}
	.pb-md-10, .py-md-10 {
		padding-bottom: 10rem!important;
	}
	.pl-md-10, .px-md-10 {
		padding-left: 10rem!important;
	}
	.p-md-11 {
		padding: 11rem!important;
	}
	.pt-md-11, .py-md-11 {
		padding-top: 11rem!important;
	}
	.pr-md-11, .px-md-11 {
		padding-right: 11rem!important;
	}
	.pb-md-11, .py-md-11 {
		padding-bottom: 11rem!important;
	}
	.pl-md-11, .px-md-11 {
		padding-left: 11rem!important;
	}
	.p-md-12 {
		padding: 12rem!important;
	}
	.pt-md-12, .py-md-12 {
		padding-top: 12rem!important;
	}
	.pr-md-12, .px-md-12 {
		padding-right: 12rem!important;
	}
	.pb-md-12, .py-md-12 {
		padding-bottom: 12rem!important;
	}
	.pl-md-12, .px-md-12 {
		padding-left: 12rem!important;
	}
	.p-md-13 {
		padding: 13rem!important;
	}
	.pt-md-13, .py-md-13 {
		padding-top: 13rem!important;
	}
	.pr-md-13, .px-md-13 {
		padding-right: 13rem!important;
	}
	.pb-md-13, .py-md-13 {
		padding-bottom: 13rem!important;
	}
	.pl-md-13, .px-md-13 {
		padding-left: 13rem!important;
	}
	.p-md-14 {
		padding: 14rem!important;
	}
	.pt-md-14, .py-md-14 {
		padding-top: 14rem!important;
	}
	.pr-md-14, .px-md-14 {
		padding-right: 14rem!important;
	}
	.pb-md-14, .py-md-14 {
		padding-bottom: 14rem!important;
	}
	.pl-md-14, .px-md-14 {
		padding-left: 14rem!important;
	}
	.p-md-15 {
		padding: 15rem!important;
	}
	.pt-md-15, .py-md-15 {
		padding-top: 15rem!important;
	}
	.pr-md-15, .px-md-15 {
		padding-right: 15rem!important;
	}
	.pb-md-15, .py-md-15 {
		padding-bottom: 15rem!important;
	}
	.pl-md-15, .px-md-15 {
		padding-left: 15rem!important;
	}
	.p-md-16 {
		padding: 16rem!important;
	}
	.pt-md-16, .py-md-16 {
		padding-top: 16rem!important;
	}
	.pr-md-16, .px-md-16 {
		padding-right: 16rem!important;
	}
	.pb-md-16, .py-md-16 {
		padding-bottom: 16rem!important;
	}
	.pl-md-16, .px-md-16 {
		padding-left: 16rem!important;
	}
	.p-md-17 {
		padding: 17rem!important;
	}
	.pt-md-17, .py-md-17 {
		padding-top: 17rem!important;
	}
	.pr-md-17, .px-md-17 {
		padding-right: 17rem!important;
	}
	.pb-md-17, .py-md-17 {
		padding-bottom: 17rem!important;
	}
	.pl-md-17, .px-md-17 {
		padding-left: 17rem!important;
	}
	.p-md-18 {
		padding: 18rem!important;
	}
	.pt-md-18, .py-md-18 {
		padding-top: 18rem!important;
	}
	.pr-md-18, .px-md-18 {
		padding-right: 18rem!important;
	}
	.pb-md-18, .py-md-18 {
		padding-bottom: 18rem!important;
	}
	.pl-md-18, .px-md-18 {
		padding-left: 18rem!important;
	}
	.p-md-19 {
		padding: 19rem!important;
	}
	.pt-md-19, .py-md-19 {
		padding-top: 19rem!important;
	}
	.pr-md-19, .px-md-19 {
		padding-right: 19rem!important;
	}
	.pb-md-19, .py-md-19 {
		padding-bottom: 19rem!important;
	}
	.pl-md-19, .px-md-19 {
		padding-left: 19rem!important;
	}
	.p-md-20 {
		padding: 20rem!important;
	}
	.pt-md-20, .py-md-20 {
		padding-top: 20rem!important;
	}
	.pr-md-20, .px-md-20 {
		padding-right: 20rem!important;
	}
	.pb-md-20, .py-md-20 {
		padding-bottom: 20rem!important;
	}
	.pl-md-20, .px-md-20 {
		padding-left: 20rem!important;
	}
	.p-md-21 {
		padding: 21rem!important;
	}
	.pt-md-21, .py-md-21 {
		padding-top: 21rem!important;
	}
	.pr-md-21, .px-md-21 {
		padding-right: 21rem!important;
	}
	.pb-md-21, .py-md-21 {
		padding-bottom: 21rem!important;
	}
	.pl-md-21, .px-md-21 {
		padding-left: 21rem!important;
	}
	.p-md-22 {
		padding: 22rem!important;
	}
	.pt-md-22, .py-md-22 {
		padding-top: 22rem!important;
	}
	.pr-md-22, .px-md-22 {
		padding-right: 22rem!important;
	}
	.pb-md-22, .py-md-22 {
		padding-bottom: 22rem!important;
	}
	.pl-md-22, .px-md-22 {
		padding-left: 22rem!important;
	}
	.p-md-23 {
		padding: 23rem!important;
	}
	.pt-md-23, .py-md-23 {
		padding-top: 23rem!important;
	}
	.pr-md-23, .px-md-23 {
		padding-right: 23rem!important;
	}
	.pb-md-23, .py-md-23 {
		padding-bottom: 23rem!important;
	}
	.pl-md-23, .px-md-23 {
		padding-left: 23rem!important;
	}
	.p-md-24 {
		padding: 24rem!important;
	}
	.pt-md-24, .py-md-24 {
		padding-top: 24rem!important;
	}
	.pr-md-24, .px-md-24 {
		padding-right: 24rem!important;
	}
	.pb-md-24, .py-md-24 {
		padding-bottom: 24rem!important;
	}
	.pl-md-24, .px-md-24 {
		padding-left: 24rem!important;
	}
	.p-md-25 {
		padding: 25rem!important;
	}
	.pt-md-25, .py-md-25 {
		padding-top: 25rem!important;
	}
	.pr-md-25, .px-md-25 {
		padding-right: 25rem!important;
	}
	.pb-md-25, .py-md-25 {
		padding-bottom: 25rem!important;
	}
	.pl-md-25, .px-md-25 {
		padding-left: 25rem!important;
	}
	.m-md-n1 {
		margin: -1rem!important;
	}
	.mt-md-n1, .my-md-n1 {
		margin-top: -1rem!important;
	}
	.mr-md-n1, .mx-md-n1 {
		margin-right: -1rem!important;
	}
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -1rem!important;
	}
	.ml-md-n1, .mx-md-n1 {
		margin-left: -1rem!important;
	}
	.m-md-n2 {
		margin: -2rem!important;
	}
	.mt-md-n2, .my-md-n2 {
		margin-top: -2rem!important;
	}
	.mr-md-n2, .mx-md-n2 {
		margin-right: -2rem!important;
	}
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -2rem!important;
	}
	.ml-md-n2, .mx-md-n2 {
		margin-left: -2rem!important;
	}
	.m-md-n3 {
		margin: -3rem!important;
	}
	.mt-md-n3, .my-md-n3 {
		margin-top: -3rem!important;
	}
	.mr-md-n3, .mx-md-n3 {
		margin-right: -3rem!important;
	}
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -3rem!important;
	}
	.ml-md-n3, .mx-md-n3 {
		margin-left: -3rem!important;
	}
	.m-md-n4 {
		margin: -4rem!important;
	}
	.mt-md-n4, .my-md-n4 {
		margin-top: -4rem!important;
	}
	.mr-md-n4, .mx-md-n4 {
		margin-right: -4rem!important;
	}
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -4rem!important;
	}
	.ml-md-n4, .mx-md-n4 {
		margin-left: -4rem!important;
	}
	.m-md-n5 {
		margin: -5rem!important;
	}
	.mt-md-n5, .my-md-n5 {
		margin-top: -5rem!important;
	}
	.mr-md-n5, .mx-md-n5 {
		margin-right: -5rem!important;
	}
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -5rem!important;
	}
	.ml-md-n5, .mx-md-n5 {
		margin-left: -5rem!important;
	}
	.m-md-n6 {
		margin: -6rem!important;
	}
	.mt-md-n6, .my-md-n6 {
		margin-top: -6rem!important;
	}
	.mr-md-n6, .mx-md-n6 {
		margin-right: -6rem!important;
	}
	.mb-md-n6, .my-md-n6 {
		margin-bottom: -6rem!important;
	}
	.ml-md-n6, .mx-md-n6 {
		margin-left: -6rem!important;
	}
	.m-md-n7 {
		margin: -7rem!important;
	}
	.mt-md-n7, .my-md-n7 {
		margin-top: -7rem!important;
	}
	.mr-md-n7, .mx-md-n7 {
		margin-right: -7rem!important;
	}
	.mb-md-n7, .my-md-n7 {
		margin-bottom: -7rem!important;
	}
	.ml-md-n7, .mx-md-n7 {
		margin-left: -7rem!important;
	}
	.m-md-n8 {
		margin: -8rem!important;
	}
	.mt-md-n8, .my-md-n8 {
		margin-top: -8rem!important;
	}
	.mr-md-n8, .mx-md-n8 {
		margin-right: -8rem!important;
	}
	.mb-md-n8, .my-md-n8 {
		margin-bottom: -8rem!important;
	}
	.ml-md-n8, .mx-md-n8 {
		margin-left: -8rem!important;
	}
	.m-md-n9 {
		margin: -9rem!important;
	}
	.mt-md-n9, .my-md-n9 {
		margin-top: -9rem!important;
	}
	.mr-md-n9, .mx-md-n9 {
		margin-right: -9rem!important;
	}
	.mb-md-n9, .my-md-n9 {
		margin-bottom: -9rem!important;
	}
	.ml-md-n9, .mx-md-n9 {
		margin-left: -9rem!important;
	}
	.m-md-n10 {
		margin: -10rem!important;
	}
	.mt-md-n10, .my-md-n10 {
		margin-top: -10rem!important;
	}
	.mr-md-n10, .mx-md-n10 {
		margin-right: -10rem!important;
	}
	.mb-md-n10, .my-md-n10 {
		margin-bottom: -10rem!important;
	}
	.ml-md-n10, .mx-md-n10 {
		margin-left: -10rem!important;
	}
	.m-md-n11 {
		margin: -11rem!important;
	}
	.mt-md-n11, .my-md-n11 {
		margin-top: -11rem!important;
	}
	.mr-md-n11, .mx-md-n11 {
		margin-right: -11rem!important;
	}
	.mb-md-n11, .my-md-n11 {
		margin-bottom: -11rem!important;
	}
	.ml-md-n11, .mx-md-n11 {
		margin-left: -11rem!important;
	}
	.m-md-n12 {
		margin: -12rem!important;
	}
	.mt-md-n12, .my-md-n12 {
		margin-top: -12rem!important;
	}
	.mr-md-n12, .mx-md-n12 {
		margin-right: -12rem!important;
	}
	.mb-md-n12, .my-md-n12 {
		margin-bottom: -12rem!important;
	}
	.ml-md-n12, .mx-md-n12 {
		margin-left: -12rem!important;
	}
	.m-md-n13 {
		margin: -13rem!important;
	}
	.mt-md-n13, .my-md-n13 {
		margin-top: -13rem!important;
	}
	.mr-md-n13, .mx-md-n13 {
		margin-right: -13rem!important;
	}
	.mb-md-n13, .my-md-n13 {
		margin-bottom: -13rem!important;
	}
	.ml-md-n13, .mx-md-n13 {
		margin-left: -13rem!important;
	}
	.m-md-n14 {
		margin: -14rem!important;
	}
	.mt-md-n14, .my-md-n14 {
		margin-top: -14rem!important;
	}
	.mr-md-n14, .mx-md-n14 {
		margin-right: -14rem!important;
	}
	.mb-md-n14, .my-md-n14 {
		margin-bottom: -14rem!important;
	}
	.ml-md-n14, .mx-md-n14 {
		margin-left: -14rem!important;
	}
	.m-md-n15 {
		margin: -15rem!important;
	}
	.mt-md-n15, .my-md-n15 {
		margin-top: -15rem!important;
	}
	.mr-md-n15, .mx-md-n15 {
		margin-right: -15rem!important;
	}
	.mb-md-n15, .my-md-n15 {
		margin-bottom: -15rem!important;
	}
	.ml-md-n15, .mx-md-n15 {
		margin-left: -15rem!important;
	}
	.m-md-n16 {
		margin: -16rem!important;
	}
	.mt-md-n16, .my-md-n16 {
		margin-top: -16rem!important;
	}
	.mr-md-n16, .mx-md-n16 {
		margin-right: -16rem!important;
	}
	.mb-md-n16, .my-md-n16 {
		margin-bottom: -16rem!important;
	}
	.ml-md-n16, .mx-md-n16 {
		margin-left: -16rem!important;
	}
	.m-md-n17 {
		margin: -17rem!important;
	}
	.mt-md-n17, .my-md-n17 {
		margin-top: -17rem!important;
	}
	.mr-md-n17, .mx-md-n17 {
		margin-right: -17rem!important;
	}
	.mb-md-n17, .my-md-n17 {
		margin-bottom: -17rem!important;
	}
	.ml-md-n17, .mx-md-n17 {
		margin-left: -17rem!important;
	}
	.m-md-n18 {
		margin: -18rem!important;
	}
	.mt-md-n18, .my-md-n18 {
		margin-top: -18rem!important;
	}
	.mr-md-n18, .mx-md-n18 {
		margin-right: -18rem!important;
	}
	.mb-md-n18, .my-md-n18 {
		margin-bottom: -18rem!important;
	}
	.ml-md-n18, .mx-md-n18 {
		margin-left: -18rem!important;
	}
	.m-md-n19 {
		margin: -19rem!important;
	}
	.mt-md-n19, .my-md-n19 {
		margin-top: -19rem!important;
	}
	.mr-md-n19, .mx-md-n19 {
		margin-right: -19rem!important;
	}
	.mb-md-n19, .my-md-n19 {
		margin-bottom: -19rem!important;
	}
	.ml-md-n19, .mx-md-n19 {
		margin-left: -19rem!important;
	}
	.m-md-n20 {
		margin: -20rem!important;
	}
	.mt-md-n20, .my-md-n20 {
		margin-top: -20rem!important;
	}
	.mr-md-n20, .mx-md-n20 {
		margin-right: -20rem!important;
	}
	.mb-md-n20, .my-md-n20 {
		margin-bottom: -20rem!important;
	}
	.ml-md-n20, .mx-md-n20 {
		margin-left: -20rem!important;
	}
	.m-md-n21 {
		margin: -21rem!important;
	}
	.mt-md-n21, .my-md-n21 {
		margin-top: -21rem!important;
	}
	.mr-md-n21, .mx-md-n21 {
		margin-right: -21rem!important;
	}
	.mb-md-n21, .my-md-n21 {
		margin-bottom: -21rem!important;
	}
	.ml-md-n21, .mx-md-n21 {
		margin-left: -21rem!important;
	}
	.m-md-n22 {
		margin: -22rem!important;
	}
	.mt-md-n22, .my-md-n22 {
		margin-top: -22rem!important;
	}
	.mr-md-n22, .mx-md-n22 {
		margin-right: -22rem!important;
	}
	.mb-md-n22, .my-md-n22 {
		margin-bottom: -22rem!important;
	}
	.ml-md-n22, .mx-md-n22 {
		margin-left: -22rem!important;
	}
	.m-md-n23 {
		margin: -23rem!important;
	}
	.mt-md-n23, .my-md-n23 {
		margin-top: -23rem!important;
	}
	.mr-md-n23, .mx-md-n23 {
		margin-right: -23rem!important;
	}
	.mb-md-n23, .my-md-n23 {
		margin-bottom: -23rem!important;
	}
	.ml-md-n23, .mx-md-n23 {
		margin-left: -23rem!important;
	}
	.m-md-n24 {
		margin: -24rem!important;
	}
	.mt-md-n24, .my-md-n24 {
		margin-top: -24rem!important;
	}
	.mr-md-n24, .mx-md-n24 {
		margin-right: -24rem!important;
	}
	.mb-md-n24, .my-md-n24 {
		margin-bottom: -24rem!important;
	}
	.ml-md-n24, .mx-md-n24 {
		margin-left: -24rem!important;
	}
	.m-md-n25 {
		margin: -25rem!important;
	}
	.mt-md-n25, .my-md-n25 {
		margin-top: -25rem!important;
	}
	.mr-md-n25, .mx-md-n25 {
		margin-right: -25rem!important;
	}
	.mb-md-n25, .my-md-n25 {
		margin-bottom: -25rem!important;
	}
	.ml-md-n25, .mx-md-n25 {
		margin-left: -25rem!important;
	}
	.m-md-auto {
		margin: auto!important;
	}
	.mt-md-auto, .my-md-auto {
		margin-top: auto!important;
	}
	.mr-md-auto, .mx-md-auto {
		margin-right: auto!important;
	}
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto!important;
	}
	.ml-md-auto, .mx-md-auto {
		margin-left: auto!important;
	}
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}
@media (min-width:48em) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}
@media (min-width:812px) and (max-height:414px) {
	.container, .intro_container {
		padding-left: 50px!important;
		padding-right: 50px!important;
	}
}
@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1, .col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3, .col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5, .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7, .col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-10, .col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11, .col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
	.d-lg-none {
		display: none!important;
	}
	.d-lg-inline {
		display: inline!important;
	}
	.d-lg-inline-block {
		display: inline-block!important;
	}
	.d-lg-block {
		display: block!important;
	}
	.d-lg-table {
		display: table!important;
	}
	.d-lg-table-row {
		display: table-row!important;
	}
	.d-lg-table-cell {
		display: table-cell!important;
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
	.flex-lg-column, .flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-lg-column-reverse, .flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
	.m-lg-0 {
		margin: 0!important;
	}
	.mt-lg-0, .my-lg-0 {
		margin-top: 0!important;
	}
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0!important;
	}
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0!important;
	}
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0!important;
	}
	.m-lg-1 {
		margin: 1rem!important;
	}
	.mt-lg-1, .my-lg-1 {
		margin-top: 1rem!important;
	}
	.mr-lg-1, .mx-lg-1 {
		margin-right: 1rem!important;
	}
	.mb-lg-1, .my-lg-1 {
		margin-bottom: 1rem!important;
	}
	.ml-lg-1, .mx-lg-1 {
		margin-left: 1rem!important;
	}
	.m-lg-2 {
		margin: 2rem!important;
	}
	.mt-lg-2, .my-lg-2 {
		margin-top: 2rem!important;
	}
	.mr-lg-2, .mx-lg-2 {
		margin-right: 2rem!important;
	}
	.mb-lg-2, .my-lg-2 {
		margin-bottom: 2rem!important;
	}
	.ml-lg-2, .mx-lg-2 {
		margin-left: 2rem!important;
	}
	.m-lg-3 {
		margin: 3rem!important;
	}
	.mt-lg-3, .my-lg-3 {
		margin-top: 3rem!important;
	}
	.mr-lg-3, .mx-lg-3 {
		margin-right: 3rem!important;
	}
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 3rem!important;
	}
	.ml-lg-3, .mx-lg-3 {
		margin-left: 3rem!important;
	}
	.m-lg-4 {
		margin: 4rem!important;
	}
	.mt-lg-4, .my-lg-4 {
		margin-top: 4rem!important;
	}
	.mr-lg-4, .mx-lg-4 {
		margin-right: 4rem!important;
	}
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 4rem!important;
	}
	.ml-lg-4, .mx-lg-4 {
		margin-left: 4rem!important;
	}
	.m-lg-5 {
		margin: 5rem!important;
	}
	.mt-lg-5, .my-lg-5 {
		margin-top: 5rem!important;
	}
	.mr-lg-5, .mx-lg-5 {
		margin-right: 5rem!important;
	}
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 5rem!important;
	}
	.ml-lg-5, .mx-lg-5 {
		margin-left: 5rem!important;
	}
	.m-lg-6 {
		margin: 6rem!important;
	}
	.mt-lg-6, .my-lg-6 {
		margin-top: 6rem!important;
	}
	.mr-lg-6, .mx-lg-6 {
		margin-right: 6rem!important;
	}
	.mb-lg-6, .my-lg-6 {
		margin-bottom: 6rem!important;
	}
	.ml-lg-6, .mx-lg-6 {
		margin-left: 6rem!important;
	}
	.m-lg-7 {
		margin: 7rem!important;
	}
	.mt-lg-7, .my-lg-7 {
		margin-top: 7rem!important;
	}
	.mr-lg-7, .mx-lg-7 {
		margin-right: 7rem!important;
	}
	.mb-lg-7, .my-lg-7 {
		margin-bottom: 7rem!important;
	}
	.ml-lg-7, .mx-lg-7 {
		margin-left: 7rem!important;
	}
	.m-lg-8 {
		margin: 8rem!important;
	}
	.mt-lg-8, .my-lg-8 {
		margin-top: 8rem!important;
	}
	.mr-lg-8, .mx-lg-8 {
		margin-right: 8rem!important;
	}
	.mb-lg-8, .my-lg-8 {
		margin-bottom: 8rem!important;
	}
	.ml-lg-8, .mx-lg-8 {
		margin-left: 8rem!important;
	}
	.m-lg-9 {
		margin: 9rem!important;
	}
	.mt-lg-9, .my-lg-9 {
		margin-top: 9rem!important;
	}
	.mr-lg-9, .mx-lg-9 {
		margin-right: 9rem!important;
	}
	.mb-lg-9, .my-lg-9 {
		margin-bottom: 9rem!important;
	}
	.ml-lg-9, .mx-lg-9 {
		margin-left: 9rem!important;
	}
	.m-lg-10 {
		margin: 10rem!important;
	}
	.mt-lg-10, .my-lg-10 {
		margin-top: 10rem!important;
	}
	.mr-lg-10, .mx-lg-10 {
		margin-right: 10rem!important;
	}
	.mb-lg-10, .my-lg-10 {
		margin-bottom: 10rem!important;
	}
	.ml-lg-10, .mx-lg-10 {
		margin-left: 10rem!important;
	}
	.m-lg-11 {
		margin: 11rem!important;
	}
	.mt-lg-11, .my-lg-11 {
		margin-top: 11rem!important;
	}
	.mr-lg-11, .mx-lg-11 {
		margin-right: 11rem!important;
	}
	.mb-lg-11, .my-lg-11 {
		margin-bottom: 11rem!important;
	}
	.ml-lg-11, .mx-lg-11 {
		margin-left: 11rem!important;
	}
	.m-lg-12 {
		margin: 12rem!important;
	}
	.mt-lg-12, .my-lg-12 {
		margin-top: 12rem!important;
	}
	.mr-lg-12, .mx-lg-12 {
		margin-right: 12rem!important;
	}
	.mb-lg-12, .my-lg-12 {
		margin-bottom: 12rem!important;
	}
	.ml-lg-12, .mx-lg-12 {
		margin-left: 12rem!important;
	}
	.m-lg-13 {
		margin: 13rem!important;
	}
	.mt-lg-13, .my-lg-13 {
		margin-top: 13rem!important;
	}
	.mr-lg-13, .mx-lg-13 {
		margin-right: 13rem!important;
	}
	.mb-lg-13, .my-lg-13 {
		margin-bottom: 13rem!important;
	}
	.ml-lg-13, .mx-lg-13 {
		margin-left: 13rem!important;
	}
	.m-lg-14 {
		margin: 14rem!important;
	}
	.mt-lg-14, .my-lg-14 {
		margin-top: 14rem!important;
	}
	.mr-lg-14, .mx-lg-14 {
		margin-right: 14rem!important;
	}
	.mb-lg-14, .my-lg-14 {
		margin-bottom: 14rem!important;
	}
	.ml-lg-14, .mx-lg-14 {
		margin-left: 14rem!important;
	}
	.m-lg-15 {
		margin: 15rem!important;
	}
	.mt-lg-15, .my-lg-15 {
		margin-top: 15rem!important;
	}
	.mr-lg-15, .mx-lg-15 {
		margin-right: 15rem!important;
	}
	.mb-lg-15, .my-lg-15 {
		margin-bottom: 15rem!important;
	}
	.ml-lg-15, .mx-lg-15 {
		margin-left: 15rem!important;
	}
	.m-lg-16 {
		margin: 16rem!important;
	}
	.mt-lg-16, .my-lg-16 {
		margin-top: 16rem!important;
	}
	.mr-lg-16, .mx-lg-16 {
		margin-right: 16rem!important;
	}
	.mb-lg-16, .my-lg-16 {
		margin-bottom: 16rem!important;
	}
	.ml-lg-16, .mx-lg-16 {
		margin-left: 16rem!important;
	}
	.m-lg-17 {
		margin: 17rem!important;
	}
	.mt-lg-17, .my-lg-17 {
		margin-top: 17rem!important;
	}
	.mr-lg-17, .mx-lg-17 {
		margin-right: 17rem!important;
	}
	.mb-lg-17, .my-lg-17 {
		margin-bottom: 17rem!important;
	}
	.ml-lg-17, .mx-lg-17 {
		margin-left: 17rem!important;
	}
	.m-lg-18 {
		margin: 18rem!important;
	}
	.mt-lg-18, .my-lg-18 {
		margin-top: 18rem!important;
	}
	.mr-lg-18, .mx-lg-18 {
		margin-right: 18rem!important;
	}
	.mb-lg-18, .my-lg-18 {
		margin-bottom: 18rem!important;
	}
	.ml-lg-18, .mx-lg-18 {
		margin-left: 18rem!important;
	}
	.m-lg-19 {
		margin: 19rem!important;
	}
	.mt-lg-19, .my-lg-19 {
		margin-top: 19rem!important;
	}
	.mr-lg-19, .mx-lg-19 {
		margin-right: 19rem!important;
	}
	.mb-lg-19, .my-lg-19 {
		margin-bottom: 19rem!important;
	}
	.ml-lg-19, .mx-lg-19 {
		margin-left: 19rem!important;
	}
	.m-lg-20 {
		margin: 20rem!important;
	}
	.mt-lg-20, .my-lg-20 {
		margin-top: 20rem!important;
	}
	.mr-lg-20, .mx-lg-20 {
		margin-right: 20rem!important;
	}
	.mb-lg-20, .my-lg-20 {
		margin-bottom: 20rem!important;
	}
	.ml-lg-20, .mx-lg-20 {
		margin-left: 20rem!important;
	}
	.m-lg-21 {
		margin: 21rem!important;
	}
	.mt-lg-21, .my-lg-21 {
		margin-top: 21rem!important;
	}
	.mr-lg-21, .mx-lg-21 {
		margin-right: 21rem!important;
	}
	.mb-lg-21, .my-lg-21 {
		margin-bottom: 21rem!important;
	}
	.ml-lg-21, .mx-lg-21 {
		margin-left: 21rem!important;
	}
	.m-lg-22 {
		margin: 22rem!important;
	}
	.mt-lg-22, .my-lg-22 {
		margin-top: 22rem!important;
	}
	.mr-lg-22, .mx-lg-22 {
		margin-right: 22rem!important;
	}
	.mb-lg-22, .my-lg-22 {
		margin-bottom: 22rem!important;
	}
	.ml-lg-22, .mx-lg-22 {
		margin-left: 22rem!important;
	}
	.m-lg-23 {
		margin: 23rem!important;
	}
	.mt-lg-23, .my-lg-23 {
		margin-top: 23rem!important;
	}
	.mr-lg-23, .mx-lg-23 {
		margin-right: 23rem!important;
	}
	.mb-lg-23, .my-lg-23 {
		margin-bottom: 23rem!important;
	}
	.ml-lg-23, .mx-lg-23 {
		margin-left: 23rem!important;
	}
	.m-lg-24 {
		margin: 24rem!important;
	}
	.mt-lg-24, .my-lg-24 {
		margin-top: 24rem!important;
	}
	.mr-lg-24, .mx-lg-24 {
		margin-right: 24rem!important;
	}
	.mb-lg-24, .my-lg-24 {
		margin-bottom: 24rem!important;
	}
	.ml-lg-24, .mx-lg-24 {
		margin-left: 24rem!important;
	}
	.m-lg-25 {
		margin: 25rem!important;
	}
	.mt-lg-25, .my-lg-25 {
		margin-top: 25rem!important;
	}
	.mr-lg-25, .mx-lg-25 {
		margin-right: 25rem!important;
	}
	.mb-lg-25, .my-lg-25 {
		margin-bottom: 25rem!important;
	}
	.ml-lg-25, .mx-lg-25 {
		margin-left: 25rem!important;
	}
	.p-lg-0 {
		padding: 0!important;
	}
	.pt-lg-0, .py-lg-0 {
		padding-top: 0!important;
	}
	.pr-lg-0, .px-lg-0 {
		padding-right: 0!important;
	}
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0!important;
	}
	.pl-lg-0, .px-lg-0 {
		padding-left: 0!important;
	}
	.p-lg-1 {
		padding: 1rem!important;
	}
	.pt-lg-1, .py-lg-1 {
		padding-top: 1rem!important;
	}
	.pr-lg-1, .px-lg-1 {
		padding-right: 1rem!important;
	}
	.pb-lg-1, .py-lg-1 {
		padding-bottom: 1rem!important;
	}
	.pl-lg-1, .px-lg-1 {
		padding-left: 1rem!important;
	}
	.p-lg-2 {
		padding: 2rem!important;
	}
	.pt-lg-2, .py-lg-2 {
		padding-top: 2rem!important;
	}
	.pr-lg-2, .px-lg-2 {
		padding-right: 2rem!important;
	}
	.pb-lg-2, .py-lg-2 {
		padding-bottom: 2rem!important;
	}
	.pl-lg-2, .px-lg-2 {
		padding-left: 2rem!important;
	}
	.p-lg-3 {
		padding: 3rem!important;
	}
	.pt-lg-3, .py-lg-3 {
		padding-top: 3rem!important;
	}
	.pr-lg-3, .px-lg-3 {
		padding-right: 3rem!important;
	}
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 3rem!important;
	}
	.pl-lg-3, .px-lg-3 {
		padding-left: 3rem!important;
	}
	.p-lg-4 {
		padding: 4rem!important;
	}
	.pt-lg-4, .py-lg-4 {
		padding-top: 4rem!important;
	}
	.pr-lg-4, .px-lg-4 {
		padding-right: 4rem!important;
	}
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 4rem!important;
	}
	.pl-lg-4, .px-lg-4 {
		padding-left: 4rem!important;
	}
	.p-lg-5 {
		padding: 5rem!important;
	}
	.pt-lg-5, .py-lg-5 {
		padding-top: 5rem!important;
	}
	.pr-lg-5, .px-lg-5 {
		padding-right: 5rem!important;
	}
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 5rem!important;
	}
	.pl-lg-5, .px-lg-5 {
		padding-left: 5rem!important;
	}
	.p-lg-6 {
		padding: 6rem!important;
	}
	.pt-lg-6, .py-lg-6 {
		padding-top: 6rem!important;
	}
	.pr-lg-6, .px-lg-6 {
		padding-right: 6rem!important;
	}
	.pb-lg-6, .py-lg-6 {
		padding-bottom: 6rem!important;
	}
	.pl-lg-6, .px-lg-6 {
		padding-left: 6rem!important;
	}
	.p-lg-7 {
		padding: 7rem!important;
	}
	.pt-lg-7, .py-lg-7 {
		padding-top: 7rem!important;
	}
	.pr-lg-7, .px-lg-7 {
		padding-right: 7rem!important;
	}
	.pb-lg-7, .py-lg-7 {
		padding-bottom: 7rem!important;
	}
	.pl-lg-7, .px-lg-7 {
		padding-left: 7rem!important;
	}
	.p-lg-8 {
		padding: 8rem!important;
	}
	.pt-lg-8, .py-lg-8 {
		padding-top: 8rem!important;
	}
	.pr-lg-8, .px-lg-8 {
		padding-right: 8rem!important;
	}
	.pb-lg-8, .py-lg-8 {
		padding-bottom: 8rem!important;
	}
	.pl-lg-8, .px-lg-8 {
		padding-left: 8rem!important;
	}
	.p-lg-9 {
		padding: 9rem!important;
	}
	.pt-lg-9, .py-lg-9 {
		padding-top: 9rem!important;
	}
	.pr-lg-9, .px-lg-9 {
		padding-right: 9rem!important;
	}
	.pb-lg-9, .py-lg-9 {
		padding-bottom: 9rem!important;
	}
	.pl-lg-9, .px-lg-9 {
		padding-left: 9rem!important;
	}
	.p-lg-10 {
		padding: 10rem!important;
	}
	.pt-lg-10, .py-lg-10 {
		padding-top: 10rem!important;
	}
	.pr-lg-10, .px-lg-10 {
		padding-right: 10rem!important;
	}
	.pb-lg-10, .py-lg-10 {
		padding-bottom: 10rem!important;
	}
	.pl-lg-10, .px-lg-10 {
		padding-left: 10rem!important;
	}
	.p-lg-11 {
		padding: 11rem!important;
	}
	.pt-lg-11, .py-lg-11 {
		padding-top: 11rem!important;
	}
	.pr-lg-11, .px-lg-11 {
		padding-right: 11rem!important;
	}
	.pb-lg-11, .py-lg-11 {
		padding-bottom: 11rem!important;
	}
	.pl-lg-11, .px-lg-11 {
		padding-left: 11rem!important;
	}
	.p-lg-12 {
		padding: 12rem!important;
	}
	.pt-lg-12, .py-lg-12 {
		padding-top: 12rem!important;
	}
	.pr-lg-12, .px-lg-12 {
		padding-right: 12rem!important;
	}
	.pb-lg-12, .py-lg-12 {
		padding-bottom: 12rem!important;
	}
	.pl-lg-12, .px-lg-12 {
		padding-left: 12rem!important;
	}
	.p-lg-13 {
		padding: 13rem!important;
	}
	.pt-lg-13, .py-lg-13 {
		padding-top: 13rem!important;
	}
	.pr-lg-13, .px-lg-13 {
		padding-right: 13rem!important;
	}
	.pb-lg-13, .py-lg-13 {
		padding-bottom: 13rem!important;
	}
	.pl-lg-13, .px-lg-13 {
		padding-left: 13rem!important;
	}
	.p-lg-14 {
		padding: 14rem!important;
	}
	.pt-lg-14, .py-lg-14 {
		padding-top: 14rem!important;
	}
	.pr-lg-14, .px-lg-14 {
		padding-right: 14rem!important;
	}
	.pb-lg-14, .py-lg-14 {
		padding-bottom: 14rem!important;
	}
	.pl-lg-14, .px-lg-14 {
		padding-left: 14rem!important;
	}
	.p-lg-15 {
		padding: 15rem!important;
	}
	.pt-lg-15, .py-lg-15 {
		padding-top: 15rem!important;
	}
	.pr-lg-15, .px-lg-15 {
		padding-right: 15rem!important;
	}
	.pb-lg-15, .py-lg-15 {
		padding-bottom: 15rem!important;
	}
	.pl-lg-15, .px-lg-15 {
		padding-left: 15rem!important;
	}
	.p-lg-16 {
		padding: 16rem!important;
	}
	.pt-lg-16, .py-lg-16 {
		padding-top: 16rem!important;
	}
	.pr-lg-16, .px-lg-16 {
		padding-right: 16rem!important;
	}
	.pb-lg-16, .py-lg-16 {
		padding-bottom: 16rem!important;
	}
	.pl-lg-16, .px-lg-16 {
		padding-left: 16rem!important;
	}
	.p-lg-17 {
		padding: 17rem!important;
	}
	.pt-lg-17, .py-lg-17 {
		padding-top: 17rem!important;
	}
	.pr-lg-17, .px-lg-17 {
		padding-right: 17rem!important;
	}
	.pb-lg-17, .py-lg-17 {
		padding-bottom: 17rem!important;
	}
	.pl-lg-17, .px-lg-17 {
		padding-left: 17rem!important;
	}
	.p-lg-18 {
		padding: 18rem!important;
	}
	.pt-lg-18, .py-lg-18 {
		padding-top: 18rem!important;
	}
	.pr-lg-18, .px-lg-18 {
		padding-right: 18rem!important;
	}
	.pb-lg-18, .py-lg-18 {
		padding-bottom: 18rem!important;
	}
	.pl-lg-18, .px-lg-18 {
		padding-left: 18rem!important;
	}
	.p-lg-19 {
		padding: 19rem!important;
	}
	.pt-lg-19, .py-lg-19 {
		padding-top: 19rem!important;
	}
	.pr-lg-19, .px-lg-19 {
		padding-right: 19rem!important;
	}
	.pb-lg-19, .py-lg-19 {
		padding-bottom: 19rem!important;
	}
	.pl-lg-19, .px-lg-19 {
		padding-left: 19rem!important;
	}
	.p-lg-20 {
		padding: 20rem!important;
	}
	.pt-lg-20, .py-lg-20 {
		padding-top: 20rem!important;
	}
	.pr-lg-20, .px-lg-20 {
		padding-right: 20rem!important;
	}
	.pb-lg-20, .py-lg-20 {
		padding-bottom: 20rem!important;
	}
	.pl-lg-20, .px-lg-20 {
		padding-left: 20rem!important;
	}
	.p-lg-21 {
		padding: 21rem!important;
	}
	.pt-lg-21, .py-lg-21 {
		padding-top: 21rem!important;
	}
	.pr-lg-21, .px-lg-21 {
		padding-right: 21rem!important;
	}
	.pb-lg-21, .py-lg-21 {
		padding-bottom: 21rem!important;
	}
	.pl-lg-21, .px-lg-21 {
		padding-left: 21rem!important;
	}
	.p-lg-22 {
		padding: 22rem!important;
	}
	.pt-lg-22, .py-lg-22 {
		padding-top: 22rem!important;
	}
	.pr-lg-22, .px-lg-22 {
		padding-right: 22rem!important;
	}
	.pb-lg-22, .py-lg-22 {
		padding-bottom: 22rem!important;
	}
	.pl-lg-22, .px-lg-22 {
		padding-left: 22rem!important;
	}
	.p-lg-23 {
		padding: 23rem!important;
	}
	.pt-lg-23, .py-lg-23 {
		padding-top: 23rem!important;
	}
	.pr-lg-23, .px-lg-23 {
		padding-right: 23rem!important;
	}
	.pb-lg-23, .py-lg-23 {
		padding-bottom: 23rem!important;
	}
	.pl-lg-23, .px-lg-23 {
		padding-left: 23rem!important;
	}
	.p-lg-24 {
		padding: 24rem!important;
	}
	.pt-lg-24, .py-lg-24 {
		padding-top: 24rem!important;
	}
	.pr-lg-24, .px-lg-24 {
		padding-right: 24rem!important;
	}
	.pb-lg-24, .py-lg-24 {
		padding-bottom: 24rem!important;
	}
	.pl-lg-24, .px-lg-24 {
		padding-left: 24rem!important;
	}
	.p-lg-25 {
		padding: 25rem!important;
	}
	.pt-lg-25, .py-lg-25 {
		padding-top: 25rem!important;
	}
	.pr-lg-25, .px-lg-25 {
		padding-right: 25rem!important;
	}
	.pb-lg-25, .py-lg-25 {
		padding-bottom: 25rem!important;
	}
	.pl-lg-25, .px-lg-25 {
		padding-left: 25rem!important;
	}
	.m-lg-n1 {
		margin: -1rem!important;
	}
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -1rem!important;
	}
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -1rem!important;
	}
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -1rem!important;
	}
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -1rem!important;
	}
	.m-lg-n2 {
		margin: -2rem!important;
	}
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -2rem!important;
	}
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -2rem!important;
	}
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -2rem!important;
	}
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -2rem!important;
	}
	.m-lg-n3 {
		margin: -3rem!important;
	}
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -3rem!important;
	}
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -3rem!important;
	}
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -3rem!important;
	}
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -3rem!important;
	}
	.m-lg-n4 {
		margin: -4rem!important;
	}
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -4rem!important;
	}
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -4rem!important;
	}
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -4rem!important;
	}
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -4rem!important;
	}
	.m-lg-n5 {
		margin: -5rem!important;
	}
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -5rem!important;
	}
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -5rem!important;
	}
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -5rem!important;
	}
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -5rem!important;
	}
	.m-lg-n6 {
		margin: -6rem!important;
	}
	.mt-lg-n6, .my-lg-n6 {
		margin-top: -6rem!important;
	}
	.mr-lg-n6, .mx-lg-n6 {
		margin-right: -6rem!important;
	}
	.mb-lg-n6, .my-lg-n6 {
		margin-bottom: -6rem!important;
	}
	.ml-lg-n6, .mx-lg-n6 {
		margin-left: -6rem!important;
	}
	.m-lg-n7 {
		margin: -7rem!important;
	}
	.mt-lg-n7, .my-lg-n7 {
		margin-top: -7rem!important;
	}
	.mr-lg-n7, .mx-lg-n7 {
		margin-right: -7rem!important;
	}
	.mb-lg-n7, .my-lg-n7 {
		margin-bottom: -7rem!important;
	}
	.ml-lg-n7, .mx-lg-n7 {
		margin-left: -7rem!important;
	}
	.m-lg-n8 {
		margin: -8rem!important;
	}
	.mt-lg-n8, .my-lg-n8 {
		margin-top: -8rem!important;
	}
	.mr-lg-n8, .mx-lg-n8 {
		margin-right: -8rem!important;
	}
	.mb-lg-n8, .my-lg-n8 {
		margin-bottom: -8rem!important;
	}
	.ml-lg-n8, .mx-lg-n8 {
		margin-left: -8rem!important;
	}
	.m-lg-n9 {
		margin: -9rem!important;
	}
	.mt-lg-n9, .my-lg-n9 {
		margin-top: -9rem!important;
	}
	.mr-lg-n9, .mx-lg-n9 {
		margin-right: -9rem!important;
	}
	.mb-lg-n9, .my-lg-n9 {
		margin-bottom: -9rem!important;
	}
	.ml-lg-n9, .mx-lg-n9 {
		margin-left: -9rem!important;
	}
	.m-lg-n10 {
		margin: -10rem!important;
	}
	.mt-lg-n10, .my-lg-n10 {
		margin-top: -10rem!important;
	}
	.mr-lg-n10, .mx-lg-n10 {
		margin-right: -10rem!important;
	}
	.mb-lg-n10, .my-lg-n10 {
		margin-bottom: -10rem!important;
	}
	.ml-lg-n10, .mx-lg-n10 {
		margin-left: -10rem!important;
	}
	.m-lg-n11 {
		margin: -11rem!important;
	}
	.mt-lg-n11, .my-lg-n11 {
		margin-top: -11rem!important;
	}
	.mr-lg-n11, .mx-lg-n11 {
		margin-right: -11rem!important;
	}
	.mb-lg-n11, .my-lg-n11 {
		margin-bottom: -11rem!important;
	}
	.ml-lg-n11, .mx-lg-n11 {
		margin-left: -11rem!important;
	}
	.m-lg-n12 {
		margin: -12rem!important;
	}
	.mt-lg-n12, .my-lg-n12 {
		margin-top: -12rem!important;
	}
	.mr-lg-n12, .mx-lg-n12 {
		margin-right: -12rem!important;
	}
	.mb-lg-n12, .my-lg-n12 {
		margin-bottom: -12rem!important;
	}
	.ml-lg-n12, .mx-lg-n12 {
		margin-left: -12rem!important;
	}
	.m-lg-n13 {
		margin: -13rem!important;
	}
	.mt-lg-n13, .my-lg-n13 {
		margin-top: -13rem!important;
	}
	.mr-lg-n13, .mx-lg-n13 {
		margin-right: -13rem!important;
	}
	.mb-lg-n13, .my-lg-n13 {
		margin-bottom: -13rem!important;
	}
	.ml-lg-n13, .mx-lg-n13 {
		margin-left: -13rem!important;
	}
	.m-lg-n14 {
		margin: -14rem!important;
	}
	.mt-lg-n14, .my-lg-n14 {
		margin-top: -14rem!important;
	}
	.mr-lg-n14, .mx-lg-n14 {
		margin-right: -14rem!important;
	}
	.mb-lg-n14, .my-lg-n14 {
		margin-bottom: -14rem!important;
	}
	.ml-lg-n14, .mx-lg-n14 {
		margin-left: -14rem!important;
	}
	.m-lg-n15 {
		margin: -15rem!important;
	}
	.mt-lg-n15, .my-lg-n15 {
		margin-top: -15rem!important;
	}
	.mr-lg-n15, .mx-lg-n15 {
		margin-right: -15rem!important;
	}
	.mb-lg-n15, .my-lg-n15 {
		margin-bottom: -15rem!important;
	}
	.ml-lg-n15, .mx-lg-n15 {
		margin-left: -15rem!important;
	}
	.m-lg-n16 {
		margin: -16rem!important;
	}
	.mt-lg-n16, .my-lg-n16 {
		margin-top: -16rem!important;
	}
	.mr-lg-n16, .mx-lg-n16 {
		margin-right: -16rem!important;
	}
	.mb-lg-n16, .my-lg-n16 {
		margin-bottom: -16rem!important;
	}
	.ml-lg-n16, .mx-lg-n16 {
		margin-left: -16rem!important;
	}
	.m-lg-n17 {
		margin: -17rem!important;
	}
	.mt-lg-n17, .my-lg-n17 {
		margin-top: -17rem!important;
	}
	.mr-lg-n17, .mx-lg-n17 {
		margin-right: -17rem!important;
	}
	.mb-lg-n17, .my-lg-n17 {
		margin-bottom: -17rem!important;
	}
	.ml-lg-n17, .mx-lg-n17 {
		margin-left: -17rem!important;
	}
	.m-lg-n18 {
		margin: -18rem!important;
	}
	.mt-lg-n18, .my-lg-n18 {
		margin-top: -18rem!important;
	}
	.mr-lg-n18, .mx-lg-n18 {
		margin-right: -18rem!important;
	}
	.mb-lg-n18, .my-lg-n18 {
		margin-bottom: -18rem!important;
	}
	.ml-lg-n18, .mx-lg-n18 {
		margin-left: -18rem!important;
	}
	.m-lg-n19 {
		margin: -19rem!important;
	}
	.mt-lg-n19, .my-lg-n19 {
		margin-top: -19rem!important;
	}
	.mr-lg-n19, .mx-lg-n19 {
		margin-right: -19rem!important;
	}
	.mb-lg-n19, .my-lg-n19 {
		margin-bottom: -19rem!important;
	}
	.ml-lg-n19, .mx-lg-n19 {
		margin-left: -19rem!important;
	}
	.m-lg-n20 {
		margin: -20rem!important;
	}
	.mt-lg-n20, .my-lg-n20 {
		margin-top: -20rem!important;
	}
	.mr-lg-n20, .mx-lg-n20 {
		margin-right: -20rem!important;
	}
	.mb-lg-n20, .my-lg-n20 {
		margin-bottom: -20rem!important;
	}
	.ml-lg-n20, .mx-lg-n20 {
		margin-left: -20rem!important;
	}
	.m-lg-n21 {
		margin: -21rem!important;
	}
	.mt-lg-n21, .my-lg-n21 {
		margin-top: -21rem!important;
	}
	.mr-lg-n21, .mx-lg-n21 {
		margin-right: -21rem!important;
	}
	.mb-lg-n21, .my-lg-n21 {
		margin-bottom: -21rem!important;
	}
	.ml-lg-n21, .mx-lg-n21 {
		margin-left: -21rem!important;
	}
	.m-lg-n22 {
		margin: -22rem!important;
	}
	.mt-lg-n22, .my-lg-n22 {
		margin-top: -22rem!important;
	}
	.mr-lg-n22, .mx-lg-n22 {
		margin-right: -22rem!important;
	}
	.mb-lg-n22, .my-lg-n22 {
		margin-bottom: -22rem!important;
	}
	.ml-lg-n22, .mx-lg-n22 {
		margin-left: -22rem!important;
	}
	.m-lg-n23 {
		margin: -23rem!important;
	}
	.mt-lg-n23, .my-lg-n23 {
		margin-top: -23rem!important;
	}
	.mr-lg-n23, .mx-lg-n23 {
		margin-right: -23rem!important;
	}
	.mb-lg-n23, .my-lg-n23 {
		margin-bottom: -23rem!important;
	}
	.ml-lg-n23, .mx-lg-n23 {
		margin-left: -23rem!important;
	}
	.m-lg-n24 {
		margin: -24rem!important;
	}
	.mt-lg-n24, .my-lg-n24 {
		margin-top: -24rem!important;
	}
	.mr-lg-n24, .mx-lg-n24 {
		margin-right: -24rem!important;
	}
	.mb-lg-n24, .my-lg-n24 {
		margin-bottom: -24rem!important;
	}
	.ml-lg-n24, .mx-lg-n24 {
		margin-left: -24rem!important;
	}
	.m-lg-n25 {
		margin: -25rem!important;
	}
	.mt-lg-n25, .my-lg-n25 {
		margin-top: -25rem!important;
	}
	.mr-lg-n25, .mx-lg-n25 {
		margin-right: -25rem!important;
	}
	.mb-lg-n25, .my-lg-n25 {
		margin-bottom: -25rem!important;
	}
	.ml-lg-n25, .mx-lg-n25 {
		margin-left: -25rem!important;
	}
	.m-lg-auto {
		margin: auto!important;
	}
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto!important;
	}
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto!important;
	}
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto!important;
	}
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto!important;
	}
	.gallery-item {
		max-width: 25%;
	}
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.333%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}
@media (min-width:993px) and (min-height:415px) {
	.dropdown:hover:after, .dropdown:hover>.dropdown_list {
		display: block;
	}
}
@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1, .col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3, .col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5, .col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7, .col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-10, .col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11, .col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
	.d-xl-none {
		display: none!important;
	}
	.d-xl-inline {
		display: inline!important;
	}
	.d-xl-inline-block {
		display: inline-block!important;
	}
	.d-xl-block {
		display: block!important;
	}
	.d-xl-table {
		display: table!important;
	}
	.d-xl-table-row {
		display: table-row!important;
	}
	.d-xl-table-cell {
		display: table-cell!important;
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
	.flex-xl-column, .flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.flex-xl-column-reverse, .flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1!important;
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0!important;
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1!important;
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
	.m-xl-0 {
		margin: 0!important;
	}
	.mt-xl-0, .my-xl-0 {
		margin-top: 0!important;
	}
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0!important;
	}
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0!important;
	}
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0!important;
	}
	.m-xl-1 {
		margin: 1rem!important;
	}
	.mt-xl-1, .my-xl-1 {
		margin-top: 1rem!important;
	}
	.mr-xl-1, .mx-xl-1 {
		margin-right: 1rem!important;
	}
	.mb-xl-1, .my-xl-1 {
		margin-bottom: 1rem!important;
	}
	.ml-xl-1, .mx-xl-1 {
		margin-left: 1rem!important;
	}
	.m-xl-2 {
		margin: 2rem!important;
	}
	.mt-xl-2, .my-xl-2 {
		margin-top: 2rem!important;
	}
	.mr-xl-2, .mx-xl-2 {
		margin-right: 2rem!important;
	}
	.mb-xl-2, .my-xl-2 {
		margin-bottom: 2rem!important;
	}
	.ml-xl-2, .mx-xl-2 {
		margin-left: 2rem!important;
	}
	.m-xl-3 {
		margin: 3rem!important;
	}
	.mt-xl-3, .my-xl-3 {
		margin-top: 3rem!important;
	}
	.mr-xl-3, .mx-xl-3 {
		margin-right: 3rem!important;
	}
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 3rem!important;
	}
	.ml-xl-3, .mx-xl-3 {
		margin-left: 3rem!important;
	}
	.m-xl-4 {
		margin: 4rem!important;
	}
	.mt-xl-4, .my-xl-4 {
		margin-top: 4rem!important;
	}
	.mr-xl-4, .mx-xl-4 {
		margin-right: 4rem!important;
	}
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 4rem!important;
	}
	.ml-xl-4, .mx-xl-4 {
		margin-left: 4rem!important;
	}
	.m-xl-5 {
		margin: 5rem!important;
	}
	.mt-xl-5, .my-xl-5 {
		margin-top: 5rem!important;
	}
	.mr-xl-5, .mx-xl-5 {
		margin-right: 5rem!important;
	}
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 5rem!important;
	}
	.ml-xl-5, .mx-xl-5 {
		margin-left: 5rem!important;
	}
	.m-xl-6 {
		margin: 6rem!important;
	}
	.mt-xl-6, .my-xl-6 {
		margin-top: 6rem!important;
	}
	.mr-xl-6, .mx-xl-6 {
		margin-right: 6rem!important;
	}
	.mb-xl-6, .my-xl-6 {
		margin-bottom: 6rem!important;
	}
	.ml-xl-6, .mx-xl-6 {
		margin-left: 6rem!important;
	}
	.m-xl-7 {
		margin: 7rem!important;
	}
	.mt-xl-7, .my-xl-7 {
		margin-top: 7rem!important;
	}
	.mr-xl-7, .mx-xl-7 {
		margin-right: 7rem!important;
	}
	.mb-xl-7, .my-xl-7 {
		margin-bottom: 7rem!important;
	}
	.ml-xl-7, .mx-xl-7 {
		margin-left: 7rem!important;
	}
	.m-xl-8 {
		margin: 8rem!important;
	}
	.mt-xl-8, .my-xl-8 {
		margin-top: 8rem!important;
	}
	.mr-xl-8, .mx-xl-8 {
		margin-right: 8rem!important;
	}
	.mb-xl-8, .my-xl-8 {
		margin-bottom: 8rem!important;
	}
	.ml-xl-8, .mx-xl-8 {
		margin-left: 8rem!important;
	}
	.m-xl-9 {
		margin: 9rem!important;
	}
	.mt-xl-9, .my-xl-9 {
		margin-top: 9rem!important;
	}
	.mr-xl-9, .mx-xl-9 {
		margin-right: 9rem!important;
	}
	.mb-xl-9, .my-xl-9 {
		margin-bottom: 9rem!important;
	}
	.ml-xl-9, .mx-xl-9 {
		margin-left: 9rem!important;
	}
	.m-xl-10 {
		margin: 10rem!important;
	}
	.mt-xl-10, .my-xl-10 {
		margin-top: 10rem!important;
	}
	.mr-xl-10, .mx-xl-10 {
		margin-right: 10rem!important;
	}
	.mb-xl-10, .my-xl-10 {
		margin-bottom: 10rem!important;
	}
	.ml-xl-10, .mx-xl-10 {
		margin-left: 10rem!important;
	}
	.m-xl-11 {
		margin: 11rem!important;
	}
	.mt-xl-11, .my-xl-11 {
		margin-top: 11rem!important;
	}
	.mr-xl-11, .mx-xl-11 {
		margin-right: 11rem!important;
	}
	.mb-xl-11, .my-xl-11 {
		margin-bottom: 11rem!important;
	}
	.ml-xl-11, .mx-xl-11 {
		margin-left: 11rem!important;
	}
	.m-xl-12 {
		margin: 12rem!important;
	}
	.mt-xl-12, .my-xl-12 {
		margin-top: 12rem!important;
	}
	.mr-xl-12, .mx-xl-12 {
		margin-right: 12rem!important;
	}
	.mb-xl-12, .my-xl-12 {
		margin-bottom: 12rem!important;
	}
	.ml-xl-12, .mx-xl-12 {
		margin-left: 12rem!important;
	}
	.m-xl-13 {
		margin: 13rem!important;
	}
	.mt-xl-13, .my-xl-13 {
		margin-top: 13rem!important;
	}
	.mr-xl-13, .mx-xl-13 {
		margin-right: 13rem!important;
	}
	.mb-xl-13, .my-xl-13 {
		margin-bottom: 13rem!important;
	}
	.ml-xl-13, .mx-xl-13 {
		margin-left: 13rem!important;
	}
	.m-xl-14 {
		margin: 14rem!important;
	}
	.mt-xl-14, .my-xl-14 {
		margin-top: 14rem!important;
	}
	.mr-xl-14, .mx-xl-14 {
		margin-right: 14rem!important;
	}
	.mb-xl-14, .my-xl-14 {
		margin-bottom: 14rem!important;
	}
	.ml-xl-14, .mx-xl-14 {
		margin-left: 14rem!important;
	}
	.m-xl-15 {
		margin: 15rem!important;
	}
	.mt-xl-15, .my-xl-15 {
		margin-top: 15rem!important;
	}
	.mr-xl-15, .mx-xl-15 {
		margin-right: 15rem!important;
	}
	.mb-xl-15, .my-xl-15 {
		margin-bottom: 15rem!important;
	}
	.ml-xl-15, .mx-xl-15 {
		margin-left: 15rem!important;
	}
	.m-xl-16 {
		margin: 16rem!important;
	}
	.mt-xl-16, .my-xl-16 {
		margin-top: 16rem!important;
	}
	.mr-xl-16, .mx-xl-16 {
		margin-right: 16rem!important;
	}
	.mb-xl-16, .my-xl-16 {
		margin-bottom: 16rem!important;
	}
	.ml-xl-16, .mx-xl-16 {
		margin-left: 16rem!important;
	}
	.m-xl-17 {
		margin: 17rem!important;
	}
	.mt-xl-17, .my-xl-17 {
		margin-top: 17rem!important;
	}
	.mr-xl-17, .mx-xl-17 {
		margin-right: 17rem!important;
	}
	.mb-xl-17, .my-xl-17 {
		margin-bottom: 17rem!important;
	}
	.ml-xl-17, .mx-xl-17 {
		margin-left: 17rem!important;
	}
	.m-xl-18 {
		margin: 18rem!important;
	}
	.mt-xl-18, .my-xl-18 {
		margin-top: 18rem!important;
	}
	.mr-xl-18, .mx-xl-18 {
		margin-right: 18rem!important;
	}
	.mb-xl-18, .my-xl-18 {
		margin-bottom: 18rem!important;
	}
	.ml-xl-18, .mx-xl-18 {
		margin-left: 18rem!important;
	}
	.m-xl-19 {
		margin: 19rem!important;
	}
	.mt-xl-19, .my-xl-19 {
		margin-top: 19rem!important;
	}
	.mr-xl-19, .mx-xl-19 {
		margin-right: 19rem!important;
	}
	.mb-xl-19, .my-xl-19 {
		margin-bottom: 19rem!important;
	}
	.ml-xl-19, .mx-xl-19 {
		margin-left: 19rem!important;
	}
	.m-xl-20 {
		margin: 20rem!important;
	}
	.mt-xl-20, .my-xl-20 {
		margin-top: 20rem!important;
	}
	.mr-xl-20, .mx-xl-20 {
		margin-right: 20rem!important;
	}
	.mb-xl-20, .my-xl-20 {
		margin-bottom: 20rem!important;
	}
	.ml-xl-20, .mx-xl-20 {
		margin-left: 20rem!important;
	}
	.m-xl-21 {
		margin: 21rem!important;
	}
	.mt-xl-21, .my-xl-21 {
		margin-top: 21rem!important;
	}
	.mr-xl-21, .mx-xl-21 {
		margin-right: 21rem!important;
	}
	.mb-xl-21, .my-xl-21 {
		margin-bottom: 21rem!important;
	}
	.ml-xl-21, .mx-xl-21 {
		margin-left: 21rem!important;
	}
	.m-xl-22 {
		margin: 22rem!important;
	}
	.mt-xl-22, .my-xl-22 {
		margin-top: 22rem!important;
	}
	.mr-xl-22, .mx-xl-22 {
		margin-right: 22rem!important;
	}
	.mb-xl-22, .my-xl-22 {
		margin-bottom: 22rem!important;
	}
	.ml-xl-22, .mx-xl-22 {
		margin-left: 22rem!important;
	}
	.m-xl-23 {
		margin: 23rem!important;
	}
	.mt-xl-23, .my-xl-23 {
		margin-top: 23rem!important;
	}
	.mr-xl-23, .mx-xl-23 {
		margin-right: 23rem!important;
	}
	.mb-xl-23, .my-xl-23 {
		margin-bottom: 23rem!important;
	}
	.ml-xl-23, .mx-xl-23 {
		margin-left: 23rem!important;
	}
	.m-xl-24 {
		margin: 24rem!important;
	}
	.mt-xl-24, .my-xl-24 {
		margin-top: 24rem!important;
	}
	.mr-xl-24, .mx-xl-24 {
		margin-right: 24rem!important;
	}
	.mb-xl-24, .my-xl-24 {
		margin-bottom: 24rem!important;
	}
	.ml-xl-24, .mx-xl-24 {
		margin-left: 24rem!important;
	}
	.m-xl-25 {
		margin: 25rem!important;
	}
	.mt-xl-25, .my-xl-25 {
		margin-top: 25rem!important;
	}
	.mr-xl-25, .mx-xl-25 {
		margin-right: 25rem!important;
	}
	.mb-xl-25, .my-xl-25 {
		margin-bottom: 25rem!important;
	}
	.ml-xl-25, .mx-xl-25 {
		margin-left: 25rem!important;
	}
	.p-xl-0 {
		padding: 0!important;
	}
	.pt-xl-0, .py-xl-0 {
		padding-top: 0!important;
	}
	.pr-xl-0, .px-xl-0 {
		padding-right: 0!important;
	}
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0!important;
	}
	.pl-xl-0, .px-xl-0 {
		padding-left: 0!important;
	}
	.p-xl-1 {
		padding: 1rem!important;
	}
	.pt-xl-1, .py-xl-1 {
		padding-top: 1rem!important;
	}
	.pr-xl-1, .px-xl-1 {
		padding-right: 1rem!important;
	}
	.pb-xl-1, .py-xl-1 {
		padding-bottom: 1rem!important;
	}
	.pl-xl-1, .px-xl-1 {
		padding-left: 1rem!important;
	}
	.p-xl-2 {
		padding: 2rem!important;
	}
	.pt-xl-2, .py-xl-2 {
		padding-top: 2rem!important;
	}
	.pr-xl-2, .px-xl-2 {
		padding-right: 2rem!important;
	}
	.pb-xl-2, .py-xl-2 {
		padding-bottom: 2rem!important;
	}
	.pl-xl-2, .px-xl-2 {
		padding-left: 2rem!important;
	}
	.p-xl-3 {
		padding: 3rem!important;
	}
	.pt-xl-3, .py-xl-3 {
		padding-top: 3rem!important;
	}
	.pr-xl-3, .px-xl-3 {
		padding-right: 3rem!important;
	}
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 3rem!important;
	}
	.pl-xl-3, .px-xl-3 {
		padding-left: 3rem!important;
	}
	.p-xl-4 {
		padding: 4rem!important;
	}
	.pt-xl-4, .py-xl-4 {
		padding-top: 4rem!important;
	}
	.pr-xl-4, .px-xl-4 {
		padding-right: 4rem!important;
	}
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 4rem!important;
	}
	.pl-xl-4, .px-xl-4 {
		padding-left: 4rem!important;
	}
	.p-xl-5 {
		padding: 5rem!important;
	}
	.pt-xl-5, .py-xl-5 {
		padding-top: 5rem!important;
	}
	.pr-xl-5, .px-xl-5 {
		padding-right: 5rem!important;
	}
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 5rem!important;
	}
	.pl-xl-5, .px-xl-5 {
		padding-left: 5rem!important;
	}
	.p-xl-6 {
		padding: 6rem!important;
	}
	.pt-xl-6, .py-xl-6 {
		padding-top: 6rem!important;
	}
	.pr-xl-6, .px-xl-6 {
		padding-right: 6rem!important;
	}
	.pb-xl-6, .py-xl-6 {
		padding-bottom: 6rem!important;
	}
	.pl-xl-6, .px-xl-6 {
		padding-left: 6rem!important;
	}
	.p-xl-7 {
		padding: 7rem!important;
	}
	.pt-xl-7, .py-xl-7 {
		padding-top: 7rem!important;
	}
	.pr-xl-7, .px-xl-7 {
		padding-right: 7rem!important;
	}
	.pb-xl-7, .py-xl-7 {
		padding-bottom: 7rem!important;
	}
	.pl-xl-7, .px-xl-7 {
		padding-left: 7rem!important;
	}
	.p-xl-8 {
		padding: 8rem!important;
	}
	.pt-xl-8, .py-xl-8 {
		padding-top: 8rem!important;
	}
	.pr-xl-8, .px-xl-8 {
		padding-right: 8rem!important;
	}
	.pb-xl-8, .py-xl-8 {
		padding-bottom: 8rem!important;
	}
	.pl-xl-8, .px-xl-8 {
		padding-left: 8rem!important;
	}
	.p-xl-9 {
		padding: 9rem!important;
	}
	.pt-xl-9, .py-xl-9 {
		padding-top: 9rem!important;
	}
	.pr-xl-9, .px-xl-9 {
		padding-right: 9rem!important;
	}
	.pb-xl-9, .py-xl-9 {
		padding-bottom: 9rem!important;
	}
	.pl-xl-9, .px-xl-9 {
		padding-left: 9rem!important;
	}
	.p-xl-10 {
		padding: 10rem!important;
	}
	.pt-xl-10, .py-xl-10 {
		padding-top: 10rem!important;
	}
	.pr-xl-10, .px-xl-10 {
		padding-right: 10rem!important;
	}
	.pb-xl-10, .py-xl-10 {
		padding-bottom: 10rem!important;
	}
	.pl-xl-10, .px-xl-10 {
		padding-left: 10rem!important;
	}
	.p-xl-11 {
		padding: 11rem!important;
	}
	.pt-xl-11, .py-xl-11 {
		padding-top: 11rem!important;
	}
	.pr-xl-11, .px-xl-11 {
		padding-right: 11rem!important;
	}
	.pb-xl-11, .py-xl-11 {
		padding-bottom: 11rem!important;
	}
	.pl-xl-11, .px-xl-11 {
		padding-left: 11rem!important;
	}
	.p-xl-12 {
		padding: 12rem!important;
	}
	.pt-xl-12, .py-xl-12 {
		padding-top: 12rem!important;
	}
	.pr-xl-12, .px-xl-12 {
		padding-right: 12rem!important;
	}
	.pb-xl-12, .py-xl-12 {
		padding-bottom: 12rem!important;
	}
	.pl-xl-12, .px-xl-12 {
		padding-left: 12rem!important;
	}
	.p-xl-13 {
		padding: 13rem!important;
	}
	.pt-xl-13, .py-xl-13 {
		padding-top: 13rem!important;
	}
	.pr-xl-13, .px-xl-13 {
		padding-right: 13rem!important;
	}
	.pb-xl-13, .py-xl-13 {
		padding-bottom: 13rem!important;
	}
	.pl-xl-13, .px-xl-13 {
		padding-left: 13rem!important;
	}
	.p-xl-14 {
		padding: 14rem!important;
	}
	.pt-xl-14, .py-xl-14 {
		padding-top: 14rem!important;
	}
	.pr-xl-14, .px-xl-14 {
		padding-right: 14rem!important;
	}
	.pb-xl-14, .py-xl-14 {
		padding-bottom: 14rem!important;
	}
	.pl-xl-14, .px-xl-14 {
		padding-left: 14rem!important;
	}
	.p-xl-15 {
		padding: 15rem!important;
	}
	.pt-xl-15, .py-xl-15 {
		padding-top: 15rem!important;
	}
	.pr-xl-15, .px-xl-15 {
		padding-right: 15rem!important;
	}
	.pb-xl-15, .py-xl-15 {
		padding-bottom: 15rem!important;
	}
	.pl-xl-15, .px-xl-15 {
		padding-left: 15rem!important;
	}
	.p-xl-16 {
		padding: 16rem!important;
	}
	.pt-xl-16, .py-xl-16 {
		padding-top: 16rem!important;
	}
	.pr-xl-16, .px-xl-16 {
		padding-right: 16rem!important;
	}
	.pb-xl-16, .py-xl-16 {
		padding-bottom: 16rem!important;
	}
	.pl-xl-16, .px-xl-16 {
		padding-left: 16rem!important;
	}
	.p-xl-17 {
		padding: 17rem!important;
	}
	.pt-xl-17, .py-xl-17 {
		padding-top: 17rem!important;
	}
	.pr-xl-17, .px-xl-17 {
		padding-right: 17rem!important;
	}
	.pb-xl-17, .py-xl-17 {
		padding-bottom: 17rem!important;
	}
	.pl-xl-17, .px-xl-17 {
		padding-left: 17rem!important;
	}
	.p-xl-18 {
		padding: 18rem!important;
	}
	.pt-xl-18, .py-xl-18 {
		padding-top: 18rem!important;
	}
	.pr-xl-18, .px-xl-18 {
		padding-right: 18rem!important;
	}
	.pb-xl-18, .py-xl-18 {
		padding-bottom: 18rem!important;
	}
	.pl-xl-18, .px-xl-18 {
		padding-left: 18rem!important;
	}
	.p-xl-19 {
		padding: 19rem!important;
	}
	.pt-xl-19, .py-xl-19 {
		padding-top: 19rem!important;
	}
	.pr-xl-19, .px-xl-19 {
		padding-right: 19rem!important;
	}
	.pb-xl-19, .py-xl-19 {
		padding-bottom: 19rem!important;
	}
	.pl-xl-19, .px-xl-19 {
		padding-left: 19rem!important;
	}
	.p-xl-20 {
		padding: 20rem!important;
	}
	.pt-xl-20, .py-xl-20 {
		padding-top: 20rem!important;
	}
	.pr-xl-20, .px-xl-20 {
		padding-right: 20rem!important;
	}
	.pb-xl-20, .py-xl-20 {
		padding-bottom: 20rem!important;
	}
	.pl-xl-20, .px-xl-20 {
		padding-left: 20rem!important;
	}
	.p-xl-21 {
		padding: 21rem!important;
	}
	.pt-xl-21, .py-xl-21 {
		padding-top: 21rem!important;
	}
	.pr-xl-21, .px-xl-21 {
		padding-right: 21rem!important;
	}
	.pb-xl-21, .py-xl-21 {
		padding-bottom: 21rem!important;
	}
	.pl-xl-21, .px-xl-21 {
		padding-left: 21rem!important;
	}
	.p-xl-22 {
		padding: 22rem!important;
	}
	.pt-xl-22, .py-xl-22 {
		padding-top: 22rem!important;
	}
	.pr-xl-22, .px-xl-22 {
		padding-right: 22rem!important;
	}
	.pb-xl-22, .py-xl-22 {
		padding-bottom: 22rem!important;
	}
	.pl-xl-22, .px-xl-22 {
		padding-left: 22rem!important;
	}
	.p-xl-23 {
		padding: 23rem!important;
	}
	.pt-xl-23, .py-xl-23 {
		padding-top: 23rem!important;
	}
	.pr-xl-23, .px-xl-23 {
		padding-right: 23rem!important;
	}
	.pb-xl-23, .py-xl-23 {
		padding-bottom: 23rem!important;
	}
	.pl-xl-23, .px-xl-23 {
		padding-left: 23rem!important;
	}
	.p-xl-24 {
		padding: 24rem!important;
	}
	.pt-xl-24, .py-xl-24 {
		padding-top: 24rem!important;
	}
	.pr-xl-24, .px-xl-24 {
		padding-right: 24rem!important;
	}
	.pb-xl-24, .py-xl-24 {
		padding-bottom: 24rem!important;
	}
	.pl-xl-24, .px-xl-24 {
		padding-left: 24rem!important;
	}
	.p-xl-25 {
		padding: 25rem!important;
	}
	.pt-xl-25, .py-xl-25 {
		padding-top: 25rem!important;
	}
	.pr-xl-25, .px-xl-25 {
		padding-right: 25rem!important;
	}
	.pb-xl-25, .py-xl-25 {
		padding-bottom: 25rem!important;
	}
	.pl-xl-25, .px-xl-25 {
		padding-left: 25rem!important;
	}
	.m-xl-n1 {
		margin: -1rem!important;
	}
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -1rem!important;
	}
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -1rem!important;
	}
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -1rem!important;
	}
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -1rem!important;
	}
	.m-xl-n2 {
		margin: -2rem!important;
	}
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -2rem!important;
	}
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -2rem!important;
	}
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -2rem!important;
	}
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -2rem!important;
	}
	.m-xl-n3 {
		margin: -3rem!important;
	}
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -3rem!important;
	}
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -3rem!important;
	}
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -3rem!important;
	}
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -3rem!important;
	}
	.m-xl-n4 {
		margin: -4rem!important;
	}
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -4rem!important;
	}
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -4rem!important;
	}
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -4rem!important;
	}
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -4rem!important;
	}
	.m-xl-n5 {
		margin: -5rem!important;
	}
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -5rem!important;
	}
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -5rem!important;
	}
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -5rem!important;
	}
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -5rem!important;
	}
	.m-xl-n6 {
		margin: -6rem!important;
	}
	.mt-xl-n6, .my-xl-n6 {
		margin-top: -6rem!important;
	}
	.mr-xl-n6, .mx-xl-n6 {
		margin-right: -6rem!important;
	}
	.mb-xl-n6, .my-xl-n6 {
		margin-bottom: -6rem!important;
	}
	.ml-xl-n6, .mx-xl-n6 {
		margin-left: -6rem!important;
	}
	.m-xl-n7 {
		margin: -7rem!important;
	}
	.mt-xl-n7, .my-xl-n7 {
		margin-top: -7rem!important;
	}
	.mr-xl-n7, .mx-xl-n7 {
		margin-right: -7rem!important;
	}
	.mb-xl-n7, .my-xl-n7 {
		margin-bottom: -7rem!important;
	}
	.ml-xl-n7, .mx-xl-n7 {
		margin-left: -7rem!important;
	}
	.m-xl-n8 {
		margin: -8rem!important;
	}
	.mt-xl-n8, .my-xl-n8 {
		margin-top: -8rem!important;
	}
	.mr-xl-n8, .mx-xl-n8 {
		margin-right: -8rem!important;
	}
	.mb-xl-n8, .my-xl-n8 {
		margin-bottom: -8rem!important;
	}
	.ml-xl-n8, .mx-xl-n8 {
		margin-left: -8rem!important;
	}
	.m-xl-n9 {
		margin: -9rem!important;
	}
	.mt-xl-n9, .my-xl-n9 {
		margin-top: -9rem!important;
	}
	.mr-xl-n9, .mx-xl-n9 {
		margin-right: -9rem!important;
	}
	.mb-xl-n9, .my-xl-n9 {
		margin-bottom: -9rem!important;
	}
	.ml-xl-n9, .mx-xl-n9 {
		margin-left: -9rem!important;
	}
	.m-xl-n10 {
		margin: -10rem!important;
	}
	.mt-xl-n10, .my-xl-n10 {
		margin-top: -10rem!important;
	}
	.mr-xl-n10, .mx-xl-n10 {
		margin-right: -10rem!important;
	}
	.mb-xl-n10, .my-xl-n10 {
		margin-bottom: -10rem!important;
	}
	.ml-xl-n10, .mx-xl-n10 {
		margin-left: -10rem!important;
	}
	.m-xl-n11 {
		margin: -11rem!important;
	}
	.mt-xl-n11, .my-xl-n11 {
		margin-top: -11rem!important;
	}
	.mr-xl-n11, .mx-xl-n11 {
		margin-right: -11rem!important;
	}
	.mb-xl-n11, .my-xl-n11 {
		margin-bottom: -11rem!important;
	}
	.ml-xl-n11, .mx-xl-n11 {
		margin-left: -11rem!important;
	}
	.m-xl-n12 {
		margin: -12rem!important;
	}
	.mt-xl-n12, .my-xl-n12 {
		margin-top: -12rem!important;
	}
	.mr-xl-n12, .mx-xl-n12 {
		margin-right: -12rem!important;
	}
	.mb-xl-n12, .my-xl-n12 {
		margin-bottom: -12rem!important;
	}
	.ml-xl-n12, .mx-xl-n12 {
		margin-left: -12rem!important;
	}
	.m-xl-n13 {
		margin: -13rem!important;
	}
	.mt-xl-n13, .my-xl-n13 {
		margin-top: -13rem!important;
	}
	.mr-xl-n13, .mx-xl-n13 {
		margin-right: -13rem!important;
	}
	.mb-xl-n13, .my-xl-n13 {
		margin-bottom: -13rem!important;
	}
	.ml-xl-n13, .mx-xl-n13 {
		margin-left: -13rem!important;
	}
	.m-xl-n14 {
		margin: -14rem!important;
	}
	.mt-xl-n14, .my-xl-n14 {
		margin-top: -14rem!important;
	}
	.mr-xl-n14, .mx-xl-n14 {
		margin-right: -14rem!important;
	}
	.mb-xl-n14, .my-xl-n14 {
		margin-bottom: -14rem!important;
	}
	.ml-xl-n14, .mx-xl-n14 {
		margin-left: -14rem!important;
	}
	.m-xl-n15 {
		margin: -15rem!important;
	}
	.mt-xl-n15, .my-xl-n15 {
		margin-top: -15rem!important;
	}
	.mr-xl-n15, .mx-xl-n15 {
		margin-right: -15rem!important;
	}
	.mb-xl-n15, .my-xl-n15 {
		margin-bottom: -15rem!important;
	}
	.ml-xl-n15, .mx-xl-n15 {
		margin-left: -15rem!important;
	}
	.m-xl-n16 {
		margin: -16rem!important;
	}
	.mt-xl-n16, .my-xl-n16 {
		margin-top: -16rem!important;
	}
	.mr-xl-n16, .mx-xl-n16 {
		margin-right: -16rem!important;
	}
	.mb-xl-n16, .my-xl-n16 {
		margin-bottom: -16rem!important;
	}
	.ml-xl-n16, .mx-xl-n16 {
		margin-left: -16rem!important;
	}
	.m-xl-n17 {
		margin: -17rem!important;
	}
	.mt-xl-n17, .my-xl-n17 {
		margin-top: -17rem!important;
	}
	.mr-xl-n17, .mx-xl-n17 {
		margin-right: -17rem!important;
	}
	.mb-xl-n17, .my-xl-n17 {
		margin-bottom: -17rem!important;
	}
	.ml-xl-n17, .mx-xl-n17 {
		margin-left: -17rem!important;
	}
	.m-xl-n18 {
		margin: -18rem!important;
	}
	.mt-xl-n18, .my-xl-n18 {
		margin-top: -18rem!important;
	}
	.mr-xl-n18, .mx-xl-n18 {
		margin-right: -18rem!important;
	}
	.mb-xl-n18, .my-xl-n18 {
		margin-bottom: -18rem!important;
	}
	.ml-xl-n18, .mx-xl-n18 {
		margin-left: -18rem!important;
	}
	.m-xl-n19 {
		margin: -19rem!important;
	}
	.mt-xl-n19, .my-xl-n19 {
		margin-top: -19rem!important;
	}
	.mr-xl-n19, .mx-xl-n19 {
		margin-right: -19rem!important;
	}
	.mb-xl-n19, .my-xl-n19 {
		margin-bottom: -19rem!important;
	}
	.ml-xl-n19, .mx-xl-n19 {
		margin-left: -19rem!important;
	}
	.m-xl-n20 {
		margin: -20rem!important;
	}
	.mt-xl-n20, .my-xl-n20 {
		margin-top: -20rem!important;
	}
	.mr-xl-n20, .mx-xl-n20 {
		margin-right: -20rem!important;
	}
	.mb-xl-n20, .my-xl-n20 {
		margin-bottom: -20rem!important;
	}
	.ml-xl-n20, .mx-xl-n20 {
		margin-left: -20rem!important;
	}
	.m-xl-n21 {
		margin: -21rem!important;
	}
	.mt-xl-n21, .my-xl-n21 {
		margin-top: -21rem!important;
	}
	.mr-xl-n21, .mx-xl-n21 {
		margin-right: -21rem!important;
	}
	.mb-xl-n21, .my-xl-n21 {
		margin-bottom: -21rem!important;
	}
	.ml-xl-n21, .mx-xl-n21 {
		margin-left: -21rem!important;
	}
	.m-xl-n22 {
		margin: -22rem!important;
	}
	.mt-xl-n22, .my-xl-n22 {
		margin-top: -22rem!important;
	}
	.mr-xl-n22, .mx-xl-n22 {
		margin-right: -22rem!important;
	}
	.mb-xl-n22, .my-xl-n22 {
		margin-bottom: -22rem!important;
	}
	.ml-xl-n22, .mx-xl-n22 {
		margin-left: -22rem!important;
	}
	.m-xl-n23 {
		margin: -23rem!important;
	}
	.mt-xl-n23, .my-xl-n23 {
		margin-top: -23rem!important;
	}
	.mr-xl-n23, .mx-xl-n23 {
		margin-right: -23rem!important;
	}
	.mb-xl-n23, .my-xl-n23 {
		margin-bottom: -23rem!important;
	}
	.ml-xl-n23, .mx-xl-n23 {
		margin-left: -23rem!important;
	}
	.m-xl-n24 {
		margin: -24rem!important;
	}
	.mt-xl-n24, .my-xl-n24 {
		margin-top: -24rem!important;
	}
	.mr-xl-n24, .mx-xl-n24 {
		margin-right: -24rem!important;
	}
	.mb-xl-n24, .my-xl-n24 {
		margin-bottom: -24rem!important;
	}
	.ml-xl-n24, .mx-xl-n24 {
		margin-left: -24rem!important;
	}
	.m-xl-n25 {
		margin: -25rem!important;
	}
	.mt-xl-n25, .my-xl-n25 {
		margin-top: -25rem!important;
	}
	.mr-xl-n25, .mx-xl-n25 {
		margin-right: -25rem!important;
	}
	.mb-xl-n25, .my-xl-n25 {
		margin-bottom: -25rem!important;
	}
	.ml-xl-n25, .mx-xl-n25 {
		margin-left: -25rem!important;
	}
	.m-xl-auto {
		margin: auto!important;
	}
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto!important;
	}
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto!important;
	}
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto!important;
	}
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto!important;
	}
}
@media (min-width:1366px) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media (max-width:1365px) {
	.section-letter_headline br, .widget_subscribe {
		display: none;
	}
	.arrows_btn._prev {
		left: -100px;
	}
	.arrows_btn._next {
		right: -100px;
	}
	.hero_item._text {
		padding: 4.5rem 7rem 0 0;
	}
	.hero_img._mfix {
		width: 85%;
	}
	.demo-app._desktop {
		padding: 30rem 0 25rem;
	}
	.people-say_slide {
		height: auto;
	}
	.isotope_grid {
		margin: 0 -15px;
	}
	.isotope_grid-item {
		padding: 0 15px 30px;
	}
}
@media (max-width:1157px) {
	.two-tile._full .two-tile_container {
		padding: 0 var(--container-padding);
	}
	.two-tile_item br {
		display: none;
	}
	.headline_title._lg {
		font-size: var(--h2);
	}
}

@media (max-width: 1050px) {
	.isotope_filter-btn {
		font-size: 15px;
		padding: 14px 15px;
	}
}

@media (max-width:992px) {
	html {
		font-size: 9.75px;
	}
}
@media (max-width:991px) {
	.isotope_filter-btn {
		font-size: 14px;
		padding: 14px 10px;
	}
	.widget_social {
		display: none;
	}
	img.alignleft, img.alignright {
		max-width: 50%;
	}
	.divider {
		height: 40px;
	}
    /*
	#wpadminbar {
		display: none!important;
	}
    */
	:root {
		margin-top: 0!important;
	}
	.admin-bar .main-header {
		margin-top: 0!important;
	}
	.header {
		border-bottom: solid 1px #ededed;
		background-color: #fff;
        min-height: 77px;
	}
	.header._active .header_nav {
		display: block;
	}
	.header._active .opener:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 7px;
	}
	.header._active .opener span {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header._active .opener:after {
		opacity: 0;
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
	}
	.header_nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
	}
	.header .nav {
		width: 100%;
	}
	.header .nav._row .nav_item:not(:last-child) {
		margin-right: 0;
	}
	.header .nav_list {
		display: block;
		height: 100vh;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
        padding: 0 0 30px;
	}
	.header .nav_list .scroll-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25px 0;
		min-height: 100%;
	}
	.header .nav_item {
        border-top: 1px solid #eee;
	}
    .header .nav_item.d-lg-none {
        border: none;
        margin-top: 10px;
    }
    .header .nav_item:not(.d-lg-none) + .nav_item.d-lg-none {
        margin-top: 20px;
    }
	.header .nav_item .btn {
        display: block;
        font-size: 16px;
        margin: 0 2.5rem;
        padding: 10px 15px;
	}
	.header .dropdown_link, .header .header_right a:not(.btn), .header .nav_link, .header_right .header a:not(.btn) {
		display: block;
        font-size: 16px;
		padding: 15px 25px;
	}
	.header .dropdown_list {
		padding: 0 2.5rem;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
    .header .dropdown.menu-fix .dropdown_list {
        transform: none;
    }
	.header .dropdown_item:not(:last-child) {
		margin-bottom: 6px;
	}
	.header .dropdown_item .dropdown_curret {
		top: 2px;
		right: 0;
	}
	.header .dropdown_link {
		padding: .5rem 1.9rem;
		color: #777;
		font-weight: 400;
	}
	.dropdown._active > .dropdown_list {
		display: block;
	}
	.dropdown._active .dropdown_curret i {
		transform: translate(-50%, -50%) rotate(270deg);
	}
	.dropdown_curret {
        display: inline-block;
        right: 10px;
        top: 15px;
	}
    .dropdown_curret i {
        font-size: 13px;
        top: 50%;
    }
	.dropdown_list {
		position: static;
        transform: none;
	}
	.dropdown_list .dropdown_list {
		padding-left: 15px;
	}
	.opener {
		display: block;
	}
	.hero_item._text {
		padding: 0 7rem 0 0;
	}
	.hero_item._smaller {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	.hero_item._bigger {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
	}
	.two-tile._overlay .two-tile_item._text {
		padding: 4rem 2rem;
	}
	.two-tile._overlay .two-tile_item._text._left {
		padding-right: 4rem;
	}
	.two-tile._overlay .two-tile_item._text._right {
		padding-left: 4rem;
	}
	.two-tile._overlay .two-tile_item._text:after {
		width: calc(100% + 13rem);
	}
	.section-letter_container._half {
		width: auto;
	}
	.section-letter_headline._extra-r {
		width: auto;
		right: 0;
	}
	.section-letter_headline._l {
		left: 0;
	}
	.section-letter_headline._r {
		right: 0;
	}
	.posts-grid_container {
		grid-template-columns: repeat(3, 1fr);
	}
	.teams_container {
		padding: 5rem 0 7rem;
	}
	.teams_wrapper {
		-webkit-column-gap: 8rem;
		-moz-column-gap: 8rem;
		column-gap: 8rem;
	}
	.teams .item-team {
		margin-top: 7rem;
	}
	.intro_i-bg-frame {
		background-size: 75% auto;
	}
	.docs_item {
		width: calc((100%/2) - 26px);
	}
	.isotope_grid {
		margin: 0 -8px;
	}
	.isotope_grid-item {
		width: 50%;
		padding: 0 8px 16px;
	}
	.isotope_grid-item-link {
		height: 290px;
	}
	.anchor_nav {
		padding-left: 1rem;
	}
	.anchor_preview {
		padding: 2.4rem;
	}
	.two-tile .headline._lg p {
		font-size: 16px !important;
	}
	h2.headline_title,
	.two-tile-line .headline._lg .headline_title,
	.two-tile .headline._lg .headline_title {
		font-size: 32px;
	}
	h1.headline_title._lg {
		font-size: 36px;
	}
}
@media (max-width:768px) {
	html {
		font-size: 9.25px;
	}
	#calendar_wrap table td {
		font-size: 18px;
	}
	.headline_title.h2 {
		font-size: 28px;
	}
	.headline_title.h1 {
		font-size: 32px;
	}
	.headline_title.h3 {
		font-size: 32px;
	}
}
@media (max-width:768px) and (max-width:768px) {
	#calendar_wrap table td {
		font-size: 16px;
	}
}
@media (max-width:768px) and (max-width:375px) {
	#calendar_wrap table td {
		font-size: 15px;
	}
}
@media (max-width:767px) {
	.widget ul {
		padding-left: 0;
	}
	.navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
		padding: 8px 15px;
	}
	.navigation .al a, .navigation .ar a, .navigation .next a, .navigation .prev a, .navigation-comments .al a, .navigation-comments .ar a, .navigation-comments .next a, .navigation-comments .prev a, .pagination .al a, .pagination .ar a, .pagination .next a, .pagination .prev a {
		padding: 10px 15px;
	}
	.navigation-single .next a, .navigation-single .prev a {
		padding: .2em;
	}
	.posts-list .post {
		margin: 0 0 20px;
	}
	.commentlist {
		margin-left: 0;
	}
	.commentlist .comment {
		padding: 0;
	}
	.divider {
		display: none;
	}
	#content.two-column, #sidebar {
		float: none;
		width: auto;
		padding: 2rem 0;
	}
	#wp-calendar {
		max-width: 320px;
	}
	.footer_container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 5rem 0 2rem;
	}
	.footer_item {
		-ms-flex-preferred-size: calc(50% - 2rem);
		flex-basis: calc(50% - 2rem);
		margin: 3.5rem 1rem;
	}
	.footer_logo {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0 1rem 1rem;
	}
	.footer_logo img {
		max-width: 30px;
	}
	.footer_copyright {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.hero_scrolling {
		margin: 0;
	}
	.hero_btn {
		position: absolute;
		bottom: 25%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.company_img {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(30% - 4rem);
		flex: 1 0 calc(30% - 4rem);
		padding: 2rem 0;
		margin: 0 2rem;
	}
	.demo-app_container {
		margin-top: 3rem;
	}
	.demo-app._mobile {
		padding: 10rem 0;
	}
	.people-say_container {
		padding: 3rem 0 0;
		max-width: 233px;
		margin: 0 auto;
	}
	.people-say_slide {
		width: 233px;
		opacity: 1;
	}
	.integrations_container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.integrations_item._left, .integrations_item._right {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.integrations_item._right {
		margin-top: 150px !important;
	}
	.integrations_image {
		max-width: calc(33.33% - 20px);
		margin: 10px;
	}
	.intro_i-bg-frame {
		background-position-y: 50%;
	}
	.intro_content {
		padding: 50px 0;
	}
	.intro_content._lg {
		max-width: 75%;
		min-height: initial;
		padding: 50px 0;
	}
	.docs_item {
		min-height: 250px;
	}
	.isotope_filter {
		margin-bottom: 61px;
	}
	.isotope_filter-drop {
		z-index: 2;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: block;
		background-color: #eee;
		border-radius: 0 0 4px 4px;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .2s linear;
		-o-transition: max-height .2s linear;
		transition: max-height .2s linear;
	}
	.isotope_filter._drop-active .isotope_filter-drop {
		max-height: 1000px;
	}
	.isotope_filter-btn {
		border-radius: 0;
		padding: 10px 30px;
	}
	.isotope_filter-m-opener {
		display: block;
	}
	.isotope_grid-item-link {
		height: 265px;
	}
	.isotope_grid-item-info {
		max-height: 80px;
	}
	.anchor_nav {
		display: none;
	}
	.anchor_preview {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.anchor_headline {
		margin-bottom: 6rem;
	}
	.anchor_headline, .anchor_img {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.anchor_content {
		padding-left: 0;
	}
	.cta-resourse_container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
	.cta-resourse_hr {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
	.cta-resourse_item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cta-resourse_img {
		width: 100%;
	}
}
@media (max-width:667px) {
	html {
		font-size: 8.5px;
	}
	table th {
		padding: 10px 5px;
	}
	.navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers, table td {
		padding: 7px 5px;
	}
	img.alignright {
		float: right;
		margin: 0 0 10px 1.38em;
	}
	img.alignleft {
		float: left;
		margin: 0 1.38em 10px 0;
	}
	.alignleft, .alignright {
		float: none;
		margin: 0 auto 10px;
	}
	input[type=reset]+input[type=submit] {
		margin-top: 10px;
	}
	.footer_right {
		padding: 25px 0 0;
	}
}
@media (max-width:666px) {
	.btn i {
		line-height: 1.15;
	}
	.btn i._sm {
		line-height: 1.2;
	}
	.entry figure:not([class]) {
		margin-left: calc(var(--container-padding)*-1);
		margin-right: calc(var(--container-padding)*-1);
	}
	#wp-calendar {
		width: 100%;
	}
	.comment-form input:not([type=submit]), .comment-form textarea {
		width: 100%;
	}
	.navigation .al a, .navigation .ar a, .navigation .next a, .navigation .prev a, .navigation-comments .al a, .navigation-comments .ar a, .navigation-comments .next a, .navigation-comments .prev a, .pagination .al a, .pagination .ar a, .pagination .next a, .pagination .prev a {
		padding: 7px 5px;
	}
	.comment-body .reply {
		padding-bottom: 0;
	}
	.parent.comment .comment {
		margin-left: 5%;
	}
	.headline_logo._sm {
		margin-bottom: 1rem;
		max-width: 128px;
	}
	.item-company {
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		border: 0;
		background: 0 0;
	}
	.item-company._reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
	}
	.item-company._reverse .item-company_img {
		margin: 0 0 0 1.8rem;
	}
	.item-company._wmob {
		padding: 20px;
		background: #fff;
	}
	.item-company._wmob .item-company_img {
		display: none;
	}
	.item-company._wmob .item-company_name {
		margin-bottom: 10px;
	}
	.item-company._wmob .item-company_blockqoute {
		font-weight: 400;
		font-style: normal;
		margin-right: 100px;
	}
	.item-company._wmob._reverse .item-company_blockqoute {
		margin-right: 0;
		margin-left: 100px;
	}
	.item-company_img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 30%;
		flex: 1 1 30%;
		max-width: 30%;
		margin: 0 1.8rem 0 0;
	}
	.item-company_blockqoute {
		margin-bottom: 0;
		color: #777;
	}
	.post._story .post_read {
		font-size: 12px;
	}
	.post._recent {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.post._recent .post_content, .post._recent .post_image {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	.post._recent .post_image {
		margin: 2rem 0 0;
	}
	.post._recent .post_descr, .post._recent._mfix .post_image {
		display: none;
	}
	.post_img {
		height: 184px;
	}
	.list._three, .list._two {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}
	.meta {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.meta_item._autor {
		margin-right: 4rem;
	}
	.meta_item._autor h6 {
		font-size: 14px;
	}
	.meta_item._need-read {
		display: none;
	}
	.meta_img {
		max-width: 46px;
	}
	.tag-category_item:not(:last-child) {
		margin-right: .6rem;
	}
	.tag-category_link {
		font-size: 14px;
	}
	.hero_content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hero_form {
		padding: 4rem 46px;
	}
	.hero_item._text {
		margin-bottom: 7rem;
		padding-right: 0;
	}
	.btn-block-hero  {
		text-align: center;
	}
	.hero_item, .hero_item._smaller, .hero_item._small {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.hero._home .hero_item {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.hero_item._medium,
	.hero_item._bigger {
		-ms-flex-preferred-size: 150%;
		flex-basis: 150%;
	}
	.hero_scrolling {
		padding: 0;
	}
	.company_container {
		margin-top: 70px;
	}
	.company_img {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 calc(50% - 2rem);
		flex: 1 0 calc(50% - 2rem);
		margin: 0 1rem;
	}
	.company .item-company {
		height: initial;
	}
	.company .item-company._wmob {
		margin-top: 0;
	}
	.two-tile._overlay .two-tile_item._image {
		margin-left: 0;
		margin-right: 0;
	}
	.two-tile._overlay .two-tile_item._text {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
	}
	.two-tile._overlay .two-tile_item._text:after {
		width: calc(100% + var(--container-padding) * 2);
		height: 110%;
	}
	.two-tile._overlay .two-tile_item._text._left:after {
		left: calc(var(--container-padding)*-1);
		border-radius: initial;
	}
	.two-tile._overlay .two-tile_item._text._right:after {
		right: calc(var(--container-padding)*-1);
		border-radius: initial;
	}
	.two-tile._half .two-tile_item._text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.two-tile._half .two-tile_item._text:after {
		width: 100%;
	}
	.two-tile._half .two-tile_item._text._lg:after {
		top: -12%;
	}
	.two-tile._half .two-tile_item._text._left:after {
		left: -1rem;
	}
	.two-tile._half .two-tile_item._text._right:after {
		right: -1rem;
	}
	.two-tile._half .two-tile_item._image {
		margin-bottom: 0;
	}
	.two-tile_container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.two-tile._half .two-tile_item._image, .two-tile_item._image, .two-tile_item._text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.two-tile_item._text._left {
		padding-right: 0;
	}
	.two-tile_item._text._right {
		padding-left: 0;
	}
	.two-tile_item._image {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 7rem;
	}
	.two-tile-line {
		text-align: center;
	}
	.two-tile-line .two-tile_item._image {
		margin-bottom: 1.5rem;
	}
	.top-link {
		display: none;
	}
	.section-letter._img .section-letter_headline {
		padding-left: 8rem;
	}
	.section-letter._img .section-letter_image {
		margin-left: calc(var(--container-padding)*-1);
		margin-right: calc(var(--container-padding)*-1);
	}
	.section-letter_container {
		padding-left: 10rem;
	}
	.section-letter_headline._extra {
		right: 0;
	}
	.section-letter_headline._extra-r {
		padding-left: 6rem!important;
	}
	.section-letter_big {
		left: -25px;
	}
	.posts-grid_container {
		grid-template-columns: repeat(2, 1fr);
	}
	.posts-grid .post._md {
		grid-column-start: span 1;
	}
	/* .posts-grid .post:not(._md) .post_image {
		display: none;
	} */
	.reviews_container {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.reviews .item-review {
		display: block;
	}
	.reviews_container, .teams_wrapper {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.docs_container {
		display: block;
		margin: 0;
	}
	.docs_item {
		width: auto;
		margin: 0 0 20px;
	}
	.docs_item:last-child {
		margin-bottom: 0;
	}
	.preview_container {
		margin: 0 calc(var(--container-padding)*-1);
	}
	.img-desktop {
		display: none;
	}
	.img-mobile {
		display: block;
	}
}
@media (max-width:479px) {
	.hero_item .es-subscribe-blog-form {
		max-width: none;
	}
	.headline_logo._sm {
		margin-bottom: 1rem;
		max-width: 128px;
	}
	.headline_image {
		margin-left: calc(var(--container-padding)*-1);
		margin-right: calc(var(--container-padding)*-1);
	}
	.hero_item._text {
		padding-right: 0;
	}
	.story .post {
		height: initial;
	}
	.posts-grid_container {
		grid-template-columns: 1fr;
	}
	.intro_i-bg-frame {
		background: 0 0!important;
	}
	.intro_content, .intro_content._sm {
		padding-bottom: 0;
	}
	.intro_content._lg {
		max-width: none;
		padding-bottom: 0;
	}
	.isotope_grid {
		display: block;
		margin: 0;
	}
	.isotope_grid._responsive-imgs .isotope_grid-item {
		width: 100%;
	}
	.isotope_grid-item {
		width: auto;
		padding: 0 0 17px;
	}
	.post_logo img,
	.item-company_name,
	.item-people_img	{
		max-height: 20px;
	}
	.btn-block-hero._one-btn .btn {
		min-width: 100%;
		width: 100%;
	}
}
@media (max-width:375px) {
	html {
		overflow-x: hidden;
	}
	.hero_item .es-subscribe-blog-form input[type=submit] {
		width: 100%;
	}
	.product-thumb {
		padding: 5px;
	}
}
@media (max-width:374px) {
	.wpcf7-submit {
		min-width: 80%!important;
	}
	.demo-app._mobile .demo-app_controll-wrapper {
		max-width: 286px;
		bottom: 3rem;
	}
}
@media (min-width:768px) and (max-width:849px) {
	figure.alignleft {
		float: none;
	}
	figure.alignright {
		float: none;
		margin-left: 0;
	}
}
@media print {
	.d-print-none {
		display: none!important;
	}
	.d-print-inline {
		display: inline!important;
	}
	.d-print-inline-block {
		display: inline-block!important;
	}
	.d-print-block {
		display: block!important;
	}
	.d-print-table {
		display: table!important;
	}
	.d-print-table-row {
		display: table-row!important;
	}
	.d-print-table-cell {
		display: table-cell!important;
	}
	.d-print-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}
@media (max-height:413px) and (orientation:landscape) {
	.header .nav_item .btn {
		max-width: 335px;
		margin-left: auto;
		margin-right: auto;
	}
}
 body { overflow: hidden; }
 .loader {
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: #fff;
 	z-index: 111;
 	user-select: none;
 	transform: translate3d(0,0,0);
 }
 .loader_container {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 	text-align: center;
 }
 .loader_text { color: #bdbebf; margin-bottom: 0; transform: translateY(-75%); }
 .loader svg { max-width: 6rem; }
 .loader path {
 	animation: pathMove .75s ease infinite;
 	animation-fill-mode: both;
 	transform-origin: center;
 }
 .loader path:nth-child(1) { animation-delay: 0s;}
 .loader path:nth-child(2) { animation-delay: .2s; }
 .loader path:nth-child(3) { animation-delay: .4s; }

 @keyframes pathMove {
 	0% { opacity: 0; }
 	10% { opacity: 1; }
 	90% { opacity: 0; }
 	100% { transform: translateY(-70px); opacity: 0; }
 }


 .signal-loading {
 	animation: 1s ease-out 0s normal none infinite running pulsate;
 	border: 5px solid #00a6de;
 	border-radius: 30px;
 	height: 40px;
 	left: 50%;
 	margin: -15px 0 0 -15px;
 	opacity: 0;
 	position: absolute;
 	width: 40px;
 }

 @keyframes pulsate {
 	0% {
 		transform: scale(.1);
 		opacity: 0.0;
 	}
 	50% {
 		opacity: 1;
 	}
 	100% {
 		transform: scale(1.2);
 		opacity: 0;
 	}
 }

/* WEBINAR PAGE CSS */
.hero._three .hero_item._text {
	padding-top: 1.2rem;
}

.hero._three .hero_content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15rem !important;
}

.hero._three .headline {
	margin-bottom: 0 !important;
}

.hero._three .headline_link {
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	letter-spacing: -0.3px;
	font-weight: 700;
	color: #389aff;
	margin: 0 0 14px;
}

.hero._three .headline_title {
	line-height: 1.25em;
	margin: 0 0 1.3rem;
}

.hero._three .headline p {
	letter-spacing: -0.2px;
	color: #777;
	padding-right: 10%;
	margin: 0 0 3.5rem;
}

.hero._three .headline h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25em;
}

.hero._three .headline .btn {
	padding: 11px 28px;
	background: #389aff;
}

.hero._three .headline .btn:hover {
	background: #2387ee;
}

.story._two .post._story {
	border: 1px solid #e1e1e1;
}

.story._two .headline_title {
	line-height: 1.25em;
	letter-spacing: -0.2px;
	color: #3a3a3a;
}

.story._two .post._story .post_title {
	margin: 0 0 0.2rem;
}

.story._two .post._story .post_title h2 {
	letter-spacing: -0.25px;
}

.story._two .post._story .post_descr {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: -0.18px;
	margin: 0 0 2.4rem;
	color: #777;
}

.story._two .post._story .post_read {
	letter-spacing: -0.2px;
	color: #969696;
}

.story._two .post._story:hover .post_read,
.story._two .post._story .post_read:hover,
.story._two .blue .post._story a.post_read:hover i,
.story._two .blue .post._story:hover .post_read i {
	color: #389aff;
}

.story._two .post._story:hover .post_read i,
.story._two .post._story .post_read:hover i {
    color: #389AFF
}

.recent-posts._two .headline.headline-and-search {
	margin: 0;
	padding: 0 0 30px;
}

.recent-posts._two .headline.headline-and-search h2 {
	color: #389aff;
}

.recent-posts._two .headline.headline-and-search .blog-post-search-form input[type="text"] {
 	opacity: 1;
}

.recent-posts._two .headline.headline-and-search .blog-post-search-form input[type="text"] {
	color: rgba(119, 119, 119, .5);
}

.recent-posts._two .headline.headline-and-search .blog-post-search-form input[type="text"]::placeholder {
	color: rgba(119, 119, 119, .5);
}

.recent-posts._two .headline.headline-and-search .blog-post-search-form input[type="text"]::-webkit-input-placeholder {
	color: rgba(119, 119, 119, .5);
}

.recent-posts._two .headline.headline-and-search .blog-post-search-form input[type="text"]:-moz-placeholder {
	color: rgba(119, 119, 119, .5);
}

.recent-posts._two .headline.headline-and-search .blog-post-search-form input[type="text"]::-moz-placeholder {
	color: rgba(119, 119, 119, .5);
}

.recent-posts._two .headline.headline-and-search .blog-post-search-form input[type="text"]:-ms-input-placeholder {
	color: rgba(119, 119, 119, .5);
}

.recent-posts._two .post._recent {
	padding: 37px 0;
	border-top: 0 none;
	border-bottom: 1px solid #e1e1e5;
}

.recent-posts._two .post._recent .post_time {
	display: block;
	letter-spacing: -0.2px;
	margin: 0 0 1rem;
}

.recent-posts._two .post._recent .post_title {
	margin: 0 0 1rem;
}

.recent-posts._two .post._recent:hover .post_title,
.recent-posts._two .post._recent .post_title:hover {
	color: #389aff;
}

.recent-posts._two .post._recent .post_descr {
	margin: 0 0 1.8rem;
}

.recent-posts._two .post._recent .post_read {
	font-weight: 600;
}

.recent-posts._two .post._recent:hover .post_read,
.recent-posts._two .post._recent .post_read:hover {
	color: #389aff;
}

.recent-posts._two #hp-load-news {
	margin-top: 5rem !important;
}

.story._three .post._story {
	border: 1px solid #e1e1e1;
}

.story._three .post._story:hover .post_read,
.story._three .post._story .post_read:hover {
	color: #389aff;
}

@media only screen and (max-width: 1199px) {
	.hero._three .hero_content {
		padding-bottom: 10rem !important;
	}

	.recent-posts._two #hp-load-news {
		margin-top: 0 !important;
	}
	.btn-block-hero .btn {
		min-width: 235px;
	}
}

@media only screen and (max-width: 992px) {
	.hero._three .headline_link,
	.hero._three .headline h2 {
		font-size: 18px;
	}

	.footer_copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer_copyright a {
		margin: 0 auto 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-size: 14px;
	}

	.footer_copyright p {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0;
	}
}

@media only screen and (max-width: 666px) {
	.hero._three .hero_content {
		padding-bottom: 5rem !important;
	}

	.hero._three .headline_link,
	.hero._three .headline h2 {
		font-size: 16px;
	}

	.recent-posts._two .post._recent {
		padding: 30px 0;
	}

	.recent-posts._two .post._recent .post_read {
		font-size: 12px;
	}
}

@media only screen and (max-width: 479px) {
	.story._two .post._story .post_image img,
	.story._three .post._story .post_image img {
		display: block;
		margin: 0 auto;
	}
}

/*reviews*/
.btn-pink {
	border-radius: 28px;
	background-color: #ea1d64;
	border-color: #ea1d64;
	font-weight: bold;
}

.btn-pink:hover {
	background-color: hsl(339, 83%, 42%);
	border-color: hsl(339, 83%, 42%);
}

.hero_item._no-text .post-hero_thumb {
	margin-bottom: 0;
}

.hero_item._no-text .post-hero {
	padding: 20px 20px;
}

.reviews._gray-opacity {
	background-color: rgba(243, 243, 243, 0.5);
	margin-top: 70px;
}

.reviews._gray-opacity .reviews_container {
	margin-bottom: 42px;
	max-height: 994px;
}

.reviews._gray-opacity .reviews_container .item-review {
	display: block;
	-webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.block {
	padding: 102px 0;
	text-align: center;
}

.block .heading {
	max-width: 800px;
	letter-spacing: -0.4px;
	color: #171717;
	margin: 0 auto 25px;
}

.block-widget {
	padding: 92px 0 124px;
	background-color: rgba(243, 243, 243, 0.5);
	text-align: center;
}

.section-widget {

}

.block-widget .top-widget {
	margin-bottom: 81px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: -0.2px;
	text-align: center;
	color: #757575;
}

.block-widget .top-widget p {
	margin-bottom: 25px;
}

.block-widget .top-widget p a {
	letter-spacing: -0.2px;
	color: #757575;
	text-decoration: underline;
}

.block-widget .top-widget p a:hover {
	text-decoration: none;
}

.block-widget .top-widget .rating {
	margin-bottom: 36px;
}

.block-widget .top-widget .headline_title {
	justify-content: center;
	color: rgb(23, 23, 23);
	margin-bottom: 10px;
}

.block-widget .top-widget .headline_title img {
	width: 41px;
	margin-left: 12px;
	vertical-align: bottom;
}
.section-widget {
	padding: 16rem 0;
}
.section-widget .container {
	max-width: 940px;
}
.section-widget .top-widget .rating .g2 {
	width: 42px;
	margin: 0 30px 0 0;
}

.section-widget .top-widget .rating img {
	vertical-align: middle;
}

.section-widget .top-widget .rating .rating-list {
	width: 230px;
}

.G2badges-add a {
	display: inline-block;
	padding: 0 6px;
}
.g2-widget .rating {
	margin-bottom: 20px;
}


.block-widget .top-widget .G2badges img {
	width: 383px;
}

.hero._customer .widget .headline {
	line-height: 1.38;
	letter-spacing: -0.2px;
	color: #171717;
}

.hero._customer .hero_container {
	padding: 0 !important;
}

.hero._customer .widget .headline_descr {
	line-height: 1.38;
	letter-spacing: -0.2px;
	color: #171717;
}

.hero._customer .widget strong {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.25px;
	color: #171717;
	margin-bottom: 24px;
	padding-top: 33px;
	display: block;
}

.hero._customer .widget .icons {
	display: flex;
	align-items: center;
	margin-bottom: 52px;
}

.hero._customer .widget .icons a:first-child {
	margin-right: 26px;
}

.hero._customer .widget .icons a:nth-child(2) {
	margin-right: 32px;
}

.hero._customer .widget .linked_in {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: -0.2px;
	color: #171717;
	position: relative;
}

.hero._customer .widget .linked_in:hover img {
	margin-left: 10px;
}

.hero._customer .widget .linked_in img {
	margin-left: 5px;
	transition: all 0.3s;
}

.hero._customer .hero_item .post-about {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: -0.2px;
	color: #171717;
}
._customer .post-about img{
	width:160px
}
.hero._customer .hero_item .post-hero {
	padding: 20px;
}

.hero._customer .hero_item .post-about p {
	margin-bottom: 0;
}

.hero._customer .hero_item .post-about .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.hero._customer .hero_item .post-about .box .post-descr {
	text-align: right;
	font-size: 14px;
}

.hero._customer .hero_item .post-about .box .post-descr strong {
	font-size: 16px;
}

.hero._customer .hero_item .post-about .box .post-descr p {
	margin-bottom: 0;
}

.about-us {
	background-color: rgba(243, 243, 243, .5);
	padding: 100px 0 173px;
}

.about-us .headline_title {
	margin-bottom: 99px;
}

.about-us .images {
	position: relative;
	max-width: 1102px;
	margin: 0 auto;
}

.about-us .images:after {
	position: absolute;
	content: "";
	width: 1200px;
	height: 336px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	background-color: #f5f5f5;
	left: 50%;
	top: 54px;
	transform: translateX(-50%);
	z-index: -1;
}

.about-us .images .item {
	position: absolute;
}

.about-us .images .item:nth-child(1) {
	top: 195px;
	left: 36px;
	z-index: 2;
}

.about-us .images .item:nth-child(2) {
	top: 38px;
	left: 106px;
	z-index: 3;
}

.about-us .images .item:nth-child(3) {
	top: 167px;
	left: 216px;
	z-index: 2;
}

.about-us .images .item:nth-child(5) {
	top: 22px;
	right: 179px;
	z-index: 2;
}

.about-us .images .item:nth-child(6) {
	top: 194px;
	right: 89px;
	z-index: 1;
}

.about-us .images .item:nth-child(7) {
	top: 103px;
	right: 0;
	z-index: 0;
}

.about-us .images .item.relative {
	position: relative;
	text-align: center;
	z-index: 1;
	right: 22px;
}

.about-us .images .item.relative:before {
	position: absolute;
	content: "";
	background-image: url("images/oval.svg");
	width: 254px;
	height: 254px;
	left: 58px;
	top: -6px;
	z-index: -1;
}

.about-us .images .item.relative:after {
	position: absolute;
	content: "";
	background-image: url("images/circle.png");
	width: 448px;
	height: 444px;
	top: 49px;
	right: 158px;
	z-index: -1;
}

.section-podcast {
	width: 100%;
	overflow: hidden;
}
.section-podcast .podcast-img-author {
	position: absolute;
	bottom: -2px;
	right: 210px;
	pointer-events: none;
}
.section-podcast .podcast-img-author img {
	display: block;
}
.podcast-intro {
	font-size: 20px;
	line-height: 1.35;
	color: #171717;
	position: relative;
}
.podcast-intro .txt {
	max-width: 410px;
}
.podcast-author {
	border-bottom: 3px solid #fff;
	font-size: 16px;
	padding-bottom: 3.5rem;
	padding-right: 17px;
	display: flex;
	justify-content: flex-end;
	color: #3a4654;
}
.podcast-author p {
	margin: 0;
}
.podcast-intro .img {
	border-bottom: 3px solid #fff;
	margin-bottom: 2.9rem;
}
.section-podcast .holder_content {
	padding: 6.5rem 0 10.9rem;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.bg-container {
	background-position: 50% 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.subscribe-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
	align-items: center;
	justify-content: center;
}
.subscribe-list >li {
	padding: 8px;
}
.btn-subscribe {
	padding: 8px 15px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 5px;
	color: #000;
	height: 48px;
	display: flex;
    align-items: center;

}
.btn-subscribe:hover {
	color: #000;
	opacity: 0.9;
}
.btn-subscribe .ico-sub {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.headline_txt {
	max-width: 895px;
	margin: -5px auto 0;
	padding-bottom: 2rem;
	color: #777;
	font-size: 16px;
}
.podcast-info {
	color: #777;
}
.podcast-info h3 {
	margin: 0 0 0.2em;
	color: #171717;
}
.section-join .form-subscribe {
	max-width: 565px;
	margin: 0 auto;
}
.row-form-one {
	display: flex;
	align-items: center;
	justify-content: center;
}
.row-form-one .cols {
	width: 100%;
	padding: 0 40px 0 0;
}

@media(max-width: 1440px) {
	.bg-container {
		background-size: cover;
	}
}

@media(max-width: 1200px) {
	.hero._customer .widget .headline.pr-8 {
		padding-right: 0 !important;
	}

	.reviews._gray-opacity {
		margin-top: 0;
	}
}

@media(max-width: 1100px) {
	.hero_item._no-text {
		padding-left: 20px;
	}

	.hero_item._no-text .hero_bg {
		padding-left: 35px;
	}
	.nav._row .nav_item:not(:last-child) {
		margin-right: 20px;
	}
}

@media(max-width: 1023px) {
	.block {
		padding: 80px 0;
	}

	.reviews._gray-opacity {
		padding: 80px 0 !important;
	}

	.block-widget {
		padding: 80px 0;
	}

	.block-widget .top-widget {
		margin-bottom: 50px;
	}

	.hero._customer .hero_content {
		padding: 80px 0 !important;
	}

	.about-us {
		padding: 80px 0 140px;
	}
	.section-podcast .podcast-img-author {
		max-width: 235px;
		right: -20px;
	}
	.podcast-intro .img,
	.podcast-author {
		border: none;
	}
	.podcast-author {
		justify-content: flex-start;
		font-size: 14px;
		padding-top: 15px;
	}
	.podcast-intro {
		font-size: 16px;
		z-index: 10;
	}
	.podcast-intro .img {
		max-width: 300px;
		margin-bottom: 2rem;
	}
	.section-podcast .holder_content {
		padding: 4.5rem 0 7rem;
	}
	.dotted-lines {
		display: none;
	}
	.dl img {
		display: none;
	}
	.dl {
		width: 4px;
		height: 85px;
		background: url(images/platform/dotted-lines-mobile.svg) no-repeat;
		left: 50% !important;
		top: -110px !important;
		margin-left: -2px;
	}
	h2._lg {
		font-size: 32px;
	}
}

@media(max-width: 992px) {
	.about-us {
		padding: 80px 0;
	}

	.about-us .headline_title {
		margin-bottom: 50px;
	}

	.about-us .images {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.about-us .images:after {
		display: none;
	}

	.about-us .images .item {
		position: relative;
		min-width: 33.3%;
		max-width: 33.3%;
		padding: 10px;
	}

	.about-us .images .item img {
		width: 100%;
		height: 260px;
		object-fit: cover;
	}

	.about-us .images .item:nth-child(1) {
		top: inherit;
		left: inherit;
	}

	.about-us .images .item:nth-child(2) {
		top: inherit;
		left: inherit;
	}

	.about-us .images .item:nth-child(3) {
		top: inherit;
		left: inherit;
	}

	.about-us .images .item:nth-child(5) {
		top: inherit;
		right: inherit;
	}

	.about-us .images .item:nth-child(6) {
		top: inherit;
		right: inherit;
	}

	.about-us .images .item:nth-child(7) {
		top: inherit;
		right: inherit;
	}

	.about-us .images .item.relative {
		right: inherit;
	}

	.hero._customer .widget strong {
		padding-top: 0;
	}

	.hero._customer .hero_item._bigger {
		padding-left: 20px;
	}
}

@media(max-width: 768px) {
	.about-us .images .item {
		min-width: 50%;
		max-width: 50%;
		padding: 10px;
	}

	.block-widget .top-widget .headline_title img {
		width: 28px;
		margin-left: 3px;
	}
	.hero._home .headline_title._lg {
		font-size: 40px;
	}
	.section-widget {
		padding: 10rem 0;
	}
	.podcast-info h3 {
		font-size: 28px;
		margin-bottom: 0.5em;
	}
	.section-advice .headline_title {
		font-size: 22px;
	}
}

@media(max-width: 767px) {
	.hero._customer .widget .linked_in {
		display: inline-block;
		max-width: 235px;
	}
	.G2badges-add {
		text-align: center;
	}
	.item-company-info {
		padding: 30px 0;
	}
	.item-company-info .img {
		min-height: auto;
	}
	.podcast-info .img img {
		max-width: 183px;
	}
	.list-check h4 {
		font-size: 16px;
	}
	.list-check {
		font-size: 14px;
	}
	p._lg, ._lg.text p {
		font-size: 16px;
	}
}

@media(max-width: 667px) {
	.reviews._gray-opacity .reviews_container {
		margin-bottom: 20px;
	}

	.hero._customer .widget .linked_in {
		display: flex;
		max-width: 100%;
	}

	.about-us .images .item {
		min-width: 100%;
		max-width: 100%;
		padding: 10px;
	}

	.about-us .images .item img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.block {
		padding: 50px 0;
	}

	.reviews._gray-opacity {
		padding: 50px 0 !important;
	}

	.block-widget {
		padding: 50px 0;
	}

	.block-widget .top-widget {
		margin-bottom: 50px;
	}

	.hero._customer .hero_content {
		padding: 50px 0 !important;
	}

	.about-us {
		padding: 50px 0;
	}
	.row-form-one {
		flex-wrap: wrap;
	}
	.row-form-one .cols {
		padding: 0;
		margin-bottom: 30px;
	}
	.form-subscribe input[type=submit] {
		min-width: 172px;
	}
	.post._story {
		padding: 1.2rem;
	}
}

@media(max-width: 666px) {
	.hero._customer .hero_item._bigger {
		padding-left: 0;
	}

	.hero_item._no-text {
		padding-left: 0;
	}

	.hero_item._no-text .hero_bg {
		padding-left: 0;
	}
	.post._story .post_image img {
		width: 100%;
	}
	.two-tile,
	.hero._home {
		text-align: center;
	}
	.two-tile.two-tile-add .two-tile_item._image,
	.two-tile.two-tile-add .two-tile_item._text  {
		order: inherit;
	}
	.two-tile.two-tile-add .two-tile_item._text {
		margin-bottom: 20px;
	}
	.two-tile.two-tile-add .two-tile_item._image {
		margin-bottom: 0;
	}
	.two-tiles-block {
		padding: 5rem 0;
	}
	.mobile-img {
		display: inline-block !important;
	}
	.desktop-img {
		display: none;
	}
	.two-tile ul {
		text-align: left;
	}
	.podcast-info .img {
		width: 100%;
	}
}

@media(max-width: 374px) {
	.hero._customer .widget .linked_in {
		display: inline-block;
		max-width: 235px;
	}
}
.mobile-img {
	display: none;
}

/* Update on 12-09-2020 for new home page */
.hero_item.wide-item .items-wrap {
    width: calc(50vw + 76px);
    position: absolute;
    left: 0;
    top: -8rem;
}
.hero_item.wide-item .items-wrap > .hero_img {
	margin-left: 30px;
}
.two-tile_item._image .one-tile_images {
	margin-left: auto;
}
.item-company_name, .item-people_img {
    max-height: 56px;
}
@media(min-width: 667px) {
	.hero_content.wide-wrap .hero_item._text {
		padding-left: 0;
		max-width: 44%;
	}
	.hero_content.wide-wrap .hero_item.wide-item {
		width: 56%;
		flex-basis: initial;
	}
}

@media (max-width: 1024px) and (min-width: 667px) {
	.hero_content.wide-wrap .hero_item.wide-item {
		min-height: 47vw;
	}
	.hero_item.wide-item .items-wrap {
		top: 0;
	}
}
@media(min-width: 1024px) {
	.hero_content.wide-wrap .hero_item.wide-item {
		min-height: 620px;
	}
}
@media (max-width: 767px) {
	.page-template-content-modules .section-widget {
		text-align: center;
	}
}
@media(max-width: 666px) {
	.hero_item.wide-item .items-wrap {
		width: 100vw;
		position: relative;
		top: 0;
	}
	.company_img {
		flex: 1 0 calc(30% - 2rem);
	}
	.company_img img{
		max-height: 24px;
	}

}
.form-subscribe form{
 display:flex;
}
.form-subscribe form div{
	width:50%
}
.form-subscribe form div .input,
.form-subscribe form div .actions{
	width:100%
}
.form-subscribe form div .input{
	padding-top:15px
}
.form-subscribe form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
	margin-top:0
}





/* header white version */

._header-white:not(._sticked):not(._active) .logo_img:not(.logo_white),
._header-white._sticked .logo_white,
._header-white._active .logo_white {
	display: none;
}
.header .logo_img.logo_white {
	display: none;
}
._header-white:not(._sticked):not(._active) .logo_img.logo_white {
	display: block;
}
@media (min-width:992px) {
	._header-white:not(._sticked) .nav_list .nav_item > a, ._header-white:not(._sticked) .header_right a:not(.btn) {
		color: #fff;
	}
    ._header-white:not(._sticked) .header_right a.btn {
        border-color: #fff;
        color: #fff;
    }
    ._header-white:not(._sticked) .header_right a.btn:hover {
        background: none;
    }
    ._header-white:not(._sticked) .header_right a.btn.btn-dark {
        background-color: #fff;
        border-color: #fff;
        color: #0f2235;
    }
    ._header-white:not(._sticked) .header_right a.btn.btn-dark:hover {
        background-color: #fff;
    }
    ._header-white:not(._sticked) .nav_list .nav_item > .dropdown_curret i {
		color: #fff;
	}
}

@media (max-width:991px) {
	.header._header-white:not(._sticked):not(._active) {
		background: none;
		border-color: transparent;
	}

	.header._header-white:not(._sticked):not(._active) .opener span,
	.header._header-white:not(._sticked):not(._active) .opener::after,
	.header._header-white:not(._sticked):not(._active) .opener::before {
		background-color: #fff;
	}
}


/* ROI Landing Page styles  */
._hero-blue {
	position: relative;
	/* background-color: #389aff; */
	color: #fff;
}
.hero._hero-blue.hero-calculator .col-md-5 p{
	font-size: var(--pmd);
}
._hero-blue .bg-img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: -285px;
}

._hero-blue .bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 100%;
}

.hero_text-cols {
	padding: 85px 0 157px;
	font-weight: 500;
}

.hero_text-cols h1 {
	line-height: 1.125;
	margin: -20px 0 0;
}

.info-section {
	padding: 50px 0 152px;
    position: relative;
    z-index: 3;
}

.info-section .container {
	max-width: 1218px;
}

.info-section .headline {
	margin-bottom: 87px;
}

.info-section .headline h2 {
	margin-bottom: 16px;
}

.info-section .text-area {
	max-width: 600px;
	padding: 81px 0 0;
	margin: 0 auto;
	text-align: center;
}

.info-section .text-area h3 {
	margin-bottom: 12px;
}

.info-cols {
	display: flex;
}

.info-cols_items {
	width: 53.5%;
	padding-right: 55px;
}

.info-cols_items .item {
	background: #fff;
	border-radius: 0 0 45px 0;
	box-shadow: 0 14px 14px 0 rgba(0, 0, 0, 0.1);
	padding: 40px 35px;
	position: relative;
}

.info-cols_items .item:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	content: '';
	height: 10px;
	background: linear-gradient(to right, #389aff 0%,#7abafb 100%);
}

.info-cols_items .item + .item {
	margin-top: 20px;
}

.info-cols_items .h5 {
	font-weight: 400;
	letter-spacing: -0.25px;
	margin-bottom: 0;
}

.info-cols_items .h5 strong {
	display: block;
	font-weight: 700;
}

.info-cols_results {
	width: calc(46.5% - 55px);
	margin-left: 55px;
	padding: 47px 34px;
	background: #f5f5f5;
	border-radius: 0 0 45px 0;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.info-cols_results h3 {
	color: #389AFF;
	margin-bottom: 10px;
}

.info-cols_results p {
	margin-bottom: 38px;
}

.result-item {
	margin-bottom: 26px;
}

.result-item_heading {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.result-item_heading h4 {
	margin: 0;
}

.result-item_value p {
	font-size: 55px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 !important;
}

.result-item_value._hidden {
	filter: blur(10px);
	cursor: default;
}

.result-popup {
	position: relative;
	margin: 0 0 0 8px;
}

.result-popup_opener {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	min-width: 13px;
	height: 13px;
	border: 1px solid #a8a8a8;
	border-radius: 50%;

	font-family: ProximaNova;
	font-size: 10px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	text-align: center;
	color: #777777;
}

.result-popup_opener:hover {
	color: #777777;
}

.result-popup_content {
	display: none;
	position: absolute;
	top: -41px;
	left: calc(100% + 26px);
	z-index: 2;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	width: 210px;
	padding: 32px 12px 35px;
	background: #fff;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -0.18px;
	text-align: center;
	color: #777;
}

.result-popup_content:before {
	position: absolute;
	top: 36px;
	right: 100%;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 16px 11px 0;
	border-color: transparent #fff transparent transparent;
}

.result-popup:hover .result-popup_content {
	display: block;
}

.result-popup_content p {
	margin: 0 !important;
}

.info-cols_bottom {
	padding: 21px 0 5px;
	text-align: center;
}

.info-cols_bottom input {
	margin-bottom: 0;
}

.info-cols_bottom p {
	font-size: 14px;
	color: #777;
	margin: 30px 0 0 !important;
}

.info-cols_bottom .btn {
	margin-top: 26px;
}

/* range slider custom styles */
.irs--flat {
	margin-top: 34px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
	background: none;
	border-radius: 0;
	padding: 32px 0 0;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.23px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	color: rgba(0, 0, 0, 0.25);
	visibility: visible !important;
}

.irs--flat .irs-line {
	top: 0;
	height: 10px;
	border: solid 1px #eae7e7;
	background-color: #f5f5f5;
	border-radius: 12.5px;
}

.irs--flat .irs-bar {
	top: 0;
	height: 10px;
	border-radius: 12.5px;
	background-color: #389aff;
}

.irs--flat .irs-single {
	background: none;
	color: #389aff;
	display: block;
	font-size: 38px;
	font-weight: 400;
	left: inherit !important;
	letter-spacing: -0.65px;
	line-height: 1;
	padding: 0;
	right: 0;
	top: -78px;
	z-index: 2;
}

.irs--flat .irs-single:before {
	display: none;
}

.irs--flat .irs-handle {
	top: -12px;
	width: 15px;
	height: 34px;
	border-radius: 7.5px;
  	border: solid 1px rgba(0, 0, 0, 0.1);
  	background-color: #f9a81a;
}

.irs--flat .irs-handle i {
	display: none !important;
}

/* end range slider custom styles */

._has-decor-wave-top {
	padding-top: 50px;
	position: relative;
	overflow: visible;
}

._has-decor-wave-top:before {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 350px;
	z-index: -1;
	content: '';
	background-color: #fff;
	background-image: url(images/bg-decor-line.png);
	background-size: cover;
	background-position: 50% 100%;
}

.two-tile._has-decor-wave-top p {
	color: #171717;
}

.two-tile._has-decor-wave-top .headline_title {
	font-size: 48px;
	margin-bottom: 30px;
}

.cta-section {
	padding: 94px 0;
	position: relative;
	color: #fff;
}

.cta-section .container {
	position: relative;
	z-index: 2;
}

.cta-section .bg-img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cta-section .bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-section p {
	margin-left: 100px;
	margin-right: 100px;
}


@media (min-width:1600px) {
	._hero-blue .bg-img {
		bottom: -20vw;
	}

	._has-decor-wave-top:before {
		height: 25vw;
	}
}

@media (max-width:1365px) {
	.result-popup_content {
		top: calc(100% + 20px);
		right: -30px;
		left: auto;
	}

	.result-popup_content:before {
		top: auto;
		right: 26px;
		bottom: 100%;
		border-width: 0 11px 16px 11px;
		border-color: transparent transparent #fff transparent;
	}
}

@media (max-width:1279px) {
	.hero_text-cols .row > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.hero_text-cols h1 {
		font-size: 6rem;
	}

	.info-cols_items {
		width: 55%;
		padding-right: 25px;
	}

	.info-cols_results {
		width: calc(45% - 25px);
	}

	.result-item_value p {
		font-size: 50px;
	}
}

@media (max-width:1023px) {
	.hero_text-cols {
		padding: 90px 0;
		text-align: center;
	}

	.hero_text-cols .row > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hero_text-cols h1 {
		margin-bottom: 40px;
	}

	.info-cols {
		display: block;
	}

	.info-cols_items {
		width: auto;
		padding-right: 0;
		padding-bottom: 58px;
	}

	.info-cols_results {
		width: auto;
		margin-left: 0;
	}

	.info-cols_results h3 {
		font-size: 32px;
		line-height: 1.2;
	}

	.result-item_heading h4 {
		font-size: 20px;
	}

	.info-cols_results p {
		margin-bottom: 42px;
	}

	.info-section .text-area {
		padding: 75px 0 0;
	}

	.info-section .text-area h3 {
		font-size: 32px;
	}

	.two-tile._has-decor-wave-top .headline_title {
		font-size: 36px;
	}

	.cta-section {
		padding: 88px 0;
		font-size: 16px;
	}

	.cta-section h2 {
		font-size: 32px;
		line-height: 1.22;
	}
}

@media (max-width:666px) {
	._hero-blue .bg-img {
		bottom: 0;
	}

	.hero_text-cols {
		padding: 30px 0 102px;
	}

	.hero_text-cols h1 {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.info-section {
		padding: 34px 0 85px;
	}

	.info-section .headline {
		margin-bottom: 40px;
	}

	.info-section .headline h2 {
		font-size: 20px;
	}

	.info-cols_items .item {
		border-radius: 0 0 25px 0;
		padding: 18px 25px 10px;
	}

	.info-cols_items .item::before {
		height: 4px;
	}

	.info-cols_items .item + .item {
		margin-top: 17px;
	}

	.info-cols_items .h5 {
		font-size: 14px;
	}

	.irs--flat {
		margin-top: 26px;
	}

	.irs--flat .irs-min,
	.irs--flat .irs-max {
		padding: 20px 0 0;
		font-size: 12px;
		letter-spacing: -0.18px;
	}

	.irs--flat .irs-line,
	.irs--flat .irs-bar {
		height: 8px;
	}

	.irs--flat .irs-single {
		font-size: 22px;
		top: -63px;
	}

	.irs--flat .irs-handle {
		top: -9px;
		height: 25px;
	}

	.info-cols_results {
		padding: 36px 14px 55px;
	}

	.result-item {
		margin-bottom: 38px;
	}

	.result-item_value p {
		font-size: 45px;
	}

	.result-popup {
		margin: 0 0 0 5px;
	}

	.result-popup_content {
		padding: 23px 13px;
		font-size: 12px;
		line-height: 1.25;
	}

	.info-cols_bottom {
		padding: 0;
	}

	._has-decor-wave-top:before {
		height: 25vw;
		background-position: 100% 100%;
	}

	.two-tile._has-decor-wave-top {
		padding-top: 80px !important;
	}

	.two-tile._has-decor-wave-top .two-tile_container {
		overflow: hidden;
		flex-direction: column-reverse;
	}

	.two-tile._has-decor-wave-top .headline_title {
		font-size: 32px;
		margin-bottom: 16px;
	}

	.two-tile._has-decor-wave-top .two-tile_item._image {
		padding-top: 50px;
		margin: 0 auto !important;
	}

	.two-tile p._lg {
		font-size: 16px !important;
	}

	.cta-section p {
		margin-left: 0;
		margin-right: 0;
	}
}

/* end ROI Landing Page styles  */

.page-template-resources #main {
	padding: 0 !important;
}

#page-resources {
}

#page-resources .container {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
	width: 1200px;
}

/**/

.re-intro {
	background-image: url(images/bg-hero-section.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 105px 0 55px;
}

.re-intro .box-label {
	color: #000;
	font-size: 22px;
	line-height: 125%;
	margin: 0 0 5px;
	text-align: center;
}

.re-intro .box-heading {
	color: #389aff;
	font-size: 50px;
	font-weight: 800;
	line-height: 125%;
	margin: 0 0 30px;
	text-align: center;
}

.re-intro .box-content {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 540px;
}

.re-intro .box-content p {
	color: #777777;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 20px;
	text-align: center;
}

.re-intro .box-content p:last-child {
	margin: 0;
}

@media (max-width: 1024px) {
	.re-intro {
		padding: 140px 0 30px;
	}
}

@media (max-width: 768px) {
	.re-intro {
		padding: 140px 0 40px;
	}
	.re-intro .box-heading {
		font-size: 36px;
		margin: 0 0 20px;
	}
}

/**/

.re-resources {
	padding: 40px 0 95px;
}

.re-resources .box-admin {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 0 0 10px;
}

.re-resources .box-search {
}

.re-resources .box-search form {
	display: flex;
	position: relative;
	width: 425px;
}

.re-resources .box-search input[type="text"] {
	border: 1px solid #eaeaea;
	border-radius: 25px 0 0 25px;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	line-height: 125%;
	padding: 13px 25px;
	width: calc(100% - 50px);
}

.re-resources .box-search input[type="text"]:focus {
	border: 1px solid #eaeaea;
}

.re-resources .box-search input[type="text"]::-webkit-input-placeholder {
	color: #cacaca;
}

.re-resources .box-search input[type="text"]::-moz-placeholder {
	color: #cacaca;
}

.re-resources .box-search input[type="text"]:-ms-input-placeholder {
	color: #cacaca;
}

.re-resources .box-search input[type="text"]:-moz-placeholder {
	color: #cacaca;
}

.re-resources .box-search input[type="submit"] {
	background: url(images/icon-search.svg) no-repeat 50% 50% #389aff;
	background-size: 16px;
	border: none;
	border-radius: 0 25px 25px 0;
	font-size: 0;
	padding: 0;
	width: 50px;
}

@media (max-width: 1024px) {
	.re-resources {
		padding: 0 0 95px;
	}
	.re-resources .box-admin {
		display: block;
		margin: 0;
	}
	.re-resources .box-search {
		background-image: url(images/bg-hero-section.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		justify-content: center;
		margin: 0 -20px;
		padding: 0 20px 65px;
	}
}

/**/

.re-resources .box-filters {
}

.re-resources .box-filters .mobile-trigger {
	color: #389aff;
	cursor: pointer;
	display: none;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.23px;
	line-height: 125%;
	position: relative;
	width: 100%;
}

.re-resources .box-filters .mobile-trigger:after {
	border-bottom: 3px solid #389aff;
	border-right: 3px solid #389aff;
	content: '';
	display: block;
	height: 15px;
	position: absolute;
	right: 3px;
	transform: rotate(45deg);
	top: 0;
	width: 15px;
}

.re-resources .box-filters.active .mobile-trigger:after {
	transform: rotate(-135deg);
	top: 8px;
}

.re-resources .box-filters ul {
	display: flex;
	list-style: none;
	margin: 0 -20px;
	padding: 0;
}

.re-resources .box-filters ul li {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

.re-resources .box-filters ul li:before {
	display: none;
}

.re-resources .box-filters ul li a {
	background: none;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.23px;
	line-height: 125%;
	padding: 0;
}

.re-resources .box-filters ul li a.current {
	color: #c0c0c0;
}

@media (max-width: 1024px) {
	.re-resources .box-filters {
		border-bottom: 1px solid #eaeaea;
		display: flex;
		justify-content: center;
		padding: 30px 0;
	}
}

@media (max-width: 768px) {
	.re-resources .box-filters .mobile-trigger {
		display: block;
	}
	.re-resources .box-filters {
		display: block;
	}
	.re-resources .box-filters ul {
		display: none;
		margin: 20px 0 0;
	}
	.re-resources .box-filters.active ul {
		display: block;
	}
	.re-resources .box-filters ul li {
		padding: 0 0 15px;
	}
	.re-resources .box-filters ul li:last-child {
		padding: 0;
	}
}

/**/

.re-resources .box-description {
	max-width: 100%;
	width: 500px;
}

.re-resources .box-description p {
	color: #777777;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 20px;
}

.re-resources .box-description p:last-child {
	margin: 0;
}

@media (max-width: 1024px) {
	.re-resources .box-description {
		padding: 50px 0 45px;
		width: 100%;
	}
}

/**/

.re-resources .box-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
	padding: 40px 35px 0;
}

.re-resources .box-items .box-item {
	padding: 0 12px 24px;
	width: 33.3333%;
}

.re-resources .box-items .box-item-box {
    background-image: linear-gradient(to left, #f7f7f7 100%, #f7f7f7 0%);
    border-radius: 25px;
	height: 100%;
    overflow: hidden;
    padding: 80px 30px 100px;
    position: relative;
}

.re-resources .box-items .box-item-cat {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	margin: 0 0 5px;
	position: relative;
	z-index: 4;
}

.re-resources .box-items .box-item-box:hover .box-item-cat {
	opacity: 0;
}

.re-resources .box-items .webinars .box-item-cat {
	color: #ea1d6f;
}
.re-resources .box-items .guides .box-item-cat {
	color: #edaa42;
}

.re-resources .box-items .case-studies .box-item-cat {
	color: #389aff;
}

.re-resources .box-items .box-item-title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: 125%;
	margin: 0;
	position: relative;
	z-index: 3;
}

.re-resources .box-items .box-item-box:hover .box-item-title {
	color: #fff;
}

.re-resources .box-items .box-item-link {
	background: url(images/image-cat1.svg) no-repeat 100% 100%;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

.re-resources .box-items .webinars .box-item-link {
	background: url(images/image-cat2.svg) no-repeat 100% 100%;
}

.re-resources .box-items .guides .box-item-link {
	background: url(images/image-cat3.svg) no-repeat 100% 100%;
}

.re-resources .box-items .case-studies .box-item-link {
	background: url(images/image-cat4.svg) no-repeat 100% 100%;
}

.re-resources .box-items .box-item-box:hover .box-item-link {
	opacity: 0;
}

.re-resources .box-items .box-item-image {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.re-resources .box-items .box-item-box:hover img {
	opacity: 1;
}

.re-resources .box-items .box-item-box:before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.re-resources .box-items .box-item-box:hover:before {
	background-color: rgba(136, 136, 136, 0.75);
}

.re-resources .box-items .webinars .box-item-box:hover:before {
	background-color: rgba(234, 29, 111, 0.75);
}
.re-resources .box-items .guides .box-item-box:hover:before {
	background-color: rgba(237, 170, 66, 0.75);
}

.re-resources .box-items .case-studies .box-item-box:hover:before {
	background-color: rgba(56, 154, 255, 0.75);
}

.re-resources .box-more {
	display: flex;
	justify-content: center;
	padding: 60px 0 0;
}

.re-resources .box-more a {
	color: #bdbdbd;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.23px;
	line-height: 125%;
	padding: 0 18px 0 0;
	position: relative;
}

.re-resources .box-more a:after {
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    content: '';
    display: block;
    height: 9px;
    position: absolute;
    right: 0;
    top: 4px;
    transform: rotate(45deg);
    width: 9px;
}

@media (max-width: 1024px) {
	.re-resources .box-items {
		padding: 0;
	}
	.re-resources .box-items .box-item {
		width: 50%;
	}
	.re-resources .box-more {
		padding: 15px 0 0;
	}
}

@media (max-width: 768px) {
	.re-resources .box-items .box-item {
		width: 100%;
	}
}

/**/

.re-cta {
	background-image: linear-gradient(to right, #228fff 18%, #5daaf9);
}

.re-cta .box-cols {
	display: flex;
	justify-content: space-between;
}

.re-cta .box-content {
	padding: 110px 0;
	width: 38%;
}

.re-cta .box-heading {
	color: #fff;
	font-size: 32px;
	letter-spacing: -0.4px;
	line-height: 125%;
	margin: 0 0 25px;
}

.re-cta .box-text {
	margin: 0 0 30px;
}

.re-cta .box-text p {
	color: #fff;
    font-size: 20px;
    letter-spacing: -0.25px;
    line-height: 140%;
    margin: 0 0 20px;
}

.re-cta .box-text p:last-child {
	margin: 0;
}

.re-cta .box-buttons {
	display: flex;
	margin: 0 -7px;
}

.re-cta .box-buttons .box-button {
	padding: 0 7px;
	width: 50%;
}

.re-cta .box-buttons .box-button a {
	background-color: #ea1d6f;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.18px;
	line-height: 125%;
	padding: 12px 15px;
	text-align: center;
	width: 100%;
}

.re-cta .box-image {
	padding: 60px 0;
	width: 55%;
}

.re-cta .box-image img {
	display: block;
	margin: 0 0 -160px;
	max-width: none;
	width: 120%;
}

@media (max-width: 1500px) {
	.re-cta .box-image img {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.re-cta .box-cols {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		width: 600px;
	}
	.re-cta .box-content {
		padding: 85px 0 40px;
		width: 100%;
	}
	.re-cta .box-heading {
		text-align: center;
	}
	.re-cta .box-text p {
		text-align: center;
	}
	.re-cta .box-image {
		padding: 10px 0 55px;
		width: 100%;
	}
	.re-cta .box-image img {
		margin: 0;
	}
}

@media (max-width: 768px) {
	.re-cta .box-buttons {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		width: 300px;
	}
	.re-cta .box-buttons .box-button {
		margin: 0 0 15px;
		padding: 0;
		width: 100%;
	}
	.re-cta .box-buttons .box-button:last-child {
		margin: 0;
	}
}

/**/

.re-clients {
	padding: 140px 0 120px;
}

.re-clients .box-heading {
	color: #171717;
	display: block;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 125%;
	margin: 0 0 20px;
	text-align: center;
}

.re-clients .box-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.re-clients .box-items .box-item {
	padding: 35px 15px;
	width: calc(100% / 6);
}

.re-clients .box-items .box-item img {
	display: block;
	margin: 0 auto;
	max-height: 40px;
	max-width: 120px;
}

@media (max-width: 1024px) {
	.re-clients {
		padding: 105px 0 120px;
	}
	.re-clients .box-items .box-item {
		padding: 25px 15px;
		width: 25%;
	}
}

@media (max-width: 768px) {
	.re-clients .box-heading {
		margin: 0 0 30px;
	}
	.re-clients .box-items .box-item {
		padding: 20px 10px;
		width: 33.3333%;
	}
}

@media (max-width: 480px) {
	.re-clients .box-items .box-item img {
		max-width: 100%;
	}
}

/* PAGE: PRICING */

.page-template-pricing #main {
	padding: 0 !important;
}

.page-template-pricing .header:not(._sticked) {
	background: none;
	border: none;
}

/**/

.cm-plans {
	padding: 150px 0 50px;
	position: relative;
}

.cm-plans:before {
	background-color: #389aff;
	content: '';
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.cm-plans .box {
}

.cm-plans .box-heading {
	color: #fff;
	font-size: 78px;
	letter-spacing: -1px;
	line-height: 100%;
	margin: 0 0 80px;
	text-align: center;
}

.cm-plans .box-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}

.cm-plans .box-item {
	padding: 15px;
	width: 33.3333%;
}

.cm-plans .box-item-box {
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 2px 5px 20px 3px rgb(0 0 0 / 7%);
	display: flex;
	flex-direction: column;
    height: 100%;
    padding: 40px 30px 60px;
}

.cm-plans .box-title {
	color: #171717;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 100%;
	margin: 0 0 10px;
	text-align: center;
}

.cm-plans .box-text {
	margin: 0 0 5px;
	min-height: 80px;
}

.cm-plans .box-text p {
	font-size: 20px;
	letter-spacing: -0.25px;
	line-height: 130%;
	margin: 0 0 20px;
	text-align: center;
}

.cm-plans .box-text p:last-child {
	margin: 0;
}

.cm-plans .box-price {
	display: flex;
	justify-content: center;
	margin: 0 0 25px;
	min-height: 40px;
}

.cm-plans .box-price-inner {
	position: relative;
}

.cm-plans .box-price-inner span {
	color: #171717;
	display: block;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 100%;
}

.cm-plans .box-price-inner .tooltip {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	bottom: 100%;
	display: none;
	font-size: 14px;
	left: calc(100% - 20px);
	line-height: 100%;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 150px;
}

.cm-plans .box-price-inner:hover .tooltip {
	display: block;
}

.cm-plans .box-button {
	display: flex;
	justify-content: center;
	margin: 0 0 35px;
}

.cm-plans .box-button a {
	background-color: #ea1d64;
	border-radius: 23px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.2px;
	line-height: 100%;
	min-width: 170px;
	padding: 15px 10px;
	text-align: center;
}

.cm-plans .box-description {
	color: #777777;
	font-size: 16px;
	letter-spacing: -0.3px;
	line-height: 100%;
	min-height: 20px;
	text-align: center;
}

.cm-plans .box-list {
	flex: 1;
	margin: 0;
	padding: 30px 0 0;
}

.cm-plans .box-list li {
	color: #171717;
	font-size: 20px;
	letter-spacing: -0.25px;
	line-height: 130%;
	margin: 0 0 20px;
	text-align: center;
}

.cm-plans .box-list li:last-child {
	margin: 0;
}

.cm-plans .box-link {
	display: flex;
	justify-content: center;
	padding: 50px 0 0;
}

.cm-plans .box-link a {
	color: #389aff;
	font-size: 20px;
	letter-spacing: -0.25px;
	line-height: 100%;
}

@media (max-width: 1024px) {
	.cm-plans:before {
		height: 415px;
	}
	.cm-plans .box-heading {
		font-size: 48px;
	}
	.cm-plans .box-item-box {
		padding: 25px;
	}
	.cm-plans .box-title {
		font-size: 32px;
	}
	.cm-plans .box-text {
		margin: 0 0 15px;
		min-height: 60px;
	}
	.cm-plans .box-text p {
		font-size: 16px;
	}
	.cm-plans .box-price {
		font-size: 32px;
	}
	.cm-plans .box-button {
		margin: 0 0 25px;
	}
	.cm-plans .box-list {
		padding: 10px 0 0;
	}
	.cm-plans .box-list li {
		font-size: 16px;
		line-height: 125%;
		margin: 0 0 10px;
	}
	.cm-plans .box-list li:last-child {
		margin: 0;
	}
	.cm-plans .box-link a {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.cm-plans .box-item {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.cm-plans {
		padding: 100px 0 50px;
	}
	.cm-plans .box-heading {
		margin: 0 0 15px;
	}
	.cm-plans .box-item {
		width: 100%;
	}
	.cm-plans .box-text {
		min-height: 0;
	}
	.cm-plans .box-price {
		margin: 0 0 15px;
		min-height: 0;
	}
	.cm-plans .box-price-inner .tooltip {
		display: none;
	}
	.cm-plans .box-button a {
		max-width: 300px;
		width: 100%;
	}
	.cm-plans .box-description {
		min-height: 0;
	}
	.cm-plans .box-link {
		display: none;
	}
}

/**/

.cm-mobile-list {
	display: none;
	padding: 30px 0 60px;
}

.cm-mobile-list .box-heading {
	color: #171717;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.4px;
	line-height: 100%;
	margin: 0 0 35px;
	text-align: center;
}

.cm-mobile-list .box-items {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.cm-mobile-list .box-item {
	background-image: url(images/icon-check2.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 29px 29px;
	color: #171717;
	font-size: 20px;
	letter-spacing: -0.25px;
	line-height: 125%;
	margin: 0 0 23px;
	padding: 3px 0 0 38px;
}

.cm-mobile-list .box-item:last-child {
	margin: 0;
}

@media (max-width: 768px) {
	.cm-mobile-list {
		display: block;
	}
}

/**/

.cm-grid {
	padding: 50px 0 0;
}

.cm-grid .box {
}

.cm-grid .box-heading {
	color: #171717;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 100%;
	margin: 0 0 40px;
	text-align: center;
}

.cm-grid .box-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cm-grid .box-item {
	padding: 0 50px 50px;
	width: 33.33%;
}

.cm-grid .box-icon {
	margin: 0 0 25px;
}

.cm-grid .box-icon img {
	display: block;
	height: 164px;
	margin: 0 auto;
	width: auto;
}

.cm-grid .box-title {
	color: #171717;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 100%;
	margin: 0 0 15px;
	text-align: center;
}

.cm-grid .box-text {
}

.cm-grid .box-text p {
	color: #777777;
	font-size: 16px;
	letter-spacing: -0.3px;
	margin: 0 0 20px;
	text-align: center;
}

.cm-grid .box-text p:last-child {
	margin: 0;
}

@media (max-width: 1024px) {
	.cm-grid .box-heading {
		font-size: 32px;
	}
	.cm-grid .box-item {
		padding: 0 25px 50px;
		width: 50%;
	}
}

@media (max-width: 768px) {
	.cm-grid {
		display: none;
	}
}

/**/

.cm-customers {
	padding: 90px 0 165px;
}

.cm-customers .box {
}

.cm-customers .box-heading {
	color: #171717;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 100%;
	margin: 0 0 30px;
	text-align: center;
}

.cm-customers .box-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cm-customers .box-image {
	padding: 30px;
}

.cm-customers .box-image img {
	display: block;
	max-height: 40px;
	max-width: 210px;
}

@media (max-width: 1024px) {
	.cm-customers {
		padding: 90px 0 100px;
	}
	.cm-customers .box-heading {
		font-size: 32px;
	}
}

@media (max-width: 480px) {
	.cm-customers {
		padding: 90px 0 140px;
	}
	.cm-customers .box-images {
		display: block;
	}
	.cm-customers .box-image {
		padding: 20px;
	}
	.cm-customers .box-image img {
		margin: 0 auto;
	}
}

/**/

.cm-details {
	padding: 105px 0 160px;
	position: relative;
}

.cm-details:before {
	background-color: #f5f5f5;
	content: '';
	height: 515px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.cm-details .box {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

.cm-details .box-heading {
	color: #131415;
	font-size: 78px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 100%;
	margin: 0 0 50px;
	text-align: center;
}

.cm-details .box-table {
	background-color: #ffffff;
	box-shadow: 2px 5px 20px 3px rgba(0, 0, 0, 0.07);
}

.cm-details .table-head {
	background-color: #389aff;
}

.cm-details .table-head .trow {
	display: flex;
	flex-wrap: wrap;
}

.cm-details .table-head .trow .tcol {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.3px;
	line-height: 100%;
	padding: 25px 20px;
	text-align: center;
}

.cm-details .table-head .trow .tcol.tcol-1 {
	text-align: left;
	width: 200px;
}

.cm-details .table-head .trow .tcol.tcol-2 {
	width: calc(100% - 650px);
}

.cm-details .table-head .trow .tcol.tcol-3 {
	width: 150px;
}

.cm-details .table-head .trow .tcol.tcol-4 {
	width: 150px;
}

.cm-details .table-head .trow .tcol.tcol-5 {
	width: 150px;
}

.cm-details .table-body {
}

.cm-details .table-group {
}

.cm-details .table-group-heading {
	background-color: #f5f5f5;
	font-size: 16px;
	line-height: 100%;
	margin: 0;
	padding: 24px 20px;
}

.cm-details .table-group-body {
}

.cm-details .table-group-body .trow {
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	flex-wrap: wrap;
}

.cm-details .table-group-body .trow:last-child {
	border: none;
}

.cm-details .table-group-body .trow .tcol {
	padding: 16px 20px;
}

.cm-details .table-group-body .trow .tcol.tcol-1 {
	color: #757575;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.27px;
	line-height: 125%;
	width: 200px;
}

.cm-details .table-group-body .trow .tcol.tcol-2 {
	border-right: 1px solid #f0f0f0;
	color: #777;
	font-size: 14px;
	letter-spacing: -0.27px;
	line-height: 125%;
	width: calc(100% - 650px);
}

.cm-details .table-group-body .trow .tcol.tcol-3 {
	border-right: 1px solid #f0f0f0;
	width: 150px;
}

.cm-details .table-group-body .trow .tcol.tcol-4 {
	border-right: 1px solid #f0f0f0;
	width: 150px;
}

.cm-details .table-group-body .trow .tcol.tcol-5 {
	width: 150px;
}

.cm-details .table-group-body .trow .tcol.tcol-checked {
	align-items: center;
	display: flex;
	justify-content: center;
}

.cm-details .table-group-body .trow .tcol.tcol-checked:before {
	background-image: url(images/icon-check.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	content: '';
	display: block;
	height: 24px;
	width: 24px;
}

.cm-details .table-group-body .trow .tcol.tcol-limited {
	align-items: center;
	display: flex;
	justify-content: center;
}

.cm-details .table-group-body .trow .tcol.tcol-limited:before {
	color: #777;
	content: 'Limited';
	display: block;
	font-size: 16px;
	letter-spacing: -0.23px;
	line-height: 100%;
}

@media (max-width: 1024px) {
	.cm-details {
		padding: 100px 0;
	}
	.cm-details .box-heading {
		font-size: 50px;
	}
	.cm-details .table-head .trow .tcol {
		font-size: 18px;
	}
	.cm-details .table-head .trow .tcol.tcol-1 {
		width: 150px;
	}
	.cm-details .table-head .trow .tcol.tcol-2 {
		width: calc(100% - 510px);
	}
	.cm-details .table-head .trow .tcol.tcol-3 {
		width: 120px;
	}
	.cm-details .table-head .trow .tcol.tcol-4 {
		width: 120px;
	}
	.cm-details .table-head .trow .tcol.tcol-5 {
		width: 120px;
	}
	.cm-details .table-group-body .trow .tcol.tcol-1 {
		width: 150px;
	}
	.cm-details .table-group-body .trow .tcol.tcol-2 {
		width: calc(100% - 510px);
	}
	.cm-details .table-group-body .trow .tcol.tcol-3 {
		width: 120px;
	}
	.cm-details .table-group-body .trow .tcol.tcol-4 {
		width: 120px;
	}
	.cm-details .table-group-body .trow .tcol.tcol-5 {
		width: 120px;
	}
}

@media (max-width: 768px) {
	.cm-details {
		display: none;
	}
}

/**/

.cm-faqs {
	background-color: #f5f5f5;
	margin: 0 0 50px;
	padding: 90px 0;
}

.cm-faqs .box {
	display: block;
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}

.cm-faqs .box-heading {
	color: #171717;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -0.6px;
	margin: 0 0 50px;
	text-align: center;
}

.cm-faqs .box-items {
	border-top: 1px solid #e0e0e0;
	margin: 0 0 50px;
}

.cm-faqs .box-item {
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	padding: 25px 100px 25px 0;
	position: relative;
}

.cm-faqs .box-item:after {
	background-image: url(images/icon-chevron.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 34px 34px;
	content: '';
	display: block;
	height: 34px;
	position: absolute;
	right: 0;
	top: 25px;
	width: 34px;
}

.cm-faqs .box-item.active:after {
	transform: rotate(180deg);
}

.cm-faqs .box-question {
	color: #171717;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.2px;
	line-height: 150%;
}

.cm-faqs .box-answer {
	display: none;
	padding: 15px 0 0;
}

.cm-faqs .box-item.active .box-answer {
	display: block;
}

.cm-faqs .box-answer p {
	color: #000;
	font-size: 16px;
	letter-spacing: -0.2px;
	line-height: 130%;
	margin: 0 0 20px;
}

.cm-faqs .box-answer p:last-child {
	margin: 0;
}

.cm-faqs .box-bottom {
}

.cm-faqs .box-bottom p {
	color: #171717;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: center;
}

.cm-faqs .box-bottom p:last-child {
	margin: 0;
}

.cm-faqs .box-bottom p a {
	color: #389aff;
}

@media (max-width: 768px) {
	.cm-faqs {
		margin: 0 0 30px;
		padding: 75px 0;
	}
	.cm-faqs .box-heading {
		font-size: 32px;
		margin: 0 0 35px;
	}
	.cm-faqs .box-items {
		margin: 0 0 30px;
	}
	.cm-faqs .box-item {
		padding: 20px 45px 20px 0;
	}
	.cm-faqs .box-item:after {
		background-size: 24px 24px;
		height: 24px;
		top: 20px;
		width: 24px;
	}
}

/**/

#page-alt {
	border-bottom: 14px solid #f5f5f5;
	padding: 50px 0 130px;
}

.page-container {
	display: block;
	margin: 0 auto;
	max-width: 840px;
	padding: 0 20px;
	width: 100%;
}

.page-breadcrumbs {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.2px;
	line-height: 125%;
	margin: 0 0 45px;
}

.page-breadcrumbs a {
	color: #000;
}

@media (max-width: 768px) {
	#page-alt {
		padding: 40px 0 50px;
	}
	.page-breadcrumbs {
		display: none;
	}
}

/**/

.page-content {
}

.page-content h1 {
	color: #171717;
	font-size: 55px;
	font-weight: 700;
	letter-spacing: -0.6px;
	line-height: 125%;
	margin: 0 0 65px;
}

.page-content h3 {
	color: #171717;
	font-size: 24px;
	letter-spacing: -0.3px;
	line-height: 125%;
	margin: 0 0 20px;
}

.page-content h3.text-blue {
	color: #389aff;
}

.page-content h4 {
	font-size: 16px;
    line-height: 140%;
    margin: 0;
}

.page-content p {
	font-size: 16px;
	line-height: 140%;
	margin: 0 0 30px;
}

.page-content p a {
	color: #389aff;
}

.page-content ul {
	margin: 0 0 30px;
	padding: 0 0 0 30px;
}

.page-content ul li {
	font-size: 16px;
	letter-spacing: -0.2px;
	line-height: 175%;
	margin: 0 0 5px !important;
	padding: 0 0 0 20px;
}

.page-content ul li:last-child {
	margin: 0 !important;
}

.page-content blockquote {
	border-bottom: 4px solid #389aff;
	border-top: 4px solid #389aff;
	margin: 70px 0;
	padding: 35px 0;
}

.page-content blockquote p {
	font-size: 20px;
	font-style: normal;
	line-height: 1.3;
}

.page-content blockquote p:before, .page-content blockquote p:after {
	display: none;
}

.page-content blockquote p b {
}

.page-content hr {
	border: none;
	border-bottom: 4px solid #f0f0f0;
	margin: 50px 0;
}

@media (max-width: 768px) {
	.page-content h1 {
		font-size: 36px;
		margin: 0 0 30px;
	}
	.page-content h3 {
		font-size: 20px;
		margin: 0 0 10px;
	}
	.page-content ul {
		margin: 0 0 40px;
		padding: 0 0 0 15px;
	}
	.page-content blockquote {
		margin: 50px 0;
		padding: 30px 0;
	}
	.page-content blockquote p {
		font-size: 18px;
	}
}

/**/

.page-content .table-wrapper {
	margin: 0 0 90px;
}

.page-content table {
	margin: 0;
}

.page-content table thead tr {
	background-color: #f5f5f5;
}

.page-content table thead tr th {
	border: none;
	color: #171717;
	font-size: 20px;
	letter-spacing: -0.25px;
	line-height: 130%;
	padding: 10px 20px;
}

.page-content table thead tr th:nth-child(1) {
	width: 270px;
}

.page-content table thead tr th:nth-child(2) {
	width: 150px;
}

.page-content table tbody tr {
}

.page-content table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}

.page-content table tbody tr td {
	border: none;
	color: #171717;
	font-size: 16px;
	letter-spacing: -0.2px;
	line-height: 130%;
	padding: 15px 20px;
}

.page-content table tbody tr td:nth-child(3) {
	text-align: left;
}

@media (max-width: 768px) {
	.page-content .table-wrapper {
		overflow: auto;
	}
	.page-content table {
		width: 710px;
	}
	.page-content table thead tr th {
		font-size: 16px;
	}
}

/**/

#page-get {
	align-items: flex-start;
	background-color: #f4f4f4;
	display: flex;
	justify-content: center;
	min-height: 800px;
	padding: 80px 0;
}

#page-get .box {
	background-color: #fff;
	max-width: 500px;
	padding: 80px 70px 90px;
	width: 100%;
}

@media (max-width: 480px) {
	#page-get {
		align-items: normal;
		padding: 0;
	}
	#page-get .box {
		padding: 60px 20px;
	}
}

/**/

#page-get .box-form {
}

#page-get .box-form-heading {
	font-size: 30px;
	font-weight: 800;
	line-height: 125%;
	margin: 0 0 10px;
	text-align: center;
}

#page-get .box-form-content {
	margin: 0 0 35px;
}

#page-get .box-form-content p {
	font-size: 16px;
	line-height: 125%;
	margin: 0 0 20px;
	text-align: center;
}

#page-get .box-form-content p:last-child {
	margin: 0;
}

#page-get .box-form-code {
	display: block;
	margin: 0 auto;
	max-width: 345px;
	width: 100%;
}

#page-get .hbspt-form {
}

#page-get .hbspt-form .hs_email {
}

#page-get .hbspt-form .hs_email label {
	display: none;
}

#page-get .hbspt-form .hs_email input[type="email"] {
	background-color: #f5f5f5;
	border: none;
	box-shadow: none;
	display: block;
	line-height: 100%;
	padding: 15px;
	width: 100%;
}

#page-get .hbspt-form .hs_submit {
	margin: 45px 0 0;
}

#page-get .hbspt-form .hs_submit input[type="submit"] {
	background-color: #389aff;
	border: none;
	display: block;
	line-height: 100%;
	margin: 0 auto;
	max-width: 200px;
	padding: 14px 25px;
	width: 100%;
}

#page-get .hs_error_rollup {
	margin: 5px 0 0;
}

#page-get .hs-error-msgs {
	font-size: 12px;
	margin: 0;
}

#page-get .hs-error-msgs label {
	line-height: 125%;
	padding: 0;
}

#page-get .submitted-message {
	background-color: #3a3a3a;
	color: #fff;
	font-size: 16px;
	line-height: 125%;
	padding: 20px 15px;
	text-align: center;
}

@media (max-width: 480px) {
	#page-get .box-form-heading {
		font-size: 36px;
	}
	#page-get .hbspt-form .hs_submit {
		margin: 40px 0 0;
	}
	#page-get .hbspt-form .hs_submit input[type="submit"] {
		max-width: 280px;
	}
}

/**/

#page-get .box-thank {
}

#page-get .box-thank-image {
	margin: 0 0 55px;
}

#page-get .box-thank-image img {
	display: block;
	margin: 0 auto;
}

#page-get .box-thank-heading {
	font-size: 36px;
	font-weight: 800;
	line-height: 125%;
	margin: 0 0 15px;
	text-align: center;
}

#page-get .box-thank-content {
	display: block;
	margin: 0 auto;
	max-width: 345px;
	width: 100%;
}

#page-get .box-thank-content p {
	font-size: 14px;
	line-height: 125%;
	margin: 0 0 20px;
	text-align: center;
}

#page-get .box-thank-content p:last-child {
	margin: 0;
}

#page-get .box-thank-content p a {
	color: #389aff;
}

@media (max-width: 480px) {
	#page-get .box-thank-image {
		margin: 0 0 45px;
	}
	#page-get .box-thank-image img {
		width: 115px;
	}
	#page-get .box-thank-content p {
		font-size: 20px;
	}
}

/**/

#page-cm {
    border-bottom: 14px solid #f5f5f5;
}

#page-cm.bg-gray {
    background-color: #f5f5f5;
}

/**/

.cma-intro {
    overflow: hidden;
    padding: 35px 0 0;
}

.cma-intro .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cma-intro .box-left {
    width: 420px;
}

.cma-intro .box-heading {
    color: #000;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -0.62px;
    line-height: 100%;
    margin: 0 0 40px;
}

.cma-intro .box-heading span {
    color: #389aff;
}

.cma-intro .box-content {
    display: block;
    margin: 0 0 40px;
    max-width: 380px;
    width: 100%;
}

.cma-intro .box-content p {
    color: #777;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 20px;
}

.cma-intro .box-content p:last-child {
    margin: 0;
}

.cma-intro .box-buttons {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}

.cma-intro .box-button {
    padding: 0 10px;
    width: 50%;
}

.cma-intro .box-button a {
    background-color: #ea1d6f;
    border: 2px solid #ea1d6f;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    padding: 12px 15px;
    text-align: center;
}

.cma-intro .box-button.outline a {
    background-color: #fff;
    color: #ea1d6f;
}

.cma-intro .box-button a:hover, .cma-intro .box-button.outline a:hover {
    background-color: #c41250;
    border-color: #c41250;
    color: #fff;
}

@media (max-width: 768px){
    .cma-intro {
        padding: 60px 0;
    }
    .cma-intro .box.box-mobile-center {
        text-align: center;
    }
    .cma-intro .box-left {
        width: 100%;
    }
    .cma-intro .box-heading {
        font-size: 40px;
    }
    .cma-intro .box-content {
        max-width: 100%;
    }
    .cma-intro .box.box-mobile-center .box-content {
        padding: 0 25px;
    }
    .cma-intro .box-buttons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .cma-intro .box-buttons {
        display: block;
    }
    .cma-intro .box-button {
        margin: 0 0 20px;
        width: 100%;
    }
    .cma-intro .box-button:last-child {
        margin: 0;
    }
}

.cma-intro .box-right {
    width: calc(100% - 590px);
}

.cma-intro .box-right.larger {
    width: calc(100% - 420px);
}

.cma-intro .box-image img {
    display: block;
}

.cma-intro .box-right.larger .box-image img {
    max-height: 600px;
    max-width: none;
}

@media (max-width: 1024px) {
    .cma-intro .box-right.larger .box-image img {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .cma-intro .box-right {
        display: none;
    }
}

/**/

.cma-customers {
    padding: 0 0 90px;
}

.cma-customers .box {
}

.cma-customers .box-heading {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 100%;
    margin: 0 0 20px;
    text-align: center;
}

.cma-customers .box-items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cma-customers .box-item {
    padding: 15px 40px;
}

.cma-customers .box-item img {
    display: block;
    max-height: 35px;
    max-width: 140px;
}

@media (max-width: 768px) {
    .cma-customers .box-item {
        max-width: 50%;
        padding: 15px 20px;
    }
}

/**/

.cma-ci {
    background-image: linear-gradient(to left, #fafafa 100%, #f7f7f7 0%);
    padding: 140px 0;
}

.cma-ci .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cma-ci .box.box-reverse {
    flex-direction: row-reverse;
}

.cma-ci .box-left {
    width: 38%;
}

.cma-ci .box-heading {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.4px;
    line-height: 125%;
    margin: 0 0 40px;
}

.cma-ci .box-heading span {
    color: #389aff;
}

.cma-ci .box-content {
    margin: 0 0 35px;
    max-width: 450px;
    width: 100%;
}

.cma-ci .box-content p {
    color: #777;
    font-size: 20px;
    line-height: 135%;
    margin: 0 0 20px;
}

.cma-ci .box-content p:last-child {
    margin: 0;
}

.cma-ci .box-list {
    margin: 0;
}

.cma-ci .box-list li {
    color: #777;
    font-size: 20px;
    line-height: 135%;
    margin: 0 0 25px;
    padding: 0 0 0 40px;
    position: relative;
}

.cma-ci .box-list li:before {
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}

.cma-ci .box-list li:nth-child(4n + 1):before {
    background: url(images/bullet-style1.svg) no-repeat 0 0;
    background-size: 20px 20px;
}

.cma-ci .box-list li:nth-child(4n + 2):before {
    background: url(images/bullet-style2.svg) no-repeat 0 0;
    background-size: 20px 20px;
}

.cma-ci .box-list li:nth-child(4n + 3):before {
    background: url(images/bullet-style3.svg) no-repeat 0 0;
    background-size: 20px 20px;
}

.cma-ci .box-list li:nth-child(4n + 4):before {
    background: url(images/bullet-style4.svg) no-repeat 0 0;
    background-size: 20px 20px;
}

.cma-ci .box-list li:last-child {
    margin: 0;
}

.cma-ci .box-link {
    display: flex;
    margin: 60px 0 0;
}

.cma-ci .box-link a {
    color: #ea1d6f;
    font-size: 20px;
    line-height: 125%;
    text-decoration: underline;
}

.cma-ci .box-right {
    width: 47%;
}

.cma-ci .box-image {
}

.cma-ci .box-image img {
    display: block;
}

@media (max-width: 1024px) {
    .cma-ci {
        padding: 95px 0;
    }
    .cma-ci .box {
        display: block;
    }
    .cma-ci .box-left {
        margin: 0 0 50px;
        width: 100%;
    }
    .cma-ci .box-content {
        max-width: 100%;
    }
    .cma-ci .box-right {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
}

/**/

.cma-cv {
    background-color: #fff;
    padding: 155px 0;
}

.cma-cv .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cma-cv .box-left {
    width: 35%;
}

.cma-cv .box-heading {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.4px;
    line-height: 125%;
    margin: 0 0 40px;
}

.cma-cv .box-heading span {
    color: #389aff;
}

.cma-cv .box-content {
}

.cma-cv .box-content p {
    color: #777;
    font-size: 20px;
    line-height: 135%;
    margin: 0 0 20px;
}

.cma-cv .box-content p:last-child {
    margin: 0;
}

.cma-cv .box-right {
    width: 57%;
}

.cma-cv .box-video {
    border: 2px solid #DFDFDF;
}

@media (max-width: 768px) {
    .cma-cv {
        padding: 90px 0 110px;
    }
    .cma-cv .box {
        display: block;
    }
    .cma-cv .box-left {
        margin: 0 0 55px;
        width: 100%;
    }
    .cma-cv .box-heading {
        margin: 0 0 50px;
        text-align: center;
    }
    .cma-cv .box-content p {
        font-size: 18px;
        text-align: center;
    }
    .cma-cv .box-right {
        width: 100%;
    }
}

/**/

.cma-testimonial {
    background-image: linear-gradient(to right, #228fff 18%, #5daaf9);
    padding: 80px 0;
}

.cma-testimonial .box {
    display: block;
    margin: 0 auto;
    max-width: 890px;
    width: 100%;
}

.cma-testimonial .box-quote {
}

.cma-testimonial .box-quote p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.cma-testimonial .box-quote p:last-child {
    margin: 0;
}

.cma-testimonial .box-author {
    color: #fff;
    font-size: 22px;
    line-height: 125%;
    margin: 30px 0 0;
    text-align: center;
}

@media (max-width: 768px) {
    .cma-testimonial {
        padding: 130px 0;
    }
}

/**/

.cma-testimonial-alt {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 0 140px;
    width: 100%;
}

.cma-testimonial-alt .box {
    background-color: #fff;
    border-left: 8px solid #389aff;
    border-radius: 0 0 45px 0;
    box-shadow: 0 7px 13px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    padding: 50px 120px;
}

.cma-testimonial-alt .box-left {
    width: 80px;
}

.cma-testimonial-alt .box-image {
}

.cma-testimonial-alt .box-image img {
    display: block;
}

.cma-testimonial-alt .box-right {
    padding: 0 0 0 60px;
    width: calc(100% - 80px);
}

.cma-testimonial-alt .box-quote {
}

.cma-testimonial-alt .box-quote p {
    color: #171717;
    font-size: 20px;
    line-height: 125%;
    margin: 0 0 20px;
}

.cma-testimonial-alt .box-quote p:last-child {
    margin: 0;
}

.cma-testimonial-alt .box-author {
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 125%;
    padding: 25px 0 0;
}

@media (max-width: 768px) {
    .cma-testimonial-alt {
        margin: -60px 0 0;
        padding: 0 0 115px;
    }
    .cma-testimonial-alt .box {
        display: block;
        padding: 30px 35px 50px;
    }
    .cma-testimonial-alt .box-left {
        margin: 0 0 35px;
    }
    .cma-testimonial-alt .box-right {
        padding: 0;
        width: 100%;
    }
}

/**/

.cma-info {
    padding: 60px 0 80px;
}

.cma-info .box {
}

.cma-info .box-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -90px;
}

.cma-info .box-item {
    padding: 65px 90px;
    width: 33.33%;
}

.cma-info .box-item .box-item-value {
    display: flex;
    justify-content: center;
}

.cma-info .box-item .box-item-value span {
    border-bottom: 5px solid transparent;
    color: #171717;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -0.56px;
    line-height: 125%;
    min-width: 100px;
    padding: 0 0 10px;
    text-align: center;
}

.cma-info .box-item:nth-child(4n + 1) .box-item-value span {
    border-color: #389aff;
}

.cma-info .box-item:nth-child(4n + 2) .box-item-value span {
    border-color: #ea1d6f;
}

.cma-info .box-item:nth-child(4n + 3) .box-item-value span {
    border-color: #edaa42;
}

.cma-info .box-item:nth-child(4n + 4) .box-item-value span {
    border-color: #888888;
}

.cma-info .box-item-content {
    padding: 20px 0 0;
}

.cma-info .box-item-content p {
    color: #777;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 140%;
    margin: 0 0 20px;
    text-align: center;
}

.cma-info .box-item-content p:last-child {
    margin: 0;
}

@media (max-width: 1480px) {
    .cma-info .box-items {
        margin: 0 -25px;
    }
    .cma-info .box-item {
        padding: 65px 25px;
    }
}

@media (max-width: 1024px) {
    .cma-info .box-items {
        margin: 0 -15px;
    }
    .cma-info .box-item {
        padding: 35px 15px;
    }
}

@media (max-width: 768px) {
    .cma-info .box-item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .cma-info {
        padding: 70px 0;
    }
    .cma-info .box-items {
        margin: 0;
    }
    .cma-info .box-item {
        width: 100%;
    }
}

/**/

.cma-cta {
    background-image: linear-gradient(to right, #228fff 18%, #5daaf9);
    padding: 90px 0;
}

.cma-cta .box {
}

.cma-cta .box-content {
    margin: 0 0 25px;
}

.cma-cta .box-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.28px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.cma-cta .box-content p:last-child {
    margin: 0;
}

.cma-cta.larger .box-content p {
    font-size: 32px;
}

.cma-cta .box-button {
    display: flex;
    justify-content: center;
}

.cma-cta .box-button a {
    background-color: #ea1d6f;
    border: 2px solid #ea1d6f;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    min-width: 200px;
    padding: 12px 15px;
    text-align: center;
}

.cma-cta .box-button a:hover {
    background-color: #c41250;
    border-color: #c41250;
}

@media (max-width: 768px) {
    .cma-cta.larger .box-content p {
        font-size: 28px;
    }
}

/**/

.cma-cta-alt {
    background-image: linear-gradient(to right, #228fff 18%, #5daaf9);
    padding: 80px 0 90px;
}

.cma-cta-alt .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cma-cta-alt .box-left {
    width: 38%;
}

.cma-cta-alt .box-heading {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 125%;
    margin: 0;
}

.cma-cta-alt .box-right {
    width: 49%;
}

.cma-cta-alt .box-content {
}

.cma-cta-alt .box-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 20px;
}

.cma-cta-alt .box-content p:last-child {
    margin: 0;
}

.cma-cta-alt .box-content p span {
    color: #15497f;
}

.cma-cta-alt .box-button {
    display: flex;
    padding: 25px 0 0;
}

.cma-cta-alt .box-button a {
    background-color: #ea1d6f;
    border: 2px solid #ea1d6f;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    min-width: 200px;
    padding: 12px 15px;
    text-align: center;
}

.cma-cta-alt .box-button a:hover {
    background-color: #c41250;
    border-color: #c41250;
}

@media (max-width: 768px) {
    .cma-cta-alt {
        padding: 80px 0;
    }
    .cma-cta-alt .box {
        display: block;
    }
    .cma-cta-alt .box-left {
        margin: 0 0 40px;
        width: 100%;
    }
    .cma-cta-alt .box-heading {
        font-size: 32px;
        text-align: center;
    }
    .cma-cta-alt .box-right {
        width: 100%;
    }
    .cma-cta-alt .box-content p {
        font-size: 20px;
        text-align: center;
    }
    .cma-cta-alt .box-button {
        justify-content: center;
        padding: 40px 0 0;
    }
}

/**/

.cma-companies {
    padding: 125px 0 180px;
}

.cma-companies .box {
}

.cma-companies .box-heading {
    color: #171717;
    font-size: 36px;
    font-weight: 800;
    line-height: 120%;
    margin: 0 0 65px;
    text-align: center;
}

.cma-companies .box-heading span {
    color: #389aff;
}

.cma-companies .box-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.cma-companies .box-item {
    padding: 0 12px;
    width: 33.33%;
}

.cma-companies .box-item .box-item-box {
    background-color: #fff;
    border-top: 8px solid transparent;
    border-radius: 0 0 50px 0;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 50px 45px 70px;
}

.cma-companies .box-item:nth-child(3n + 1) .box-item-box {
      border-color: #389aff;
}

.cma-companies .box-item:nth-child(3n + 2) .box-item-box {
    border-color: #ea1d6f;
}

.cma-companies .box-item:nth-child(3n + 3) .box-item-box {
    border-color: #edaa42;
}

.cma-companies .box-item-logo {
    margin: 0 0 45px;
}

.cma-companies .box-item-logo img {
    display: block;
    margin: 0 auto;
    max-height: 45px;
    max-width: 200px;
}

.cma-companies .box-item-content {
}

.cma-companies .box-item-content p {
    color: #777;
    font-size: 20px;
    letter-spacing: -0.25px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.cma-companies .box-item-content p:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .cma-companies .box-item .box-item-box {
        padding: 50px 15px 70px;
    }
}

@media (max-width: 768px) {
    .cma-companies {
        padding: 90px 0 115px;
    }
    .cma-companies .box-heading {
        font-size: 32px;
    }
    .cma-companies .box-items {
        display: block;
        margin: 0;
    }
    .cma-companies .box-item {
        margin: 0 0 40px;
        padding: 0;
        width: 100%;
    }
    .cma-companies .box-item:last-child {
        margin: 0;
    }
    .cma-companies .box-item .box-item-box {
        min-height: 400px;
    }
}

/**/

.cma-rp {
    background-color: #fff;
    padding: 140px 0 80px;
}

.cma-rp .box {
}

.cma-rp .box-heading {
    color: #171717;
    font-size: 42px;
    font-weight: 800;
    line-height: 125%;
    margin: 0 0 75px;
    text-align: center;
}

.cma-rp .box-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.cma-rp .box-item {
    padding: 0 12px;
    width: 25%;
}

.cma-rp .box-item.larger {
    width: 50%;
}

.cma-rp .box-item-box {
    border: 1px solid #eee;
    border-radius: 0 0 45px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.cma-rp .box-item-image {
    margin: 0 0 25px;
}

.cma-rp .box-item-image img {
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.cma-rp .box-item-logo {
    margin: 0 0 20px;
}

.cma-rp .box-item-logo img {
    display: block;
    max-height: 35px;
}

.cma-rp .box-item-heading {
    flex: 1;
    margin: 0;
    padding: 0 0 70px;
}

.cma-rp .box-item .box-item-heading a {
    color: #171717;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
}

.cma-rp .box-item.larger .box-item-heading a {
    font-size: 24px;
    letter-spacing: -0.3px;
}

.cma-rp .box-item-cat {
}

.cma-rp .box-item-cat a {
    background: url(images/icon-arrow-right.svg) no-repeat 100% 50%;
    color: #777;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 125%;
    padding: 0 35px 0 0;
}

@media (max-width: 768px) {
    .cma-rp {
        padding: 80px 0 105px;
    }
    .cma-rp .box-heading {
        font-size: 36px;
        margin: 0 0 60px;
    }
    .cma-rp .box-items {
        display: block;
        margin: 0;
    }
    .cma-rp .box-item, .cma-rp .box-item.larger {
        margin: 0 0 15px;
        padding: 0;
        width: 100%;
    }
    .cma-rp .box-item:last-child {
        margin: 0;
    }
    .cma-rp .box-item-heading {
        padding: 0 0 30px;
    }
    .cma-rp .box-item.larger .box-item-heading a {
        font-size: 20px;
    }
}

/**/

.cma-basics {
    padding: 50px 0 60px;
}

.cma-basics .box {
    display: flex;
    flex-wrap: wrap;
}

.cma-basics .box-left {
    width: 30%;
}

.cma-basics .box-heading {
    color: #171717;
    font-size: 48px;
    line-height: 115%;
    margin: 0 0 55px;
}

.cma-basics .box-heading span {
    color: #389aff;
}

.cma-basics .box-content {
}

.cma-basics .box-content p {
    color: #777;
    font-size: 20px;
    line-height: 135%;
    margin: 0 0 20px;
}

.cma-basics .box-content p:last-child {
    margin: 0;
}

.cma-basics .box-right {
    padding: 0 0 0 70px;
    width: 70%;
}

.cma-basics .box-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cma-basics .box-item {
    display: flex;
    margin: 0 0 30px;
    width: 47%;
}

.cma-basics .box-item-left {
    width: 75px;
}

.cma-basics .box-item-image {
}

.cma-basics .box-item-image img {
    display: block;
    height: 75px;
    object-fit: cover;
    width: 75px;
}

.cma-basics .box-item-right {
    padding: 0 0 0 35px;
    width: calc(100% - 75px);
}

.cma-basics .box-item-title {
    color: #171717;
    font-size: 20px;
    line-height: 125%;
    margin: 0 0 15px;
}

.cma-basics .box-item-content {
}

.cma-basics .box-item-content p {
    color: #777;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 20px;
}

.cma-basics .box-item-content p:last-child {
    margin: 0;
}

.cma-basics .box-item-content p a {
    color: #389aff;
    font-weight: 700;
    letter-spacing: -0.2px;
}

@media (max-width: 1024px) {
    .cma-basics .box {
        display: block;
    }
    .cma-basics .box-left {
        padding: 0 0 55px;
        width: 100%;
    }
    .cma-basics .box-right {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .cma-basics {
        padding: 60px 0 80px;
    }
    .cma-basics .box-heading {
        font-size: 32px;
        margin: 0 0 25px;
        text-align: center;
    }
    .cma-basics .box-content p {
        font-size: 16px;
        text-align: center;
    }
    .cma-basics .box-items {
        display: block;
    }
    .cma-basics .box-item {
        margin: 0 0 60px;
        width: 100%;
    }
    .cma-basics .box-item:last-child {
        margin: 0;
    }
    .cma-basics .box-item-left {
        width: 65px;
    }
    .cma-basics .box-item-image img {
        height: 65px;
        width: 65px;
    }
    .cma-basics .box-item-right {
        padding: 0 0 0 25px;
    }
}

/**/

.pi-intro {
    position: relative;
}

.pi-intro .bg {
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pi-intro .bg.bg-mobile {
    display: none;
}

.pi-intro .container {
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

.pi-intro .box {
    padding: 110px 0 80px;
}

.pi-intro .box-heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    margin: 0 0 20px;
    text-align: center;
}

.pi-intro .box-heading span {
    color: #389aff;
}

.pi-intro .box-content {
    display: block;
    margin: 0 auto;
    max-width: 620px;
    width: 100%;
}

.pi-intro .box-content p {
    color: #777777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.pi-intro .box-content p:last-child {
    margin: 0;
}

.pi-intro .box-buttons {
    display: flex;
    justify-content: center;
    margin: 40px 0 100px;
}

.pi-intro .box-buttons .box-button {
    padding: 0 7px;
}

.pi-intro .box-buttons .box-button a {
    font-size: 14px;
    padding: 10px 35px;
}

.pi-intro .box-bottom-heading {
    color: #cbcbcb;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.pi-intro .box-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pi-intro .box-logo {
    padding: 15px 30px;
}

.pi-intro .box-logo img {
    display: block;
    height: 32px;
    width: auto;
}

@media (max-width: 768px) {
    .pi-intro .box {
        padding: 50px 0 30px;
    }
    .pi-intro .bg {
        display: none;
    }
    .pi-intro .bg.bg-mobile {
        display: block;
    }
    .pi-intro .box-heading {
        font-size: 42px;
        margin: 0 0 35px;
    }
    .pi-intro .box-buttons {
        display: block;
        margin: 30px auto 45px;
        max-width: 400px;
        width: 100%;
    }
    .pi-intro .box-buttons .box-button {
        margin: 0 0 18px;
        padding: 0;
    }
    .pi-intro .box-buttons .box-button:last-child {
        margin: 0;
    }
    .pi-intro .box-buttons .box-button a {
        font-size: 16px;
        padding: 12px 35px;
        width: 100%;
    }
    .pi-intro .box-bottom-heading {
        margin: 0 0 15px;
    }
    .pi-intro .box-logos {
        margin: 0 -15px;
    }
    .pi-intro .box-logo {
        padding: 10px 15px;
    }
    .pi-intro .box-logo img {
        height: 25px;
    }
}

/**/

.pi-integrate {
    padding: 140px 0 0;
}

.pi-integrate .container {
    padding: 0 15px;
}

.pi-integrate .box {
}

.pi-integrate .box-heading {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.38px;
    line-height: 125%;
    margin: 0 0 35px;
    text-align: center;
}

.pi-integrate .box-content {
    display: block;
    margin: 0 auto;
    max-width: 570px;
    width: 100%;
}

.pi-integrate .box-content p {
    color: #777777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.pi-integrate .box-content p:last-child {
    margin: 0;
}

.pi-integrate .box-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -30px;
    padding: 60px 0 0;
}

.pi-integrate .box-item {
    padding: 30px;
    width: calc(100% / 3);
}

.pi-integrate .box-item-box {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 35px 35px 45px;
}

.pi-integrate .box-item-logo {
    margin: 0 0 20px;
}

.pi-integrate .box-item-logo img {
    display: block;
    max-height: 70px;
}

.pi-integrate .box-item-content {
}

.pi-integrate .box-item-content p {
    color: #777;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.pi-integrate .box-item-content p:last-child {
    margin: 0 0 20px;
}

@media (max-width: 1400px) {
    .pi-integrate .box-items {
        margin: 0 -15px;
    }
    .pi-integrate .box-item {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .pi-integrate {
        padding: 100px 0 0;
    }
    .pi-integrate .box-heading {
        margin: 0 0 25px;
    }
    .pi-integrate .box-items {
        display: block;
        margin: 0;
        padding: 30px 0 0;
    }
    .pi-integrate .box-item {
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
    }
    .pi-integrate .box-item:last-child {
        margin: 0;
    }
    .pi-integrate .box-item-box {
        padding: 35px 30px;
    }
}

/**/

.pi-ci {
}

.pi-ci .container {
    padding: 0 20px;
}

.pi-ci.gray {
    background-color: #fbfbfb;
}

.pi-ci.tp-1 {
    padding-top: 70px;
}

.pi-ci.tp-2 {
    padding-top: 120px;
}

.pi-ci.bp-1 {
    padding-bottom: 70px;
}

.pi-ci.bp-2 {
    padding-bottom: 120px;
}

.pi-ci .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.pi-ci.left .box {
    flex-direction: row-reverse;
}

.pi-ci .box-left {
    width: 40%;
}

.pi-ci .box-heading {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.38px;
    line-height: 125%;
    margin: 0 0 30px;
}

.pi-ci .box-heading span {
    color: #389aff;
}

.pi-ci .box-content {
}

.pi-ci .box-content p {
    color: #777777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
}

.pi-ci .box-content p:last-child {
    margin: 0;
}

.pi-ci .box-right {
    width: 45%;
}

.pi-ci .box-image {
}

.pi-ci .box-image img {
    display: block;
}

@media (max-width: 768px) {
    .pi-ci.tp-1 {
        padding-top: 50px;
    }
    .pi-ci.tp-2 {
        padding-top: 100px;
    }
    .pi-ci.bp-1 {
        padding-bottom: 50px;
    }
    .pi-ci.bp-2 {
        padding-bottom: 100px;
    }
    .pi-ci .box {
        display: block;
    }
    .pi-ci .box-left {
        margin: 0 0 40px;
        width: 100%;
    }
    .pi-ci .box-right {
        width: 100%;
    }
}

/**/

.pi-cta {
    background-color: #389aff;
    padding: 150px 0;
    position: relative;
}

.pi-cta .bg {
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pi-cta .container {
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

.pi-cta .box {
    display: flex;
    justify-content: space-between;
}

.pi-cta .box-content {
    padding: 0 130px 0 0;
}

.pi-cta .box-content p {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 150%;
    margin: 0 0 20px;
}

.pi-cta.style2 .box-content p {
    color: #000;
}

.pi-cta .box-content p:last-child {
    margin: 0;
}

.pi-cta .box-button {
    flex: 1;
    padding: 0 70px 0 0;
}

.pi-cta .box-button a {
    font-size: 14px;
    min-width: 220px;
    padding: 10px 35px;
}

@media (max-width: 768px) {
    .pi-cta {
        padding: 100px 0;
    }
    .pi-cta .bg {
        display: none;
    }
    .pi-cta .bg.bg-mobile {
        display: block;
    }
    .pi-cta .box {
        display: block;
    }
    .pi-cta .box-content {
        margin: 0 0 40px;
        padding: 0;
    }
    .pi-cta .box-content p {
        text-align: center;
    }
    .pi-cta .box-button {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .pi-cta .box-button a {
        font-size: 16px;
    }
}

/**/

.pi-supported {
    padding: 135px 0 115px;
}

.pi-supported .box {
}

.pi-supported .box-heading {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.38px;
    line-height: 125%;
    margin: 0 0 35px;
    text-align: center;
}

.pi-supported .box-content {
    display: block;
    margin: 0 auto;
    max-width: 770px;
    width: 100%;
}

.pi-supported .box-content p {
    color: #777777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.pi-supported .box-content p:last-child {
    margin: 0;
}

.pi-supported .box-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0 0;
}

.pi-supported .box-item {
    background: url(images/icon-check3.svg) no-repeat 50% 0;
    margin: 0 0 25px;
    padding: 55px 15px 0;
    width: 20%;
}

.pi-supported .box-item-box {
    background-color: #f9f9f9;
    border-radius: 16px;
    height: 100%;
    padding: 25px 15px 55px;
}

.pi-supported .box-item-title {
    color: #888888;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 25px;
    text-align: center;
}

.pi-supported .box-item-logos {
}

.pi-supported .box-item-logo {
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 0 0 10px;
    padding: 10px;
}

.pi-supported .box-item-logo img {
    display: block;
    max-height: 100%;
}

@media (max-width: 1024px) {
    .pi-supported .box-item {
        width: calc(100% / 3);
    }
}

@media (max-width: 768px) {
    .pi-supported {
        padding: 100px 0;
    }
    .pi-supported .box-items {
        display: block;
    }
    .pi-supported .box-item {
        margin: 0 0 45px;
        padding: 55px 0 0;
        width: 100%;
    }
    .pi-supported .box-item:last-child {
        margin: 0;
    }
    .pi-supported .box-item-title {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .pi-supported .box-item-logo {
        margin: 0 0 8px;
    }
    .pi-supported .box-item-logo:last-child {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .pi-supported .box-item-logo {
        display: block;
        margin: 0 auto 8px;
        max-width: 200px;
        width: 100%;
    }
    .pi-supported .box-item-logo:last-child {
        margin: 0 auto;
    }
}

/**/

.page-template-page-webinar-live #main {
    background: url(images/bg-webinar.png) no-repeat 100% 0;
    background-size: 93% auto;
}

@media (max-width: 768px) {
    .page-template-page-webinar-live #main {
        background: url(images/bg-webinar-m.png) no-repeat 100% 0;
        background-size: 100% auto;
    }
}

/**/

.we-intro {
    margin: -30px 0 0;
    overflow: hidden;
    padding: 60px 0 0;
}

.we-intro .box {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.we-intro .box:before {
    border: 2px solid #ea1d6f;
    border-radius: 50%;
    content: '';
    display: block;
    height: 214px;
    position: absolute;
    right: -75px;
    top: -50px;
    width: 214px;
}

.we-intro .box-left {
    width: 53%;
}

.we-intro .box-right {
    padding: 5px 0 0;
    width: 40%;
}

.we-intro .box-label {
    color: #389aff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 125%;
    margin: 0 0 10px;
}

.we-intro .box-heading {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -0.7px;
    line-height: 100%;
    margin: 0 0 25px;
}

.we-intro .box-content {
    margin: 0 0 35px;
    max-width: 525px;
    width: 100%;
}

.we-intro .box-content p {
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
}

.we-intro .box-content p:last-child {
    margin: 0;
}

.we-intro .box-button {
    display: flex;
    margin: 0 0 25px;
}

.we-intro .box-button a {
    background-color: #ea1d6f;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    max-width: 230px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
}

.we-intro .box-button a:hover {
    background-color: #c41250;
}

.we-intro .box-bottom-content {
    max-width: 445px;
    width: 100%;
}

.we-intro .box-bottom-content p {
    color: #888;
    font-size: 13px;
    letter-spacing: -0.17px;
    line-height: 150%;
    margin: 0 0 20px;
}

.we-intro .box-bottom-content p:last-child {
    margin: 0;
}

.we-intro .box-video-image {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    padding: 5px;
    position: relative;
}

.we-intro .box-video-image a {
    display: block;
    position: relative;
}

.we-intro .box-video-image a:before {
    background: url(images/icon-play.svg) no-repeat 50% 50%;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.we-intro .box-video-image img {
    border-radius: 10px;
    display: block;
}

@media (max-width: 768px) {
    .we-intro {
        margin: 0;
        padding: 40px 0 0;
    }
    .we-intro .box:before {
        right: -200px;
        top: 40px;
    }
    .we-intro .box-left {
        width: 100%;
    }
    .we-intro .box-right {
        display: none;
    }
    .we-intro .box-label {
        text-align: center;
    }
    .we-intro .box-heading {
        text-align: center;
    }
    .we-intro .box-content {
        margin: 0 0 25px;
        max-width: 100%;
        padding: 0 15px;
    }
    .we-intro .box-content p {
        text-align: center;
    }
    .we-intro .box-button {
        display: flex;
        justify-content: center;
    }
    .we-intro .box-button a {
        max-width: 300px;
    }
    .we-intro .box-bottom-content {
        max-width: 100%;
        padding: 0 20px;
    }
    .we-intro .box-bottom-content p {
        text-align: center;
    }
}

/**/

.we-items-content {
    padding: 120px 0 100px;
}

.we-items-content .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.we-items-content .box-left {
    width: 44%;
}

.we-items-content .box-items {
    display: flex;
    margin: 0 -10px;
    position: relative;
}

.we-items-content .box-items:before {
    border: 2px solid #389aff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 214px;
    left: 50px;
    position: absolute;
    top: -100px;
    width: 214px;
    z-index: -1;
}

.we-items-content .box-items:after {
    border: 2px dashed #edaa42;
    border-radius: 50%;
    content: '';
    display: block;
    height: 57px;
    left: 300px;
    position: absolute;
    top: 280px;
    width: 57px;
    z-index: -1;
}

.we-items-content .box-items .box-item-wrapper {
    padding: 0 10px;
    width: 33.33%;
}

.we-items-content .box-items .box-item-wrapper:first-child, .we-items-content .box-items .box-item-wrapper:last-child {
    margin: 45px 0 0;
}

.we-items-content .box-items .box-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    padding: 30px 20px;
}

.we-items-content .box-items .box-item .box-item-avatar {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
}

.we-items-content .box-items .box-item .box-item-avatar img {
    border-radius: 50%;
    display: block;
    height: 100px;
    object-fit: cover;
    width: 100px;
}

.we-items-content .box-items .box-item .box-item-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 5px;
    text-align: center;
}

.we-items-content .box-items .box-item .box-item-position {
    font-size: 12px;
    line-height: 125%;
    text-align: center;
}

.we-items-content .box-right {
    width: 41%;
}

.we-items-content .box-heading {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.3px;
    line-height: 125%;
    margin: 0 0 30px;
}

.we-items-content .box-heading span {
    color: #389aff;
}

.we-items-content .box-content {
}

.we-items-content .box-content p {
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
}

.we-items-content .box-content p:last-child {
    margin: 0;
}

@media (max-width: 1100px) {
    .we-items-content .box-left {
        width: 52%;
    }
    .we-items-content .box-items .box-item {
        padding: 20px 10px;
    }
}

@media (max-width: 1024px) {
    .we-items-content {
        padding: 130px 0 50px;
    }
    .we-items-content .box {
        display: block;
    }
    .we-items-content .box-left {
        margin: 0 0 120px;
        width: 100%;
    }
    .we-items-content .box-items {
        display: flex;
        justify-content: center;
    }
    .we-items-content .box-items:after {
        left: 240px;
        top: 210px;
    }
    .we-items-content .box-items .box-item-wrapper:first-child {
        margin: -30px 0 0;
    }
    .we-items-content .box-items .box-item-wrapper:last-child {
        display: none;
    }
    .we-items-content .box-right {
        width: 100%;
    }
    .we-items-content .box-heading {
        text-align: center;
    }
    .we-items-content .box-content p {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .we-items-content .box-items .box-item-wrapper {
        width: 50%;
    }
}

/**/

.we-steps {
    padding: 60px 0;
}

.we-steps .box-heading {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.3px;
    line-height: 125%;
    margin: 0 0 60px;
    text-align: center;
}

.we-steps .box-items {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}

.we-steps .box-items .box-item {
    padding: 0 20px;
    width: 28%;
}

.we-steps .box-items .box-num {
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}

.we-steps .box-items .box-num span {
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 40px;
    font-weight: 700;
    height: 86px;
    justify-content: center;
    line-height: 125%;
    padding: 5px;
    position: relative;
    width: 86px;
}

.we-steps .box-items .box-num span:before {
    border-radius: 50%;
    content: '';
    height: 86px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 86px;
    z-index: -1;
}

.we-steps .box-items .box-num.box-num-1 span:before {
    background-color: #389aff;
}

.we-steps .box-items .box-num.box-num-2 span:before {
    background-color: #ea1d6f;
}

.we-steps .box-items .box-num.box-num-3 span:before {
    background-color: #edaa42;
}

.we-steps .box-items .box-text {
}

.we-steps .box-items .box-text p {
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.we-steps .box-items .box-text p:last-child {
    margin: 0;
}

.we-steps .box-button {
    display: flex;
    justify-content: center;
    margin: 55px 0 0;
}

.we-steps .box-button a {
    border: 2px solid #ea1d6f;
    border-radius: 25px;
    color: #ea1d6f;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 13px 20px;
    text-align: center;
    width: 230px;
}

.we-steps .box-button a:hover {
    background-color: #ea1d6f;
    color: #fff;
}

@media (max-width: 768px) {
    .we-steps {
        padding: 50px 0;
    }
    .we-steps .box-heading {
        margin: 0 0 45px;
    }
    .we-steps .box-items {
        display: block;
        margin: 0;
    }
    .we-steps .box-items .box-item {
        margin: 0 0 45px;
        padding: 0;
        width: 100%;
    }
    .we-steps .box-items .box-item:last-child {
        margin: 0;
    }
    .we-steps .box-button {
        margin: 60px 0 0;
    }
}

/**/

.we-topics {
    padding: 100px 0 0;
}

.we-topics .box-heading {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.3px;
    line-height: 125%;
    margin: 0 0 25px;
    text-align: center;
}

.we-topics .box-content {
    display: block;
    margin: 0 auto;
    max-width: 740px;
    width: 100%;
}

.we-topics .box-content p {
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.we-topics .box-content p:last-child {
    margin: 0;
}

.we-topics .box-items {
    display: flex;
    margin: 80px -10px 0;
}

.we-topics .box-items .box-item-wrapper {
    padding: 0 10px;
    width: 25%;
}

.we-topics .box-items .box-item {
    background-color: #fff;
    border-radius: 0 0 35px 0;
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 4px 4px 70px;
    position: relative;
}

.we-topics .box-items .box-image {
    margin: 0 0 20px;
    padding: 50% 0 0;
    position: relative;
}

.we-topics .box-items .box-image img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.we-topics .box-items .box-label {
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 125%;
    margin: 0 0 10px;
    text-align: center;
}

.we-topics .box-items .box-title {
    color: #389aff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.23px;
    line-height: 125%;
    text-align: center;
}

.we-topics .box-items .box-url {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .we-topics .box-items {
        display: block;
        margin: 55px 0 0;
        padding: 0 23px;
    }
    .we-topics .box-items .box-item-wrapper {
        margin: 0 0 35px;
        padding: 0;
        width: 100%;
    }
    .we-topics .box-items .box-item-wrapper:last-child {
        margin: 0;
    }
}

/**/

.we-more {
    padding: 100px 0;
}

.we-more .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.we-more .box .box-left {
    width: 42%;
}

.we-more .box .box-right {
    width: 35%;
}

.we-more .box-heading {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.3px;
    line-height: 125%;
    margin: 0 0 20px;
}

.we-more .box-content {
}

.we-more .box-content p {
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
}

.we-more .box-content p:last-child {
    margin: 0;
}

.we-more .box-links {
}

.we-more .box-links .box-link {
    border-bottom: 1px solid #eee;
    padding: 15px 10px 15px 45px;
}

.we-more .box-links .box-link:last-child {
    border: none;
}

.we-more .box-links .box-link.box-link-1 {
    background: url(images/icon-arrow1.svg) no-repeat 0 50%;
}

.we-more .box-links .box-link.box-link-2 {
    background: url(images/icon-arrow2.svg) no-repeat 0 50%;
}

.we-more .box-links .box-link.box-link-3 {
    background: url(images/icon-arrow3.svg) no-repeat 0 50%;
}

.we-more .box-links .box-link a {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    line-height: 125%;
}

.we-more .box-links .box-link a:hover {
    text-decoration: underline;
}

.we-more .box-links .box-link.box-link-1 a:hover {
    color: #389aff;
}

.we-more .box-links .box-link.box-link-2 a:hover {
    color: #ea1d6f;
}

.we-more .box-links .box-link.box-link-3 a:hover {
    color: #edaa42;
}

@media (max-width: 1024px) {
    .we-more .box-content p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .we-more {
        padding: 80px 0;
    }
    .we-more .box {
        display: block;
    }
    .we-more .box .box-left {
        margin: 0 0 20px;
        width: 100%;
    }
    .we-more .box .box-right {
        width: 100%;
    }
    .we-more .box-heading {
        text-align: center;
    }
    .we-more .box-content p {
        text-align: center;
    }
    .we-more .box-links .box-link {
        padding: 15px 10px 15px 45px;
    }
    .we-more .box-links .box-link a {
        font-size: 16px;
    }
}

/**/

.we-cta {
    background-image: linear-gradient(to right, #228fff 18%, #5daaf9);
    padding: 75px 0;
}

.we-cta .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.we-cta .box-left {
    width: calc(100% - 280px);
}

.we-cta .box-right {
    flex: 0 0 230px;
}

.we-cta .box-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 125%;
}

.we-cta .box-button {
}

.we-cta .box-button a {
    background-color: #ea1d6f;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 13px 20px;
    text-align: center;
    width: 100%;
}

.we-cta .box-button a:hover {
    background-color: #c41250;
}

@media (max-width: 768px) {
    .we-cta .box {
        display: block;
    }
    .we-cta .box-left {
        margin: 0 0 30px;
        width: 100%;
    }
    .we-cta .box-right {
        width: 100%;
    }
    .we-cta .box-heading {
        text-align: center;
    }
    .we-cta .box-button {
        display: flex;
        justify-content: center;
    }
    .we-cta .box-button a {
        max-width: 230px;
    }
}

/**/

.page-template-page-why #main {
    background: url(images/bg-why.png) no-repeat 100% 0;
    background-size: 1031px auto;
}

@media (max-width: 768px) {
    .page-template-page-why #main {
        background: url(images/bg-webinar-m.png) no-repeat 100% 0;
        background-size: 100% auto;
    }
}

/**/

.why-intro {
    padding: 70px 0 130px;
}

.why-intro .box {
    position: relative;
}

.why-intro .box .box-avatar {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: -20px 2px 15px 0 rgb(0 0 0 / 10%);
    padding: 2px;
    position: absolute;
}

.why-intro .box .box-avatar.box-avatar1 {
    left: 0;
    top: 0;
}

.why-intro .box .box-avatar.box-avatar2 {
    right: 35px;
    top: 325px;
}

.why-intro .box .box-avatar:after {
    border: 2px solid transparent;
    border-radius: 50%;
    content: '';
    height: 120px;
    left: 35px;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: -1;
}

.why-intro .box .box-avatar.box-avatar1:after {
    border-color: #389aff;
}

.why-intro .box .box-avatar.box-avatar2:after {
    border-color: #ea1d6f;
}

.why-intro .box .box-avatar img {
    border-radius: 50%;
    display: block;
    height: 120px;
    object-fit: cover;
    width: 120px;
}

.why-intro .box .box-icon {
    align-items: center;
    border: 2px solid transparent;
    display: flex;
    height: 92px;
    justify-content: center;
    position: absolute;
    width: 92px;
}

.why-intro .box .box-icon.box-icon1 {
    border-color: #f9a81a;
    left: 130px;
    top: 290px;
}

.why-intro .box .box-icon.box-icon2 {
    border-color: #389aff;
    right: 100px;
    top: 130px;
}

.why-intro .box .box-icon img {
    display: block;
    max-height: 34px;
    max-width: 34px;
}

.why-intro .box-heading {
    font-size: 56px;
    font-weight: 900;
    letter-spacing: -0.7px;
    line-height: 125%;
    margin: 0 auto 35px;
    max-width: 730px;
    text-align: center;
    width: 100%;
}

.why-intro .box-heading span {
    color: #389aff;
}

.why-intro .box-content {
    display: block;
    margin: 0 auto 50px;
    max-width: 630px;
    width: 100%;
}

.why-intro .box-content p {
    color: #666666;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.why-intro .box-content p:last-child {
    margin: 0;
}

.why-intro .box-button {
    display: flex;
    justify-content: center;
    margin: 0 0 110px;
}

.why-intro .box-button a {
    background-color: #ea1d6f;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    max-width: 245px;
    padding: 15px 20px;
    text-align: center;
    width: 100%;
}

.why-intro .box-button a:hover {
    background-color: #c41250;
}

.why-intro .box-subheading {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.38px;
    line-height: 125%;
    margin: 0 0 50px;
    text-align: center;
}

.why-intro .box-logos {
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0 5px 25px 0 rgb(0 0 0 / 10%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1110px;
    padding: 30px 40px;
    width: 100%;
}

.why-intro .box-logos .box-logo {
    padding: 20px 35px;
}

.why-intro .box-logos .box-logo img {
    display: block;
    height: 40px;
    width: auto;
}

@media (max-width: 1024px) {
    .why-intro .box .box-icon {
        display: none;
    }
    .why-intro .box .box-avatar {
        display: none;
    }
}

@media (max-width: 768px) {
    .why-intro {
        padding: 50px 0 110px;
    }
    .why-intro .box-heading {
        font-size: 40px;
        margin: 0 0 25px;
        max-width: 100%;
    }
    .why-intro .box-content {
        margin: 0 0 35px;
        max-width: 100%;
    }
    .why-intro .box-button {
        margin: 0 0 50px;
    }
    .why-intro .box-subheading {
        font-size: 28px;
    }
    .why-intro .box-subheading span {
        color: #389aff;
    }
    .why-intro .box-logos {
        padding: 35px 10px;
    }
    .why-intro .box-logos .box-logo {
        padding: 20px 15px;
    }
}

/**/

.why-access {
    background-image: linear-gradient(to right, #228fff 18%, #5daaf9);
    padding: 115px 0 130px;
}

.why-access .box-heading {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.28px;
    line-height: 150%;
    margin: 0 auto 40px;
    max-width: 740px;
    text-align: center;
    width: 100%;
}

.why-access .box-items {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}

.why-access .box-items .box-item {
    width: 30%;
}

.why-access .box-items .box-item-icon {
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}

.why-access .box-items .box-item-icon img {
    display: block;
    margin: 0 auto;
}

.why-access .box-items .box-item-text {
}

.why-access .box-items .box-item-text p {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.why-access .box-items .box-item-text p:last-child {
    margin: 0;
}

.why-access .box-button {
    display: flex;
    justify-content: center;
}

.why-access .box-button a {
    background-color: #ea1d6f;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    max-width: 245px;
    padding: 13px 20px;
    text-align: center;
    width: 100%;
}

.why-access .box-button a:hover {
    background-color: #c41250;
}

@media (max-width: 768px) {
    .why-access {
        padding: 85px 0 95px;
    }
    .why-access .box-heading {
        margin: 0 auto 65px;
    }
    .why-access .box-items {
        display: block;
    }
    .why-access .box-items .box-item {
        margin: 0 0 50px;
        width: 100%;
    }
    .why-access .box-items .box-item:last-child {
        margin: 0;
    }
}

/**/

.why-features {
    padding: 160px 0;
}

.why-features .box-heading {
    font-size: 35px;
    font-weight: 900;
    line-height: 125%;
    margin: 0 auto 120px;
    max-width: 650px;
    text-align: center;
    width: 100%;
}

.why-features .box-heading span {
    color: #389aff;
}

.why-features .box-items {
    display: block;
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
}

.why-features .box-items .box-item {
    display: flex;
    justify-content: space-between;
    padding: 0 0 200px;
}

.why-features .box-items .box-item:last-child {
    padding: 0;
}

.why-features .box-items .box-item.left {
    flex-direction: row-reverse;
}

.why-features .box-items .box-item .box-item-left {
    width: 44%;
}

.why-features .box-items .box-item .box-item-right {
    padding: 35px 0 0;
    width: 46%;
}

.why-features .box-items .box-item-image {
}

.why-features .box-items .box-item-image img {
    display: block;
}

.why-features .box-items .box-item-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 125%;
    margin: 0 0 35px;
}

.why-features .box-items .box-item-list {
}

.why-features .box-items .box-item-list .box-item-list-item {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 150%;
    margin: 0 0 20px;
    padding: 0 0 0 45px;
}

.why-features .box-items .box-item-list .box-item-list-item.i1 {
    background-image: url(images/icon-item1.svg);
}

.why-features .box-items .box-item-list .box-item-list-item.i2 {
    background-image: url(images/icon-item2.svg);
}

.why-features .box-items .box-item-list .box-item-list-item.i3 {
    background-image: url(images/icon-item3.svg);
}

.why-features .box-items .box-item-list .box-item-list-item.i4 {
    background-image: url(images/icon-item4.svg);
}

.why-features .box-items .box-item-list .box-item-list-item:last-child {
    margin: 0;
}

@media (max-width: 768px) {
    .why-features {
        padding: 95px 0;
    }
    .why-features .box-heading {
        font-size: 28px;
        margin: 0 auto 55px;
    }
    .why-features .box-items .box-item {
        display: block;
        padding: 0 0 75px;
    }
    .why-features .box-items .box-item .box-item-left {
        width: 100%;
    }
    .why-features .box-items .box-item .box-item-right {
        padding: 30px 0 0;
        width: 100%;
    }
    .why-features .box-items .box-item-title {
        font-size: 24px;
        text-align: center;
    }
    .why-features .box-items .box-item-list .box-item-list-item {
        font-size: 16px;
    }
}

/**/

.why-customers {
    background-color: #f5f5f6;
    padding: 145px 0 150px;
}

.why-customers .box-heading {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -0.44px;
    line-height: 125%;
    margin: 0 0 60px;
    text-align: center;
}

.why-customers .box-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 90px;
}

.why-customers .box-items .box-item-wrapper {
    padding: 0 25px;
    width: 25%;
}

.why-customers .box-items .box-item-wrapper .box-item {
    background-color: #fff;
    border-radius: 0 0 35px 0;
    box-shadow: -20px 14px 17px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 25px 30px;
}

.why-customers .box-items .box-item-wrapper:nth-child(1) .box-item {
    border-top: 5px solid #4d9bff;
}

.why-customers .box-items .box-item-wrapper:nth-child(2) .box-item {
    border-top: 5px solid #e31270;
}

.why-customers .box-items .box-item-wrapper:nth-child(3) .box-item {
    border-top: 5px solid #e8a944;
}

.why-customers .box-items .box-item-wrapper:nth-child(4) .box-item {
    border-top: 5px solid #74be44;
}

.why-customers .box-items .box-avatar {
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}

.why-customers .box-items .box-avatar img {
    border-radius: 50%;
    display: block;
    height: 94px;
    object-fit: cover;
    width: 94px;
}

.why-customers .box-items .box-name {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.18px;
    line-height: 125%;
    text-align: center;
}

.why-customers .box-items .box-position {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.18px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.why-customers .box-items .box-text {
}

.why-customers .box-items .box-text p {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.why-customers .box-items .box-text p:last-child {
    margin: 0;
}

.why-customers .box-items .box-item-wrapper .box-link {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.why-customers .box-items .box-item-wrapper .box-link a {
    display: block;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 125%;
    text-decoration: underline;
}

.why-customers .box-items .box-item-wrapper:nth-child(1) .box-link a {
    color: #4d9bff;
}

.why-customers .box-items .box-item-wrapper:nth-child(2) .box-link a {
    color: #e31270;
}

.why-customers .box-items .box-item-wrapper:nth-child(3) .box-link a {
    color: #e8a944;
}

.why-customers .box-items .box-item-wrapper:nth-child(4) .box-link a {
    color: #74be44;
}

.why-customers .box-bottom-content {
    display: block;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

.why-customers .box-bottom-content p {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.28px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.why-customers .box-bottom-content p:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .why-customers {
        padding: 65px 0 85px;
    }
    .why-customers .box-heading {
        font-size: 28px;
        margin: 0 0 35px;
    }
    .why-customers .box-items {
        margin: 0 -15px 85px;
    }
    .why-customers .box-items .box-item-wrapper {
        padding: 15px;
        width: 50%;
    }
    .why-customers .box-bottom-content p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .why-customers .box-heading {
        margin: 0 0 50px;
    }
    .why-customers .box-items {
        display: block;
        margin: 0 0 100px;
    }
    .why-customers .box-items .box-item-wrapper {
        padding: 0 0 45px;
        width: 100%;
    }
    .why-customers .box-items .box-item-wrapper:last-child {
        padding: 0;
    }
}

/**/

.why-cta {
    background-image: linear-gradient(to right, #228fff 18%, #5daaf9);
    padding: 75px 0;
}

.why-cta .box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.why-cta .box .box-left {
    width: calc(100% - 280px);
}

.why-cta .box .box-right {
    flex: 0 0 245px;
}

.why-cta .box-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 125%;
}

.why-cta .box-button {
}

.why-cta .box-button a {
    background-color: #ea1d6f;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 13px 20px;
    text-align: center;
    width: 100%;
}

.why-cta .box-button a:hover {
    background-color: #c41250;
}

@media (max-width: 768px) {
    .why-cta {
        padding: 90px 0;
    }
    .why-cta .box {
        display: block;
    }
    .why-cta .box .box-left {
        margin: 0 0 25px;
        width: 100%;
    }
    .why-cta .box .box-right {
        width: 100%;
    }
    .why-cta .box-heading {
        text-align: center;
    }
    .why-cta .box-button {
        display: flex;
        justify-content: center;
    }
    .why-cta .box-button a {
        max-width: 245px;
    }
}

/**/

.page-template-pillar-2022 #wrapper {
    border-bottom: 14px solid #f5f5f5;
}

/**/

.cmd-intro {
    padding: 70px 0 100px;
}

.cmd-intro .box {
    display: flex;
    justify-content: space-between;
}

.cmd-intro .box-left {
    padding: 20px 0 0;
    width: 44%;
}

.cmd-intro .box-right {
    width: 42%;
}

.cmd-intro .box-heading {
    font-size: 55px;
    font-weight: 800;
    letter-spacing: -0.69px;
    line-height: 125%;
    margin: 0 0 15px;
    max-width: 500px;
    width: 100%;
}

.cmd-intro .box-subheading {
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    margin: 0 0 30px;
}

.cmd-intro.color1 .box-subheading {
    color: #389aff;
}

.cmd-intro.color2 .box-subheading {
    color: #6fbe44;
}

.cmd-intro.color3 .box-subheading {
    color: #3f51b5;
}

.cmd-intro.color4 .box-subheading {
    color: #009688;
}

.cmd-intro.color5 .box-subheading {
    color: #673ab7;
}

.cmd-intro.color6 .box-subheading {
    color: #ea1d6f;
}

.cmd-intro.color7 .box-subheading {
    color: #00bcd4;
}

.cmd-intro .box-content {
}

.cmd-intro .box-content p {
    color: #777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 140%;
    margin: 0 0 20px;
}

.cmd-intro .box-content p:last-child {
    margin: 0;
}

.cmd-intro .box-bottom {
    align-items: center;
    display: flex;
    margin: 45px 0 0;
}

.cmd-intro .box-bottom .box-reading {
    background: url(images/icon-timer.svg) no-repeat 0 50%;
    background-size: 18px auto;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 25px 0 0;
    opacity: 0.5;
    padding: 5px 0 5px 28px;
}

.cmd-intro .box-bottom .box-icons {
    display: flex;
    margin: 0 -8px;
}

.cmd-intro .box-bottom .box-icons .box-icon {
    padding: 0 8px;
}

.cmd-intro .box-bottom .box-icons .box-icon a {
    display: block;
}

.cmd-intro .box-bottom .box-icons .box-icon a i {
    display: block;
    font-size: 18px;
    line-height: 100%;
}

.cmd-intro .box-bottom .box-icons .box-icon a i.icon-linkedin {
    color: #2675b3;
}

.cmd-intro .box-bottom .box-icons .box-icon a i.icon-facebook {
    color: #3678f2;
}

.cmd-intro .box-bottom .box-icons .box-icon a i.icon-twitter {
    color: #3ea2f2;
}

.cmd-intro .box-bottom .box-icons .box-icon a i:before {
    display: block;
}

.cmd-intro .box-image {
}

.cmd-intro .box-image img {
    display: block;
}

@media (max-width: 991px) {
    .cmd-intro {
        padding: 50px 0;
    }
    .cmd-intro .box {
        display: block;
    }
    .cmd-intro .box-left {
        padding: 0;
        width: 100%;
    }
    .cmd-intro .box-right {
        display: none;
    }
    .cmd-intro .box-heading {
        font-size: 38px;
        margin: 0 0 20px;
        max-width: 100%;
        text-align: center;
    }
    .cmd-intro .box-subheading {
        font-size: 20px;
        margin: 0 0 20px;
        text-align: center;
    }
    .cmd-intro .box-content p {
        text-align: center;
    }
}

/**/

.cmd-anchors {
}

.cmd-anchors .box {
}

.cmd-anchors .box-m {
    display: none;
    margin: 0 -17px;
    position: relative;
}

.cmd-anchors .box-m .box-m-list {
    display: none;
    margin: 0;
}

.cmd-anchors .box-m.active .box-m-list {
    display: block;
}

.cmd-anchors .box-m-list li {
    border-top: 1px solid rgb(0, 0, 0, 15%);
}

.cmd-anchors .box-m-list li a {
    background-color: #eee;
    color: #777;
    display: block;
    font-size: 14px;
    letter-spacing: -0.18px;
    line-height: 125%;
    padding: 15px;
}

.cmd-anchors .box-m-button {
}

.cmd-anchors .box-m .box-m-button a {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 125%;
    padding: 12px 10px;
    text-align: center;
}


.cmd-anchors.color1 .box-m .box-m-button a {
    background-color: #389aff;
}

.cmd-anchors.color2 .box-m .box-m-button a {
    background-color: #6fbe44;
}

.cmd-anchors.color3 .box-m .box-m-button a {
    background-color: #3f51b5;
}

.cmd-anchors.color4 .box-m .box-m-button a {
    background-color: #009688;
}

.cmd-anchors.color5 .box-m .box-m-button a {
    background-color: #673ab7;
}

.cmd-anchors.color6 .box-m .box-m-button a {
    background-color: #ea1d6f;
}

.cmd-anchors.color7 .box-m .box-m-button a {
    background-color: #00bcd4;
}

.cmd-anchors .box-m .box-m-button a span {
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    position: relative;
    width: 10px;
}

.cmd-anchors .box-m .box-m-button a span:before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

.cmd-anchors .box-m .box-m-button a span:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 10px;
    left: 4px;
    position: absolute;
    top: 0;
    width: 2px;
}

.cmd-anchors .box-m.active .box-m-button a span:after {
    display: none;
}

.cmd-anchors .box-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cmd-anchors .box-items.box-items-3 {
    margin: 0 -40px;
}

.cmd-anchors .box-items.box-items-4 {
    margin: 0 calc(-70px / 3);
}

.cmd-anchors .box-items .box-item {
    width: 280px;
}

.cmd-anchors .box-items.box-items-3 .box-item {
    margin: 0 40px 35px;
}

.cmd-anchors .box-items.box-items-4 .box-item {
    margin: 0 calc(70px / 3) 35px;
}

.cmd-anchors .box-item-box {
    align-items: center;
    border-left: 5px solid #000;
    box-shadow: -25px 10px 10px rgb(0 0 0 / 10%);
    display: flex;
    min-height: 100px;
    padding: 10px 15px;
    position: relative;
}

.cmd-anchors.color1 .box-item-box {
    border-color: #389aff;
}

.cmd-anchors.color2 .box-item-box {
    border-color: #6fbe44;
}

.cmd-anchors.color3 .box-item-box {
    border-color: #3f51b5;
}

.cmd-anchors.color4 .box-item-box {
    border-color: #009688;
}

.cmd-anchors.color5 .box-item-box {
    border-color: #673ab7;
}

.cmd-anchors.color6 .box-item-box {
    border-color: #ea1d6f;
}

.cmd-anchors.color7 .box-item-box {
    border-color: #00bcd4;
}

.cmd-anchors .box-item-box .box-item-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.cmd-anchors .box-item-box .box-item-num {
    color: #000;
    font-size: 60px;
    font-weight: 800;
    line-height: 100%;
    margin: 0 15px 0 0;
    min-width: 40px;
    opacity: 0.05;
    text-align: center;
}

.cmd-anchors .box-item-box .box-item-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 125%;
}

@media (max-width: 991px) {
    .cmd-anchors .box-items {
        display: none;
    }
    .cmd-anchors .box-m {
        display: block;
    }
}

/**/

.cmd-form {
    padding: 65px 0 125px;
}

.cmd-form .box {
    display: block;
    margin: 0 auto;
    max-width: 770px;
    width: 100%;
}

.cmd-form .box-heading {
    font-size: 28px;
    font-weight: 800;
    line-height: 125%;
    margin: 0 0 30px;
    text-align: center;
}

.cmd-form .box-content {
    margin: 0 0 35px;
}

.cmd-form .box-content p {
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 20px;
    text-align: center;
}

.cmd-form .box-content p:last-child {
    margin: 0;
}

.cmd-form .box-form {
}

.cmd-form .box-form .hs-form {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 735px;
    width: 100%;
}

.cmd-form .box-form .hs-form .hs-form-field {
    margin: 0 !important;
    padding: 0 10px;
    width: 35%;
}

.cmd-form .box-form .hs-form .hs-form-field label {
    display: none;
}

.cmd-form .box-form .hs-form .hs-form-field legend {
    display: none;
}

.cmd-form .box-form .hs-form .hs-form-field .input {
}

.cmd-form .box-form .hs-form .hs-form-field .input input[type="text"] {
}

.cmd-form .box-form .hs-form .hs-form-field .input input[type="email"] {
}

.cmd-form .box-form .hs-form .hs-submit {
    padding: 0 10px;
    width: 30%;
}

.cmd-form .box-form .hs-form .hs-submit .actions {
}

.cmd-form .box-form .hs-form .hs-submit .actions input[type="submit"] {
    background-color: #000;
    background-image: url(images/ico_download.svg);
    background-position: calc(100% - 25px) 50%;
    background-repeat: no-repeat;
    background-size: 12px auto;
    border: none;
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    padding: 13px 50px 13px 25px;
    width: 100%;
}

.cmd-form.color1 .box-form .hs-form .hs-submit .actions input[type="submit"] {
    background-color: #389aff;
}

.cmd-form.color2 .box-form .hs-form .hs-submit .actions input[type="submit"] {
    background-color: #6fbe44;
}

.cmd-form.color3 .box-form .hs-form .hs-submit .actions input[type="submit"] {
    background-color: #3f51b5;
}

.cmd-form.color4 .box-form .hs-form .hs-submit .actions input[type="submit"] {
    background-color: #009688;
}

.cmd-form.color5 .box-form .hs-form .hs-submit .actions input[type="submit"] {
    background-color: #673ab7;
}

.cmd-form.color6 .box-form .hs-form .hs-submit .actions input[type="submit"] {
    background-color: #ea1d6f;
}

.cmd-form.color7 .box-form .hs-form .hs-submit .actions input[type="submit"] {
    background-color: #00bcd4;
}

@media (max-width: 991px) {
    .cmd-form {
        padding: 55px 0 80px;
    }
    .cmd-form .box-form .hs-form {
        display: block;
        max-width: 400px;
        padding: 0 40px;
    }
    .cmd-form .box-form .hs-form .hs-form-field {
        margin: 0 0 15px !important;
        padding: 0;
        width: 100%;
    }
    .cmd-form .box-form .hs-form .hs-submit {
        padding: 0;
        width: 100%;
    }
    .cmd-form .box-form .hs-form .hs-submit .actions input[type="submit"] {
        margin: 0 auto;
        width: 190px;
    }
}

/**/

.cmd-items {
}

.cmd-items .box {
    position: relative;
}

.cmd-items .box-list-wrapper {
    height: 100%;
    position: absolute;
    right: calc(50% - 630px);
    top: 0;
    width: 335px;
    z-index: 10;
}

@media (max-width: 1300px) {
    .cmd-items .box-list-wrapper {
        right: 20px;
    }
}

@media (max-width: 991px) {
    .cmd-items .box-list-wrapper {
        display: none;
    }
}

.cmd-items .box-list {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: -2px -2px 14px 4px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 30px 0 0;
    padding: 8px;
    position: sticky;
    top: 150px;
}

.cmd-items .box-list li {
}

.cmd-items .box-list li a {
    background-color: #f5f5f5;
    border-bottom: 1px solid rgb(136 136 136 / 15%);
    color: #777;
    display: block;
    font-size: 14px;
    line-height: 125%;
    padding: 20px;
}

.cmd-items .box-list li:last-child a {
    border: none;
}

.cmd-items .box-list li.active a, .cmd-items .box-list li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.cmd-items.color1 .box-list li.active a, .cmd-items.color1 .box-list li a:hover {
    background-color: #389aff;
    border-color: #389aff;
}

.cmd-items.color2 .box-list li.active a, .cmd-items.color2 .box-list li a:hover {
    background-color: #6fbe44;
    border-color: #6fbe44;
}

.cmd-items.color3 .box-list li.active a, .cmd-items.color3 .box-list li a:hover {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.cmd-items.color4 .box-list li.active a, .cmd-items.color4 .box-list li a:hover {
    background-color: #009688;
    border-color: #009688;
}

.cmd-items.color5 .box-list li.active a, .cmd-items.color5 .box-list li a:hover {
    background-color: #673ab7;
    border-color: #673ab7;
}

.cmd-items.color6 .box-list li.active a, .cmd-items.color6 .box-list li a:hover {
    background-color: #ea1d6f;
    border-color: #ea1d6f;
}

.cmd-items.color7 .box-list li.active a, .cmd-items.color7 .box-list li a:hover {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.cmd-items .box-items {
}

.cmd-items .box-item {
}

.cmd-items .box-item-head {
    background-color: #f5f5f5;
    position: relative;
}

.cmd-items .box-item .box-item-head:before {
    background-color: #000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

@media (max-width: 991px) {
    .cmd-items .box-item .box-item-head:before {
        width: 7px;
    }
}

.cmd-items .box-item.color1 .box-item-head:before {
    background-color: #389aff;
}

.cmd-items .box-item.color2 .box-item-head:before {
    background-color: #6fbe44;
}

.cmd-items .box-item.color3 .box-item-head:before {
    background-color: #3f51b5;
}

.cmd-items .box-item.color4 .box-item-head:before {
    background-color: #009688;
}

.cmd-items .box-item.color5 .box-item-head:before {
    background-color: #673ab7;
}

.cmd-items .box-item.color6 .box-item-head:before {
    background-color: #ea1d6f;
}

.cmd-items .box-item.color7 .box-item-head:before {
    background-color: #00bcd4;
}

.cmd-items .box-item.color8 .box-item-head:before {
    background-color: #edaa42;
}

.cmd-items .box-item-head .box-item-head-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 333px;
    padding: 30px 0;
    position: relative;
}

@media (max-width: 1300px) {
    .cmd-items .box-item-head .box-item-head-box {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .cmd-items .box-item-head .box-item-head-box {
        min-height: 150px;
    }
}

.cmd-items .box-item-head .box-item-head-box span {
    color: #000;
    font-size: 400px;
    font-weight: 800;
    left: 0;
    letter-spacing: -5px;
    line-height: 100%;
    opacity: 0.04;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cmd-items .box-item-head .box-item-head-box h3 {
    color: #171717;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 100%;
    margin: 0;
    max-width: 800px;
}

.cmd-items .box-item-head .box-item-head-box h4 {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.25px;
    line-height: 125%;
    margin: 30px 0 0;
}

@media (max-width: 991px) {
    .cmd-items .box-item-head .box-item-head-box span {
        font-size: 200px;
    }
    .cmd-items .box-item-head .box-item-head-box h3 {
        font-size: 24px;
        text-align: center;
    }
    .cmd-items .box-item-head .box-item-head-box h4 {
        font-size: 16px;
        margin: 15px 0 0;
        text-align: center;
    }
}

.cmd-items .box-item-body {
    margin: 0 0 120px;
    padding: 115px 0 0;
}

@media (max-width: 991px) {
    .cmd-items .box-item-body {
        margin: 0 0 85px;
        padding: 85px 0 0;
    }
}

.cmd-items .box-item-content {
    padding: 0 500px 0 0;
}

@media (max-width: 1300px) {
    .cmd-items .box-item-content {
        padding: 0 400px 0 0;
    }
}

@media (max-width: 991px) {
    .cmd-items .box-item-content {
        padding: 0;
    }
}

.cmd-items .box-item-content a {
    color: #ea1d6f;
}

.cmd-items .box-item-content h3 {
    color: #171717;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 115%;
    margin: 0 0 35px;
    position: relative;
}

.cmd-items .box-item-content .blist h3:before {
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: '';
    height: 28px;
    left: -50px;
    position: absolute;
    top: -4px;
    transform: rotate(45deg);
    width: 13px;
}

@media (max-width: 991px) {
    .cmd-items .box-item-content .blist h3 {
        padding: 60px 0 0;
    }
    .cmd-items .box-item-content .blist h3:before {
        left: 7px;
    }
}

.cmd-items .box-item.color1 .box-item-content .blist h3:before {
    border-color: #389aff;
}

.cmd-items .box-item.color2 .box-item-content .blist h3:before {
    border-color: #6fbe44;
}

.cmd-items .box-item.color3 .box-item-content .blist h3:before {
    border-color: #3f51b5;
}

.cmd-items .box-item.color4 .box-item-content .blist h3:before {
    border-color: #009688;
}

.cmd-items .box-item.color5 .box-item-content .blist h3:before {
    border-color: #673ab7;
}

.cmd-items .box-item.color6 .box-item-content .blist h3:before {
    border-color: #ea1d6f;
}

.cmd-items .box-item.color7 .box-item-content .blist h3:before {
    border-color: #00bcd4;
}

.cmd-items .box-item.color8 .box-item-content .blist h3:before {
    border-color: #edaa42;
}

.cmd-items .box-item .box-item-content .bnums {
    margin: 55px 0 0;
}

.cmd-items .box-item .box-item-content .bnums .bnum {
    margin: 0 0 55px;
}

.cmd-items .box-item .box-item-content .bnums .bnum .bnum-title {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 30px;
    color: #777;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 25px;
    max-width: 600px;
    min-height: 50px;
    padding: 10px 20px 10px 80px;
    position: relative;
}

.cmd-items .box-item .box-item-content .bnums .bnum .bnum-title span {
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    left: 0;
    line-height: 125%;
    position: absolute;
    top: 0;
    width: 50px;
}

.cmd-items .box-item.color6 .box-item-content .bnums .bnum .bnum-title span {
    background-color: #ea1d6f;
}

.cmd-items .box-item .box-item-content .bnums .bnum .bnum-text {
    color: #777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 140%;
    max-width: 480px;
    padding: 0 0 0 80px;
}

@media (max-width: 991px) {
    .cmd-items .box-item .box-item-content .bnums .bnum .bnum-text {
        padding: 0;
    }
}

.cmd-items .box-item .box-item-content .bmsg {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 30px;
    color: #777;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 25px;
    max-width: 720px;
    padding: 14px 30px;
    position: relative;
}

@media (max-width: 991px) {
    .cmd-items .box-item .box-item-content .bmsg {
        border-radius: 25px;
        padding: 30px;
    }
}

.cmd-items .box-item-content h4 {
    color: #171717;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 100%;
    margin: 0 0 30px;
}

.cmd-items .box-item.color1 .box-item-content h4 {
    color: #389aff;
}

.cmd-items .box-item.color2 .box-item-content h4 {
    color: #6fbe44;
}

.cmd-items .box-item.color3 .box-item-content h4  {
    color: #3f51b5;
}

.cmd-items .box-item.color4 .box-item-content h4 {
    color: #009688;
}

.cmd-items .box-item.color5 .box-item-content h4 {
    color: #673ab7;
}

.cmd-items .box-item.color6 .box-item-content h4 {
    color: #ea1d6f;
}

.cmd-items .box-item.color7 .box-item-content h4 {
    color: #00bcd4;
}

.cmd-items .box-item-content h3 + h4 {
    margin-top: 55px;
}

.cmd-items .box-item-content ul {
    margin: 0 0 50px;
    padding: 0;
}

.cmd-items .box-item-content ul li {
    color: #777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 140%;
    margin: 0 0 25px;
    padding: 0 0 0 35px;
}

.cmd-items .box-item-content ul li:last-child {
    margin: 0;
}

.cmd-items .box-item-content ul li:before {
    background-color: #777;
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    left: 15px;
    top: 10px;
    width: 4px;
}

.cmd-items .box-item.color1 .box-item-content ul li:before {
    background-color: #389aff;
}

.cmd-items .box-item.color2 .box-item-content ul li:before {
    background-color: #6fbe44;
}

.cmd-items .box-item.color3 .box-item-content ul li:before {
    background-color: #3f51b5;
}

.cmd-items .box-item.color4 .box-item-content ul li:before {
    background-color: #009688;
}

.cmd-items .box-item.color5 .box-item-content ul li:before {
    background-color: #673ab7;
}

.cmd-items .box-item.color6 .box-item-content ul li:before {
    background-color: #ea1d6f;
}

.cmd-items .box-item.color7 .box-item-content ul li:before {
    background-color: #00bcd4;
}

.cmd-items .box-item.color8 .box-item-content ul li:before {
    background-color: #edaa42;
}

.cmd-items .box-item-content .bcols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cmd-items .box-item-content .bcols ul {
    padding: 0 15px;
    width: 50%;
}

@media (max-width: 768px) {
    .cmd-items .box-item-content .bcols {
        display: block;
        margin: 0;
    }
    .cmd-items .box-item-content .bcols ul {
        padding: 0;
        width: 100%;
    }
}

.cmd-items .box-item-content p > img, .cmd-items .box-item-content > img {
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    margin: 30px 0;
}

.cmd-items .box-item-content p {
    color: #777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 140%;
    margin: 0 0 25px;
}

.cmd-items .box-item-content p + ul {
    margin-top: 35px;
}

.cmd-items .box-item-content p + h3 {
    margin-top: 55px;
}

.cmd-items .box-item-content p + h4 {
    margin-top: 55px;
}

.cmd-items .box-item-content .bnotes {
    background-color: #f5f5f5;
    border-radius: 0 0 40px 0;
    color: #777;
    font-size: 18px;
    letter-spacing: -0.23px;
    line-height: 140%;
    margin: 55px 0;
    padding: 40px 65px 40px 55px;
}

@media (max-width: 991px) {
    .cmd-items .box-item-content .bnotes {
        padding: 30px 20px
    }
}

.cmd-items .box-item-content blockquote {
    border: 1px solid #000;
    border-radius: 0 0 40px 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.23px;
    line-height: 140%;
    margin: 55px 0;
    padding: 40px 65px 40px 55px;
}

.cmd-items .box-item-content blockquote span {
    font-weight: 400;
}

@media (max-width: 991px) {
    .cmd-items .box-item-content blockquote {
        padding: 60px 30px;
    }
}

.cmd-items .box-item-content blockquote p {
    color: #000;
    margin: 0;
}

.cmd-items .box-item-content .blist {
    margin: 55px 0;
    padding: 0 0 0 60px;
}

@media (max-width: 991px) {
    .cmd-items .box-item-content .blist {
        padding: 0;
    }
}

.cmd-items .box-item-content .bboxes {
    display: flex;
    flex-wrap: wrap;
    margin: 55px -16px 0;
}

.cmd-items .box-item-content .bboxes .bbox {
    background-color: #fff;
    border-bottom: 20px solid #000;
    border-radius: 20px;
    box-shadow: 0 8px 9px 7px rgba(0, 0, 0, 0.1);
    margin: 0 16px 55px;
    min-height: 310px;
    padding: 40px;
    width: calc(50% - 32px);
}

.cmd-items .box-item-content .bboxes.alt .bbox {
    border: none;
}

@media (max-width: 991px) {
    .cmd-items .box-item-content .bboxes {
        display: block;
        margin: 55px 0 0;
    }
    .cmd-items .box-item-content .bboxes .bbox {
        margin: 0 0 55px;
        min-height: 280px;
        width: 100%;
    }
}

.cmd-items .box-item.color1 .box-item-content .bboxes .bbox {
    border-color: #389aff;
}

.cmd-items .box-item.color2 .box-item-content .bboxes .bbox {
    border-color: #6fbe44;
}

.cmd-items .box-item.color3 .box-item-content .bboxes .bbox {
    border-color: #3f51b5;
}

.cmd-items .box-item.color4 .box-item-content .bboxes .bbox {
    border-color: #009688;
}

.cmd-items .box-item.color5 .box-item-content .bboxes .bbox {
    border-color: #673ab7;
}

.cmd-items .box-item.color6 .box-item-content .bboxes .bbox {
    border-color: #ea1d6f;
}

.cmd-items .box-item.color7 .box-item-content .bboxes .bbox {
    border-color: #00bcd4;
}

.cmd-items .box-item.color8 .box-item-content .bboxes .bbox {
    border-color: #edaa42;
}

.cmd-items .box-item-content .bboxes .bbox-image {
    margin: 0 0 25px;
}

.cmd-items .box-item-content .bboxes .bbox-image img {
    display: block;
}

.cmd-items .box-item-content .bboxes .bbox-val {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.75px;
    line-height: 100%;
    margin: 0 0 10px;
}

.cmd-items .box-item-content .bboxes .bbox-content {
    color: #777;
    font-size: 16px;
    line-height: 150%;
}

.cmd-items .box-item-content .bboxes.alt .bbox-content {
    font-size: 18px;
}

/* PAGE: NEW HOME */

.nh-intro .container, .nh-companies .container, .nh-content-image .container, .nh-customers .container, .nh-options .container {
    max-width: 1310px;
    padding: 0 25px;
}

/**/

.nh-intro {
    padding: 50px 0 0;
}

.nh-intro .container {
    max-width: 100%;
}

.nh-intro__heading {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px;
}

.nh-intro__heading span {
    font-size: 90px;
    font-weight: 700;
    line-height: 125%;
    text-align: center;
}

.nh-intro__heading img {
    display: block;
    height: 6.4rem;
    margin-left: 2.5rem;
    width: auto;
}

.nh-intro__content {
}

.nh-intro__content p {
    font-size: 32px;
    line-height: 125%;
    margin: 0 0 25px;
    text-align: center;
}

.nh-intro__content p:last-child {
    margin: 0;
}

.nh-intro__buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 40px 0 55px;
}

.nh-intro__button {
}

@media (max-width: 1024px) {
    .nh-intro__heading {
        margin: 0 0 20px;
    }
    .nh-intro__heading span {
        font-size: 60px;
    }
    .nh-intro__content p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nh-intro {
        padding: 30px 0 0;
    }
    .nh-intro .box {
        margin: 0 -25px;
        overflow: hidden;
        padding: 35px 25px 300px;
    }
    .nh-intro__heading span {
        font-size: 38px;
    }
    .nh-intro__heading img {
        margin: 0;
    }
    .nh-intro__content {
        margin: 20px 0 0;
    }
    .nh-intro__content p {
        font-size: 20px;
    }
    .nh-intro__buttons {
        gap: 12px;
        margin: 25px 0 35px;
    }
}

@media (max-width: 480px) {
    .nh-intro__button {
        width: calc(50% - 6px);
    }
    .nh-intro__button a {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
}

/**/

.nh-introo {
    display: flex;
}

.nh-introo .container {
    max-width: 100%;
}

.nh-introo .box {
    min-height: 100%;
    padding: 40px 40px 200px;
    position: relative;
}

.nh-introo .box-background-image {
    display: block;
    height: 100%;
    left: -25px;
    position: absolute;
    top: 0;
    width: calc(100% + 50px);
    z-index: -1;
}

.nh-introo .box-background-image img {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
}

.nh-introo .box-heading {
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 10px;
}

.nh-introo .box-heading-image {
}

.nh-introo .box-heading-image img {
    display: block;
}

.nh-introo .box-content {
    display: block;
    margin: 40px 0 0;
    max-width: 770px;
    width: 100%;
}

.nh-introo .box-content p {
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 25px;
}

.nh-introo .box-content p:last-child {
    margin: 0;
}

.nh-introo .box-buttons {
    display: flex;
    margin: 35px -12px 0;
}

.nh-introo .box-buttons .box-button {
    padding: 0 12px;
}

.nh-introo .box-buttons .box-button a {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 40px;
}

.nh-introo .box-buttons .box-button a:hover {
    background-color: var(--primary-hover);
    border: 2px solid var(--primary-hover);
}

.nh-introo .box-buttons .box-button.outline a {
    background-color: #fff;
    color: var(--primary);
}

.nh-introo .box-buttons .box-button.outline a:hover {
    background-color: var(--primary-hover);
    border: 2px solid var(--primary-hover);
    color: #fff;
}

@media (max-width: 1024px) {
    .nh-introo {
        min-height: 0 !important;
    }
    .nh-introo .box {
        min-height: 0;
        padding: 40px 0 300px;
    }
    .nh-introo .box-heading {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .nh-introo .box {
        margin: 0 -25px;
        overflow: hidden;
        padding: 35px 25px 300px;
    }
    .nh-introo .box-background-image {
        left: 0;
        width: 100%;
    }
    .nh-introo .box-heading {
        font-size: 48px;
        line-height: 100%;
    }
    .nh-introo .box-content {
        margin: 20px 0 0;
    }
    .nh-introo .box-content p {
        font-size: 20px;
    }
    .nh-introo .box-buttons {
        margin: 25px -6px 0;
    }
    .nh-introo .box-buttons .box-button {
        padding: 0 6px;
    }
    .nh-introo .box-buttons .box-button a {
        font-size: 16px;
        padding: 12px 20px;
    }
}

@media (max-width: 640px) {
    .nh-introo .box-background-image img {
        height: 255px;
        max-width: none;
        right: -35px;
        width: auto;
    }
}

/**/

.nh-companies {
    border-bottom: 2px dashed #131415;
    padding: 50px 0;
}

.nh-companies .container {
    max-width: 100%;
}

.nh-companies__heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 45px;
    text-align: center;
}

.nh-companies__images {
    align-items: center;
    display: flex;
    gap: 35px 70px;
    justify-content: center;
    margin: 0;
}

.nh-companies__images li {
}

.nh-companies__images li img {
    display: block;
    max-height: 30px;
    max-width: 170px;
}

@media (max-width: 1024px) {
    .nh-companies__heading {
        margin: 0 0 30px;
    }
    .nh-companies__images {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .nh-companies {
        padding: 75px 0 50px;
    }
    .nh-companies__heading {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 45px;
        padding: 0;
        text-align: center;
    }
    .nh-companies__images {
        gap: 50px 0;
        justify-content: space-between;
        margin: 0;
    }
    .nh-companies__images li {
        display: flex;
        height: auto;
        justify-content: center;
        width: 45%;
    }
    .nh-companies__images li img {
        max-width: 110px;
    }
}

/**/

.nh-companiess {
}

.nh-companiess .container {
    max-width: 100%;
}

.nh-companiess .box {
    align-items: center;
    border-bottom: 2px dashed #131415;
    display: flex;
    justify-content: space-between;
    margin: 0 -25px;
    padding: 45px 25px;
}

.nh-companiess .box-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    padding: 10px;
}

.nh-companiess .box-images {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin: 0 -10px;
}

.nh-companiess .box-images .box-image {
    height: 50px;
    padding: 10px;
}

.nh-companiess .box-images .box-image img {
    display: block;
    max-height: 30px;
    max-width: 170px;
}

@media (max-width: 1024px) {
    .nh-companiess .box {
        display: block;
    }
    .nh-companiess .box-title {
        margin: 0 0 30px;
        padding: 0 10px;
        width: 100%;
    }
    .nh-companiess .box-images {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .nh-companiess .box-images .box-image {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .nh-companiess .box {
        margin: 0 -25px;
        padding: 55px 40px 30px;
    }
    .nh-companiess .box-title {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 20px;
        padding: 0;
        text-align: center;
    }
    .nh-companiess .box-images {
        justify-content: space-between;
        margin: 0;
    }
    .nh-companiess .box-images .box-image {
        height: auto;
        padding: 25px 0;
        width: 45%;
    }
    .nh-companiess .box-images .box-image img {
        max-width: 110px;
    }
}

/**/

.nh-content-image {
    overflow: hidden;
    position: relative;
}

.nh-content-image.magenta {
    overflow: visible;
}

.nh-content-image .box {
    position: relative;
}

.nh-content-image.orange .box {
    padding: 165px 0 500px;
}

.nh-content-image.blue .box {
    padding: 40px 0 850px;
}

.nh-content-image.magenta .box {
    padding: 40px 0 290px;
}

.nh-content-image .box .box-image {
    position: absolute;
    z-index: -1;
}

.nh-content-image.orange .box .box-image {
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 110px;
    right: 0;
    width: calc(100% - 110px);
}

.nh-content-image.blue .box .box-image {
    bottom: 0;
    left: 75px;
    width: calc(100% - 75px);
}

.nh-content-image.magenta .box .box-image {
    display: flex;
    justify-content: flex-end;
    right: 0;
    top: -110px;
    width: 100%;
}

.nh-content-image .box-image img {
    display: block;
}

.nh-content-image .box .box-m-image {
    display: none;
}

.nh-content-image.blue .box .box-m-image {
    margin: 0 0 0 -150px;
}

.nh-content-image.magenta .box .box-m-image {
}

.nh-content-image .box .box-m-image img {
    display: block;
    max-width: none;
}

.nh-content-image .box-box {
    display: block;
    max-width: 555px;
    width: 100%;
}

.nh-content-image .box .box-heading {
    font-size: 85px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 30px;
}

.nh-content-image.orange .box .box-heading span {
    color: #f9a81a;
}

.nh-content-image.blue .box .box-heading span {
    color: #389aff;
}

.nh-content-image.magenta .box .box-heading span {
    color: #ea1d64;
}

.nh-content-image .box-content {
}

.nh-content-image .box-content p {
    font-size: 32px;
    line-height: 125%;
    margin: 0 0 25px;
}

.nh-content-image .box-content p:last-child {
    margin: 0;
}

@media (max-width: 1300px) {
    .nh-content-image .box-box {
        max-width: 45%;
    }
    .nh-content-image.magenta .box .box-image {
        top: -20px;
    }
    .nh-content-image.magenta .box .box-image img {
        max-width: 50%;
    }
}

@media (max-width: 1200px) {
    .nh-content-image .box .box-heading {
        font-size: 65px;
    }
    .nh-content-image.orange .box .box-image {
        margin: 0 0 0 50px;
        right: 0;
        width: calc(100% - 50px);
    }
    .nh-content-image.blue .box {
        padding: 40px 0 650px;
    }
    .nh-content-image.blue .box .box-image {
        left: 0;
        width: 100%;
    }
    .nh-content-image .box-content p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nh-content-image .box-box {
        max-width: 100%;
    }
    .nh-content-image.orange .box, .nh-content-image.blue .box, .nh-content-image.magenta .box {
        width: 100%;
    }
    .nh-content-image.orange {
        margin: 0 0 -20px;
    }
    .nh-content-image.orange .box {
        padding: 85px 0 0;
    }
    .nh-content-image.blue .box {
        padding: 0;
    }
    .nh-content-image.magenta {
        overflow: hidden;
    }
    .nh-content-image.magenta .box {
        padding: 40px 0 100px;
    }
    .nh-content-image .box .box-heading {
        font-size: 36px;
        margin: 0 0 15px;
    }
    .nh-content-image .box .box-heading br {
        display: inline-block;
    }
    .nh-content-image .box-content p {
        font-size: 20px;
    }
    .nh-content-image .box .box-image {
        display: none !important;
    }
    .nh-content-image .box .box-m-image {
        display: block;
        padding: 25px 0 0;
    }
}

/**/

.nh-customers {
    background-color: #fbfbfb;
    padding: 140px 0 120px;
}

.nh-customers .box-heading {
    display: block;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0 0 100px;
    text-align: center;
}

.nh-customers .box-items {
}

.nh-customers .box-items .box-item {
    align-items: center;
    display: flex;
    padding: 20px 0;
}

.nh-customers .box-items .box-item.reverse {
    flex-direction: row-reverse;
}

.nh-customers .box-items .box-item .box-item-left {
}

.nh-customers .box-items .box-item .box-item-right {
    padding: 0 0 0 65px;
}

.nh-customers .box-items .box-item.reverse .box-item-right {
    padding: 0 65px 0 0;
    text-align: right;
}

.nh-customers .box-items .box-quote {
}

.nh-customers .box-items .box-quote p {
    font-size: 30px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 20px;
}

.nh-customers .box-items .box-quote p:last-child {
    margin: 0;
}

.nh-customers .box-items .box-author-position {
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
    margin: 10px 0 0;
}

.nh-customers .box-items .box-item .box-image {
    align-items: center;
    display: flex;
    flex: 0 0 295px;
    height: 295px;
    justify-content: flex-end;
    position: relative;
    width: 295px;
}

.nh-customers .box-items .box-item.reverse .box-image {
    justify-content: flex-start;
}

.nh-customers .box-items .box-item .box-image:before {
    background-color: #000;
    border-radius: 32px;
    content: '';
    height: 235px;
    left: 35px;
    position: absolute;
    top: 0;
    width: 235px;
    z-index: 2;
}

.nh-customers .box-items .box-item.reverse .box-image:before {
    left: 25px;
}

.nh-customers .box-items .box-image.blue:before {
    background-color: #29afff;
}

.nh-customers .box-items .box-image.magenta:before {
    background-color: #ea1d64;
}

.nh-customers .box-items .box-image.orange:before {
    background-color: #f9a81a;
}

.nh-customers .box-items .box-item .box-image:after {
    border: 1px dashed #141415;
    border-radius: 32px;
    bottom: 0;
    content: '';
    height: 255px;
    left: 0;
    position: absolute;
    width: 255px;
    z-index: 1;
}

.nh-customers .box-items .box-item.reverse .box-image:after {
    left: 40px;
}

.nh-customers .box-items .box-image img {
    border-radius: 40px;
    display: block;
    height: 200px;
    position: relative;
    width: 200px;
    z-index: 3;
}

@media (max-width: 1024px) {
    .nh-customers .box-heading {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .nh-customers {
        padding: 65px 0 80px;
    }
    .nh-customers .box-heading {
        font-size: 36px;
        letter-spacing: 0;
        margin: 0 0 45px;
    }
    .nh-customers .box-items .box-item {
        display: block;
        padding: 0;
    }
    .nh-customers .box-items .box-item .box-item-left {
        display: flex;
        justify-content: center;
        margin: 0 0 30px;
    }
    .nh-customers .box-items .box-item .box-image, .nh-customers .box-items .box-item.reverse .box-image {
        flex: 0 0 180px;
        height: 180px;
        justify-content: flex-start;
        width: 180px;
    }
    .nh-customers .box-items .box-item .box-image:before, .nh-customers .box-items .box-item.reverse .box-image:before {
        height: 140px;
        left: 20px;
        width: 140px;
    }
    .nh-customers .box-items .box-item .box-image:after {
        height: 140px;
        left: 40px;
        width: 140px;
    }
    .nh-customers .box-items .box-image img {
        border-radius: 20px;
        height: 130px;
        width: 130px;
    }
    .nh-customers .box-items .box-item .box-item-right, .nh-customers .box-items .box-item.reverse .box-item-right {
        padding: 0;
        text-align: left;
    }
    .nh-customers .box-items .box-quote p {
        font-size: 20px;
        text-align: left;
    }
    .nh-customers .box-items .box-author-position {
        font-size: 15px;
        text-align: right;
    }
    .nh-customers .box-items .slick-dots {
        display: flex;
        justify-content: center;
        margin: 60px 0 0;
        position: static;
    }
    .nh-customers .box-items .slick-dots li {
        display: block;
        height: auto;
        margin: 0;
        padding: 0 4px;
        width: auto;
    }
    .nh-customers .box-items .slick-dots li button {
        background-color: #131415;
        border-radius: 50%;
        height: 12px;
        opacity: 0.2;
        width: 12px;
    }
    .nh-customers .box-items .slick-dots li.slick-active button {
        opacity: 0.5;
    }
    .nh-customers .box-items .slick-dots li button:before {
        display: none;
    }
}

/**/

.nh-options {
    background-color: #fff;
    padding: 120px 0 165px;
}

.nh-options .box-heading {
    display: block;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 100%;
    margin: 0 0 100px;
    text-align: center;
}

.nh-options .box-items {
    display: flex;
    justify-content: space-between;
}

.nh-options .box-items .box-item {
    width: 28%;
}

.nh-options .box-items .box-image {
    margin: 0 0 45px;
}

.nh-options .box-items .box-image img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
    max-width: 100%;
}

.nh-options .box-items .box-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 125%;
    text-align: center;
}

.nh-options .box-items .box-text {
}

.nh-options .box-items .box-text p {
    font-size: 25px;
    line-height: 125%;
    margin: 0 0 25px;
    text-align: center;
}

.nh-options .box-items .box-text p:last-child {
    margin: 0;
}

.nh-options .box-items .box-button {
    display: flex;
    justify-content: center;
    margin: 65px 0 0;
}

.nh-options .box-items .box-button a {
    background-color: #000;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 35px;
    text-align: center;
}

.nh-options .box-items .box-button.blue a {
    background-color: var(--four);
}

.nh-options .box-items .box-button.blue a:hover {
    background-color: var(--four-hover);
}

.nh-options .box-items .box-button.magenta a {
    background-color: var(--primary);
}

.nh-options .box-items .box-button.magenta a:hover {
    background-color: var(--primary-hover);
}

.nh-options .box-items .box-button.orange a {
    background-color: var(--third);
}

.nh-options .box-items .box-button.orange a:hover {
    background-color: var(--third-hover);
}

@media (max-width: 1024px) {
    .nh-options {
        padding: 90px 0 130px;
    }
    .nh-options .box-heading {
        font-size: 60px;
    }
    .nh-options .box-items .box-title {
        font-size: 30px;
    }
    .nh-options .box-items .box-text p {
        font-size: 20px;
    }
    .nh-options .box-items .box-button a {
        font-size: 16px;
        padding: 16px 35px;
    }
}

@media (max-width: 768px) {
    .nh-options .box-heading {
        font-size: 36px;
        margin: 0 0 45px;
    }
    .nh-options .box-items {
        display: block;
    }
    .nh-options .box-items .box-item {
        margin: 0 0 75px;
        width: 100%;
    }
    .nh-options .box-items .box-item:last-child {
        margin: 0;
    }
    .nh-options .box-items .box-image {
        margin: 0 0 25px;
    }
    .nh-options .box-items .box-image img {
        max-height: 110px;
    }
    .nh-options .box-items .box-button {
        margin: 25px 0 0;
    }
    .nh-options .box-items .box-button a {
        max-width: 400px;
        width: 100%;
    }
}

/* PAGE: NEW WHY */

.nw-intro {
    padding: 50px 0;
}

.nw-intro .box-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 25px;
}

.nw-intro .box-heading span {
    color: #389aff;
}

.nw-intro .box-row {
    display: flex;
    justify-content: space-between;
}

.nw-intro .box-col-left {
    width: 38%;
}

.nw-intro .box-col-right {
    padding: 50px 0 0;
    width: 60%;
}

.nw-intro .box-content {
}

.nw-intro .box-content p {
    color: #000;
    font-size: 28px;
    letter-spacing: -0.3px;
    line-height: 135%;
    margin: 0 0 20px;
}

.nw-intro .box-content p:last-child {
    margin: 0;
}

.nw-intro .box-button {
    display: flex;
    margin: 40px 0 0;
}

.nw-intro .box-button a {
    align-items: center;
    background-color: var(--four);
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    line-height: 100%;
    padding: 18px 40px;
}

.nw-intro .box-button a:hover {
    background-color: var(--four-hover);
}

.nw-intro .box-button a i {
    margin: 0 15px 0 0;
}

.nw-intro .box-image {
}

.nw-intro .box-image img {
    display: block;
}

@media (max-width: 1024px) {
    .nw-intro .box-heading {        
        font-size: 60px;
    }
    .nw-intro .box-content p {
        font-size: 20px;
    }
    .nw-intro .box-button a {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .nw-intro .box-heading {
        font-size: 40px;
        margin: 0 0 15px;
    }
    .nw-intro .box-row {
        display: block;
    }
    .nw-intro .box-col-left {
        width: 100%;
    }
    .nw-intro .box-col-right {
        padding: 40px 0 0;
        width: 100%;
    }
    .nw-intro .box-button {
        margin: 25px 0 0;
    }
}

@media (max-width: 600px) {
    .nw-intro {
        padding: 40px 0 65px;
    }
    .nw-intro .box-button a {
        padding: 13px 20px;
        width: 100%;
    }
}

/**/

.nw-companies {
    background-color: #fbfbfb;
    border-bottom: 2px dashed #131415;
    padding: 50px 0;
}

.nw-companies .box {
}

.nw-companies .box-heading {
    font-size: 38px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 30px;
    text-align: center;
}

.nw-companies .box-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nw-companies .box-images .box-image {
    padding: 20px 35px;
}

.nw-companies .box-images .box-image img {
    display: block;
    max-height: 35px;
    max-width: 170px;
}

@media (max-width: 1024px) {
    .nw-companies .box-heading {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .nw-companies .box-heading {
        font-size: 20px;
    }
    .nw-companies .box-images {
        justify-content: space-between;
    }
    .nw-companies .box-images .box-image {
        display: flex;
        padding: 20px 25px;
        width: 50%;
    }
    .nw-companies .box-images .box-image:nth-child(2n + 1) {
        justify-content: flex-end;
    }
    .nw-companies .box-images .box-image img {
        max-height: 30px;
        max-width: 110px;
    }
}

/**/

.nw-ci {
    padding: 145px 0 120px;
}

.nw-ci .box-heading {
    font-size: 90px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 80px;
}

.nw-ci .box-heading span {
    color: #389aff;
}

.nw-ci .box-row {
    display: flex;
    justify-content: space-between;
}

.nw-ci .box-col-left {
    width: 35%;
}

.nw-ci .box-col-right {
    width: 60%;
}

.nw-ci .box-content {
    padding: 30px 0 0;
}

.nw-ci .box-content p {
    font-size: 26px;
    line-height: 135%;
}

.nw-ci .box-content p:last-child {
    margin: 0;
}

.nw-ci .box-image {
}

.nw-ci .box-image img {
    display: block;
}

@media (max-width: 1024px) {
    .nw-ci {
        overflow: hidden;
        padding: 80px 0;
    }
    .nw-ci .box-heading {
        font-size: 60px;
        margin: 0 0 30px;
    }
}

@media (max-width: 768px) {
    .nw-ci .box-row {
        display: block;
    }
    .nw-ci .box-col-left {
        margin: 0 0 50px;
        width: 100%;
    }
    .nw-ci .box-col-right {
        width: 100%;
    }
    .nw-ci .box-heading {
        font-size: 36px;
        margin: 0 0 10px;
    }
    .nw-ci .box-content {
        padding: 0;
    }
    .nw-ci .box-content p {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .nw-ci .box-image {
        display: flex;
        justify-content: center;
    }
    .nw-ci .box-image img {
        max-width: none;
        width: 480px;
    }
}

/**/

.nw-ci-alt {
    background-color: #fbfbfb;
    padding: 185px 0 240px;
}

.nw-ci-alt .box {
    display: flex;
}

.nw-ci-alt .box-left {
    flex: 0 0 450px;
    margin: 0 60px 0 0;
    width: 450px;
}

.nw-ci-alt .box-right {
    position: relative;
}

.nw-ci-alt .box-image {
    position: relative;
}

.nw-ci-alt .box-image img {
    display: block;
    max-width: none;
    position: absolute;
}

.nw-ci-alt .box-heading {
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 80px;
}

.nw-ci-alt .box-content {
}

.nw-ci-alt .box-content h4 {
    font-size: 34px;
    line-height: 100%;
    margin: 0 0 30px;
}

.nw-ci-alt .box-content h4 .label-green {
    background-color: #c4e2b1;
}

.nw-ci-alt .box-content h4 .label-red {
    background-color: #eda69d;
}

.nw-ci-alt .box-content ul {
    margin: 0 0 70px;
    padding: 0;
}

.nw-ci-alt .box-content ul li {
    background: url(images/icon-thumb1.svg) no-repeat 0 2px;
    font-size: 24px;
    line-height: 135%;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
}

.nw-ci-alt .box-content ul.alt li {
    background: url(images/icon-thumb2.svg) no-repeat 0 5px;
}

.nw-ci-alt .box-content ul li:last-child {
    margin: 0;
}

.nw-ci-alt .box-content ul li:before {
    display: none;
}

@media (max-width: 1024px) {
    .nw-ci-alt {
        padding: 80px 0 20px;
    }
    .nw-ci-alt .box {
        display: block;
    }
    .nw-ci-alt .box-left {
        display: none;
    }
    .nw-ci-alt .box-heading {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .nw-ci-alt .box-heading {
        font-size: 36px;
        margin: 0 0 35px;
    }
    .nw-ci-alt .box-content h4 {
        font-size: 20px;
        margin: 0 0 25px;
    }
    .nw-ci-alt .box-content ul {
        margin: 0 0 60px;
    }
    .nw-ci-alt .box-content ul li {
        background: url(images/icon-thumb1.svg) no-repeat 0 0;
        font-size: 16px;
        padding: 3px 0 0 35px;
    }
    .nw-ci-alt .box-content ul.alt li {
        background: url(images/icon-thumb2.svg) no-repeat 0 2px;
    }
}

/**/

.nw-simple-content {
    background-color: #0f2235;
    padding: 165px 0 240px;
}

.nw-simple-content .box {
    position: relative;
}

.nw-simple-content .box:before {
    border-left: 2px dashed #fff;
    content: '';
    display: block;
    height: 145px;
    left: 290px;
    position: absolute;
    top: calc(100% + 95px);
    width: 1px;
}

.nw-simple-content .box:after {
    border-left: 2px dashed #0f2235;
    content: '';
    display: block;
    height: 185px;
    left: 290px;
    position: absolute;
    top: calc(100% + 240px);
    width: 1px;
}

.nw-simple-content .box-heading {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 35px;
}

.nw-simple-content .box-content {
    background: url(images/image-lines.svg) no-repeat 0 0;
    padding: 0 0 0 185px;
}

.nw-simple-content .box-content p {
    color: #fff;
    font-size: 75px;
    line-height: 100%;
    margin: 0 0 30px;
}

.nw-simple-content .box-content p:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .nw-simple-content {
        padding: 120px 0;
    }
    .nw-simple-content .box:before, .nw-simple-content .box:after {
        display: none;
    }
    .nw-simple-content .box-heading {
        font-size: 60px;
    }
    .nw-simple-content .box-content p {
        font-size: 45px;
        line-height: 125%;
    }
}

@media (max-width: 768px) {
    .nw-simple-content {
        padding: 60px 0 65px;
    }
    .nw-simple-content .box-heading {
        font-size: 36px;
        margin: 0 0 25px;
    }
    .nw-simple-content .box-content {
        background-size: 60px auto;
        padding: 0 0 0 75px;
    }
    .nw-simple-content .box-content p {
        font-size: 24px;
        line-height: 150%;
    }
}

/**/

.nw-blocks {
    overflow: hidden;
}

.nw-blocks .box {
    position: relative;
}

.nw-blocks .box-bg {
    left: 40px;
    pointer-events: none;
    position: absolute;
    top: 335px;
    z-index: 3;
}

.nw-blocks .box-bg img {
    display: block;
    max-width: none;
    width: 1627px;
}

.nw-blocks .box-items {
    position: relative;
    z-index: 2;
}

.nw-blocks .box-items .box-item {
}

.nw-blocks .box-items .box-item.box-item-1 {
    min-height: 1295px;
    padding: 250px 0 240px;
}

.nw-blocks .box-items .box-item.box-item-2 {
    background-color: #fbfbfb;
    padding: 165px 0 250px;
}

.nw-blocks .box-items .box-item.box-item-3 {
    padding: 280px 0 260px;
}

.nw-blocks .box-items .box-item .box-item-box {
}

.nw-blocks .box-items .box-item.box-item-1 .box-item-box {
}

.nw-blocks .box-items .box-item.box-item-2 .box-item-box {
    padding: 0 0 0 650px;
}

.nw-blocks .box-items .box-item.box-item-3 .box-item-box {
    display: block;
    max-width: 700px;
    width: 100%;
}

.nw-blocks .box-items .box-item-heading {
    font-size: 90px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 55px;
}

.nw-blocks .box-items .box-item-heading span {
    color: #389aff;
}

.nw-blocks .box-items .box-item .box-item-content {
}

.nw-blocks .box-items .box-item.box-item-1 .box-item-content {
    display: block;
    max-width: 440px;
    width: 100%;
}

.nw-blocks .box-items .box-item.box-item-2 .box-item-content {
}

.nw-blocks .box-items .box-item.box-item-3 .box-item-content {
    display: block;
    max-width: 600px;
    width: 100%;
}

.nw-blocks .box-items .box-item-content h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 10px;
}

.nw-blocks .box-items .box-item-content h5 {
    color: #389aff;
    font-size: 35px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}

.nw-blocks .box-items .box-item-content p {
    font-size: 26px;
    line-height: 140%;
    margin: 0 0 35px;
}

.nw-blocks .box-items .box-item-content p:last-child {
}

.nw-blocks .box-items .box-item-content p span {
    background-color: rgba(56, 154, 255, 0.4);
}

.nw-blocks .box-items .box-item-content ol {
    margin: 0 0 85px;
    padding: 0;
}

.nw-blocks .box-items .box-item-content ol li {
    font-size: 24px;
    font-weight: 700;
    line-height: 135%;
    margin: 0 0 20px;
    padding: 0;
}

.nw-blocks .box-items .box-item-content ul li:last-child {
    margin: 0;
}

.nw-blocks .box-items .box-item-content ol li:before {
    color: #389aff;
    margin: 0 10px 0 0;
}

.nw-blocks .box-items .box-item-button {
    display: flex;
}

.nw-blocks .box-items .box-item-button a {
    background-color: var(--four);
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 18px 40px;
    text-align: center;
}

.nw-blocks .box-items .box-item-button a:hover {
    background-color: var(--four-hover);
}

.nw-blocks .box-items .box-item .box-item-mimage {
    display: none;
    margin: 0 calc(-1 * var(--container-padding));
}

.nw-blocks .box-items .box-item .box-item-mimage img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}

@media (max-width: 1200px) {
    .nw-blocks .box-items .box-item.box-item-2 .box-item-box {
        padding: 0 0 0 600px;
    }
}

@media (max-width: 1024px) {
    .nw-blocks > .container {
        display: none;
    }
    .nw-blocks .box-items {
        overflow: hidden;
    }
    .nw-blocks .box-items .box-item.box-item-1 {
        min-height: 0;
        padding: 80px 0 425px;
    }
    .nw-blocks .box-items .box-item.box-item-2 {
        padding: 340px 0 80px;
    }
    .nw-blocks .box-items .box-item.box-item-3 {
        padding: 80px 0 100px;
    }
    .nw-blocks .box-items .box-item.box-item-2 .box-item-box {
        padding: 0;
    }
    .nw-blocks .box-items .box-item.box-item-3 .box-item-box {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    .nw-blocks .box-items .box-item-heading {
        font-size: 60px;
    }
    .nw-blocks .box-items .box-item.box-item-3 .box-item-heading {
        order: 1;
    }
    .nw-blocks .box-items .box-item.box-item-1 .box-item-content {
        max-width: 100%;
    }
    .nw-blocks .box-items .box-item.box-item-3 .box-item-content {
        order: 3;
    }
    .nw-blocks .box-items .box-item-content p {
        font-size: 24px;
    }
    .nw-blocks .box-items .box-item.box-item-3 .box-item-button {
        order: 4;
    }
    .nw-blocks .box-items .box-item .box-item-mimage {
        display: block;
    }
    .nw-blocks .box-items .box-item.box-item-1 .box-item-mimage {
        position: relative;
    }
    .nw-blocks .box-items .box-item.box-item-3 .box-item-mimage {
        margin: 0 0 45px;
        order: 2;
        padding: 15px 0 0;
    }
    .nw-blocks .box-items .box-item.box-item-1 .box-item-mimage img {
        left: 50%;
        max-width: none;
        position: absolute;
        top: 0;
        transform: translateX(-30%);
    }
}

@media (max-width: 600px) {
    .nw-blocks .box-items .box-item-heading {
        font-size: 36px;
        margin: 0 0 15px;
    }
    .nw-blocks .box-items .box-item-content p {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .nw-blocks .box-items .box-item.box-item-3 .box-item-content p {
        font-size: 16px;
        margin: 0 0 35px;
    }
    .nw-blocks .box-items .box-item-content ol li {
        font-size: 20px;
    }
    .nw-blocks .box-items .box-item-content h4 {
        font-size: 20px;
    }
    .nw-blocks .box-items .box-item-content h5 {
        font-size: 30px;
        margin: 0 0 5px;
    }
    .nw-blocks .box-items .box-item-button a {
        padding: 12px 20px;
        width: 100%;
    }
}

/**/

.nw-cta {
    background-color: #fff;
    padding: 280px 0 145px;
}

.nw-cta.alt {
    padding: 120px 0 125px;
}

.nw-cta .container {
    max-width: 1310px;
    padding: 0 25px;
}

.nw-cta .box-heading {
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 30px;
    max-width: 960px;
}

.nw-cta .box-row {
    display: flex;
    justify-content: space-between;
}

.nw-cta .box-col-left {
    flex: 0 0 230px;
}

.nw-cta .box-col-right {
    padding: 0 0 0 40px;
}

.nw-cta .box-button {
    display: flex;
}

.nw-cta .box-button a {
    background-color: var(--four);
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 18px 40px;
    text-align: center;
}

.nw-cta .box-button a:hover {
    background-color: var(--four-hover);
}

.nw-cta.alt .box-button a {
    background-color: var(--primary);
}

.nw-cta.alt .box-button a:hover {
    background-color: var(--primary-hover);
}

.nw-cta .box-image {
}

.nw-cta .box-image img {
    display: block;
}

@media (max-width: 1024px) {
    .nw-cta .box-heading {
        font-size: 60px;
    }
    .nw-cta .box-button a {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .nw-cta {
        padding: 75px 0 95px;
    }
    .nw-cta.alt {
        padding: 70px 0 100px;
    }
    .nw-cta .box-heading {
        font-size: 36px;
    }
    .nw-cta .box-row {
        display: block;
    }
    .nw-cta .box-col-right {
        padding: 30px 0 0;
    }
}

@media (max-width: 600px) {
    .nw-cta .box-button a {
        padding: 13px 20px;
        width: 100%;
    }
}

/**/

.page-template-new-customers, .page-template-page-customers {
    background-color: #fbfbfb;
}

/**/

.nc-reviews {
    background-color: #fbfbfb;
    padding: 120px 0;
}

.nc-reviews--alt {
    background-color: #fff;
}

.nc-reviews--gray {
    background-color: #fbfbfb;
}

.nc-reviews.alt {
    padding: 175px 0;
}

.nc-reviews .container {
    max-width: 1310px;
    padding: 0 25px;
}

.nc-reviews .box {
    display: block;
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
}

.nc-reviews.alt .box {
    max-width: 100%;
}

.nc-reviews .box-stars {
    margin: 0 0 55px;
}

.nc-reviews .box-stars img {
    display: block;
    margin: 0 auto;
}

.nc-reviews .box-heading {
    color: #171717;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 100%;
    margin: 0 0 10px;
    text-align: center;
}

.nc-reviews .box-content {
}

.nc-reviews .box-content p {
    color: #171717;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
}

.nc-reviews .box-content p:last-child {
    margin: 0;
}

.nc-reviews .box-content p a {
    color: #171717;
    text-decoration: underline;
}

.nc-reviews .box-badge-html {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

.nc-reviews .box-badge-html img {
    display: block;
    margin: 0;
}

@media (max-width: 1024px) {
    .nc-reviews .box-heading {
        font-size: 60px;
    }
    .nc-reviews .box-heading img {
        width: 50px;
    }
}

@media (max-width: 768px) {
    .nc-reviews, .nc-reviews.alt {
        padding: 80px 0;
    }
    .nc-reviews .box-stars {
        margin: 0 0 40px;
    }
    .nc-reviews .box-stars img {
        max-width: 190px;
    }
    .nc-reviews .box-heading {
        font-size: 36px;
        line-height: 125%;
        margin: 0 0 15px;
    }
    .nc-reviews .box-heading img {
        width: 36px;
    }
    .nc-reviews .box-content p {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .nc-reviews .box-badge-html img {
        width: 20% !important;
    }
}

/**/

.nc-companies {
    padding: 65px 0 110px;
}

.nc-companies .container {
    padding: 0 25px;
}

.nc-companies .box {
}

.nc-companies .box-heading {
    color: #171717;
    font-size: 80px;
    line-height: 100%;
    margin: 0 0 55px;
}

.nc-companies .box-heading span {
    color: #ea1d64;
}

.nc-companies .box-images {
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 35px 25px;
}

.nc-companies .box-image {
    padding: 35px;
}

.nc-companies .box-image img {
    display: block;
    max-height: 35px;
    max-width: 150px;
}

@media (max-width: 1024px) {
    .nc-companies .box-heading {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .nc-companies {
        padding: 45px 0 70px;
    }
    .nc-companies .box-heading {
        font-size: 48px;
        margin: 0 0 20px;
    }
}

@media (max-width: 600px) {
    .nc-companies .box-images {
        padding: 25px;
    }
    .nc-companies .box-image {
        display: flex;
        justify-content: center;
        padding: 25px;
        width: 50%;
    }
    .nc-companies .box-image img {
        max-height: 30px;
        max-width: 100%;
    }
}

/**/

.nc-reports {
    background-color: #fff;
    padding: 110px 0 130px;
}

.nc-reports .container {
    padding: 0 25px;
}

.nc-reports .box {
}

.nc-reports .box-heading {
    color: #171717;
    font-size: 90px;
    line-height: 100%;
    margin: 0 0 65px;
}

.nc-reports .box-heading span {
    color: #ea1d64;
}

.nc-reports .box-row {
    display: flex;
    margin: 0 -20px;
}

.nc-reports .box-col {
    padding: 0 20px;
    width: 50%;
}

.nc-reports .box-item {
}

.nc-reports .box-item.box-item1 {
}

.nc-reports .box-item.box-item1 .box-box {
    border: 3px solid #ea1d64;
    border-radius: 30px;
    padding: 60px 50px 40px;
}

.nc-reports .box-item.box-item1 .box-box .box-box-image {
    margin: 0 0 35px;
}

.nc-reports .box-item.box-item1 .box-box .box-box-image img {
    display: block;
}

.nc-reports .box-item.box-item1 .box-box .box-box-heading {
    font-size: 56px;
    line-height: 120%;
    margin: 0 0 60px;
}

.nc-reports .box-item.box-item1 .box-box .box-box-button {
    display: flex;
}

.nc-reports .box-item.box-item1 .box-box .box-box-button a {
    border: 3px solid #ea1d64;
    border-radius: 50px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    padding: 15px 40px;
    text-align: center;
}

.nc-reports .box-item.box-item1 .box-box .box-box-button a:hover {
    background-color: #ea1d64;
    color: #fff;
}

.nc-reports .box-item.box-item2 {
    height: 50%;
    padding: 0 0 15px;
}

.nc-reports .box-item.box-item2 .box-box {
    background-color: hsl(190, 100%, 46%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 50px;
    position: relative;
}

.nc-reports .box-item.box-item2 .box-box:hover {
    background-color: hsl(190, 100%, 41%);
}

.nc-reports .box-item.box-item2 .box-box .box-box-image {
    flex: 1;
}

.nc-reports .box-item.box-item2 .box-box .box-box-image img {
    display: block;
    max-width: 235px;
}

.nc-reports .box-item.box-item2 .box-box .box-box-label {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 125%;
    margin: 0;
    text-align: right;
}

.nc-reports .box-item.box-item2 .box-box .box-box-url {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nc-reports .box-item.box-item3 {
    height: 50%;
    padding: 15px 0 0;
}

.nc-reports .box-item.box-item3 .box-box {
    background-color: hsl(201, 100%, 39%);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 50px;
    position: relative;
}

.nc-reports .box-item.box-item3 .box-box:hover {
    background-color: hsl(201, 100%, 34%);
}

.nc-reports .box-item.box-item3 .box-box .box-box-image {
    flex: 1;
}

.nc-reports .box-item.box-item3 .box-box .box-box-image img {
    display: block;
    max-width: 235px;
}

.nc-reports .box-item.box-item3 .box-box .box-box-label {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 125%;
    margin: 0;
    text-align: right;
}

.nc-reports .box-item.box-item3 .box-box .box-box-url {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 1024px) {
    .nc-reports {
        padding: 90px 0;
    }
    .nc-reports .box-heading {
        font-size: 60px;
    }
    .nc-reports .box-item.box-item1 .box-box .box-box-heading {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .nc-reports {
        padding: 50px 0 120px;
    }
    .nc-reports .box-heading {
        font-size: 36px;
        margin: 0 0 20px;
    }
    .nc-reports .box-row {
        display: block;
        margin: 0;
    }
    .nc-reports .box-col {
        padding: 0 0 20px;
        width: 100%;
    }
    .nc-reports .box-col:last-child {
        padding: 0;
    }
    .nc-reports .box-item.box-item1 .box-box {
        border: 2px solid #ea1d64;
        border-radius: 15px;
        padding: 30px 25px 25px;
    }
    .nc-reports .box-item.box-item1 .box-box .box-box-image {
        margin: 0 0 20px;
    }
    .nc-reports .box-item.box-item1 .box-box .box-box-image img {
        max-width: 140px;
    }
    .nc-reports .box-item.box-item1 .box-box .box-box-heading {
        font-size: 20px;
        margin: 0 0 70px;
    }
    .nc-reports .box-item.box-item1 .box-box .box-box-button a {
        border: 2px solid #ea1d64;
        font-size: 18px;
        padding: 11px 25px;
        width: 100%;
    }
    .nc-reports .box-item.box-item2 {
        height: auto;
        padding: 0;
    }
    .nc-reports .box-item.box-item2 .box-box {
        border-radius: 15px;
        min-height: 155px;
        padding: 25px;
    }
    .nc-reports .box-item.box-item2 .box-box .box-box-image img {
        max-width: 120px;
    }
    .nc-reports .box-item.box-item2 .box-box .box-box-label {
        font-size: 20px;
    }
    .nc-reports .box-item.box-item3 .box-box {
        border-radius: 15px;
        min-height: 155px;
        padding: 25px;
    }
    .nc-reports .box-item.box-item3 .box-box .box-box-image img {
        max-width: 120px;
    }
    .nc-reports .box-item.box-item3 .box-box .box-box-label {
        font-size: 20px;
    }
}

/**/

.nc-stats {
    background-color: #0f2235;
    padding: 100px 0 135px;
}

.nc-stats .container {
    padding: 0 25px;
}

.nc-stats .box {
    display: flex;
    justify-content: space-between;
}

.nc-stats .box-left {
    padding: 45px 0 0;
    width: 45%;
}

.nc-stats .box-right {
    width: 45%;
}

.nc-stats .box-heading {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 10px;
}

.nc-stats .box-subheading {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 70px;
}

.nc-stats .box-only-desktop {
    display: block;
}

.nc-stats .box-only-mobile {
    display: none;
}

.nc-stats .box-roi-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 125%;
    margin: 0;
}

.nc-stats .box-roi-value {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 50px;
}

.nc-stats .box-items {
    display: flex;
    margin: 0 0 120px;
}

.nc-stats .box-items .box-item {
    padding: 0 80px 0 0;
}

.nc-stats .box-items .box-item:last-child {
    padding: 0;
}

.nc-stats .box-items .box-item-title {
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    margin: 0 0 15px;
}

.nc-stats .box-items .box-item-value {
    color: #fff;
    font-size: 64px;
    line-height: 100%;
}

.nc-stats .box-bottom-text {
}

.nc-stats .box-bottom-text p {
    color: #fff;
    font-size: 20px;
    line-height: 125%;
    margin: 0 0 20px;
    opacity: 0.5;
}

.nc-stats .box-bottom-text p:last-child {
    margin: 0;
}

.nc-stats .box-image {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    padding: 70px;
}

.nc-stats .box-image img {
    display: block;
}

@media (max-width: 1200px) {
    .nc-stats .box-items .box-item {
        padding: 0 40px 0 0;
    }
    .nc-stats .box-items .box-item:last-child {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .nc-stats .box {
        display: block;
    }
    .nc-stats .box-left {
        padding: 0;
        width: 100%;
    }
    .nc-stats .box-right {
        width: 100%;
    }
    .nc-stats .box-heading {
        font-size: 45px;
    }
    .nc-stats .box-subheading {
        margin: 0 0 30px;
    }
    .nc-stats .box-only-desktop {
        display: none;
    }
    .nc-stats .box-only-mobile {
        display: block;
    }
    .nc-stats .box-roi-title {
        font-size: 20px;
    }
    .nc-stats .box-roi-value {
        font-size: 50px;
        margin: 0 0 25px;
    }
    .nc-stats .box-items {
        margin: 0;
    }
    .nc-stats .box-items .box-item-title {
        font-size: 16px;
    }
    .nc-stats .box-items .box-item-value {
        font-size: 32px;
    }
    .nc-stats .box-image {
        border-radius: 20px;
        margin: 0 auto 30px;
        max-width: 500px;
        padding: 25px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nc-stats {
        padding: 75px 0 115px;
    }
    .nc-stats .box-heading {
        font-size: 36px;
    }
    .nc-stats .box-subheading {
        font-size: 20px;
    }
}

/**/

.nc-stories {
    background-color: #fff;
    padding: 140px 0 120px;
}

.nc-stories .container {
    padding: 0 25px;
}

.nc-stories .box {
}

.nc-stories .box-heading {
    color: #131415;
    font-size: 90px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 90px;
}

.nc-stories .box-heading span {
    color: #ea1d64;
}

.nc-stories .box-items {
    display: flex;
    justify-content: space-between;
    margin: 0 0 85px;
}

.nc-stories .box-items .box-item {
    width: 30%;
}

.nc-stories .box-items .box-item-image {
    margin: 0 0 20px;
}

.nc-stories .box-items .box-item-image a {
    display: block;
    padding: 100% 0 0;
    position: relative;
}

.nc-stories .box-items .box-item-image img {
    border-radius: 8px;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.nc-stories .box-items .box-item-cat {
    color: #a8a8a8;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 15px;
}

.nc-stories .box-items .box-item-title {
}

.nc-stories .box-items .box-item-title a {
    color: #171717;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
}

.nc-stories .box-items .box-item-title a:hover {
    color: #ea1d64;
}

.nc-stories .box-more {
    display: flex;
    justify-content: center;
}

.nc-stories .box-more a {
    color: #ea1d64;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
}

@media (max-width: 1024px) {
    .nc-stories {
        padding: 75px 0 90px;
    }
    .nc-stories .box-heading {
        font-size: 60px;
        margin: 0 0 50px;
    }
}

@media (max-width: 768px) {
    .nc-stories .box-heading {
        font-size: 36px;
        margin: 0 0 30px;
    }
    .nc-stories .box-items {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .nc-stories .box-items .box-item {
        margin: 0 0 80px;
        width: 100%;
    }
    .nc-stories .box-items .box-item:last-child {
        margin: 0;
    }
    .nc-stories .box-more {
        margin: 40px 0 0;
    }
    .nc-stories .box-more a {
        font-size: 16px;
    }
}

/**/

.npp-intro {
    padding: 70px 0 120px;
    position: relative;
}

.npp-intro .box-bg {
    bottom: 120px;
    position: absolute;
    right: 0;
    z-index: -1;
}

.npp-intro .container {
    padding: 0 20px;
}

.npp-intro .box-bg img {
    display: block;
    max-width: 763px;
}

.npp-intro .box {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.npp-intro .box .box-left {
}

.npp-intro .box .box-right {
}

.npp-intro .box-heading {
    color: #000;
    font-size: 100px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 40px;
}

.npp-intro .large .box-heading {
    font-size: 90px;
    font-weight: 900;
    text-transform: uppercase;
}

.npp-intro .box-heading span {
    color: #389aff;
    display: block;
}

.npp-intro .box-content {
    display: block;
    max-width: 620px;
    width: 100%;
}

.npp-intro .large .box-content {
    max-width: 555px;
}

.npp-intro .box-content p {
    font-size: 24px;
    line-height: 135%;
    margin: 0 0 20px;
}

.npp-intro .box-content p:last-child {
    margin: 0;
}

.npp-intro .box-button {
    display: flex;
    margin: 55px 0 0;
}

.npp-intro .box-button a {
    background-color: var(--primary);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 18px 35px;
    text-align: center;
}

.npp-intro .large .box-button a {
    max-width: 250px;
    width: 100%;
}

.npp-intro .box-button a:hover {
    background-color: var(--primary-hover);
}

@media (max-width: 1300px) {
    .npp-intro .box-bg img {
        max-width: 600px;
    }
    .npp-intro .box-heading, .npp-intro .large .box-heading {
        font-size: 80px;
    }
    .npp-intro .box-content {
        max-width: 500px;
    }
}

@media (max-width: 1024px) {
    .npp-intro .box-bg {
        display: none;
    }
    .npp-intro .box {
        display: block;
    }
    .npp-intro .box .box-left {
        width: 100%;
    }
    .npp-intro .box .box-right {
        margin: 50px auto 0;
        max-width: 600px;
        width: 100%;
    }
    .npp-intro .box-heading, .npp-intro .large .box-heading {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .npp-intro {
        padding: 60px 0;
    }
    .npp-intro .box-heading, .npp-intro .large .box-heading {
        font-size: 50px;
        margin: 0 0 30px;
    }
    .npp-intro .box-content {
        max-width: 100%;
    }
    .npp-intro .box-content p {
        font-size: 20px;
    }
    .npp-intro .box-button {
        margin: 40px 0 0;
    }
    .npp-intro .box-button a {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .npp-intro .box-heading, .npp-intro .large .box-heading {
        text-align: center;
    }
    .npp-intro .box-content p {
        text-align: center;
    }
    .npp-intro .box-button a, .npp-intro .large .box-button a {
        max-width: 100%;
        width: 100%;
    }
}

/**/

.npp-partners {
    background-color: #fafafa;
    padding: 55px 0 65px;
}

.npp-partners .container {
    padding: 0 20px;
}

.npp-partners .box-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 40px;
    text-align: center;
}

.npp-partners .box-images {
    align-items: center;
    display: flex;
    justify-content: center;
}

.npp-partners .box-images .box-image {
    padding: 0 40px;
}

.npp-partners .box-images .box-image img {
    display: block;
    max-height: 50px;
    max-width: 150px;
}

@media (max-width: 768px) {
    .npp-partners {
        padding: 65px 0;
    }
    .npp-partners .box-heading {
        font-size: 28px;
    }
    .npp-partners .box-images .box-image {
        max-width: 50%;
        padding: 0 15px;
    }
    .npp-partners .box-images .box-image img {
        max-width: 100%;
    }
}

/**/

.npp-list {
    padding: 180px 0 110px;
}

.npp-list .container {
    padding: 0 20px;
}

.npp-list .box-heading {
    font-size: 90px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 90px;
    text-align: center;
}

.npp-list .box-items {
}

.npp-list .box-items .box-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.npp-list .box-items .box-item.reverse {
    flex-direction: row-reverse;
}

.npp-list .box-items .box-item .box-item-left {
    width: 52%;
}

.npp-list .box-items .box-item .box-item-right {
    width: 44%;
}

.npp-list .box-items .box-image {
}

.npp-list .box-items .box-image img {
    display: block;
}

.npp-list .box-items .box-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 25px;
}

.npp-list .box-items .box-text {
}

.npp-list .box-items .box-text p {
    font-size: 24px;
    line-height: 135%;
    margin: 0 0 20px;
}

.npp-list .box-items .box-text p:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .npp-list {
        padding: 90px 0 130px;
    }
    .npp-list .box-heading {
        font-size: 60px;
        margin: 0 0 50px;
    }
    .npp-list .box-items .box-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .npp-list .box-items .box-item {
        display: block;
        margin: 0 0 90px;
        padding: 0;
    }
    .npp-list .box-items .box-item:last-child {
        margin: 0;
    }
    .npp-list .box-items .box-item .box-item-left {
        margin: 0 0 40px;
        width: 100%;
    }
    .npp-list .box-items .box-item .box-item-right {
        width: 100%;
    }
    .npp-list .box-heading {
        font-size: 40px;
        margin: 0 0 70px;
    }
    .npp-list .box-items .box-title {
        font-size: 30px;
        text-align: center;
    }
    .npp-list .box-items .box-text p {
        font-size: 16px;
        text-align: center;
    }
    .npp-list .box-items .box-image {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
}

/**/

.npp-simple {
    padding: 0 0 160px;
}

.npp-simple .box {
    background-color: #5677FC;
    border-radius: 30px;
    margin: 0 auto;
    max-width: 1060px;
    padding: 50px 70px;
    text-align: center;
    width: 100%;
}

.npp-simple .box p {
    color: #fff;
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 20px;
}

.npp-simple .box p:last-child {
    margin: 0;
}

.npp-simple .box p a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .npp-simple .box {
        padding: 40px 50px;
    }
    .npp-simple .box p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .npp-simple {
        padding: 0 0 120px;
    }
    .npp-simple .box {
        padding: 40px 30px;
    }
}

/**/

.npp-contact {
    background-color: #fafafa;
    padding: 140px 0;
}

.npp-contact .box-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 auto 45px;
    max-width: 860px;
    text-align: center;
    width: 100%;
}

.npp-contact .box-content {
    display: block;
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
}

.npp-contact .box-content p {
    font-size: 28px;
    line-height: 135%;
    margin: 0 0 20px;
    text-align: center;
}

.npp-contact .box-content p:last-child {
    margin: 0;
}

.npp-contact .box-form-embed {
    margin: 75px 0 0;
}

.npp-contact .box-form-embed .hbspt-form {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.npp-contact .box-form-embed .hbspt-form form {
}

.npp-contact .box-form-embed .hbspt-form .hs-form-field {
    margin: 0 0 18px !important;
}

.npp-contact .box-form-embed .hbspt-form .hs-form-field > label {
    display: none;
}

.npp-contact .box-form-embed .hbspt-form .hs-form-field .input {
}

/*
.npp-contact .box-form-embed .hbspt-form .hs-form-field .input input[type="text"], .npp-contact .box-form-embed .hbspt-form .hs-form-field .input input[type="email"], .npp-contact .box-form-embed .hbspt-form .hs-form-field .input textarea {
    border: 1px solid #eee;
}
*/

.npp-contact .box-form-embed .hbspt-form .hs-submit {
}

.npp-contact .box-form-embed .hbspt-form .hs-submit .actions {
    display: flex;
    justify-content: center;
}

.npp-contact .box-form-embed .hbspt-form .hs-submit .actions input[type="submit"] {
    margin: 0;
    max-width: 230px;
    width: 100%;
}

.npp-contact .box-form-embed center em {
    font-size: 12px;
    font-style: normal;
}

@media (max-width: 1024px) {
    .npp-contact {
        padding: 100px 0;
    }
    .npp-contact .box-heading {
        font-size: 40px;
    }
    .npp-contact .box-content p {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .npp-contact {
        padding: 80px 0 85px;
    }
    .npp-contact .box-heading {
        font-size: 28px;
        margin: 0 0 30px;
        max-width: 100%;
    }
    .npp-contact .box-content p {
        font-size: 18px;
    }
    .npp-contact .box-form-embed br {
        display: inherit !important;
    }
}

/**/

.nb-intro {
    padding: 60px 0 135px;
}

.nb-intro .container {
    padding: 0 25px;
}

.nb-intro .box {
}

.nb-intro .box-heading {
    font-size: 60px;
    line-height: 100%;
    margin: 0 0 110px;
    padding: 15px 0 15px 40px;
    position: relative;
}

.nb-intro .box-heading:before {
    background-color: #389aff;
    border-radius: 10px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.nb-intro .box-row {
    display: flex;
    justify-content: space-between;
}

.nb-intro .box-col {
    width: 46.5%;
}

.nb-intro .box-col.box-col-left {
}

.nb-intro .box-col.box-col-left .box-col-label {
    display: flex;
    margin: 0 0 35px;
}

.nb-intro .box-col.box-col-left .box-col-label span {
    background-color: #389aff;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    padding: 5px 12px;
}

.nb-intro .box-col.box-col-left .box-col-box {
}

.nb-intro .box-col.box-col-left .box-col-box .box-col-box-image {
    margin: 0 0 45px;
}

.nb-intro .box-col.box-col-left .box-col-box .box-col-box-image a {
    display: block;
    padding: 65% 0 0;
    position: relative;
}

.nb-intro .box-col.box-col-left .box-col-box .box-col-box-image img {
    border-radius: 10px;
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.nb-intro .box-col.box-col-left .box-col-box .box-col-box-title {
    margin: 0 0 25px;
}

.nb-intro .box-col.box-col-left .box-col-box .box-col-box-title a {
    color: #000;
    display: block;
    font-size: 34px;
    line-height: 125%;
}

.nb-intro .box-col.box-col-left .box-col-box .box-col-box-content {
    max-width: 500px;
    width: 100%;
}

.nb-intro .box-col.box-col-left .box-col-box .box-col-box-content p {
    font-size: 16px;
    line-height: 135%;
    margin: 0 0 20px;
}

.nb-intro .box-col.box-col-left .box-col-box .box-col-box-content p:last-child {
    margin: 0;
}

.nb-intro .box-col.box-col-right {
}

.nb-intro .box-col.box-col-right .box-col-label {
    display: flex;
    margin: 0 0 35px;
}

.nb-intro .box-col.box-col-right .box-col-label span {
    background-color: #f9a81a;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    padding: 5px 12px;
}

.nb-intro .box-col.box-col-right .box-col-items {
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item {
    align-items: center;
    display: flex;
    margin: 0 0 40px;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item:last-child {
    margin: 0;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-left {
    flex: 0 0 175px;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-right {
    padding: 0 0 0 30px;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-image {
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-image a {
    display: block;
    padding: 72% 0 0;
    position: relative;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-image img {
    border: 1px solid #eee;
    border-radius: 10px;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-cat {
    color: #888;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 5px;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-title {
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-title a {
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 125%;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-more {
    display: flex;
    margin: 10px 0 0;
}

.nb-intro .box-col.box-col-right .box-col-items .box-col-item-more a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

@media (max-width: 1024px) {
    .nb-intro .box-heading {
        font-size: 40px;
        margin: 0 0 60px;
    }
    .nb-intro .box-col.box-col-left {
        width: 40%;
    }
    .nb-intro .box-col.box-col-right {
        width: 55%;
    }
    .nb-intro .box-col.box-col-left .box-col-box .box-col-box-title a {
        font-size: 24px;
    }
    .nb-intro .box-col.box-col-right .box-col-items .box-col-item {
        align-items: flex-start;
    }
    .nb-intro .box-col.box-col-right .box-col-items .box-col-item-left {
        flex: 0 0 125px;
    }
}

@media (max-width: 768px) {
    .nb-intro {
        padding: 40px 0 80px;
    }
    .nb-intro .box-heading {
        font-size: 28px;
        margin: 0 0 55px;
        padding: 10px 0 10px 25px;
    }
    .nb-intro .box-row {
        display: block;
    }
    .nb-intro .box-col.box-col-left {
        margin: 0 0 75px;
        width: 100%;
    }
    .nb-intro .box-col.box-col-right {
        width: 100%;
    }
    .nb-intro .box-col.box-col-left .box-col-label {
        margin: 0 0 25px;
    }
    .nb-intro .box-col.box-col-left .box-col-box .box-col-box-image {
        margin: 0 0 30px;
    }
    .nb-intro .box-col.box-col-left .box-col-box .box-col-box-title {
        margin: 0 0 20px;
    }
    .nb-intro .box-col.box-col-left .box-col-box .box-col-box-content {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .nb-intro .box-col.box-col-right .box-col-label {
        margin: 0 0 25px;
    }
    .nb-intro .box-col.box-col-right .box-col-items .box-col-item {
        display: block;
    }
    .nb-intro .box-col.box-col-right .box-col-items .box-col-item-left {
        margin: 0 0 25px;
    }
    .nb-intro .box-col.box-col-right .box-col-items .box-col-item-right {
        padding: 0;
    }
    .nb-intro .box-col.box-col-right .box-col-items .box-col-item-image a {
        padding: 50% 0 0;
    }
    .nb-intro .box-col.box-col-right .box-col-items .box-col-item-image img {
        border-radius: 15px;
    }
}

/**/

.nb-subscribe {
}

.nb-subscribe .container {
    padding: 0 25px;
}

.nb-subscribe .box {
    background: url(images/bg-subscribe.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 25px 55px;
    position: relative;
}

.nb-subscribe .box-heading {
    color: #fff;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 15px;
    text-align: center;
}

.nb-subscribe .box-content {
    display: block;
    margin: 0 auto;
    max-width: 725px;
    width: 100%;
}

.nb-subscribe .box-content p {
    color: #fff;
    font-size: 18px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.nb-subscribe .box-content p:last-child {
    margin: 0;
}

.nb-subscribe .box-form {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    padding: 25px 0 0;
    width: 100%;
}

.nb-subscribe .box-form .hbspt-form {
}

.nb-subscribe .box-form .hbspt-form form {
    position: relative;
}

.nb-subscribe .box-form .hbspt-form .hs-form-field {
    margin: 0 !important;
}

.nb-subscribe .box-form .hbspt-form .hs-form-field > label {
    display: none;
}

.nb-subscribe .box-form .hbspt-form .hs-form-field input[type="email"] {
    border: none;
    border-radius: 30px;
    line-height: 100%;
    padding: 15px 150px 15px 25px;
}

.nb-subscribe .box-form .hbspt-form .hs-submit {
    position: absolute;
    right: 8px;
    top: 8px;
}

.nb-subscribe .box-form .hbspt-form .hs-submit .actions {
    display: flex;
}

.nb-subscribe .box-form .hbspt-form .hs-submit input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    min-width: 130px;
    padding: 8px 15px;
}

.nb-subscribe .box-form .hbspt-form .hs-error-msgs {
    margin: 8px 0 0;
}

.nb-subscribe .box-form .hbspt-form .hs-error-msgs label {
    text-align: center;
}

.nb-subscribe .box-form .hbspt-form .hs_error_rollup {
    margin: 0;
}

@media (max-width: 768px) {
    .nb-subscribe .box {
        background: url(images/bg-subscribe-m.jpg) no-repeat 0 0;
        background-size: cover;
        padding: 75px 15px 100px;
    }
    .nb-subscribe .box-heading {
        margin: 0 0 20px;
    }
    .nb-subscribe .box-form {
        padding: 30px 0 0;
    }
    .nb-subscribe .box-form .hbspt-form .hs-form-field input[type="email"] {
        padding: 15px 125px 15px 25px;
    }
    .nb-subscribe .box-form .hbspt-form .hs-submit input[type="submit"] {
        min-width: 100px;
        padding: 8px 10px;
    }
}

/**/

.nb-latest {
    padding: 150px 0 120px;
}

.nb-latest .container {
    padding: 0 25px;
}

.nb-latest .box {
}

.nb-latest .box-heading {
    color: #000;
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    margin: 0 0 45px;
}

.nb-latest .box-options {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 55px;
}

.nb-latest .box-options .box-cats {
    flex: 1;
    margin: 0 25px 0 0;
    overflow: hidden;
}

.nb-latest .box-options .box-cats ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nb-latest .box-options .box-cats ul li {
    margin: 0;
    padding: 0;
}

.nb-latest .box-options .box-cats ul li:before {
    display: none;
}

.nb-latest .box-options .box-cats ul li a {
    border-radius: 5px;
    color: #666;
    display: block;
    line-height: 100%;
    padding: 10px 15px;
    white-space: nowrap;
}

.nb-latest .box-options .box-cats ul li.active a, .nb-latest .box-options .box-cats ul li a:hover {
    background-color: #eee;
    color: var(--color);
}

.nb-latest .box-options .box-cats .mobile-nav {
    display: none;
    justify-content: center;
    padding: 15px 0 0;
}

.nb-latest .box-options .box-cats .mobile-nav a {
    padding: 0 25px 0 0;
    position: relative;
}

.nb-latest .box-options .box-cats .mobile-nav a:after {
    border-bottom: 3px solid #888;
    border-right: 3px solid #888;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 12px;
}

.nb-latest .box-options .box-cats.active .mobile-nav a:after {
    top: 5px;
    transform: rotate(225deg);
}

.nb-latest .box-options .box-cats .mobile-nav span {
    color: #888;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
}

.nb-latest .box-options .box-cats .mobile-nav .more {
}

.nb-latest .box-options .box-cats .mobile-nav .less {
    display: none;
}

.nb-latest .box-options .box-search {
    flex: 0 0 325px;
    min-width: 325px;
}

.nb-latest .box-options .box-search form {
    position: relative;
}

.nb-latest .box-options .box-search input[type="text"] {
    background-color: #f9f9f9;
    border: none;
    border-radius: 30px;
    color: #888;
    font-size: 16px;
    line-height: 100%;
    padding: 15px 40px 15px 20px;
}

.nb-latest .box-options .box-search input[type="submit"] {
    background: url(images/icon-glass.svg) no-repeat 50% 50% #ea1d6f;
    border: none;
    border-radius: 18px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 35px;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}

.nb-latest .box-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.nb-latest .box-items .box-item {
    display: flex;
    flex-direction: column;
    padding: 0 25px 70px;
    width: 25%;
}

.nb-latest .box-items .box-item-image {
    margin: 0 0 20px;
}

.nb-latest .box-items .box-item-image a {
    display: block;
    padding: 85% 0 0;
    position: relative;
}

.nb-latest .box-items .box-item-image img {
    border: 1px solid #eee;
    border-radius: 10px;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.nb-latest .box-items .box-item-cat {
    color: #888;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.nb-latest .box-items .box-item-title {
    margin: 0 0 10px;
}

.nb-latest .box-items .box-item-title a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 125%;
}

.nb-latest .box-items .box-item-author {
    flex: 1;
    font-size: 14px;
    line-height: 125%;
    padding: 0 0 20px;
}

.nb-latest .box-items .box-item-more {
    display: flex;
}

.nb-latest .box-items .box-item-more a {
    color: #ea1d6f;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 125%;
}

.nb-latest .box-more {
    display: flex;
    justify-content: center;
}

.nb-latest .box-more a {
    color: #888;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    padding: 0 25px 0 0;
    position: relative;
}   

.nb-latest .box-more a:after {
    border-bottom: 3px solid #888;
    border-right: 3px solid #888;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 12px;
}

@media (max-width: 1024px) {
    .nb-latest {
        padding: 80px 0;
    }
    .nb-latest .box-heading {
        font-size: 28px;
        margin: 0 0 25px;
        text-align: center;
    }
    .nb-latest .box-options {
        display: block;
        margin: 0 auto 65px;
        max-width: 310px;
        width: 100%;
    }
    .nb-latest .box-options .box-cats {
        margin: 0 0 30px;
    }
    .nb-latest .box-options .box-cats ul {
        display: none;
    }
    .nb-latest .box-options .box-cats.active ul {
        display: block;
    }
    .nb-latest .box-options .box-cats ul li {
    }
    .nb-latest .box-options .box-cats ul li a {
        text-align: center;
    }
    .nb-latest .box-options .box-cats .mobile-nav {
        display: flex;
    }
    .nb-latest .box-options .box-cats .mobile-nav a {
    }
    .nb-latest .box-options .box-cats.active .mobile-nav .more {
        display: none;
    }
    .nb-latest .box-options .box-cats.active .mobile-nav .less {
        display: block;
    }
    .nb-latest .box-options .box-search {
        min-width: 0;
        width: 100%;
    }
    .nb-latest .box-items .box-item {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .nb-latest .box-items {
        display: block;
        margin: 0;
    }
    .nb-latest .box-items .box-item {
        margin: 0 0 50px;
        padding: 0;
        width: 100%;
    }
}

/**/

.nb-stories {
    padding: 0 0 160px;
}

.nb-stories .container {
    padding: 0 25px;
}

.nb-stories .box {
}

.nb-stories .box-heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    margin: 0 0 65px;
}

.nb-stories .box-items {
    display: flex;
    justify-content: space-between;
    margin: 0 0 90px;
}

.nb-stories .box-items .box-item {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.nb-stories .box-items .box-item-image {
    margin: 0 0 20px;
}

.nb-stories .box-items .box-item-image a {
    display: block;
    padding: 100% 0 0;
    position: relative;
}

.nb-stories .box-items .box-item-image img {
    border-radius: 12px;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.nb-stories .box-items .box-item-cat {
    color: #a8a8a8;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 15px;
}

.nb-stories .box-items .box-item-title {
    flex: 1;
    margin: 0 0 20px;
}

.nb-stories .box-items .box-item-title a {
    color: #171717;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
}

.nb-stories .box-items .box-item-more {
}

.nb-stories .box-items .box-item-more a {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

.nb-stories .box-more {
    display: flex;
    justify-content: center;
}

.nb-stories .box-more a {
    color: #888;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    padding: 0 25px 0 0;
    position: relative;
}

.nb-stories .box-more a:after {
    border-bottom: 3px solid #888;
    border-right: 3px solid #888;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 12px;
}

@media (max-width: 768px) {
    .nb-stories {
        padding: 0 0 90px;
    }
    .nb-stories .box-heading {
        font-size: 28px;
        margin: 0 0 45px;
    }
    .nb-stories .box-items {
        display: block;
        margin: 0 0 45px;
    }
    .nb-stories .box-items .box-item {
        margin: 0 0 45px;
        width: 100%;
    }
    .nb-stories .box-items .box-item:last-child {
        margin: 0;
    }
    .nb-stories .box-items .box-item-image {
        margin: 0 0 30px;
    }
    .nb-stories .box-items .box-item-cat {
        margin: 0 0 10px;
    }
    .nb-stories .box-items .box-item-title {
        margin: 0 0 15px;
    }
}

/* PAGE: ABOUT */

.pa-h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 auto 90px;
    max-width: 920px;
    text-align: center;
    width: 100%;
}

@media (max-width: 1024px) {
    .pa-h1 {
        font-size: 55px;
        line-height: 115%;
        margin: 0 0 60px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .pa-h1 {
        font-size: 40px;
    }
}

/**/

.pa-hero {
    padding: 60px 0 90px;
}

.pa-hero .box-row {
    display: flex;
    justify-content: space-between;
}

.pa-hero .box-left {
    width: 50%;
}

.pa-hero .box-right {
    width: 45%;
}

.pa-hero .box-eyebrow-heading {
    display: flex;
    margin: 0 0 35px;
}

.pa-hero .box-eyebrow-heading span {
    background-color: #389aff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    padding: 6px 15px 4px;
}

.pa-hero .box-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 45px;
}

.pa-hero .box-content {
    max-width: 650px;
    width: 100%;
}

.pa-hero .box-content p {
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 20px;
}

.pa-hero .box-content p:last-child {
    margin: 0;
}

.pa-hero .box-image {
}

.pa-hero .box-image img {
    display: block;
}

@media (max-width: 1024px) {
    .pa-hero .box-eyebrow-heading span {
        font-size: 18px;
        padding: 5px 15px;
    }
    .pa-hero .box-heading {
        font-size: 55px;
        line-height: 115%;
        margin: 0 0 25px;
    }
    .pa-hero .box-content p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .pa-hero {
        padding: 70px 0 50px;
    }
    .pa-hero .box-row {
        display: block;
    }
    .pa-hero .box-left {
        width: 100%;
    }
    .pa-hero .box-right {
        display: none;
    }
    .pa-hero .box-eyebrow-heading {
        justify-content: center;
        margin: 0 0 20px;
    }
    .pa-hero .box-heading {
        font-size: 40px;
        text-align: center;
    }
    .pa-hero .box-content p {
        text-align: center;
    }
}

/**/

.pa-companies {
    background-color: #389aff;
    padding: 80px 0 100px;
}

.pa-companies .box-heading {
    color: #fff;
    font-size: 28px;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}

.pa-companies .box-images {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pa-companies .box-images .box-image {
    padding: 30px 30px 0;
}

.pa-companies .box-images .box-image img {
    display: block;
    filter: brightness(0) invert(1);
    max-height: 40px;
    max-width: 120px;
    width: 100%;
}

@media (max-width: 768px) {
    .pa-companies {
        padding: 60px 0;
    }
    .pa-companies .box-heading {
        font-size: 20px;
    }
    .pa-companies .box-images .box-image {
        padding: 30px 10px 0;
    }
}

/**/

.pa-3cols-grid {
    padding: 160px 0 60px;
}

.pa-3cols-grid .box-heading {
}

.pa-3cols-grid .box-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pa-3cols-grid .box-items .box-item {
    margin: 0 0 100px;
    width: 30%;
}

.pa-3cols-grid .box-items .box-image {
    margin: 0 0 30px;
}

.pa-3cols-grid .box-items .box-image img {
    display: block;
}

.pa-3cols-grid .box-items .box-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 30px;
}

.pa-3cols-grid .box-items .box-text {
}

.pa-3cols-grid .box-items .box-text p {
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 20px;
}

.pa-3cols-grid .box-items .box-text p:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .pa-3cols-grid {
        padding: 100px 0;
    }
    .pa-3cols-grid .box-items {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .pa-3cols-grid .box-items .box-item {
        margin: 0 0 50px;
        width: 100%;
    }
    .pa-3cols-grid .box-items .box-item:last-child {
        margin: 0;
    }
    .pa-3cols-grid .box-items .box-image img {
        margin: 0 auto;
    }
    .pa-3cols-grid .box-items .box-title {
        text-align: center;
    }
    .pa-3cols-grid .box-items .box-text p {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .pa-3cols-grid {
        padding: 80px 0;
    }
    .pa-3cols-grid .box-items .box-title {
        font-size: 22px;
    }
    .pa-3cols-grid .box-items .box-text p {
        font-size: 16px;
    }
}

/**/

.pa-2cols-content {
    background-color: #0f2235;
    padding: 105px 0;
}

.pa-2cols-content .box-row {
    display: flex;
    justify-content: space-between;
}

.pa-2cols-content .box-left {
    width: 45%;
}

.pa-2cols-content .box-right {
    width: 45%;
}

.pa-2cols-content .box-heading {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 30px;
    padding: 40px 0 0;
    position: relative;
}

.pa-2cols-content .box-heading:before {
    background-color: #389aff;
    border-radius: 5px;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 95px;
}

.pa-2cols-content .box-right .box-heading:before {
    background-color: #ea1d6f;
}

.pa-2cols-content .box-content {
}

.pa-2cols-content .box-content p {
    color: #fff;
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 20px;
}

.pa-2cols-content .box-content p:last-child {
    margin: 0;
}

.pa-2cols-content .box-content ol {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.pa-2cols-content .box-content ol li {
    color: #fff;
    counter-increment: item;
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 20px;
    padding: 0 0 0 45px;
}

.pa-2cols-content .box-content ol li:before {
    color: #5f6c79;
    content: counter(item);
    display: block;
    font-size: 50px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 5px;
 }

.pa-2cols-content .box-content ol li:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .pa-2cols-content .box-heading {
        font-size: 50px;
    }
    .pa-2cols-content .box-content p {
        font-size: 20px;
    }
    .pa-2cols-content .box-content ol li {
        font-size: 20px;
    }
    .pa-2cols-content .box-content ol li:before {
        font-size: 45px;
    }
}

@media (max-width: 768px) {
    .pa-2cols-content {
        padding: 95px 0;
    }
    .pa-2cols-content .box-row {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .pa-2cols-content .box-left {
        margin: 0 0 100px;
        width: 100%;
    }
    .pa-2cols-content .box-right {
        width: 100%;
    }
    .pa-2cols-content .box-heading {
        font-size: 40px;
        text-align: center;
    }
    .pa-2cols-content .box-heading:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .pa-2cols-content .box-content p {
        font-size: 18px;
        text-align: center;
    }
    .pa-2cols-content .box-content ol {
        padding: 0;
    }
    .pa-2cols-content .box-content ol li {
        font-size: 18px;
        padding: 50px 0 0;
        text-align: center;
    }
    .pa-2cols-content .box-content ol li:before {
        left: 50%;
        transform: translateX(-50%);
    }
}

/**/

.pa-rotating-messages {
    background-color: #f5f5f5;
    padding: 100px 0 105px;
}

.pa-rotating-messages .box-heading {
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 10px;
    padding: 40px 0 0;
    position: relative;
}

.pa-rotating-messages .box-heading:before {
    background-color: #f9a81a;
    border-radius: 5px;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 95px;
}

.pa-rotating-messages .box-row {
    align-items: flex-start;
    display: flex;
}

.pa-rotating-messages .box-text {
    font-size: 60px;
    line-height: 120%;
}

.pa-rotating-messages .box-messages {
    background: url(images/line-dotted.png) no-repeat 0 100%;
    background-size: 100% auto;
    margin: -5px 0 0 20px;
    padding: 0 30px 0 0;
}

.pa-rotating-messages .box-messages .box-message {
    display: none;
    font-family: "Marker";
    font-size: 75px;
    line-height: 100%;
}

@media (max-width: 1024px) {
    .pa-rotating-messages {
        padding: 90px 0;
    }
    .pa-rotating-messages .box-heading {
        font-size: 50px;
    }
    .pa-rotating-messages .box-text {
        font-size: 40px;
    }
    .pa-rotating-messages .box-messages .box-message {
        font-size: 55px;
    }
}

@media (max-width: 768px) {
    .pa-rotating-messages .box-heading {
        font-size: 40px;
        margin: 0 0 15px;
        text-align: center;
    }
    .pa-rotating-messages .box-heading:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .pa-rotating-messages .box-row {
        align-items: center;
        flex-direction: column;
    }
    .pa-rotating-messages .box-text {
        font-size: 35px;
    }
    .pa-rotating-messages .box-messages {
        margin: 0;
        padding: 0 10px;
    }
    .pa-rotating-messages .box-messages .box-message {
        font-size: 45px;
    }
}

/**/

.pa-team {
    padding: 170px 0 0;
}

.pa-team .box-heading {
}

.pa-team .box-members {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pa-team .box-members .box-member {
    display: flex;
    margin: 0 0 100px;
    width: 47%;
}

.pa-team .box-members .box-member-left {
    flex: 0 0 175px;
}

.pa-team .box-members .box-member-right {
    padding: 0 0 0 30px;
}

.pa-team .box-members .box-image {
}

.pa-team .box-members .box-image img {
    display: block;
    object-fit: cover;
}

.pa-team .box-members .box-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 5px;
}

.pa-team .box-members .box-position {
    font-size: 18px;
    line-height: 125%;
    margin: 0 0 20px;
}

.pa-team .box-members .box-text {
    font-size: 20px;
    line-height: 150%;
    margin: 0 0 20px;
}

.addReadMore.showlesscontent .SecSec, .addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore, .addReadMore .readLess {
    cursor: pointer;
    font-weight: 700;
    margin: 0 0 0 2px;
}

.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

@media (max-width: 1024px) {
    .pa-team {
        padding: 120px 0;
    }
    .pa-team .box-members {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .pa-team .box-members .box-member {
        margin: 0 0 100px;
        width: 100%;
    }
    .pa-team .box-members .box-member:last-child {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .pa-team {
        padding: 80px 0 100px;
    }
    .pa-team .box-members .box-member {
        display: block;
    }
    .pa-team .box-members .box-member-left {
        margin: 0 0 25px;
        width: 100%;
    }
    .pa-team .box-members .box-member-right {
        padding: 0;
        width: 100%;
    }
    .pa-team .box-members .box-member {
        margin: 0 0 80px;
    }
    .pa-team .box-members .box-member:last-child {
        margin: 0;
    }
    .pa-team .box-members .box-image img {
        height: 175px;
        margin: 0 auto;
        width: 175px;
    }
    .pa-team .box-members .box-name {
        text-align: center;
    }
    .pa-team .box-members .box-position {
        text-align: center;
    }
    .pa-team .box-members .box-text p {
        font-size: 16px;
        text-align: center;
    }
}

/**/

.pa-background-content {
    background-color: #0f2235;
    padding: 145px 0 335px;
    position: relative;
}

.pa-background-content .bg {
    bottom: 170px;
    position: absolute;
    left: 0;
    width: 100%;
}

.pa-background-content .bg img {
    display: block;
    margin: 0 auto;
    max-width: 1506px;
    width: 100%;
}

.pa-background-content .bg-m {
    display: none;
    margin: 85px 0 0;
}

.pa-background-content .bg-m img {
    display: block;
    margin: 0 auto;
}

.pa-background-content .box-box {
    display: block;
    max-width: 40%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.pa-background-content .box-heading {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 40px;
}

.pa-background-content .box-heading span {
    color: #00bcd4;
}

.pa-background-content .box-content {
}

.pa-background-content .box-content p {
    color: #fff;
    font-size: 22px;
    line-height: 150%;
    margin: 0 0 20px;
}

.pa-background-content .box-content p:last-child {
    margin: 0;
}

@media (max-width: 1300px) {
    .pa-background-content {
        padding: 145px 0 255px;
    }
    .pa-background-content .box-heading {
        font-size: 60px;
    }
}

@media (max-width: 1024px) {
    .pa-background-content {
        padding: 110px 0;
    }
    .pa-background-content .bg {
        display: none;
    }
    .pa-background-content .bg-m {
        display: block;
    }
    .pa-background-content .box-box {
        margin: 0 auto;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .pa-background-content .box-heading {
        font-size: 40px;
        text-align: center;
    }
    .pa-background-content .box-heading br {
        display: none;
    }
    .pa-background-content .box-content p {
        font-size: 18px;
        text-align: center;
    }
}

/**/

.pa-award {
    margin: 0 0 160px;
}

.pa-award .box {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 60px 90px;
}

.pa-award .box-row {
    display: flex;
}

.pa-award .box-left {
    padding: 0 90px 0 0;
}

.pa-award .box-right {
    flex: 0 0 285px;
}

.pa-award .box-top-image {
    margin: 0 0 15px;
}

.pa-award .box-top-image img {
    display: block;
}

.pa-award .box-heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 10px;
}

.pa-award .box-content {
}

.pa-award .box-content p {
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 20px;
}

.pa-award .box-content p:last-child {
    margin: 0;
}

.pa-award .box-image {
}

.pa-award .box-image img {
    display: block;
}

@media (max-width: 1024px) {
    .pa-award {
        margin: 0 0 110px;
    }
    .pa-award .box {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        padding: 60px 20px;
        width: 100%;
    }
    .pa-award .box-row {
        display: block;
    }
    .pa-award .box-left {
        padding: 0 0 40px;
        width: 100%;
    }
    .pa-award .box-right {
        width: 100%;
    }
    .pa-award .box-top-image img {
        margin: 0 auto;
    }
    .pa-award .box-heading {
        font-size: 35px;
        text-align: center;
    }
    .pa-award .box-content p {
        font-size: 20px;
        text-align: center;
    }
    .pa-award .box-image img {
        margin: 0 auto;
        max-width: 284px;
        width: 100%;
    }
}

/**/

.pa-content-image {
    background-color: #389aff;
    padding: 115px 0;
}

.pa-content-image .box-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.pa-content-image .box-left {
    width: 45%;
}

.pa-content-image .box-right {
    width: 45%;
}

.pa-content-image .box-heading {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 25px;
}

.pa-content-image .box-content {
}

.pa-content-image .box-content p {
    color: #fff;
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 20px;
}

.pa-content-image .box-content p:last-child {
    margin: 0;
}

.pa-content-image .box-button {
    display: flex;
    margin: 35px 0 0;
}

.pa-content-image .box-button a {
    background: none;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 40px;
    text-align: center;
}

.pa-content-image .box-button a:hover {
    background-color: #fff;
    color: #389aff;
}

.pa-content-image .box-image {
}

.pa-content-image .box-image img {
}

@media (max-width: 1024px) {
    .pa-content-image {
        padding: 95px 0 120px;
    }
    .pa-content-image .box-row {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .pa-content-image .box-left {
        margin: 0 0 50px;
        width: 100%;
    }
    .pa-content-image .box-right {
        width: 100%;
    }
    .pa-content-image .box-heading {
        font-size: 40px;
        margin: 0 0 20px;
        text-align: center;
    }
    .pa-content-image .box-content p {
        font-size: 20px;
        text-align: center;
    }
    .pa-content-image .box-button {
        margin: 35px auto 0;
        max-width: 400px;
        width: 100%;
    }
    .pa-content-image .box-button a {
        width: 100%;
    }
}

/**/

.pa-cta {
    padding: 130px 0;
}

.pa-cta .box-heading {
    margin: 0 auto 35px;
}

.pa-cta .box-content {
    display: block;
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
}

.pa-cta .box-content p {
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 20px;
    text-align: center;
}

.pa-cta .box-content p:last-child {
    margin: 0;
}

.pa-cta .box-buttons {
    display: flex;
    justify-content: center;
    padding: 55px 0 0;
}

.pa-cta .box-buttons .box-button {
    padding: 0 20px;
}

.pa-cta .box-buttons .box-button a {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 40px;
    text-align: center;
}

.pa-cta .box-buttons .box-button a:hover {
    background-color: var(--primary-hover);
    border: 2px solid var(--primary-hover);
}

.pa-cta .box-buttons .box-button.outlined a {
    background-color: #fff;
    color: var(--primary);
}

.pa-cta .box-buttons .box-button.outlined a:hover {
    background-color: var(--primary-hover);
    border: 2px solid var(--primary-hover);
    color: #fff;
}

@media (max-width: 768px) {
    .pa-cta {
        padding: 90px 0;
    }
    .pa-cta .box-content p {
        font-size: 20px;
    }
    .pa-cta .box-buttons {
        display: block;
        margin: 0 auto;
        max-width: 400px;
        padding: 40px 0 0;
        width: 100%;
    }
    .pa-cta .box-buttons .box-button {
        margin: 0 0 15px;
        padding: 0;
    }
    .pa-cta .box-buttons .box-button:last-child {
        margin: 0;
    }
}

/**/

.pod-hero {
    padding: 55px 0 0;
}

.pod-hero .box {
    display: flex;
    justify-content: space-between;
    padding: 0 0 70px;
    position: relative;
}

.pod-hero .box-left {
    width: 57%;
}

.pod-hero .box-right {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 51%;
}

.pod-hero .box-heading-image {
    margin: 0 0 25px;
}

.pod-hero .box-heading-image img {
    display: block;
}

.pod-hero .box-content {
    margin: 0 0 45px;
    max-width: 600px;
}

.pod-hero .box-content p {
    font-size: 24px;
    margin: 0 0 20px;
}

.pod-hero .box-content p:last-child {
    margin: 0;
}

.pod-hero .box-image-m {
    display: none;
    margin: 0 0 55px;
}

.pod-hero .box-image-m img {
    display: block;
}

.pod-hero .box-button {
    display: flex;
}

.pod-hero .box-button a {
    align-items: center;
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    line-height: 100%;
    padding: 15px 40px;
}

.pod-hero .box-button a:hover {
    background-color: var(--primary-hover);
    border: 2px solid var(--primary-hover);
}

.pod-hero .box-button a span {
    background: url(images/icon-sound.svg) no-repeat 50% 50%;
    background-size: 100% auto;
    display: block;
    height: 25px;
    margin: 0 15px 0 0;
    width: 25px;
}

.pod-hero .box-image {
}

.pod-hero .box-image img {
    display: block;
}

@media (max-width: 767px) {
    .pod-hero .box {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        padding: 0;
        width: 100%;
    }
    .pod-hero .box-left {
        margin: 0;
        width: 100%;
    }
    .pod-hero .box-right {
        display: none;
    }
    .pod-hero .box-heading-image {
        margin: 0 0 15px;
    }
    .pod-hero .box-content p {
        font-size: 20px;
    }
    .pod-hero .box-image-m {
        display: block;
    }
    .pod-hero .box-button a {
        font-size: 18px;
        padding: 11px 20px;
        width: 100%;
    }
    .pod-hero .box-button a span {
        height: 20px;
        width: 20px;
    }
}

/**/

.pod-logos {
    padding: 110px 0;
}

.pod-logos .box-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 45px;
    text-align: center;
}

.pod-logos .box-logos {
    align-items: center;
    display: flex;
    justify-content: center;
}

.pod-logos .box-logos .box-logo {
    align-items: center;
    border-left: 2px solid #F0F0F0;
    border-right: 2px solid #F0F0F0;
    display: flex;
    min-height: 52px;
    padding: 0 40px;
    position: relative;
}

.pod-logos .box-logos .box-logo:first-child {
    border-left: none;
}

.pod-logos .box-logos .box-logo:last-child {
    border-right: none;
}

.pod-logos .box-logos .box-url {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pod-logos .box-logos .box-logo img {
    display: block;
    margin: 0 5px 0 0;
    width: 40px;
}

.pod-logos .box-logos .box-logo span {
    display: block;
    font-size: 16px;
    line-height: 125%;
    white-space: nowrap;
}

@media (max-width: 1300px) {
    .pod-logos .box-logos {
        align-items: normal;
        flex-wrap: wrap;
    }
    .pod-logos .box-logos .box-logo {
        border: none;
        border-bottom: 2px solid #F0F0F0;
        padding: 35px 25px;
        width: calc(100% / 3);
    }
}

@media (max-width: 767px) {
    .pod-logos .box {
        overflow: hidden;
    }
    .pod-logos .box-heading {
        font-size: 28px;
    }
    .pod-logos .box-logos {
        padding: 0 var(--container-padding);
        transform: translateY(2px);
    }
    .pod-logos .box-logos .box-logo {
        padding: 35px 15px;
        width: 50%;
    }
    .pod-logos .box-logos .box-logo::after {
        background-color: #F0F0F0;
        content: '';
        display: block;
        height: 50px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
    }
    .pod-logos .box-logos .box-logo:nth-child(2n + 2)::after {
        display: none;
    }
    .pod-logos .box-logos .box-logo span {
        white-space: normal;
    }
}

/**/

.pod-content-iframe {
    padding: 0 0 120px;
}

.pod-content-iframe .box-heading {
    font-size: 64px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.pod-content-iframe .box-content {
    margin: 0 0 70px;
}

.pod-content-iframe .box-content p {
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.pod-content-iframe .box-content p:last-child {
    margin: 0;
}

.pod-content-iframe .box-iframe-embed {
    display: block;
    margin: 0 auto;
    max-width: 1060px;
    width: 100%;
}

.pod-content-iframe .box-iframe-embed iframe {
    display: block;
}

@media (max-width: 767px) {
    .pod-content-iframe .box-heading {
        font-size: 36px;
    }
    .pod-content-iframe .box-content p {
        font-size: 20px;
    }
}

/**/

.pod-newsletter {
}

.pod-newsletter .box {
    background-color: #389AFF;
    border-radius: 20px;
    padding: 70px;
    position: relative;
}

.pod-newsletter .box::before {
    background: url(images/image-path-left.png) no-repeat 0 0;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 192px;
    left: 40px;
    position: absolute;
    top: 0;
    width: 193px;
}

.pod-newsletter .box::after {
    background: url(images/image-path-right.png) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 0;
    content: '';
    display: block;
    height: 261px;
    position: absolute;
    right: 15px;
    width: 188px;
}

.pod-newsletter .box > * {
    position: relative;
    z-index: 1;
}

.pod-newsletter .box-heading {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 10px;
    text-align: center;
}

.pod-newsletter .box-content {
    display: block;
    margin: 0 auto 35px;
    max-width: 790px;
    width: 100%;
}

.pod-newsletter .box-content p {
    color: #fff;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
}

.pod-newsletter .box-content p:last-child {
    margin: 0;
}

.pod-newsletter .box-form-embed {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
}

.pod-newsletter .box-form-embed .hbspt-form {
}

.pod-newsletter .box-form-embed .hbspt-form form {
    position: relative;
}

.pod-newsletter .box-form-embed .hbspt-form .hs-form-field {
}

.pod-newsletter .box-form-embed .hbspt-form .hs-form-field > label {
    display: none;
}

.pod-newsletter .box-form-embed .hbspt-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    margin: 0;
}

.pod-newsletter .box-form-embed .hbspt-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input {
}

.pod-newsletter .box-form-embed .hbspt-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input .hs-input {
    border: none;
    border-radius: 30px;
    font-size: 18px;
    line-height: 100%;
    padding: 18px 200px 18px 30px;
}

.pod-newsletter .box-form-embed .hbspt-form .hs-submit {
    position: absolute;
    right: 9px;
    top: 9px;
}

.pod-newsletter .box-form-embed .hbspt-form .hs-submit input[type="submit"] {
    border: none;
    line-height: 100%;
    margin: 0;
}

.pod-newsletter .box-form-embed .hbspt-form .hs-form-field .hs-error-msgs {
    margin: 10px 0 0;
}

.pod-newsletter .box-form-embed .hbspt-form .hs-form-field .hs-error-msgs li {
}

.pod-newsletter .box-form-embed .hbspt-form .hs-form-field .hs-error-msgs li label {
}

.pod-newsletter .box-form-embed .hbspt-form .hs_error_rollup {
}

.pod-newsletter .box-form-embed .hbspt-form .hs_error_rollup .hs-error-msgs li {
}

.pod-newsletter .box-form-embed .hbspt-form .hs_error_rollup .hs-error-msgs li label {
}

@media (max-width: 767px) {
    .pod-newsletter .box::before, .pod-newsletter .box::after {
        display: none;
    }
    .pod-newsletter .container {
        padding: 0;
    }
    .pod-newsletter .box {
        border-radius: 0;
        padding: 55px 25px 75px;
    }
    .pod-newsletter .box-heading {
        font-size: 32px;
    }
    .pod-newsletter .box-content p {
        font-size: 20px;
    }
    .pod-newsletter .box-form-embed .hbspt-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input .hs-input {
        font-size: 16px;
        padding: 14px 30px;
    }
    .pod-newsletter .box-form-embed .hbspt-form .hs-submit {
        display: flex;
        justify-content: center;
        margin: 25px 0 0;
        position: static;
    }
    .pod-newsletter .box-form-embed .hbspt-form .hs-submit input[type="submit"] {
        padding: 14px 60px;
    }
    .pod-newsletter .box-form-embed .hbspt-form .hs-form-field .hs-error-msgs li label {
        text-align: center;
    }
    .pod-newsletter .box-form-embed .hbspt-form .hs_error_rollup .hs-error-msgs li label {
        text-align: center;
    }
}

/**/

.pod-companies {
    padding: 145px 0;
}

.pod-companies--alt {
    background-color: #f5f5f5;
    padding: 65px 0 85px;
}

.pod-companies--white {
    background-color: #fff;
}

.pod-companies .box-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 55px;
    text-align: center;
}

.pod-companies .box-logos {
    display: flex;
}

.pod-companies .box-logos .box-logo {
    padding: 0 35px;
}

.pod-companies .box-logos .box-logo img {
    display: block;
}

@media (max-width: 767px) {
    .pod-companies {
        padding: 115px 0;
    }
    .pod-companies--alt {
        padding: 50px 0;
    }
    .pod-companies .box-heading {
        font-size: 32px;
        margin: 0 0 35px;
    }
    .pod-companies--alt .box-heading {
        font-size: 22px;
        margin: 0 0 40px;
    }
    .pod-companies .box-logos {
        flex-wrap: wrap;
    }
    .pod-companies--alt .box-logos {
        gap: 40px 0;
    }
    .pod-companies .box-logos .box-logo {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 30px 15px;
        width: 50%;
    }
    .pod-companies--alt .box-logos .box-logo {
        padding-bottom: 0;
        padding-top: 0;
    }
    .pod-companies .box-logos .box-logo img {
        max-height: 40px;
        max-width: 150px;
    }
}

/**/

.ro-intro {
    padding: 50px 0 100px;
    position: relative;
}

.ro-intro .bg {
    position: absolute;
    z-index: -1;
}

.ro-intro .bg img {
    display: block;
}

.ro-intro .box {
}

.ro-intro .box-logo {
    display: block;
    margin: 0 auto 15px;
    max-width: 244px;
    width: 100%;
}

.ro-intro .box-logo img {
    display: block;
}

.ro-intro .box-heading {
    font-size: 65px;
    line-height: 100%;
    margin: 0 0 5px;
    text-align: center;
}

.ro-intro .box-content {
    display: block;
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;
}

.ro-intro .box-content p {
    font-size: 24px;
    line-height: 135%;
    margin: 0 0 20px;
    text-align: center;
}

.ro-intro .box-content p:last-child {
    margin: 0;
}

.ro-intro .box-form {
    display: block;
    margin: 0 auto;
    max-width: 620px;
    padding: 70px 0 0;
    width: 100%;
}

/**/

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset {
    padding: 0;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container {
    display: block;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field {
    margin: 0 0 40px;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field .frm_primary_label {
    color: #a8a8a8;
    font-size: 16px;
    line-height: 125%;
    margin: 0;
    padding: 0;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="text"], .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="email"] {
    border: none;
    border-bottom: 2px dashed #979797;
    border-radius: 0;
    box-shadow: none;
    color: #171717;
    font-size: 46px;
    font-weight: 700;
    height: auto;
    line-height: 100%;
    padding: 5px 0;
    text-align: center;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="text"]::-webkit-input-placeholder, .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="email"]::-webkit-input-placeholder {
    color: #e7e7e7;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="text"]::-moz-placeholder, .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="email"]::-moz-placeholder {
    color: #e7e7e7;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="text"]:-ms-input-placeholder, .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="email"]:-ms-input-placeholder {
    color: #e7e7e7;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="text"]:-moz-placeholder, .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="email"]:-moz-placeholder {
    color: #e7e7e7;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field .frm_error {
    color: #f00;
    font-size: 14px;
    line-height: 125%;
    margin: 10px 0 0;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .frm_submit {
    display: flex;
    justify-content: center;
    margin: 90px 0 0;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .frm_submit button {
    background-color: var(--primary);
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    max-width: 320px;
    padding: 15px 25px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
}

.ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .frm_submit button:hover {
    background-color: var(--primary-hover);
}

.ro-intro .frm_forms.with_frm_style .frm_message {
    background-color: #468847;
    border: none;
    border-radius: 0;
    margin: 0 0 30px;
    padding: 15px;
}

.ro-intro .frm_forms.with_frm_style .frm_message p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 125%;
    margin: 0;
    text-align: center;
}

.ro-intro .frm_forms.with_frm_style .frm_error_style {
    background-color: #f00;
    border: none;
    border-radius: 0;
    margin: 0 0 30px;
    padding: 15px;
}

.ro-intro .frm_forms.with_frm_style .frm_error_style p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 125%;
    margin: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field .frm_primary_label {
        font-size: 10px;
    }
    .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="text"], .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .form-field input[type="email"] {
        font-size: 28px;
    }
    .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .frm_submit {
        margin: 50px 0 0;
    }
    .ro-intro .frm_forms.with_frm_style .frm_form_fields fieldset .frm_fields_container .frm_submit button {
        font-size: 18px;
        padding: 13px 25px;
    }
}

/**/

.ro-intro .box-form-field {
    margin: 0 0 40px;
}

.ro-intro .box-form-field:last-child {
    margin: 0;
}

.ro-intro .box-form-field label {
    color: #a8a8a8;
    font-size: 16px;
    line-height: 125%;
    margin: 0;
    padding: 0;
}

.ro-intro .box-form-field input[type="text"] {
    border: none;
    border-bottom: 2px dashed #979797;
    border-radius: 0;
    box-shadow: none;
    color: #171717;
    font-size: 46px;
    font-weight: 700;
    line-height: 100%;
    padding: 5px 0;
    text-align: center;
}

.ro-intro .box-form-field input[type="text"]:focus {
}

.ro-intro .box-form-field input[type="text"]::-webkit-input-placeholder {
    color: #e7e7e7;
}

.ro-intro .box-form-field input[type="text"]::-moz-placeholder {
    color: #e7e7e7;
}

.ro-intro .box-form-field input[type="text"]:-ms-input-placeholder {
    color: #e7e7e7;
}

.ro-intro .box-form-field input[type="text"]:-moz-placeholder {
    color: #e7e7e7;
}

.ro-intro .box-form-button {
    display: flex;
    justify-content: center;
    margin: 90px 0 0;
}

.ro-intro .box-form-button input[type="submit"] {
    background-color: var(--primary);
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    max-width: 320px;
    padding: 15px 25px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
}

.ro-intro .box-form-button input[type="submit"]:hover {
    background-color: var(--primary-hover);
}

@media (max-width: 1024px) {
    .ro-intro .box-heading {
        font-size: 45px;
        margin: 0 0 10px;
    }
    .ro-intro .box-content p {
        font-size: 20px;
    }
    .ro-intro .box-form-field input[type="text"] {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .ro-intro {
        padding: 30px 0 75px;
    }
    .ro-intro .box-logo {
        max-width: 175px;
    }
    .ro-intro .box-heading {
        font-size: 40px;
    }
    .ro-intro .box-form {
        padding: 45px 0 0;
    }
    .ro-intro .box-form-field label {
        font-size: 10px;
    }
    .ro-intro .box-form-field input[type="text"] {
        font-size: 28px;
    }
    .ro-intro .box-form-button {
        margin: 50px 0 0;
    }
    .ro-intro .box-form-button input[type="submit"] {
        font-size: 18px;
        padding: 13px 25px;
    }
}

/**/

.ro-logos {
    padding: 0 0 95px;
}

.ro-logos .box {
}

.ro-logos .box-heading {
    font-size: 40px;
    line-height: 125%;
    margin: 0 0 55px;
    text-align: center;
}

.ro-logos .box-logos {
    display: flex;
    justify-content: space-between;
}

.ro-logos .box-logo {
    padding: 0 35px 40px;
}

.ro-logos .box-logo img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .ro-logos {
        padding: 0 0 35px;
    }
    .ro-logos .box-logos {
        flex-wrap: wrap;
    }
    .ro-logos .box-logo {
        width: calc(100% / 3);
    }
    .ro-logos .box-logo img {
        max-height: 45px;
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .ro-logos {
        padding: 0;
    }
    .ro-logos .box-heading {
        font-size: 32px;
        margin: 0 0 65px;
    }
    .ro-logos .box-logo {
        padding: 0 15px 70px;
        width: 50%;
    }
    .ro-logos .box-logo img {
        max-height: 35px;
        max-width: 100%;
    }
}

/**/

.ro-content-image {
    background-color: #f5f5f5;
    padding: 70px 0 90px;
}

.ro-content-image .container {
    max-width: 1370px;
    padding: 0 25px;
}

.ro-content-image .box {
}

.ro-content-image .box-heading {
    color: #171717;
    font-size: 90px;
    line-height: 100%;
    margin: 0 0 90px;
}

.ro-content-image .box-heading span {
    color: var(--primary);
}

.ro-content-image .box-row {
    display: flex;
    justify-content: space-between;
}

.ro-content-image .box-col-left {
    width: 35%;
}

.ro-content-image .box-col-right {
    width: 50%;
}

.ro-content-image .box-content {
}

.ro-content-image .box-content p {
    font-size: 24px;
    line-height: 125%;
    margin: 0 0 20px;
}

.ro-content-image .box-content p:last-child {
    margin: 0;
}

.ro-content-image .box-button {
    display: flex;
    padding: 40px 0 0;
}

.ro-content-image .box-button a {
    border: 2px solid var(--primary);
    border-radius: 30px;
    color: var(--primary);
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    max-width: 190px;
    padding: 14px 20px;
    text-align: center;
    width: 100%;
}

.ro-content-image .box-button a:hover {
    background-color: var(--primary);
    color: #fff;
}

.ro-content-image .box-image {
    position: relative;
}

.ro-content-image .box-image:before {
    border: 2px dashed #131415;
    border-radius: 50%;
    content: '';
    display: block;
    height: 625px;
    left: -40px;
    position: absolute;
    top: -50px;
    width: 625px;
    z-index: 1;
}

.ro-content-image .box-image img {
    display: block;
    position: relative;
    z-index: 2;
}

.ro-content-image .box-button-m {
    display: none;
    justify-content: center;
    padding: 80px 0 0;
}

.ro-content-image .box-button-m a {
    border: 2px solid var(--primary);
    border-radius: 30px;
    color: var(--primary);
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    max-width: 320px;
    padding: 14px 20px;
    text-align: center;
    width: 100%;
}

.ro-content-image .box-button-m a:hover {
    background-color: var(--primary);
    color: #fff;
}

@media (max-width: 1200px) {
    .ro-content-image .box-image:before {
        height: 400px;
        width: 400px;
    }
}

@media (max-width: 1024px) {
    .ro-content-image {
        padding: 55px 0 95px;
    }
    .ro-content-image .box-heading {
        font-size: 60px;
        margin: 0 0 40px;
    }
    .ro-content-image .box-row {
        display: block;
    }
    .ro-content-image .box-col-left {
        margin: 0 0 75px;
        width: 100%;
    }
    .ro-content-image .box-col-right {
        width: 100%;
    }
    .ro-content-image .box-content p {
        font-size: 20px;
    }
    .ro-content-image .box-button {
        display: none;
    }
    .ro-content-image .box-button-m {
        display: flex;
    }
}

@media (max-width: 768px) {
    .ro-content-image {
        overflow: hidden;
        padding: 55px 0 75px;
    }
    .ro-content-image .box-heading {
        font-size: 36px;
        margin: 0 0 10px;
    }
    .ro-content-image .box-content p {
        font-size: 16px;
    }
    .ro-content-image .box-image:before {
        height: calc(100% + 70px);
        left: -35px;
        top: -35px;
        width: calc(100% + 70px);
    }
}

/**/

.ro-reports {
    padding: 145px 0 170px;
}

.ro-reports .box {
}

.ro-reports .box-heading {
    color: #171717;
    font-size: 90px;
    line-height: 100%;
    margin: 0 0 80px;
}

.ro-reports .box-heading span {
    color: var(--primary);
}

.ro-reports .box-row {
    display: flex;
    justify-content: space-between;
}

.ro-reports .box-col-left {
    width: 43%;
}

.ro-reports .box-col-right {
    width: 52%;
}

.ro-reports .box-report {
    border: 3px solid var(--primary);
    border-radius: 20px;
    padding: 45px;
}

.ro-reports .box-report-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 35px;
}

.ro-reports .box-report-button {
    display: flex;
}

.ro-reports .box-report-button a {
    background-color: var(--primary);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 18px 40px;
    text-align: center;
}

.ro-reports .box-report-button a:hover {
    background-color: var(--primary-hover);
}

.ro-reports .box-report-image {
    display: flex;
    justify-content: flex-end;
}

.ro-reports .box-report-image img {
    display: block;
    max-width: 160px;
    width: 100%;
}

.ro-reports .box-items {
    display: flex;
    justify-content: space-between;
}

.ro-reports .box-item {
    width: calc(50% - 30px);
}

.ro-reports .box-item-image {
    margin: 0 0 25px;
}

.ro-reports .box-item-image a {
    display: block;
}

.ro-reports .box-item-image img {
    display: block;
}

.ro-reports .box-item-label {
    color: #a8a8a8;
    font-size: 20px;
    line-height: 100%;
    margin: 0 0 20px;
}

.ro-reports .box-item-link {
    margin: 0;
}

.ro-reports .box-item-link a {
    color: #171717;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
}

.ro-reports .box-item-link a:hover {
    color: var(--primary);
}

@media (max-width: 1024px) {
    .ro-reports {
        padding: 100px 0;
    }
    .ro-reports .box-heading {
        font-size: 60px;
        margin: 0 0 40px;
    }
    .ro-reports .box-row {
        display: block;
    }
    .ro-reports .box-col-left, .ro-reports .box-col-right {
        width: 100%;
    }
    .ro-reports .box-col-left {
        margin: 0 0 40px;
    }
    .ro-reports .box-report-heading {
        font-size: 40px;
    }
    .ro-reports .box-item {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .ro-reports {
        padding: 80px 0 125px;
    }
    .ro-reports .box-heading {
        font-size: 36px;
        margin: 0 0 25px;
    }
    .ro-reports .box-report {
        border-width: 2px;
        border-radius: 15px;
        padding: 25px;
    }
    .ro-reports .box-report-heading {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .ro-reports .box-report-button a {
        font-size: 18px;
        padding: 13px 30px;
    }
    .ro-reports .box-report-image img {
        max-width: 90px;
    }
    .ro-reports .box-item-label {
        font-size: 18px;
    }
    .ro-reports .box-item-link a {
        font-size: 22px;
    }
}

@media (max-width: 600px) {
    .ro-reports .box-items {
        display: block;
    }
    .ro-reports .box-item {
        margin: 0 0 35px;
        width: 100%;
    }
    .ro-reports .box-item:last-child {
        margin: 0;
    }
}

/**/

.roi-results {
    padding: 50px 0;
    position: relative;
}

.roi-results .bg {
    position: absolute;
    z-index: -1;
}

.roi-results .bg img {
    display: block;
}

.roi-results .box {
    border: 1px solid #979797;
    display: block;
    margin: 0 auto;
    max-width: 824px;
    padding: 30px 55px 120px;
    width: 100%;
}

.roi-results .box-image {
    margin: 0 0 20px;
}

.roi-results .box-image img {
    display: block;
    max-width: 175px;
    width: 100%;
}

.roi-results .box-heading {
    font-size: 63px;
    line-height: 115%;
    margin: 0 0 15px;
}

.roi-results .box-heading span {
    color: var(--primary);
    display: block;
}

.roi-results .box-text {
    margin: 0 0 60px;
}

.roi-results .box-text p {
    font-size: 16px;
    line-height: 135%;
    margin: 0 0 20px;
}

.roi-results .box-text p:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .roi-results .box-heading {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .roi-results .box {
        border: none;
        padding: 0;
    }
    .roi-results .box-heading {
        font-size: 40px;
    }
    .roi-results .box-text {
        margin: 0 0 50px;
    }
    .roi-results .box-text p {
        font-size: 14px;
    }
}

/**/

.roi-results .box-content {
    margin: 0 0 65px;
}

.roi-results .box-content h4 {
    color: var(--primary);
    font-size: 40px;
    line-height: 125%;
    margin: 0;
}

.roi-results .box-content h3 {
    color: var(--primary);
    font-size: 70px;
    line-height: 125%;
    margin: 0;
}

.roi-results .box-content h3 span {
    color: #a8a8a8;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 0 10px;
}

.roi-results .box-content p {
    color: #a8a8a8;
    font-size: 18px;
    line-height: 135%;
    margin: 0;
}

@media (max-width: 1024px) {
    .roi-results .box-content h4 {
        font-size: 30px;
    }
    .roi-results .box-content h3 {
        font-size: 55px;
    }
    .roi-results .box-content p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .roi-results .box-content {
        margin: 0 0 105px;
    }
    .roi-results .box-content h4 {
        font-size: 26px;
    }
    .roi-results .box-content h3 {
        font-size: 48px;
    }
    .roi-results .box-content p {
        font-size: 14px;
    }
}

/**/

.roi-results .box-stats {
}

.roi-results .box-stats .box-stat {
    border-bottom: 2px dashed #979797;
    margin: 0 0 45px;
    padding: 0 0 25px;
}

.roi-results .box-stats .box-stat h4 {
    font-size: 22px;
    line-height: 100%;
    margin: 0 0 5px;
}

.roi-results .box-stats .box-stat h3 {
    font-size: 40px;
    line-height: 100%;
    margin: 0 0 5px;
}

.roi-results .box-stats .box-stat h3 span {
    color: #a8a8a8;
    font-size: 21px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 0 5px;
}

.roi-results .box-stats .box-stat p {
    color: #a8a8a8;
    font-size: 16px;
    line-height: 135%;
    margin: 0;
}

@media (max-width: 768px) {
    .roi-results .box-stats .box-stat {
        margin: 0 0 40px;
        padding: 0 0 5px;
    }
    .roi-results .box-stats .box-stat p {
        font-size: 14px;
    }
}

/**/

.roi-results .box-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 50px;
}

.roi-results .box-fields .box-field {
    border-bottom: 2px dashed #979797;
    margin: 0 0 50px;
    padding: 0 0 15px;
    width: 100%;
}

.roi-results .box-fields .box-field.half {
    width: calc(50% - 25px);
}

.roi-results .box-fields .box-field h4 {
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 10px;
}

.roi-results .box-fields .box-field .box-row {
    align-items: center;
    display: flex;
}

.roi-results .box-fields .box-field .box-row .box-col-image {
    margin: 0 15px 0 0;
}

.roi-results .box-fields .box-field .box-row .box-col-image img {
    display: block;
}

.roi-results .box-fields .box-field .box-row .box-col-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

@media (max-width: 768px) {
    .roi-results .box-fields {
        display: block;
        padding: 10px 0 70px;
    }
    .roi-results .box-fields .box-field, .roi-results .box-fields .box-field.half {
        width: 100%;
    }
    .roi-results .box-fields .box-field .box-row .box-col-text {
        font-size: 24px;
    }
}

/**/

.roi-results .box-next {
}

.roi-results .box-next h3 {
    color: var(--primary);
    font-size: 40px;
    line-height: 100%;
    margin: 0 0 15px;
}

.roi-results .box-next h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 25px;
}

.roi-results .box-next .box-next-row {
    align-items: center;
    display: flex;
}

.roi-results .box-next .box-next-row .box-next-video {
    padding: 0 50px 0 0;
    width: 100%;
}

.roi-results .box-next .box-next-row .box-next-button {
    flex: 1;
}

.roi-results .box-next .box-next-row .box-next-button a {
    background-color: var(--primary);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    padding: 18px 40px;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
}

.roi-results .box-next .box-next-row .box-next-button a:hover {
    background-color: var(--primary-hover);
}

.roi-results .box-next .box-next-link {
    display: flex;
    justify-content: center;
    padding: 60px 0 0;
    position: relative;
}

.roi-results .box-next .box-next-link button {
    background: url(images/icon-chain.png) no-repeat 0 50%;
    border: none;
    color: #7f7f7f;
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
    padding: 0 0 0 35px;
    position: relative;
    text-align: left;
}

.roi-results .box-next .box-next-link button span {
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 600;
    left: 50%;
    line-height: 100%;
    opacity: 0;
    padding: 5px 10px;
    pointer-events: none;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}

.roi-results .box-next .box-next-link button span.active {
    opacity: 1;
}

.roi-results .box-next .box-next-link button:hover span {
    display: block;
}

.roi-results .box-next .box-next-link button span:after {
    background-color: #333;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%) rotate(45deg);
    width: 10px;
}

@media (max-width: 768px) {
    .roi-results .box-next h4 {
        font-size: 18px;
    }
    .roi-results .box-next .box-next-row {
        display: block;
    }
    .roi-results .box-next .box-next-row .box-next-video {
        padding: 0 0 50px;
    }
    .roi-results .box-next .box-next-row .box-next-button {
        display: block;
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }
    .roi-results .box-next .box-next-row .box-next-button a {
        font-size: 18px;
        padding: 13px 25px;
    }
    .roi-results .box-next .box-next-link button {
        font-size: 18px;
    }
}

/**/

.single #content {
    position: relative;
}

.single .common {
    overflow: visible;
}

#floating-box {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0 var(--container-padding);
    position: absolute;
    top: 0;
    width: calc((100% - 752px) / 2);
}

@media (max-width: 1460px) {
    #floating-box {
        padding: 0 20px;
        width: calc((100% - 700px) / 2);
    }
}

@media (max-width: 1260px) {
    #floating-box {
        display: none;
    }
}

/**/

.fbox {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 23px rgb(162 162 162 / 25%);
    max-width: 300px;
    padding: 20px;
    position: sticky;
    top: 150px;
    width: 100%;
}

.fbox__heading {
    font-size: 20px;
    letter-spacing: -0.25px;
    line-height: 125%;
    margin: 0 0 10px;
    text-align: center;
}

.fbox__text {
    color: #777;
    font-size: 14px;
    letter-spacing: -0.17px;
    line-height: 150%;
    margin: 0 0 15px;
    text-align: center;
}

.fbox__btn {
    margin: 0 0 10px;
}

.fbox__btn:last-child {
    margin: 0;
}

.fbox__btn a {
    background-color: var(--four);
    border: 1px solid var(--four);
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    padding: 13px 15px;
    text-align: center;
    width: 100%;
}

.fbox__btn a:hover {
    background-color: var(--four-hover);
    border-color: var(--four-hover);
}

.fbox__btn--outline a {
    background: none;
    color: var(--four);
}

.fbox__btn--outline a:hover {
    background-color: var(--four);
    border-color: var(--four);
    color: #fff;
}

@media (max-width: 1460px) {
    .fbox {
        padding: 20px 10px 10px;
    }
    .fbox__heading {
        font-size: 18px;
    }
    .fbox__btn a {
        font-size: 14px;
    }
}

/**/

.fbox1 {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 8px 0 rgb(135 135 135 / 50%);
    max-width: 335px;
    padding: 30px 20px 25px;
    position: sticky;
    top: 150px;
}

.fbox1__image {
    margin: -30px -20px 20px;
}

.fbox1__image img {
    display: block;
    width: 100%;
}

.fbox1__heading {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 5px;
    text-align: center;
}

.fbox1__heading a {
    color: #389AFF;
    font-weight: 700;
    text-decoration: underline;
}

.fbox1__text {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-align: center;
}

.fbox1__button {
    margin-top: 20px;
}

.fbox1__button a {
    background-color: #389AFF;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
}

/**/

.fbox2 {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 8px 0 rgb(135 135 135 / 50%);
    max-width: 364px;
    padding: 30px 20px 25px;
    position: sticky;
    top: 150px;
}

.fbox2__bg {
    bottom: 0;
    display: block;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}

.fbox2__box {
    position: relative;
    z-index: 2;
}

.fbox2__label {
    background-color: #389AFF;
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: -30px -20px 25px;
    padding: 9px 5px;
    text-align: center;
}

.fbox2__label--wobg {
    background: none;
    border-radius: 0;
    color: #389AFF;
    font-size: 18px;
    margin: -10px 0 25px;
    padding: 0;
}

.fbox2__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.fbox2__logo img {
    display: block;
}

.fbox2__heading {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 25px;
    text-align: center;
}

.fbox2__heading--large {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
}

.fbox2__heading a {
    color: #389AFF;
    font-weight: 700;
    text-decoration: underline;
}

.fbox2__image {
}

.fbox2__image img {
    display: block;
    width: 100%;
}

.fbox2__button {
    margin-top: 35px;
}

.fbox2__button a {
    background-color: #389AFF;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
}

/**/

.fbox3 {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 8px 0 rgb(135 135 135 / 50%);
    max-width: 364px;
    padding: 30px 20px 25px;
    position: sticky;
    top: 200px;
}

.fbox3__heading {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.25;
    margin: 0;
    text-align: center;
}

.fbox3__image {
    margin: -120px 0 30px;
}

.fbox3__image img {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    display: block;
    height: 180px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: cover;
    width: 180px;
}

.fbox3__button {
    margin-top: 30px;
}

.fbox3__button a {
    background-color: #389AFF;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
}

/**/

.button {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 40px;
    text-align: center;
}

@media (max-width: 1024px) {
    .button {
        font-size: 18px;
        padding: 13px 30px;
    }
}

@media (max-width: 768px) {
    .button {
        font-size: 16px;
        padding: 12px 25px;
    }
}

.button--red {
    background-color: var(--primary);
    border-color: var(--primary);
}

.button--red:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}

.button--red-outline {
    border-color: var(--primary);
    color: var(--primary);
}

.button--red-outline:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}

.button--blue-outline {
    border-color: #389AFF;
    color: #389AFF;
}

.button--blue-outline:hover {
    background-color: #389AFF;
    border-color: #389AFF;
    color: #fff;
}

.button--blue {
    background-color: #389AFF;
    border-color: #389AFF;
}

.button--blue:hover {
    background-color: #389AFF;
    border-color: #389AFF;
    color: #fff;
    opacity: 0.8;
}

.button--gray {
    background-color: #3A4654;
    border-color: #3A4654;
}

.button--gray:hover {
    background-color: #3A4654;
    border-color: #3A4654;
    color: #fff;
    opacity: 0.8;
}

/**/


._h1, ._h2, ._h3, ._h4 {
    color: inherit;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}

._h1 {
    font-size: 90px;
}

._h5 {
    font-size: 24px;
}

@media (max-width: 1024px) {
    ._h1 {
        font-size: 60px;
    }
    ._h5 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    ._h1 {
        font-size: 38px;
    }
    ._h5 {
        font-size: 20px;
    }
}

/**/

.text-center {
    text-align: center;
}

/**/

.text {
    font-size: 32px;
    line-height: 125%;
}

.text p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 25px;
}

.text p:last-child {
    margin-bottom: 0;
}

/**/

.mb-10 {
    margin-bottom: 10px;
}

/**/

.mt-40 {
    margin-top: 40px;
}

/**/

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}


/**/

.pb-50 {
    padding-bottom: 50px;
}

/**/

.pt-50 {
    padding-top: 50px;
}

/**/

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/**/

.intro-video {
    display: block;
    margin: 0 auto;
    max-width: 1075px;
    width: 100%;
}

.intro-video__embed {
    position: relative;
}

.intro-video__embed::after {
    background-image: url(images/ico-play.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 93px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
    z-index: 10;
}

.intro-video__embed--active::after {
    display: none;
}

.intro-video__embed > img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.intro-video__embed--active > img {
    display: none;
}

.intro-video__embed .wistia_responsive_padding {
    opacity: 0;
    /*
    padding-top: 62.5% !important;¨
    */
}

.intro-video__embed--active .wistia_responsive_padding {
    opacity: 1;
}

.intro-video__embed .wistia_responsive_wrapper {
}

.intro-video__embed .wistia_embed {
    height: 100% !important;
}

.intro-video__embed .wistia_embed > div {
    height: 100% !important;
}

.intro-video__embed .wistia_embed > div > div {
    height: 100% !important;
}

.intro-video__embed .wistia_embed > div > div > div:nth-child(2) {
    height: 100% !important;
}

.intro-video__embed .w-video-wrapper {
    background: none !important;
}

.intro-video__embed .w-video-wrapper video {
    object-fit: contain !important;
}

.intro-video a {
    display: block;
    position: relative;
}

.intro-video a::after {
    background-image: url(images/ico-play.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 93px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
}

.color--blue .intro-video a::after {
    background-image: url(images/ico-play-blue.svg);
}

.intro-video a img {
    display: block;
}

.intro-hidden {
    display: none;
}

#intro-video.fancybox-content {
    max-width: 800px;
    padding: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .intro-video__embed::after {
        height: 42px;
        width: 60px;
    }
    .intro-video a::after {
        height: 42px;
        width: 60px;
    }
}

/**/

.nn-intro {
    padding: 50px 0 85px;
}

.nn-intro__heading {
    font-size: 75px;
    line-height: 110%;
    margin: 0 0 45px;
    text-align: center;
}

.nn-intro__heading span {
    color: #EA1D64;
}

.color--blue .nn-intro__heading span {
    color: #389AFF;
}

.nn-intro__content {
    margin: -25px 0 60px;
}

.nn-intro__content p {
    font-size: 28px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.nn-intro__content p:last-child {
    margin: 0;
}

.nn-intro__images {
    align-items: center;
    display: flex;
    gap: 40px 80px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 45px 0 0;
}

.nn-intro__images li {
}

.nn-intro__images li img {
    display: block;
}

@media (max-width: 1024px) {
    .nn-intro {
        padding: 35px 0 80px;
    }
    .nn-intro__heading {
        font-size: 60px;
        margin: 0 0 25px;
    }
    .nn-intro__content {
        margin: 0 0 60px;
    }
    .nn-intro__content p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nn-intro {
        padding: 20px 0 60px;
    }
    .nn-intro__heading {
        font-size: 40px;
        margin: 0 0 15px;
    }
    .nn-intro__content {
        margin: 0 0 30px;
    }
    .nn-intro__content p {
        font-size: 20px;
    }
    .nn-intro__images {
        flex-wrap: wrap;
        gap: 45px 0;
        padding: 45px 0 0;
    }
    .nn-intro__images li {
        display: flex;
        justify-content: center;
        padding: 0 10px;
        width: 50%;
    }
    .nn-intro__images li img {
        max-height: 35px;
        max-width: 125px;
    }
}

/**/

.nn-sintro {
    background-color: #FBFBFB;
    padding: 60px 0;
}

.nn-sintro__heading {
    font-size: 75px;
    line-height: 110%;
    margin: 0 0 20px;
    text-align: center;
}

.nn-sintro__heading span {
    color: #389AFF;
}

.nn-sintro__content {
}

.nn-sintro__content p {
    font-size: 28px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.nn-sintro__content p:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .nn-sintro {
        padding: 40px 0;
    }
    .nn-sintro__heading {
        font-size: 60px;
    }
    .nn-sintro__content p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nn-sintro {
        padding: 30px 0;
    }
    .nn-sintro__heading {
        font-size: 40px;
    }
    .nn-sintro__content p {
        font-size: 20px;
    }
}

/**/

.nn-aintro {
    padding: 50px 0 90px;
}

.nn-aintro__heading {
    font-size: 72px;
    line-height: 110%;
    margin: 0 0 30px;
}

.nn-aintro__heading span {
    color: #EA1D64;
}

.nn-aintro__row {
    display: flex;
}

.nn-aintro__content {
    flex: 0 0 40%;
}

.nn-aintro__text {
    margin: 0 0 45px;
    padding: 35px 0 0;
}

.nn-aintro__text p {
    font-size: 28px;
    line-height: 150%;
    margin: 0 0 20px;
}

.nn-aintro__text p:last-child {
    margin: 0;
}

.nn-aintro__buttons {
    display: flex;
    gap: 20px;
}

.nn-aintro__button {
}

.nn-aintro__button a {
}

.nn-aintro__image {
    flex: 0 0 60%;
}

.nn-aintro__image img {
    display: block;
}

@media (max-width: 1024px) {
    .nn-aintro__heading {
        font-size: 50px;
        text-align: center;
    }
    .nn-aintro__row {
        display: block;
        margin: 0 auto;
        max-width: 500px;
    }
    .nn-aintro__text {
        padding: 0;
        text-align: center;
    }
    .nn-aintro__text p {
        font-size: 24px;
        line-height: 135%;
    }
    .nn-aintro__buttons {
        justify-content: center;
    }
    .nn-aintro__image {
        margin: 35px 0 0;
    }
}

@media (max-width: 768px) {
    .nn-aintro {
        padding: 30px 0 70px;
    }
    .nn-aintro__heading {
        font-size: 28px;
        margin: 0 0 15px;
    }
    .nn-aintro__text {
        margin: 0 0 30px;
    }
    .nn-aintro__text p {
        font-size: 20px;
    }
    .nn-aintro__buttons {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .nn-aintro__button {
        width: calc(50% - 5px);
    }
    .nn-aintro__button a {
        padding: 12px 15px;
        width: 100%;
    }
}

/**/

.nn-dintro {
    padding: 150px 0 170px;
}

.nn-dintro--dark {
    background-color: #020b15;
    overflow: hidden;
    padding: 130px 0 170px;
    position: relative;
}

.nn-dintro--dark--alt {
    padding: 130px 0 170px;
}

.nn-dintro--dark::before {
    background-color: #020b15;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10000px;
    left: 50%;
    position: absolute;
    top: 250px;
    transform: translateX(-53%);
    width: 10000px;
    z-index: 2;
}

.nn-dintro__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nn-dintro__row {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1190px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.nn-dintro--dark .nn-dintro__row {
    align-items: center;
}

.nn-dintro--dark--alt .nn-dintro__row {
    align-items: flex-start;
}

.nn-dintro__left {
    width: 46%;
}

.nn-dintro__right {
    width: 48%;
}

.nn-dintro__heading {
    color: #EA1D64;
    font-size: 90px;
    line-height: 110%;
    margin: 0 0 5px;
}

.nn-dintro--dark .nn-dintro__heading {
    color: #fff;
}

.nn-dintro--dark .nn-dintro__heading--alt {
    color: #EA1D6F;
    font-size: 60px;
    margin: 35px 0 20px;
}

.nn-dintro__content {
}

.nn-dintro--dark .nn-dintro__content {
    color: #fff;
}

.nn-dintro__content p {
    font-size: 28px;
    line-height: 135%;
    margin: 0 0 40px;
}

.nn-dintro__content p:last-child {
    margin: 0;
}

.nn-dintro__video {
    position: relative;
}

.nn-dintro__video::after {
    background: url(images/video-shape.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: calc(100% + 150px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.nn-dintro--dark .nn-dintro__video::after {
    background: url(images/form-circle.png) no-repeat 50% 50%;
    background-size: cover;
    content: '';
    display: block;
    height: 590px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 590px;
}

.nn-dintro__video a {
    display: block;
}

.nn-dintro__video a::after {
    background: url(images/ico-play.svg) no-repeat 0 0;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 93px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
}

.nn-dintro__video img {
    border: 4px solid #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    display: block;
}

.nn-dintro__image img {
    display: block;
    max-width: none;
    width: 145%;
}

.nn-dintro__hidden {    
    display: none;
}

@media (max-width: 1024px) {
    .nn-dintro {
        padding: 100px 0;
    }
    .nn-dintro__row {
        display: block;
        max-width: 600px;
    }
    .nn-dintro__left {
        margin: 0 0 45px;
        width: 100%;
    }
    .nn-dintro__right {
        width: 100%;
    }
    .nn-dintro__heading {
        font-size: 50px;
        margin: 0 0 10px;
        text-align: center;
    }
    .nn-dintro--dark .nn-dintro__heading--alt {
        margin: 15px 0;
    }
    .nn-dintro__content p {
        font-size: 24px;
        margin: 0 0 20px;
        text-align: center;
    }
    .nn-dintro__video::after {
        height: calc(100% + 40px);
    }
    .nn-dintro--dark .nn-dintro__video::after {
        background-size: auto 100%;
        height: calc(100% + 60px);
        width: 100%;
    }
    .nn-dintro__image img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nn-dintro {
        padding: 30px 0 90px;
    }
    .nn-dintro__bg {
        height: 500px;
        max-width: none;
        width: auto;
    }
    .nn-dintro__image1 {
        max-width: 255px;
    }
    .nn-dintro__image2 {
        max-width: 255px;
    }
    .nn-dintro__heading {
        font-size: 38px;
    }
    .nn-dintro--dark .nn-dintro__heading--alt {
        text-align: left;
    }
    .nn-dintro__content p {
        font-size: 20px;
    }
    .nn-dintro__heading--alt + .nn-dintro__content p {
        text-align: left;
    }
    .nn-dintro__video a::after {
        height: 50px;
        width: 68px;
    }
    .nn-dintro__image {
        margin: 0 -50px;
    }
}

/**/

.nn-int {
    padding: 100px 0 150px;
}

.nn-int__heading {
    font-size: 55px;
    line-height: 110%;
    margin: 0 0 30px;
    text-align: center;
}

.nn-int__catswrap {
    margin: 0 0 60px;
    position: relative;
}

.nn-int__catswrap label {
    border: 1px solid #979797;
    border-radius: 25px;
    cursor: pointer;
    display: none;
    justify-content: center;
    padding: 15px 20px;
}

.nn-int__catswrap label span {
    color: #000;
    font-size: 20px;
    line-height: 100%;
    padding: 0 25px 0 0;
    position: relative;
}

.nn-int__catswrap label span::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 3px;
    transform: rotate(45deg);
    width: 8px;
}

.nn-int__cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.nn-int__cats li {
    padding: 5px;
}

.nn-int__cats li a {
    border: 1px solid #979797;
    border-radius: 25px;
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 100%;
    padding: 10px 20px;
    text-align: center;
}

.nn-int__cats li.active a, .nn-int__cats li a:hover {
    background-color: #3A4654;
    border-color: #3A4654;
    color: #fff;
}

.nn-int__items {
    display: grid;
    gap: 44px 62px;
    grid-template-columns: repeat(3, 1fr);
}

.nn-int__item {
    border: 1px solid #979797;
    border-radius: 25px;
    padding: 50px 42px 42px;
}

.nn-int__item__logo {
    margin: 0 0 35px;
}

.nn-int__item__logo a {
    display: block;
}

.nn-int__item__logo img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    max-width: 180px;
}

.nn-int__item__content {
    margin: 0 0 20px;
}

.nn-int__item__content p {
    color: #777;
    font-size: 20px;
    line-height: 125%;
    margin: 0 0 20px;
    text-align: center;
}

.nn-int__item__content p:last-child {
    margin: 0;
}

.nn-int__item__link {
    display: flex;
    justify-content: center;
}

.nn-int__item__link a {
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 100%;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .nn-int {
        padding: 90px 0;
    }
    .nn-int__heading {
        font-size: 42px;
    }
    .nn-int__catswrap {
        margin: 0 0 40px;
    }
    .nn-int__items {
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .nn-int__item {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .nn-int {
        padding: 70px 0;
    }
    .nn-int__heading {
        font-size: 36px;
        margin: 0 0 30px;
    }
    .nn-int__catswrap {
        margin: 0 0 25px;
    }
    .nn-int__catswrap label {
        display: flex;
        width: 100%;
    }
    .nn-int__catswrap--active label {
        border-radius: 25px 25px 0 0;
    }
    .nn-int__cats {
        background-color: #fff;
        border: 1px solid #979797;
        border-top: none;
        border-radius: 0 0 25px 25px;
        display: none;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1;
    }
    .nn-int__catswrap--active .nn-int__cats {
        display: block;
    }
    .nn-int__cats li {
        padding: 0;
    }
    .nn-int__cats li a {
        border: none;
        border-radius: 0;
    }
    .nn-int__cats li.active a, .nn-int__cats li a:hover {
    }
    .nn-int__items {
        gap: 25px;
        grid-template-columns: repeat(1, 1fr);
    }
    .nn-int__item {
        padding: 25px;
    }
    .nn-int__item__logo {
        margin: 0 0 25px;
    }
    .nn-int__item__content p {
        font-size: 16px;
    }
}

/**/

.nn-styled-cta {
    background: url(images/cta-bg.svg) no-repeat 50% 50% #389AFF;
    padding: 230px 0 175px;
}

.nn-styled-cta__heading {
    display: flex;
    justify-content: center;
    margin: 0;
    position: relative;
}

.nn-styled-cta__heading span {
    background-color: #389AFF;
    border: 2px dashed #fff;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 80px;
    left: 50%;
    line-height: 100%;
    padding: 18px 85px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.nn-styled-cta__heading span::before {
    background: url(images/cta-bulb.svg) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 100%;
    content: '';
    display: block;
    height: 106px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 83px;
}

.nn-styled-cta__content {
    border: 2px dashed #fff;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding: 90px 50px 60px;
    width: 100%;
}

.nn-styled-cta__content p {
    color: #fff;
    font-size: 28px;
    line-height: 135%;
    margin: 0 0 20px;
    text-align: center;
}

.nn-styled-cta__content p:last-child {
    margin: 0;
}

.nn-styled-cta__button {
    display: flex;
    justify-content: center;
    position: relative;
}

.nn-styled-cta__button a {
    background-color: #fff;
    border-radius: 30px;
    color: #389AFF;
    font-size: 20px;
    font-weight: 600;
    left: 50%;
    line-height: 100%;
    padding: 15px 40px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .nn-styled-cta {
        padding: 200px 0 120px;
    }
    .nn-styled-cta__heading span {
        font-size: 50px;
        padding: 10px 45px;
    }
    .nn-styled-cta__content p {
        font-size: 20px;
    }
    .nn-styled-cta__button a {
        font-size: 18px;
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .nn-styled-cta {
        padding: 120px 0 55px;
    }
    .nn-styled-cta__heading span {
        border-width: 1px;
        font-size: 32px;
        padding: 5px 35px;
    }
    .nn-styled-cta__heading span::before {
        height: 51px;
        width: 41px;
    }
    .nn-styled-cta__content {
        border-width: 1px;
        padding: 50px 20px 45px;
    }
    .nn-styled-cta__content p {
        font-size: 16px;
    }
}

/**/

.nn-cta {
    background-color: #0F2235;
    padding: 90px 0;
}

.nn-cta__heading {
    color: #fff;
    font-size: 70px;
    line-height: 125%;
    margin: 0 0 10px;
    text-align: center;
}

.nn-cta__subheading {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
    text-align: center;
}

.nn-cta__button {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

@media (max-width: 1024px) {
    .nn-cta {
        padding: 75px 0;
    }
    .nn-cta__heading {
        font-size: 50px;
    }
    .nn-cta__subheading {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nn-cta {
        padding: 50px 0 75px;
    }
    .nn-cta__heading {
        font-size: 32px;
    }
    .nn-cta__subheading {
        font-size: 20px;
    }
}

/**/

.nn-cta-image {
    background-color: #389AFF;
    padding: 165px 0;
}

.nn-cta-image__row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.nn-cta-image__left {
    width: 55%;
}

.nn-cta-image__right {
    width: 40%;
}

.nn-cta-image__heading {
    color: #fff;
    font-size: 72px;
    line-height: 110%;
    margin: 0 0 15px;
}

.nn-cta-image__content {
    margin: 0 0 30px;
}

.nn-cta-image__content p {
    color: #fff;
    font-size: 32px;
    line-height: 135%;
    margin: 0 0 20px;
}

.nn-cta-image__content p:last-child {
    margin: 0;
}

.nn-cta-image__button {
    display: flex;
}

.nn-cta-image__button a {
    background-color: #fff;
    border-radius: 30px;
    color: #389AFF;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 40px;
    text-align: center;
}

@media (max-width: 1024px) {
    .nn-cta-image {
        padding: 100px 0;
    }
    .nn-cta-image__heading {
        font-size: 50px;
    }
    .nn-cta-image__content p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nn-cta-image {
        padding: 55px 0 75px;
    }
    .nn-cta-image__row {
        display: block;
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }
    .nn-cta-image__left {
        width: 100%;
    }
    .nn-cta-image__right {
        margin: 0 0 60px;
        width: 100%;
    }
    .nn-cta-image__heading {
        font-size: 36px;
        text-align: center;
    }
    .nn-cta-image__content p {
        font-size: 16px;
        text-align: center;
    }
    .nn-cta-image__button {
        display: block;
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }
    .nn-cta-image__button a {
        font-size: 18px;
        padding: 13px 30px;
    }
}


/**/

.nn-test {
    overflow: hidden;
    padding: 100px 0;
}

.nn-test--dark {
    background-color: #020B15;
}

.nn-test__heading {
    color: #131415;
    font-size: 70px;
    line-height: 110%;
    margin: 0 0 70px;
    text-align: center;
}

.nn-test--dark .nn-test__heading {
    color: #fff;
}

.nn-test__items {
    display: flex;
    flex-wrap: wrap;
}

.nn-test__item1 {
    padding: 10px 14px;
    position: relative;
    width: 25%;
}

.nn-test__item1:nth-child(7n + 1) {
    margin-left: 12.5%;
}

.nn-test__item1:nth-child(7n + 1)::before, 
.nn-test__item1:nth-child(7n + 4)::before, 
.nn-test__item1:nth-child(7n + 3)::before, 
.nn-test__item1:nth-child(7n + 7)::before {
    background-color: #E5E5E5;
    border-radius: 8px;
    content: '';
    display: block;
    height: calc(100% - 20px);
    opacity: 0.5;
    position: absolute;
    top: 10px;
    width: 1000px;
}

.nn-test--dark .nn-test__item1:nth-child(7n + 1)::before, 
.nn-test--dark .nn-test__item1:nth-child(7n + 4)::before, 
.nn-test--dark .nn-test__item1:nth-child(7n + 3)::before, 
.nn-test--dark .nn-test__item1:nth-child(7n + 7)::before {
    opacity: 0.1;
}


.nn-test__item1:nth-child(7n + 1)::before, .nn-test__item1:nth-child(7n + 4)::before {
    right: calc(100% + 14px);
}

.nn-test__item1:nth-child(7n + 3)::before, .nn-test__item1:nth-child(7n + 7)::before {
    left: calc(100% + 14px);
}

.nn-test__item2 {
    padding: 10px 14px;
    position: relative;
    width: 50%;
}

.nn-test__item2:nth-child(3n + 1) {
    margin-left: 17%;
    width: 66%;
}

.nn-test__item2:nth-child(3n + 1)::before,
.nn-test__item2:nth-child(3n + 1)::after,
.nn-test__item2:nth-child(3n + 2)::before,
.nn-test__item2:nth-child(3n + 3)::before {
    background-color: #E5E5E5;
    border-radius: 8px;
    content: '';
    display: block;
    height: calc(100% - 20px);
    opacity: 0.5;
    position: absolute;
    top: 10px;
    width: 1000px;
}

.nn-test__item2:nth-child(3n + 1)::before {
    right: calc(100% + 14px);
}

.nn-test__item2:nth-child(3n + 1)::after {
    left: calc(100% + 14px);
}

.nn-test__item2:nth-child(3n + 2)::before {
    right: calc(100% + 14px);
}

.nn-test__item2:nth-child(3n + 3)::before {
    left: calc(100% + 14px);
}

.nn-test__item__box {
    align-items: center;
    border: 2px dashed #A8A8A8;
    border-radius: 8px;
    display: flex;
    font-size: 28px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 125%;
    padding: 35px 5px;
    text-align: center;
}

.nn-test--dark .nn-test__item__box {
    color: #fff;
}

.nn-test__item__box__text {
}

.nn-test__item__box span {
    color: #EA1D64;
}

.color--blue .nn-test__item__box span {
    color: #389AFF;
}

.nn-test--dark .nn-test__item__box span {
    color: #fff !important;
}

.nn-test__button {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    max-width: 360px;
    width: 100%;
}

.nn-test__button a {
    font-size: 22px;
    width: 100%;
}

@media (max-width: 1024px) {
    .nn-test__heading {
        font-size: 60px;
        margin: 0 0 50px;
    }
    .nn-test__item__box {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .nn-test {
        padding: 50px 0 100px;
    }
    .nn-test__heading {
        font-size: 38px;
        margin: 0 0 35px;
    }
    .nn-test__item1 {
        padding: 6px 8px;
        width: 50%;
    }
    .nn-test__item1:nth-child(7n + 1) {
        margin-left: 0;
    }
    .nn-test__item1:nth-child(3n + 3) {
        margin-left: 25%;
    }
    .nn-test__item1:nth-child(7n + 1)::before, 
    .nn-test__item1:nth-child(7n + 4)::before, 
    .nn-test__item1:nth-child(7n + 3)::before, 
    .nn-test__item1:nth-child(7n + 7)::before {
        display: none;
    }
    .nn-test__item1:nth-child(3n + 3)::before, 
    .nn-test__item1:nth-child(3n + 3)::after {
        background-color: #E5E5E5;
        border-radius: 6px;
        content: '';
        display: block;
        height: calc(100% - 20px);
        opacity: 0.5;
        position: absolute;
        top: 10px;
        width: 1000px;
    }
    .nn-test--dark .nn-test__item1:nth-child(3n + 3)::before, 
    .nn-test--dark .nn-test__item1:nth-child(3n + 3)::after {
        opacity: 0.1;
    }
    .nn-test__item1:nth-child(3n + 3)::before {
        display: block;
        left: inherit;
        right: calc(100% + 14px);
    }
    .nn-test__item1:nth-child(3n + 3)::after {
        display: block;
        left: calc(100% + 14px);
        right: inherit;
    }
    .nn-test__item2, .nn-test__item2:nth-child(3n + 1) {
        padding: 7px 0;
        width: 85%;
    }
    .nn-test__item2:nth-child(3n + 1) {
        margin-left: 0;
    }
     .nn-test__item2:nth-child(2n + 2) {
        margin-left: 15%;
    }
    .nn-test__item2:nth-child(3n + 1)::before, 
    .nn-test__item2:nth-child(3n + 1)::after, 
    .nn-test__item2:nth-child(3n + 2)::before, 
    .nn-test__item2:nth-child(3n + 3)::before {
        display: none;
    }
    .nn-test__item2::before {
        background-color: #E5E5E5;
        border-radius: 6px;
        content: '';
        display: block;
        height: calc(100% - 14px);
        opacity: 0.5;
        position: absolute;
        top: 7px;
        width: 1000px;
    }
    .nn-test__item2:nth-child(2n + 1)::before {
        display: block;
        left: calc(100% + 12px);
        right: inherit;
    }
     .nn-test__item2:nth-child(2n + 2)::before {
        display: block;
        left: inherit;
        right: calc(100% + 12px);
    }
    .nn-test__item__box {
        border-radius: 6px;
        font-size: 16px;
        padding: 20px 5px;
    }
    .nn-test__button {
        margin: 40px auto 0;
    }
    .nn-test__button a {
        font-size: 18px;
    }
}

/**/

.nn-ctest {
    background-color: #FBFBFB;
    padding: 105px 0;
}

.nn-ctest__heading {
    font-size: 55px;
    line-height: 110%;
    margin: 0 0 55px;
    text-align: center;
}

.nn-ctest__heading span {
    color: #389AFF;
}

.nn-ctest__items {
    margin: 0 !important;
}

.nn-ctest__items .slick-track {
    display: flex;
}

.nn-ctest__items .slick-track::before, .nn-ctest__items .slick-track::after {
    display: none;
}

.nn-ctest__item {
    align-items: center;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 60px 80px;
}

.nn-ctest__item:last-child {
    margin: 0;
}

.nn-ctest__item--reverse {
    flex-direction: row-reverse;
}

.nn-ctest__item__logo {
    flex: 0 0 25%;
}

.nn-ctest__item__logo img {
    display: block;
    max-height: 95px;
}

.nn-ctest__item__text {
    font-size: 28px;
    line-height: 150%;
}

@media (max-width: 1024px) {
    .nn-ctest {
        padding: 80px 0;
    }
    .nn-ctest__heading {
        font-size: 42px;
        margin: 0 0 40px;
    }
    .nn-ctest__item {
        gap: 40px;
        padding: 40px;
    }
    .nn-ctest__item__text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nn-ctest {
        padding: 50px 0 75px;
    }
    .nn-ctest__heading {
        font-size: 36px;
        margin: 0 0 20px;
    }
    .nn-ctest__item {
        display: block;
        height: auto !important;
        margin: 0;
        padding: 60px 20px 50px;
    }
    .nn-ctest__item__logo {
        display: flex;
        justify-content: center;
        margin: 0 0 45px;
    }
    .nn-ctest__item__logo img {
        max-height: 75px;
        max-width: 200px;
    }
    .nn-ctest__item__text {
        font-size: 20px;
        line-height: 135%;
        text-align: center;
    }
    .nn-ctest__items .slick-dots {
        display: flex;
        justify-content: center;
        margin: 35px 0 0;
        position: static;
    }
    .nn-ctest__items .slick-dots li {
        display: block;
        height: auto;
        margin: 0;
        padding: 0 4px;
        width: auto;
    }
    .nn-ctest__items .slick-dots li button {
        background-color: #131415;
        border-radius: 50%;
        height: 12px;
        opacity: 20%;
        width: 12px;
    }
    .nn-ctest__items .slick-dots li.slick-active button {
        opacity: 50%;
    }
}

/**/

.nn-grid {
    background-color: #FBFBFB;
    padding: 140px 0;
}

.nn-grid__heading {
    font-size: 70px;
    line-height: 110%;
    margin: 0 0 80px;
    text-align: center;
}

.nn-grid__heading span {
    color: #EA1D64;
}

.nn-grid__items {
    display: grid;
    gap: 120px 40px;
    grid-template-columns: repeat(3, 1fr);
}

.nn-grid__item {
}

.nn-grid__item__image {
    margin: 0 0 30px;
}

.nn-grid__item__image img {
    border: 1px solid #BDBDBD;
    display: block;
}

.nn-grid__item__title {
    color: #131415;
    font-size: 32px;
    line-height: 125%;
    margin: 0 0 10px;
    text-align: center;
}

.nn-grid__item__text {
    color: #131415;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
}

@media (max-width: 1024px) {
    .nn-grid {
        padding: 100px 0;
    }
    .nn-grid__heading {
        font-size: 60px;
        margin: 0 0 60px;
    }
}

@media (max-width: 768px) {
    .nn-grid {
        padding: 50px 0 100px;
    }
    .nn-grid__heading {
        font-size: 38px;
        margin: 0 0 40px;
    }
    .nn-grid__items {
        gap: 100px 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .nn-grid__item__title {
        font-size: 28px;
    }
    .nn-grid__item__text {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .nn-grid__items {
        gap: 60px 0;
        grid-template-columns: repeat(1, 1fr);
    }
}

/**/

.nn-logos {
    padding: 120px 0 180px;
}

.nn-logos__heading {
    font-size: 72px;
    line-height: 110%;
    margin: 0 0 90px;
    text-align: center;
}

.nn-logos__heading span {
    color: #EA1D64;
}

.nn-logos__items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 65px 40px;
    justify-content: center;
}

.nn-logos__item {
}

.nn-logos__item img {
    display: block;
    max-height: 45px;
    max-width: 190px;
}

@media (max-width: 1024px) {
    .nn-logos {
        padding: 120px 0;
    }
    .nn-logos__heading {
        font-size: 50px;
        margin: 0 0 60px;
    }
    .nn-logos__item img {
        max-height: 40px;
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .nn-logos {
        padding: 90px 0;
    }
    .nn-logos__heading {
        font-size: 36px;
        margin: 0 0 40px;
    }
    .nn-logos__items {
        gap: 40px 30px;
    }
    .nn-logos__item img {
        max-height: 25px;
        max-width: 100px;
    }
}

/**/

.nn-rating {
    padding: 110px 0;
}

.nn-rating__stars {
    display: flex;
    justify-content: center;
    margin: 0 0 55px;
}

.nn-rating__stars img {
    display: block;
}

.nn-rating__heading {
    color: #171717;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 100%;
    margin: 0 0 10px;
    text-align: center;
}

.nn-rating__heading img {
    height: 0.75em;
}

.nn-rating__content {
    display: block;
    margin: 0 auto;
    max-width: 920px;
    width: 100%;
}

.nn-rating__content p {
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
}

.nn-rating__content p:last-child {
    margin: 0;
}

.nn-rating__content p a {
    color: inherit;
    text-decoration: underline;
}

.nn-rating__badges {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    max-width: 500px;
    width: 100%;
}

.nn-rating__badges img {
    display: block;
    max-width: 20%;
    width: 100%;
}

@media (max-width: 1024px) {
    .nn-rating {
        padding: 90px 0;
    }
    .nn-rating__heading {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .nn-rating {
        padding: 80px 0;
    }
    .nn-rating__stars {
        margin: 0 0 35px;
    }
    .nn-rating__stars img {
        max-width: 180px;
    }
    .nn-rating__heading {
        font-size: 36px;
    }
    .nn-rating__heading img {
    }
    .nn-rating__content p {
        font-size: 16px;
    }
    .nn-rating__badges {
        margin: 35px auto 0;
    }
}

/**/

.nn-bottom {
    padding: 100px 0;
}

.nn-bottom.bg--gray {
    background-color: #FBFBFB;
}

.nn-bottom__heading {
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 50px;
    width: 100%;
}

.nn-bottom__heading span {
    color: var(--primary);
}

.color--blue .nn-bottom__heading span {
    color: #389AFF;
}

.nn-bottom__row {
    display: flex;
    justify-content: space-between;
}

.nn-bottom__left {
    flex: 0 0 45%;
}

.nn-bottom__right {
    flex: 0 0 55%;
    padding: 0 0 0 20px;
}

.nn-bottom__content {
    margin: 0 0 35px;
}

.nn-bottom__content p {
    font-size: 24px;
    line-height: 135%;
    margin: 0 0 20px;
}

.nn-bottom__content p:last-child {
    margin: 0;
}

.nn-bottom__button {
    max-width: 220px;
}

.nn-bottom__button a {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1024px) {
    .nn-bottom__heading {
        font-size: 60px;
        margin: 0 0 40px;
    }
    .nn-bottom__content p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .nn-bottom {
        padding: 60px 0 90px;
    }
    .nn-bottom__heading {
        font-size: 36px;
        margin: 0 0 30px;
    }
    .nn-bottom__row {
        display: block;
    }
    .nn-bottom__right {
        margin: 65px 0 0;
        padding: 0;
    }
    .nn-bottom__content p {
        font-size: 16px;
    }
    .nn-bottom__button {
        max-width: 400px;
    }
}

/**/

.nn-blocks {
    padding: 150px 0;
}

.nn-blocks__heading {
    font-size: 72px;
    line-height: 110%;
    margin: 0 0 50px;
    text-align: center;
}

.nn-blocks__items {
}

.nn-blocks__item {
    align-items: center;
    background-image: url(images/platform/dotted-lines-blue-4.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 200px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 200px;
}

.nn-blocks__item:nth-child(2) {
    background-image: url(images/platform/dotted-lines-blue-3.svg);
    background-size: auto 300px;
    padding-bottom: 300px;
}

.nn-blocks__item:nth-child(3) {
    background-image: url(images/platform/dotted-lines-blue-4.svg);
}

.nn-blocks__item:nth-child(4) {
    background-image: url(images/platform/dotted-lines-blue-1.svg);
    background-size: auto 250px;
    padding-bottom: 250px;
}

.nn-blocks__item:last-child {
    background: none !important;
}

.nn-blocks__item--reverse {
    flex-direction: row-reverse;
}

.nn-blocks__item:last-child {
    padding-bottom: 0;
}

.nn-blocks__item__image {
    width: 54%;
}

.nn-blocks__item__image img {
    display: block;
}

.nn-blocks__item__content {
    width: 43%;
}

.nn-blocks__item__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 10px;
}

.nn-blocks__item__text {
}

.nn-blocks__item__text p {
    font-size: 24px;
    line-height: 135%;
    margin: 0 0 20px;
}

.nn-blocks__item__text p:last-child {
    margin: 0;
}

@media (max-width: 1024px) {
    .nn-blocks {
        padding: 110px 0;
    }
    .nn-blocks__heading {
        font-size: 50px;
    }
    .nn-blocks__item__title {
        font-size: 42px;
    }
    .nn-blocks__item__text p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .nn-blocks {
        padding: 80px 0;
    }
    .nn-blocks__heading {
        font-size: 38px;
    }
    .nn-blocks__items {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .nn-blocks__item {
        background-image: url(images/platform/dotted-lines-mobile.svg) !important;
        background-size: auto 98px !important;
        display: block;
        padding-bottom: 120px !important;
    }
    .nn-blocks__item:last-child {
        padding-bottom: 0 !important;
    }
    .nn-blocks__item__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .nn-blocks__item__content {
        width: 100%;
    }
    .nn-blocks__item__title {
        font-size: 32px;
        margin: 0 0 5px;
        text-align: center;
    }
    .nn-blocks__item__text p {
        font-size: 16px;
        text-align: center;
    }
}

/**/

.nn-suintro {
    padding: 90px 0 130px;
}

.nn-suintro__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.nn-suintro__left {
    flex: 0 0 45%;
}

.nn-suintro__right {
    flex: 0 0 45%;
}

.nn-suintro__heading {
    color: #EA1D64;
    font-size: 90px;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}

.nn-suintro__content {
}

.nn-suintro__content p {
    font-size: 28px;
    line-height: 150%;
    margin: 0 0 30px;
}

.nn-suintro__content p:last-child {
    margin: 0;
}

.nn-suintro__button {
    display: flex;
    margin: 50px 0 0;
}

.nn-suintro__button a {
    align-items: center;
    display: flex;
    font-size: 26px;
    padding: 13px 50px;
}

.nn-suintro__button a::before {
    background: url(images/icon-download.svg) no-repeat 0 0;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 26px;
    margin: 0 20px 0 0;
    width: 26px;
}

.nn-suintro__article {
    border: 1px solid #979797;
    padding: 125px 25px;
    position: relative;
}

.nn-suintro__article::before {
    background: url(images/hero-shape.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 504px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 504px;
    z-index: -1;
}

.nn-suintro__article h4 {
    color: #389aff;
    font-size: 16px;
    line-height: 125%;
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
}

.nn-suintro__article h3 {
    font-size: 28px;
    line-height: 125%;
    margin: 0;
    max-width: 320px;
    position: relative;
    z-index: 2;
}

.nn-suintro__article__bg {
    background-color: #fff;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 1024px) {
    .nn-suintro {
        padding: 80px 0;
    }
    .nn-suintro__row {
        display: block;
    }
    .nn-suintro__left {
        display: block;
        margin: 0 auto 70px;
        max-width: 500px;
    }
    .nn-suintro__right {
        display: block;
        margin: 0 auto;
        max-width: 500px;
    }
    .nn-suintro__heading {
        font-size: 60px;
        margin: 0 0 10px;
        text-align: center;
    }
    .nn-suintro__content p {
        font-size: 24px;
        margin: 0 0 20px;
        text-align: center;
    }
    .nn-suintro__content p:last-child {
        margin: 0;
    }
    .nn-suintro__button {
        justify-content: center;
        margin: 30px 0 0;
    }
    .nn-suintro__button a {
        font-size: 20px;
    }
    .nn-suintro__button a::before {
        height: 20px;
        margin: 0 10px 0 0;
        width: 20px;
    }
}

@media (max-width: 768px) {
    .nn-suintro {
        padding: 30px 0 80px;
    }
    .nn-suintro__heading {
        font-size: 38px;
        margin: 0 0 15px;
    }
    .nn-suintro__content p {
        font-size: 20px;
        line-height: 135%;
    }
    .nn-suintro__button {
        display: block;
        margin: 30px auto 0;
        max-width: 400px;
    }
    .nn-suintro__button a {
        font-size: 18px;
        justify-content: center;
        padding: 11px 30px;
        width: 100%;
    }
    .nn-suintro__button a::before {
        height: 18px;
        margin: 0 10px 0 0;
        width: 18px;
    }
    .nn-suintro__article {
        padding: 75px 20px;
    }
    .nn-suintro__article::before {
        height: 250px;
        width: 250px;
    }
    .nn-suintro__article h4 {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .nn-suintro__article h3 {
        font-size: 18px;
    }
}

/**/

.nn-sgrid {
    background-color: #FBFBFB;
    padding: 120px 0 180px;
}

.nn-sgrid__heading {
    font-size: 55px;
    line-height: 110%;
    margin: 0 0 60px;
    text-align: center;
}

.nn-sgrid__items {
    display: flex;
    justify-content: space-between;
}

.nn-sgrid__item {
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 25px;
    display: flex;
    flex: 0 0 calc((100% - 80px) / 3);
    flex-direction: column;
    padding: 30px 30px 60px;
}

.nn-sgrid__item__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    min-height: 240px;
}

.nn-sgrid__item__image img {
    display: block;
}

.nn-sgrid__item__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 125%;
    margin: 0 0 15px;
    text-align: center;
}

.nn-sgrid__item__text {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

.nn-sgrid__item__button {
    display: flex;
    justify-content: center;
    margin: auto 0 0;
    padding: 25px 0 0;
}

.nn-sgrid__item__button a {
}

@media (max-width: 1024px) {
    .nn-sgrid {
        padding: 100px 0;
    }
    .nn-sgrid__heading {
        font-size: 42px;
        margin: 0 0 45px;
    }
    .nn-sgrid__items {
        display: block;
        margin: 0 auto;
        max-width: 450px;
    }
    .nn-sgrid__item {
        margin: 0 0 30px;
        padding: 40px 20px;
    }
    .nn-sgrid__item:last-child {
        margin: 0;
    }
    .nn-sgrid__item__image {
        display: block;
        margin: 0 auto 30px;
        max-width: 258px;
        min-height: 0;
        width: 100%;
    }
    .nn-sgrid__item__title {
        font-size: 20px;
        margin: 0 0 5px;
    }
    .nn-sgrid__item__text {
        font-size: 16px;
    }
    .nn-sgrid__item__button a {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nn-sgrid {
        padding: 55px 0;
    }
    .nn-sgrid__heading {
        font-size: 36px;
        margin: 0 0 30px;
    }
}

/**/

.nn-dgrid {
    background-color: #FBFBFB;
    padding: 120px 0 180px;
}

.nn-dgrid--dark {
    background-color: #01070f;
    border-bottom: 2px dashed #fff;
    border-top: 2px dashed #fff;
    padding: 100px 0 130px;
}

.nn-dgrid__heading {
    font-size: 55px;
    line-height: 110%;
    margin: 0 0 20px;
    text-align: center;
}

.nn-dgrid--dark .nn-dgrid__heading {
    color: #fff;
}

.nn-dgrid__subheading {
    font-size: 28px;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 100px;
    text-align: center;
}

.nn-dgrid--dark .nn-dgrid__subheading {
    color: #fff;
}

.nn-dgrid__items {
    display: flex;
    justify-content: space-between;
}

.nn-dgrid__item {
    border-radius: 25px;
    display: flex;
    flex: 0 0 calc((100% - 80px) / 3);
    flex-direction: column;
}

.nn-dgrid__item__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    min-height: 240px;
}

.nn-dgrid__item__image img {
    display: block;
}

.nn-dgrid__item__title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 125%;
    margin: 0 0 15px;
    text-align: center;
}

.nn-dgrid--dark .nn-dgrid__item__title {
    color: #fff;
}

.nn-dgrid__item__text {
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

.nn-dgrid--dark .nn-dgrid__item__text {
    color: #fff;
}

.nn-dgrid__item__button {
    display: flex;
    justify-content: center;
    margin: auto 0 0;
    padding: 25px 0 0;
}

.nn-dgrid__item__button a {
}

@media (max-width: 1024px) {
    .nn-dgrid {
        padding: 100px 0;
    }
    .nn-dgrid--dark {
        padding: 50px 0 90px;
    }
    .nn-dgrid__heading {
        font-size: 42px;
    }
    .nn-dgrid__subheading {
        margin: 0 0 45px;
    }
    .nn-dgrid__items {
        display: block;
        margin: 0 auto;
        max-width: 450px;
    }
    .nn-dgrid__item {
        margin: 0 0 65px;
    }
    .nn-dgrid__item:last-child {
        margin: 0;
    }
    .nn-dgrid__item__image {
        display: block;
        margin: 0 auto 25px;
        max-width: 140px;
        min-height: 0;
        width: 100%;
    }
    .nn-dgrid__item__title {
        font-size: 20px;
        margin: 0 0 5px;
    }
    .nn-dgrid__item__text {
        font-size: 16px;
    }
    .nn-dgrid__item__button a {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .nn-dgrid {
        padding: 60px 0 90px;
    }
    .nn-dintro--dark {
        padding: 100px 0 0;
    }
    .nn-dgrid__heading {
        font-size: 36px;
        margin: 0 0 40px;
    }
    .nn-dgrid__subheading {
        display: none;
    }
}

/**/

.sint-intro {
    background-color: #FBFBFB;
    padding: 50px 0;
}

.sint-intro__row {
    display: flex;
}

.sint-intro__left {
}

.sint-intro__right {
    flex: 0 0 350px;
    margin: 0 0 0 120px;
}

.sint-intro__heading {
    font-size: 80px;
    line-height: 110%;
    margin: 0 0 15px;
}

.sint-intro__content {
}

.sint-intro__content p {
    font-size: 28px;
    line-height: 135%;
    margin: 0 0 20px;
}

.sint-intro__content p:last-child {
    margin: 0;
}

.sint-intro__button {
    display: flex;
    margin: 20px 0 0;
}

.sint-intro__button a {
    font-size: 24px;
    padding: 14px 45px;
}

.sint-intro__image {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 320px;
}

.sint-intro__image img {
    display: block;
}

@media (max-width: 1024px) {
    .sint-intro__row {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
    .sint-intro__left {
        margin: 0 0 20px;
    }
    .sint-intro__right {
        margin: 0;
    }
    .sint-intro__heading {
        font-size: 50px;
    }
    .sint-intro__content p {
        font-size: 24px;
    }
    .sint-intro__button a {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .sint-intro {
        padding: 30px 0;
    }
    .sint-intro__heading {
        font-size: 38px;
    }
    .sint-intro__content p {
        font-size: 20px;
    }
    .sint-intro__button {
        display: flex;
        justify-content: center;
        margin: 25px 0 0;
    }
    .sint-intro__button a {
        font-size: 18px;
        max-width: 500px;
        padding: 11px 30px;
        width: 100%;
    }
}

/**/

.sint-main {
    padding: 80px 0 200px;
}

.sint-main__row {
    display: flex;
}

.sint-sidebar {
    max-width: calc((100% - 700px) / 2);
    padding: 0 30px 0 0;
    width: 100%;
}

.sint-content {
    max-width: 700px;
    width: 100%;
}

.sint-content h1, .sint-content h2, .sint-content h3, .sint-content h4 {
    line-height: 125%;
}

.sint-content p, .sint-content ul, .sint-content ol {
    font-size: 20px;
    line-height: 135%;
}

.sint-content img {
    display: block;
    width: 100%;
}

.sint-content hr {
    background-color: #2D1BD3;
    border: none;
    display: block;
    height: 4px;
    margin: 50px auto;
    max-width: 180px;
    width: 100%;
}

#load_more_ajax_wrapper {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    padding: 80px 0 0;
    text-align: center;
    width: 100%;
}

#load_more_ajax_wrapper .btn {
    background: none;
    border: 2px solid #0f2235;
    color: #0f2235;
}

#load_more_ajax_wrapper .btn:hover {
    background-color: #0f2235;
    color: #fff;
}

@media (max-width: 1200px) {
    .sint-main {
        padding: 50px 0 100px;
    }
    .sint-main__row {
        display: block;
    }
    .sint-sidebar {
        margin: 0 auto 30px;
        max-width: 700px;
    }
    .sint-content {
        margin: 0 auto;
    }
    .sint-content p, .sint-content ul, .sint-content ol {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .sint-main {
        padding: 30px 0 50px;
    }
    .sint-content p, .sint-content ul, .sint-content ol {
        font-size: 14px;
    }
    #load_more_ajax_wrapper {
        padding: 40px 0 0;
    }
}

/**/

.page-template-page-es3-landing main {
    background-color: #041323;
    padding: 0 !important;
}

/*
.page-template-page-es3-landing .nav_link {
    color: #fff;
}

.page-template-page-es3-landing .dropdown_curret i {
    color: #fff;
}

.page-template-page-es3-landing .header_right a:not(.btn) {
    color: #fff;
}

.page-template-page-es3-landing .header_right .btn-outline {
    border-color: #fff;
    color: #fff;
}

.page-template-page-es3-landing .header_right .btn-dark {
    background-color: #fff;
    border-color: #fff;
    color: #0F2235;
}
*/

@media (max-width: 991px) {
    .page-template-page-es3-landing header {
        background: none;
        border-color: rgb(245 245 245 / 20%);
        min-height: 55px;
    }
    .page-template-page-es3-landing header .header_container {
        padding: 15px 0;
    }
}

/**/

.el-intro {
    border-bottom: 2px dashed #fff;
    overflow: hidden;
    padding: 125px 0 150px;
    position: relative;
    z-index: 1;
}

.el-intro__bg {
    display: block;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 2769px;
    z-index: -1;
}

.el-intro__bg--mobile {
    display: none;
}

.el-intro__label {
    display: flex;
    justify-content: center;
    margin-bottom: 250px;
}

.el-intro__label span {
    background-color: rgb(255 255 255 / 20%);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 125%;
    padding: 6px 45px;
    text-align: center;
}

.el-intro__content {
    color: #fff;
    display: block;
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 135%;
    margin: 0 auto;
    max-width: 860px;
    text-align: center;
    width: 100%;
}

.el-intro__button {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.el-intro__button a {
    background-color: var(--primary);
    border: none;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 100%;
    padding: 18px 60px;
    text-align: center;
}

.el-intro__button a:hover {
    background-color: var(--primary-hover);
}

.el-intro__form {
    border: 2px dashed #979797;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
    max-width: 570px;
    padding: 35px 35px 45px;
    width: 100%;
}

.el-intro__form__field {
    margin-bottom: 55px;
}

.el-intro__form__field label {
    color: #a8a8a8;
    display: block;
    font-size: 16px;
    letter-spacing: -0.2px;
    line-height: 125%;
    padding: 0;
}

.el-intro__form__field input[type="text"] {
    background: none;
    border: none;
    border-bottom: 2px dashed #979797;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.84px;
    line-height: 125%;
    padding: 5px 0;
    text-align: center;
}

.el-intro__form__field input[type="text"]::-webkit-input-placeholder {
    color: rgb(255 255 255 / 40%);
}

.el-intro__form__field input[type="text"]::-moz-placeholder {
    color: rgb(255 255 255 / 40%);
}

.el-intro__form__field input[type="text"]:-ms-input-placeholder {
    color: rgb(255 255 255 / 40%);
}

.el-intro__form__field input[type="text"]:-moz-placeholder {
    color: rgb(255 255 255 / 40%);
}

.el-intro__form__button {
    display: flex;
    justify-content: center;
    margin-top: -5px;
}

.el-intro__form__button button {
    background-color: #EA1D64;
    border: none;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 100%;
    padding: 18px 60px;
    text-align: center;
}

@media (max-width: 768px) {
    .el-intro {
        padding: 90px 0 65px;
    }
    .el-intro__bg {
        display: none;
    }
    .el-intro__bg--mobile {
        display: block;
        width: 100%;
    }
    .el-intro__label {
        margin-bottom: 40%;
    }
    .el-intro__label span {
        font-size: 14px;
        letter-spacing: 0;
        padding: 5px 25px;
    }
    .el-intro__content {
        font-size: 18px;
        letter-spacing: 0;
        margin: 0 auto;
    }
    .el-intro__button {
        margin-top: 50px;
    }
    .el-intro__button a {
        font-size: 18px;
        max-width: 400px;
        padding: 11px 30px;
        width: 100%;
    }
    .el-intro__form {
        border: none;
        padding: 0;
    }
    .el-intro__form__field {
        margin-bottom: 35px;
    }
    .el-intro__form__field label {
        font-size: 11px;
        letter-spacing: 0;
    }
    .el-intro__form__field input[type="text"] {
        font-size: 27px;
        letter-spacing: -0.5px;
    }
    .el-intro__form__button button {
        font-size: 18px;
        max-width: 400px;
        padding: 11px 30px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .el-intro__label {
        margin-bottom: 35%;
    }
}

/**/

.el-covi {
    border-bottom: 2px dashed #fff;
    padding: 100px 0 0;
    position: relative;
}

.el-covi__bg {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.el-covi__heading {
    color: #fff;
    font-size: 72px;
    letter-spacing: -0.6px;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.el-covi__content {
    color: #fff;
    display: block;
    font-size: 24px;
    letter-spacing: -0.3px;
    line-height: 135%;
    margin: 0 auto 40px;
    max-width: 940px;
    text-align: center;
    width: 100%;
}

.el-covi__video {
    display: block;
    margin: 0 auto;
    max-width: 880px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.el-covi__video a {
    display: block;
    position: relative;
}

.el-covi__video a::before {
    background: url(images/icon-play.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 140px;
    left: 50%;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 140px;
    z-index: 1;
}

.el-covi__video img {
    display: block;
}

.el-covi__video__modal {
    padding: 0;
    width: 90%;
}

@media (max-width: 768px) {
    .el-covi {
        padding: 60px 0 0;
    }
    .el-covi__heading {
        font-size: 36px;
        letter-spacing: -0.3px;
        margin-bottom: 10px;
    }
    .el-covi__content {
        font-size: 18px;
        letter-spacing: -0.2px;
    }
    .el-covi__video a::before {
        height: 70px;
        width: 70px;
    }
}

/**/

.el-coim {
    padding: 120px 0 140px;
}

.el-coim--dark {
    background-color: #020E1A;
}

.el-coim__heading {
    color: var(--color);
    font-size: 72px;
    letter-spacing: -0.6px;
    line-height: 100%;
    margin: 0;
    text-align: center;
}

.el-coim__content {
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.3px;
    line-height: 125%;
    margin-bottom: 40px;
    text-align: center;
}

.el-coim__image_desktop {
    display: block;
    padding: 30px 0;
}

.el-coim__image_desktop img {
    display: block;
    margin: 0 auto;
}

.el-coim__image_mobile {
    display: none;
}

.el-coim__button {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.el-coim__button a {
    background-color: var(--color);
    border: none;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 100%;
    padding: 18px 60px;
    text-align: center;
}

@media (max-width: 768px) {
    .el-coim {
        border-bottom: 2px dashed #fff;
        padding: 65px 0 90px;
    }
    .el-coim:last-child {
        border: none;
    }
    .el-coim__heading {
        font-size: 36px;
        letter-spacing: -0.3px;
    }
    .el-coim__content {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .el-coim__image_desktop {
        display: none;
    }
    .el-coim__image_mobile {
        display: block;
    }
    .el-coim__button a {
        font-size: 18px;
        max-width: 400px;
        padding: 11px 30px;
        width: 100%;
    }
}

/**/

.page-template-page-es3-demo main {
    background-color: #041323;
    padding: 0 !important;
}

.page-template-page-es3-thankyou main {
    padding: 0 !important;
}

/**/

.ed-intro {
    background-color: #041323;
    overflow: hidden;
    padding: 150px 0 180px;
    position: relative;
}

.ed-intro::before {
    background-color: #020B15;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10000px;
    left: 50%;
    position: absolute;
    top: 300px;
    transform: translateX(-53%);
    width: 10000px;
    z-index: 2;
}

.ed-intro::after {
    background: linear-gradient(180deg, rgba(4,19,35,0) 0%, rgba(4,19,35,1) 100%);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    max-height: 200px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.ed-intro__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.ed-intro__row {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1150px;
    position: relative;
    width: 100%;
    z-index: 5;
}

.ed-intro__left {
    flex: 0 0 55%;
    padding-right: 5%;
}

.ed-intro__right {
    flex: 0 0 420px;
    position: relative;
}

.ed-intro__mobile {
    display: none;
    margin: 0 auto;
    max-width: 600px;
    padding: 0 20px;
    width: 100%;
}

.ed-intro__right::after {
    background: url(images/form-circle.png) no-repeat 50% 50%;
    background-size: cover;
    content: '';
    display: block;
    height: 590px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 590px;
}

.ed-intro__image-1 {
    display: block;
    max-width: 532px;
    position: relative;
    width: 100%;
}

.ed-intro__image-2 {
    display: block;
    max-width: 508px;
    position: relative;
    width: 100%;
}

.ed-intro__content {
    max-width: 500px;
    padding-top: 40px;
    width: 100%;
}

.ed-intro__content p {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.01em;
    line-height: 150%;
    margin-bottom: 35px;
}

.ed-intro__content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 15px;
}

.ed-intro__content ul {
    color: #fff;
    margin-bottom: 20px;
    padding-left: 10px;
}

.ed-intro__content ul li {
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 10px;
    padding-left: 20px;
}

.ed-intro__content ul li + li {
    margin: 0 0 10px;
}

.ed-intro__content ul li:last-child {
    margin: 0;
}

.ed-intro__content ul li::before {
    background-color: #fff;
    height: 4px;
    top: 0.9em;
    width: 4px;
}

@media (max-width: 1024px) {
    .ed-intro::before {
        transform: translateX(-50%);
    }
    .ed-intro__row {
        display: block;
    }
    .ed-intro__left {
        display: block;
        margin: 0 auto 115px;
        max-width: 600px;
        padding: 0;
        width: 100%;
    }
    .ed-intro__right {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ed-intro {
        padding: 100px 0 70px;
    }
    .ed-intro::before {
        top: 170px;
    }
    .ed-intro__bg {
        height: 400px;
        object-fit: cover;
    }
    .ed-intro .container {
        padding: 0;
    }
    .ed-intro__left {
        border-bottom: 1px solid #fff;
        margin: 0;
        max-width: 100%;
        padding: 0 20px 20px;
    }
    .ed-intro__right {
        border-bottom: 1px solid #fff;
        max-width: 100%;
        padding: 0 20px;
    }
    .ed-intro__right::after {
        display: none;
    }
    .ed-intro__mobile {
        display: block;
    }
    .ed-intro__image-1 {
        margin: 0 auto;
        max-width: 255px;
    }
    .ed-intro__image-2 {
        margin: 0 auto;
        max-width: 255px;
    }
    .ed-intro__left .ed-intro__content {
        display: none;
    }
}

/**/

.ed-intro__form {
    background-color: #020B15;
    border: 1px solid #fff;
    border-radius: 17px;
    padding: 40px 45px 35px;
    position: relative;
    z-index: 4;
}

.ed-intro__form__heading {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 100%;
    margin: 0 0 35px;
    text-align: center;
}

/**/

.ed-intro__form .hbspt-form {
}

.ed-intro__form .hbspt-form .submitted-message {
    background-color: #0e7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    padding: 20px;
    text-align: center;
}

.ed-intro__form .hbspt-form fieldset.form-columns-1 {
    max-width: 100%;
}

.ed-intro__form .hbspt-form fieldset.form-columns-2 {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.ed-intro__form .hbspt-form fieldset.form-columns-1 .hs-form-field {
    margin: 0 0 20px !important;
}

.ed-intro__form .hbspt-form fieldset.form-columns-2 .hs-form-field {
    margin: 0 0 20px !important;
    width: calc(50% - 10px);
}

.ed-intro__form .hbspt-form fieldset.form-columns-1 .hs-form-field .input,
.ed-intro__form .hbspt-form fieldset.form-columns-2 .hs-form-field .input {
    margin: 0;
}

.ed-intro__form .hbspt-form fieldset.form-columns-1 .hs-form-field .input .hs-input,
.ed-intro__form .hbspt-form fieldset.form-columns-2 .hs-form-field .input .hs-input {
    width: 100%;
}

.ed-intro__form .hbspt-form .hs-form-field > label {
    display: none;
}

.ed-intro__form .hbspt-form textarea.hs-input {
    height: 150px;
    width: 100% !important;
}

.ed-intro__form .hbspt-form select.hs-input {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
}

.ed-intro__form .hs-submit {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
    width: 100%;
}

.ed-intro__form .hs-submit .actions {
    display: flex;
    justify-content: center;
}

.ed-intro__form .hs-submit .actions input[type="submit"] {
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 100%;
    margin: 0;
    min-width: 200px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 400px) {
    .ed-intro__form .hbspt-form fieldset.form-columns-2 .hs-form-field {
        width: calc(50% - 10px) !important;
    }
    .ed-intro__form .hbspt-form fieldset.form-columns-2 .hs-form-field .input .hs-input {
        width: 100% !important;
    }
}

/**/

.ed-intro__form__fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ed-intro__form__field {
    margin: 0 0 20px;
    width: 100%;
}

.ed-intro__form__field--half {
    width: calc(50% - 10px);
}

.ed-intro__form__field input[type="text"], .ed-intro__form__field input[type="email"] {
}

.ed-intro__form__button {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
    width: 100%;
}

.ed-intro__form__button button {
    background-color: var(--primary);
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 100%;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.ed-intro__form__button button {
    background-color: var(--primary-hover);
}

.ed-intro__form__text {
    color: #777;
    font-size: 14px;
    letter-spacing: -0.01em;
    line-height: 150%;
    margin: 20px 0 0;
}

@media (max-width: 768px) {
    .ed-intro__form {
        border: none;
        border-radius: 0;
        padding: 40px 0 35px;
    }
}

/**/

.ed-logos {
    background-color: #041323;
    padding: 50px 0 230px;
}

.ed-logos__heading {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 100%;
    margin-bottom: 80px;
    text-align: center;
}

.ed-logos__images {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
    justify-content: center;
    margin: 0;
}

.ed-logos__images li {
}

.ed-logos__images li img {
    display: block;
    height: auto;
    max-height: 80px;
    max-width: 140px;
    width: auto;
}

@media (max-width: 1024px) {
    .ed-logos__heading {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .ed-logos {
        padding: 50px 0 150px;
    }
}

@media (max-width: 768px) {
    .ed-logos {
        padding: 50px 0 100px;
    }
}

@media (max-width: 480px) {
    .ed-logos__images {
        gap: 40px 0;
    }
    .ed-logos__images li {
        display: flex;
        justify-content: center;
        padding: 0 10px;
        width: 50%;
    }
    .ed-logos__images li img {
        max-height: 35px;
        max-width: 125px;
    }
}

/**/

.container--fluid {
    max-width: 100%;
}

.kh-page {
    background-color: #3320D9;
    overflow: hidden;
}

/**/

.kh-intro {
    overflow: hidden;
    padding: 150px 0 135px;
}

.kh-intro__row {
    display: flex;
    justify-content: space-between;
}

.kh-intro__content {
    padding-right: 150px;
}

.kh-intro__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.kh-intro__logo1 {
    display: block;
    max-width: 232px;
}

.kh-intro__logo2 {
    display: block;
    max-width: 324px;
}

.kh-intro__logos span {
    color: #fff;
    display: block;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    padding: 0 20px;
}

.kh-intro__heading {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 15px;
}

.kh-intro__text {
}

.kh-intro__text p {
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 20px;
}

.kh-intro__text p:last-child {
    margin-bottom: 0;
}

.kh-intro__form {
    flex: 0 0 476px;
    position: relative;
}

.kh-intro__form::before {
    background: url(images/shape-hero.svg) no-repeat 50% 0;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: -70px;
    transform: translateX(-50%);
    width: 695px;
    z-index: 1;
}

.kh-intro__form__box {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 40px 75px;
    position: relative;
    z-index: 2;
}

.kh-intro__form__box > h4 {
    color: #131415;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 25px;
    text-align: center;
}

.kh-intro__form .hbspt-form {
}

.kh-intro__form .hbspt-form form {
}

.kh-intro__form .hbspt-form fieldset {
    max-width: 100%;
}

.kh-intro__form .hbspt-form .hs-form-field {
    float: none !important;
    margin: 0 0 18px !important;
    width: 100% !important;
}

.kh-intro__form .hbspt-form .hs-form-field > label {
    display: none;
}

.kh-intro__form .hbspt-form .hs-form-field .input {
    margin: 0;
}

.kh-intro__form .hbspt-form .hs-form-field .input input[type="text"], .kh-intro__form .hbspt-form .hs-form-field .input input[type="email"], .kh-intro__form .hbspt-form .hs-form-field .input select {
    border: 1px solid #eee;
    border-radius: 6px;
    width: 100%;
}

.kh-intro__form .hbspt-form .hs-submit {
    display: flex;
    justify-content: center;
    padding-top: 35px;
}

.kh-intro__form .hbspt-form .hs-submit .hs-button {
    background-color: #000;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 18px 55px;
}

@media (max-width: 1200px) {
    .kh-intro__content {
        padding-right: 50px;
    }
}

@media (max-width: 1024px) {
    .kh-intro {
        padding: 100px 0;
    }
    .kh-intro__row {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
    .kh-intro__content {
        padding: 0 0 50px;
    }
    .kh-intro__logo1 {
        max-width: 200px;
    }
    .kh-intro__logo2 {
        max-width: 280px;
    }
    .kh-intro__heading {
        font-size: 60px;
    }
    .kh-intro__form::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .kh-intro {
        padding: 60px 0;
    }
    .kh-intro__logo1 {
        max-width: 100px;
    }
    .kh-intro__logo2 {
        max-width: 150px;
    }
    .kh-intro__logos span {
        font-size: 40px;
    }
    .kh-intro__heading {
        font-size: 40px;
        padding: 0 10px;
    }
    .kh-intro__text p {
        font-size: 18px;
    }
    .kh-intro__form__box {
        padding: 25px;
    }
}

/**/

.kh-ci {
    border-top: 1px dashed #fff;
    position: relative;
}

.kh-ci::before, .kh-ci::after {
    pointer-events: none;
}

.kh-ci1::before, .kh-ci1::after {
    background: url(images/shape-squares.svg) no-repeat 0 0;
    content: '';
    display: block;
    height: 676px;
    position: absolute;
    width: 636px;
}

.kh-ci1::before {
    left: 60%;
    top: -200px;
}

.kh-ci1::after {
    right: 60%;
    top: 60%;
}

.kh-ci2::after {
    background: url(images/shape-square1.svg) no-repeat 0 0;
    bottom: 100px;
    content: '';
    display: block;
    height: 119px;
    left: 50%;
    position: absolute;
    width: 125px;
}

.kh-ci3::before {
    background: url(images/shape-square1.svg) no-repeat 0 0;
    bottom: 100px;
    content: '';
    display: block;
    height: 119px;
    left: 100px;
    position: absolute;
    top: 80px;
    width: 125px;
}

.kh-ci3::after {
    background: url(images/shape-square2.svg) no-repeat 0 0;
    bottom: 140px;
    content: '';
    display: block;
    height: 167px;
    left: 75%;
    position: absolute;
    width: 181px;
}

.kh-ci__row {
    display: flex;
    justify-content: space-between;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.kh-ci__row--left {
    align-items: center;
}

.kh-ci__row--center {
    flex-direction: column-reverse;
    padding: 120px 0 0;
    text-align: center;
}

.kh-ci__row--right {
    align-items: center;
    flex-direction: row-reverse;
    padding: 200px 0;
}

.kh-ci__image {
}

.kh-ci__image--left {
    flex: 0 0 50%;
    padding-right: 45px;
}

.kh-ci__image--center {
    display: block;
    margin: 60px auto 0;
    max-width: 1050px;
    width: 100%;
}

.kh-ci__image--right {
    flex: 0 0 50%;
    max-height: 660px;
    padding-left: 45px;
}

.kh-ci__image img {
    display: block;
}

.kh-ci__content {
}

.kh-ci__content--left {
    flex: 0 0 50%;
    padding-left: 45px;
}

.kh-ci__content--center {
}

.kh-ci__content--right {
    flex: 0 0 calc(630px + var(--container-padding));
    margin-left: auto;
    max-width: 50%;
    padding-right: 45px;
}

.kh-ci__heading {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 10px;
}

.kh-ci__text {
}

.kh-ci__text p {
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 20px;
}

.kh-ci__text p:last-child {
    margin-bottom: 0;
}

.kh-ci__button {
    display: flex;
    margin-top: 25px;
}

.kh-ci__button a {
    background-color: #fff;
    border-radius: 40px;
    color: #3320D9;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 55px;
}

@media (max-width: 1024px) {
    .kh-ci__row--left {
    }
    .kh-ci__row--center {
        padding: 100px 0 0;
    }
    .kh-ci__row--left, .kh-ci__row--right {
        padding: 100px 0;
    }
    .kh-ci__heading {
        font-size: 60px;
    }
    .kh-ci__text p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .kh-ci::before, .kh-ci::after {
        display: none !important;
    }
    .kh-ci__row--center {
        padding: 60px 0 0;
    }
    .kh-ci__row--left, .kh-ci__row--right {
        padding: 60px 0;
    }
    .kh-ci__row--left, .kh-ci__row--right {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        width: 100%;
    }
    .kh-ci__content--left, .kh-ci__content--right {
        margin: 0;
        max-width: 100%;
        padding: 40px 0 0 !important;
    }
    .kh-ci__heading {
        font-size: 40px;
    }
    .kh-ci__text p {
        font-size: 18px;
    }
    .kh-ci__button a {
        font-size: 18px;
        padding: 15px 25px;
    }
    .kh-ci__image {
        padding: 0 !important;
    }
}

/**/

.kh-logos {
    background-color: #fff;
    padding: 170px 0 150px;
}

.kh-logos__heading {
    color: #131415;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 80px;
    text-align: center;
}

.kh-logos__heading span {
    color: #3320D9;
}

.kh-logos__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 40px;
    justify-content: center;
}

.kh-logos__logo {
}

.kh-logos__logo img {
    display: block;
    max-height: 45px;
    max-width: 180px;
}

.kh-logos__button {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.kh-logos__button a {
    background-color: #3320D9;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 55px;
}

@media (max-width: 1024px) {
    .kh-logos {
        padding: 100px;
    }
    .kh-logos__heading {
        font-size: 60px;
        margin: 0 0 60px;
    }
    .kh-logos__button {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .kh-logos {
        padding: 60px;
    }
    .kh-logos__heading {
        font-size: 40px;
        margin: 0 0 40px;
    }
    .kh-logos__logos {
        gap: 40px;
    }
    .kh-logos__logo img {
        max-height: 30px;
        max-width: 120px;
    }
    .kh-logos__button {
        margin-top: 40px;
    }
    .kh-logos__button a {
        font-size: 18px;
        padding: 15px 25px;
    }
}

/**/

.hero.hero--demo {
    border-bottom: 2px solid #052742;
}

.hero.hero--demo .hero_content {
    margin: 0 auto;
    max-width: 1030px;
    padding: 60px 0 110px;
}

.hero.hero--demo .hero_item._text {
    flex: 1;
    padding: 0 110px 0 0;
}

.hero.hero--demo .hero_item._text ul {
    padding-left: 15px;
}

.hero.hero--demo .hero_item._text ul li {
    background: url(images/icon-check4.svg) no-repeat 0 0;
    min-height: 24px;
    padding-left: 35px;
}

.hero.hero--demo .hero_item._text ul li::before {
    display: none;
}

.hero.hero--demo .hero_item._bigger {
    flex: 0 0 420px;
}

.hero.hero--demo .hero_item .hero_bg1 {
    max-width: none;
    position: absolute;
    right: -150px;
    top: -215px;
    width: 500px;
}

.hero.hero--demo .hero_item .hero_bg2 {
    bottom: -112px;
    max-width: none;
    position: absolute;
    right: -270px;
    width: 287px;
}

@media (max-width: 1024px) {
    .hero.hero--demo .hero_item .hero_bg2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero.hero--demo .hero_content {
        display: block;
        padding: 40px 0 120px;
    }
    .hero.hero--demo .hero_item._text {
        font-size: 16px;
        margin: 0;
        padding: 0 0 90px;
    }
    .hero.hero--demo .hero_item .hero_bg1 {
        right: -70px;
        top: -170px;
        width: 400px;
    }
}

@media (max-width: 666px) {
    .hero.hero--demo .hero_form {
        box-shadow: 8px 9px 20px 3px rgba(0,0,0,0.07);
        margin: 0 -17px;
        padding: 3.5rem;
    }
}

@media (max-width: 666px) {
    .section-company .company_list {
        display: grid;
        gap: 40px 30px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 90px;
    }
    .section-company .company_list .company_img {
        margin: 0;
        padding: 0;
    }
    .section-company .company_list .company_img img {
        max-height: 40px;
    }
}

/**/

.hero.hero__thank {
}

.hero.hero__thank .hero_content {
    gap: 30px;
    padding: 40px 0 30px;
}

.hero.hero__thank .hero_content.hero_content--nobg {
    padding: 120px 0;
}

.hero.hero__thank .hero_item._text {
    padding: 0;
}

.hero.hero__thank .headline_title {
    color: var(--primary);
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}

.hero.hero__thank .headline_text {
}

.hero.hero__thank .headline_text p {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 40px;
}

.hero.hero__thank .headline_text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .hero.hero__thank .hero_content.hero_content--nobg {
        padding: 120px 0;
    }
    .hero.hero__thank .headline_title {
        font-size: 70px;
    }
    .hero.hero__thank .headline_text p {
        font-size: 24px;
    } 
}

@media (max-width: 767px) {
    .hero.hero__thank .headline_title {
        font-size: 38px;
    }
    .hero.hero__thank .headline_text p {
        font-size: 20px;
        margin-bottom: 25px;
    } 
}

@media (max-width: 666px) {
    .hero.hero__thank .hero_content {
        padding: 30px 0;
    }
    .hero.hero__thank .hero_content.hero_content--nobg {
        padding: 40px 0;
    }
    .hero.hero__thank .headline_title {
        margin-bottom: 15px;
        text-align: center;
    }
    .hero.hero__thank .headline_text p {
        text-align: center;
    }
    .hero.hero__thank .hero_content.hero_content--nobg .hero_parallax {
        margin: 0 auto;
        position: static;
        transform: none;
    }
    .hero.hero__thank .hero_img {
        transform: none !important;
        width: 100%;
    }
}

/**/

.story._rows {
    padding: 100px 0 180px;
}

.story__heading {
    font-size: 55px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center;
}

.story__subheading {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 15px;
    text-align: center;
}

.story._rows .story_container {
    margin-top: 85px;
}

.story._rows .post._story {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}

.story._rows .post._story .post_image {
    margin-bottom: 35px;
}

.story._rows .post._story .post_image a {
    display: block;
}

.story._rows .post._story .post_image img {
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.story._rows .post._story .post_title {
    margin-bottom: 15px;
}

.story._rows .post._story .post_title h5 {
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
}

.story._rows .post._story .post_title h5 a {
    display: block;
}

.story._rows .post._story .post_text {
}

.story._rows .post._story .post_text p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.story._rows .post._story .post_text p:last-child {
    margin-bottom: 0;
}

.story._rows .post._story .post_more {
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 25px;
}

.story._rows .post._story .post_more a {
    border: 1px solid var(--primary);
    border-radius: 30px;
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1;
    padding: 12px 40px;
    text-align: center;
}

.story._rows .post._story .post_more a:hover {
    background-color: var(--primary);
    color: #fff;
}

@media (max-width: 767px) {
    .story._rows {
        padding: 80px 0;
    }
    .story__heading {
        font-size: 40px;
    }
    .story__subheading {
        font-size: 24px;
    }
    .story._rows .story_container {
        margin-top: 50px;
    }
    .story._rows .story_container .row {
        gap: 40px 0;
    }
    .story._rows .post._story .post_title h5 {
        font-size: 24px;
    }
    .story._rows .post._story .post_text p {
        font-size: 16px;
    }
    .story._rows .post._story .post_more a {
        font-size: 16px;
    }
}

@media (max-width: 666px) {
    .story._rows {
        padding: 60px 0 90px;
    }
    .story__heading {
        font-size: 36px;
    }
    .story__subheading {
        display: none;
    }
    .story._rows .story_container {
        margin-top: 40px;
    }
    .story._rows .story_container .row {
        gap: 65px 0;
    }
    .story._rows .post._story .post_title {
        margin-bottom: 5px;
    }
    .story._rows .post._story .post_title h5 {
        font-size: 20px;
    }
    .story._rows .post._story .post_more {
        padding-top: 20px;
    }
    .story._rows .post._story .post_more a {
        font-size: 20px;
        width: 100%;
    }
    .story._rows .post._story .post_image {
        margin-bottom: 25px;
    }
    .story._rows .post._story .post_image img {
        max-width: 140px;
        object-fit: cover;
    }
}

/**/

.hcon {
}

.hcon__intro {
    padding: 150px 0 120px;
}

.hcon__heading {
    color: var(--four);
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0;
    text-align: center;
}

.hcon__content {
}

.hcon__content p {
    font-size: 28px;
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin-bottom: 20px;
    text-align: center;
}

.hcon__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .hcon__heading {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .hcon__intro {
        padding: 30px 0 40px;
    }
    .hcon__heading {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .hcon__content p {
        font-size: 20px;
    }
}

/**/

.hcon__main {
    background-color: #fbfbfb;
    padding: 75px 0 175px;
}

.hcon__row {
    display: flex;
    justify-content: space-between;
}

.hcon__row__heading {
    color: #424242;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 45px;
    padding-bottom: 15px;
    position: relative;
}

.hcon__row__heading::after {
    background-color: var(--four);
    border-radius: 15px;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    max-width: 220px;
    position: absolute;
    width: 100%;
}

.hcon__form {
    flex: 0 0 calc(50% - 60px);
}

.hcon__form .hbspt-form {
}

.hcon__form .hbspt-form .hs-form {
}

.hcon__form .hbspt-form .form-columns-2 {
    max-width: none;
}

.hcon__form .hbspt-form .form-columns-1 {
    max-width: none;
}

.hcon__form .hbspt-form .hs-form-field {
    float: none !important;
    margin-bottom: 45px;
    width: 100% !important;
}

.hcon__form .hbspt-form .hs-form-field > label {
    display: none;
}

.hcon__form .hbspt-form .hs-form-field .input {
    margin: 0;
}

.hcon__form .hbspt-form .hs-form-field input[type="text"], 
.hcon__form .hbspt-form .hs-form-field input[type="email"], 
.hcon__form .hbspt-form .hs-form-field input[type="tel"] {
    background: none;
    border: none;
    border-bottom: 2px dashed #979797;
    border-radius: 0;
    font-size: 24px;
    line-height: 1.25;
    padding: 10px 0;
    width: 100%;
}

.hcon__form .hbspt-form .hs-form-field input:focus {
    box-shadow: none;
    outline: none;
}

.hcon__form .hbspt-form .hs-form-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #171717;
    opacity: 0.2;
}

.hcon__form .hbspt-form .hs-form-field input::-moz-placeholder { /* Firefox 19+ */
    color: #171717;
    opacity: 0.2;
}

.hcon__form .hbspt-form .hs-form-field input:-ms-input-placeholder { /* IE 10+ */
    color: #171717;
    opacity: 0.2;
}

.hcon__form .hbspt-form .hs-form-field input:-moz-placeholder { /* Firefox 18- */
    color: #171717;
    opacity: 0.2;
}

.hcon__form .hbspt-form .hs-form-field select {
    background: none;
    background: url(images/icon-arrow-down.svg) no-repeat 100% 50%;
    background-size: 20px auto;
    border: none;
    border-bottom: 2px dashed #979797;
    border-radius: 0;
    font-size: 24px;
    line-height: 1.25;
    padding: 10px 0;
    width: 100%;
}

.hcon__form .hbspt-form .hs-form-field select:focus {
    box-shadow: none;
    outline: none;
}

.hcon__form .hbspt-form .hs-form-field textarea {
    background: none;
    border: none;
    border-bottom: 2px dashed #979797;
    border-radius: 0;
    font-size: 24px;
    line-height: 1.25;
    padding: 10px 0;
    width: 100% !important;
}

.hcon__form .hbspt-form .hs-form-field textarea:focus {
    box-shadow: none;
    outline: none;
}

.hcon__form .hbspt-form .hs-submit {
    margin-top: 15px;
}

.hcon__form .hbspt-form .hs-submit .actions {
    display: flex;
}

.hcon__form .hbspt-form .hs-submit input[type="submit"] {
    background-color: var(--four);
    border: none;
    border-radius: 40px;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 15px 60px;
}

.hcon__form .hbspt-form .hs-submit input[type="submit"]:hover {
    background-color: var(--four-hover);
}

.hcon__info {
    flex: 0 0 calc(50% - 60px);
}

.hcon__info__list {
    margin: 0;
}

.hcon__info__list li {
    margin-bottom: 18px;
}

.hcon__info__list li:last-child {
    margin-bottom: 0;
}

.hcon__info__list li a {
    align-items: center;
    color: #424242;
    display: flex;
    font-size: 26px;
    letter-spacing: -0.02em;
    line-height: 1;
    word-break: break-word;
}

.hcon__info__list li a span {
    align-items: center;
    display: flex;
    flex: 0 0 52px;
    height: 52px;
    justify-content: center;
    margin-right: 20px;
}

.hcon__info__list li a img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.hcon__info__image {
    margin-top: 135px;
}

.hcon__info__image img {
    display: block;
}

@media (max-width: 1023px) {
    .hcon__form {
        flex: 0 0 calc(50% - 20px);
    }
    .hcon__info {
        flex: 0 0 calc(50% - 20px);
    }
    .hcon__info__list li a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hcon__main {
        padding: 40px 0 120px;
    }
    .hcon__row {
        display: block;
    }
    .hcon__row__heading {
        font-size: 32px;
        padding-bottom: 20px;
    }
    .hcon__row__heading::after {
        max-width: 200px;
    }
    .hcon__form .hbspt-form .hs-form-field {
        margin-bottom: 40px;
    }
    .hcon__form .hbspt-form .hs-form-field input[type="text"], 
    .hcon__form .hbspt-form .hs-form-field input[type="email"], 
    .hcon__form .hbspt-form .hs-form-field input[type="tel"] {
        font-size: 22px;
    }
    .hcon__form .hbspt-form .hs-submit {
        margin: 0;
    }
    .hcon__info__image {
        margin-top: 55px;
    }
    .hcon__info {
        margin-top: 90px;
    }
    .hcon__info__list li a span {
        flex: 0 0 42px;
        height: 42px;
    }
    .hcon__info__list li a {
        font-size: 18px;
    }
}

/**/

.ctacon {
    background-color: var(--four);
    overflow: hidden;
    padding: 70px 0 0;
}

.ctacon__heading {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: center;
}

.ctacon__content {
    display: block;
    margin: 0 auto 30px;
    max-width: 960px;
    width: 100%;
}

.ctacon__content p {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.ctacon__content p:last-child {
    margin-bottom: 0;
}

.ctacon__button {
    display: flex;
    justify-content: center;
}

.ctacon__button a {
    background: url(images/icon-cal.svg) no-repeat 30px 50%;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 14px 25px 14px 60px;
    text-align: center;
}

.ctacon__image {
    margin-top: 50px;
}

.ctacon__image img {
    box-shadow: 19px 29px 29px 0 rgba(0, 0, 0, 0.26);
    display: block;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}

@media (max-width: 767px) {
    .ctacon {
        padding: 50px 0 0;
    }
    .ctacon__heading {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .ctacon__content {
        margin: 0 auto 25px;
    }
    .ctacon__content p {
        font-size: 16px;
    }
    .ctacon__image {
        margin: 55px -17px 0;
    }
}

/**/

.pp-hero {
    padding: 120px 0 315px;
    position: relative;
}

.pp-hero--gray {
    background-color: #f5f5f5;
}

.pp-hero__bg {
    bottom: 0;
    display: block;
    left: 50%;
    max-width: 100%;
    position: absolute;
    transform: translateX(-50%);
}

.pp-hero__mbg {
    bottom: 0;
    display: none;
    left: 50%;
    max-width: 100%;
    position: absolute;
    transform: translateX(-50%);
}

.pp-hero .container {
    position: relative;
    z-index: 2;
}

.pp-hero__eyebrow {
    color: #757575;
    font-size: 25px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 20px;
    text-align: center;
}

.pp-hero__logo {
    margin-bottom: 10px;
}

.pp-hero__logo img {
    display: block;
    margin: 0 auto;
}

.pp-hero__heading {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 10px;
    text-align: center;
}

.pp-hero__text {
    color: #757575;
    font-size: 31px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0 auto;
    max-width: 1030px;
    text-align: center;
    width: 100%;
}

.pp-hero__button {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    padding: 30px 0;
    position: relative;
}

.pp-hero__button img {
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.pp-hero__button a {
    background-color: #F9A81A;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1;
    max-width: 280px;
    padding: 18px 55px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

@media (max-width: 1024px) {
    .pp-hero__eyebrow {
        font-size: 20px;
        letter-spacing: -0.01em;
    }
    .pp-hero__logo img {
        max-width: 400px;
    }
    .pp-hero__heading {
        font-size: 60px;
    }
    .pp-hero__text {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .pp-hero {
        padding: 40px 0 205px;
    }
    .pp-hero__bg {
        display: none;
    }
    .pp-hero__mbg {
        display: block;
    }
    .pp-hero__eyebrow {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .pp-hero__logo {
        margin-bottom: 20px;
    }
    .pp-hero__logo img {
        max-width: 245px;
    }
    .pp-hero__heading {
        font-size: 32px;
    }
    .pp-hero__text {
        color: #131415;
        font-size: 18px;
    }
    .pp-hero__button {
        margin-top: 20px;
        padding: 22px 0;
    }
    .pp-hero__button img {
        max-width: 280px;
    }
    .pp-hero__button a {
        font-size: 18px;
        padding: 16px 55px;
    }
}

/**/

.pp-blocks {
    padding: 130px 0 190px;
}

.pp-blocks--gray {
    background-color: #f5f5f5;
}

.pp-blocks__heading {
    color: #0F2235;
    font-size: 72px;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 115px;
    text-align: center;
}

.pp-blocks__items {
}

.pp-blocks__item {
    border: 1px solid #979797;
    border-radius: 19px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 225px;
    margin-left: 14%;
}

.pp-blocks__item--reverse {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 14%;
}

.pp-blocks__item:last-child {
    margin-bottom: 0;
}

.pp-blocks__item__content {
    flex: 0 0 70%;
    padding: 40px 40px 60px;
}

.pp-blocks__item__heading {
    color: #131415;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 15px;
}

.pp-blocks__item__text {
    max-width: 820px;
}

.pp-blocks__item__text p {
    color: #171717;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 1.35;
    margin-bottom: 20px;
}

.pp-blocks__item__text p:last-child {
    margin-bottom: 0;
}

.pp-blocks__item__image {
    flex: 0 0 30%;
    position: relative;
}

.pp-blocks__item__image img {
    display: block;
    max-height: none;
    max-width: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 148%;
}

.pp-blocks__item--reverse .pp-blocks__item__image img {
    left: 0;
    right: inherit;
}

@media (max-width: 1024px) {
    .pp-blocks__heading {
        font-size: 54px;
        letter-spacing: -0.01em;
        margin-bottom: 75px;
    }
    .pp-blocks__item {
        margin-bottom: 75px;
    }
    .pp-blocks__item:last-child {
        margin-bottom: 0;
    }
    .pp-blocks__item__heading {
        font-size: 42px;
        letter-spacing: -0.01em;
    }
    .pp-blocks__item, .pp-blocks__item--reverse {
        margin-left: 0;
        margin-right: 0;
    }
    .pp-blocks__item__content {
        flex: 0 0 65%;
        padding: 30px;
    }
    .pp-blocks__item__image {
        flex: 0 0 35%;
        padding: 20px;
    }
    .pp-blocks__item__image img {
        position: static;
        transform: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pp-blocks {
        padding: 90px 0;
    }
    .pp-blocks__heading {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .pp-blocks__item {
        border-left: none;
        border-right: none;
        border-top: none;
        border-radius: 0;
        display: block;
        margin: 0;
        padding: 60px 0;
    }
    .pp-blocks__item:last-child {
        border: none;
        padding-bottom: 0;
    }
    .pp-blocks__item__image {
        margin-bottom: 40px;
        padding: 0;
    }
    .pp-blocks__item__image img {
        margin: 0 auto;
        max-width: 285px;
    }
    .pp-blocks__item__content {
        padding: 0;
    }
    .pp-blocks__item__heading {
        font-size: 24px;
        text-align: center;
    }
    .pp-blocks__item__text p {
        font-size: 16px;
        text-align: center;
    }
}

/**/

.pp-cta {
    background-color: #fff;
    overflow: hidden;
    padding: 110px 0 0;
}

.pp-cta--gray {
    background-color: #f5f5f5;
}

.pp-cta__heading {
    font-size: 56px;
    line-height: 1.15;
    margin: 0 auto 10px;
    max-width: 910px;
    text-align: center;
    width: 100%;
}

.pp-cta__text {
    display: block;
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;
}

.pp-cta__text p {
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.pp-cta__text p:last-child {
    margin-bottom: 0;
}

.pp-cta__button {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.pp-cta__button a {
    background-color: #F9A81A;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 18px 55px;
    text-align: center;
}

.pp-cta__image {
}

.pp-cta__image img {
    display: block;
    margin: 0 auto;
    max-width: 867px;
}

@media (max-width: 1024px) {
    .pp-cta {
        padding: 75px 0 0;
    }
    .pp-cta__heading {
        font-size: 40px;
    }
    .pp-cta__text p {
        font-size: 18px;
    }
    .pp-cta__image {
        margin-top: 20px;
    }
    .pp-cta__image img {
        max-width: 800px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pp-cta {
        padding: 50px 0 0;
    }
    .pp-cta__heading {
        font-size: 32px;
        margin: 0 0 5px;
    }
    .pp-cta__text p {
        font-size: 16px;
    }
    .pp-cta__button {
        margin-top: 20px;
    }
    .pp-cta__button a {
        font-size: 18px;
        padding: 16px 55px;
    }
    .pp-cta__image {
        margin-left: -50px;
        margin-right: -50px;
    }
}

/**/

.pp-form {
    background-color: #F9A81A;
    overflow: hidden;
    padding: 135px 0;
}

.pp-form__heading {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 55px;
    text-align: center;
}

.pp-form__form {
    display: block;
    margin: 0 auto;
    max-width: 460px;
    position: relative;
    width: 100%;
}

.pp-form__form__bg {
    display: block;
    left: 50%;
    max-width: 960px;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    z-index: 1;
}

.pp-form__form__box {
    background-color: #fff;
    box-shadow: 10px 11px 24px 3px rgb(0 0 0 / 7%);
    padding: 50px 45px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.pp-form__form__heading {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    text-align: center;
}

.pp-form__form__shortcode {
}

.pp-form .hs-form-field {
    float: none !important;
    margin: 0 0 18px !important;
    width: 100% !important;
}

.pp-form .hs-form-field > label {
    display: none;
}

.pp-form .hs-form-field > .input {
    margin: 0 !important;
}

.pp-form .hs-form-field .hs-input {
    width: 100% !important;
}

.pp-form .hs-submit {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.pp-form .hs-submit input[type="submit"] {
    background-color: #389AFF;
    border: none;
    border-radius: 40px;
    display: block;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0 !important;
    padding: 18px 50px;
    text-align: center;
}

.pp-form--btnred .hs-submit input[type="submit"] {
    background-color: #EA1D64;
}

.pp-form__form__text {
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 30px;
    opacity: 0.6;
    text-align: center;
}

@media (max-width: 1024px) {
    .pp-form {
        padding: 100px 0;
    }
    .pp-form__heading {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .pp-form {
        padding: 70px 0 90px;
    }
    .pp-form__heading {
        font-size: 48px;
        letter-spacing: -0.01em;
        margin-bottom: 35px;
    }
    .pp-form__form__box {
        padding: 45px 20px 35px;
    }
    .pp-form .hs-submit input[type="submit"] {
        font-size: 16px;
    }
    .pp-form__form__text {
        font-size: 14px;
        margin-top: 25px;
    }
}

/**/

.pp-faqs {
    background-color: #fff;
    padding: 140px 0 130px;
}

.pp-faqs--gray {
    background-color: #fbfbfb;
}

.pp-faqs__heading {
    font-size: 56px;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 55px;
    text-align: center;
}

.pp-faqs__items {
    border-top: 1px solid #e0e0e0;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

.pp-faqs__item {
    border-bottom: 1px solid #e0e0e0;
    padding: 35px 0;
}

.pp-faqs__item__question {
    color: #171717;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 5px;
    padding-right: 50px;
    position: relative;
}

.pp-faqs__item__question::after {
    background: url(images/icon-arrow4.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    content: '';
    display: block;
    height: 34px;
    position: absolute;
    right: 0;
    top: -3px;
    width: 34px;
}

.pp-faqs__item--toggle .pp-faqs__item__question::after {
    transform: rotate(180deg);
}

.pp-faqs__item__answer {
    color: #777;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    padding-right: 50px;
}

.pp-faqs__button {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.pp-faqs__button a {
    background-color: #F9A81A;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 18px 55px;
    text-align: center;
}

@media (max-width: 1024px) {
    .pp-faqs {
        padding: 120px 0;
    }
    .pp-faqs__heading {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .pp-faqs {
        padding: 80px 0;
    }
    .pp-faqs__heading {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .pp-faqs__item {
        padding: 20px 0;
    }
    .pp-faqs__item__question {
        font-size: 18px;
    }
    .pp-faqs__item__answer {
        font-size: 14px;
    }
    .pp-faqs__button a {
        font-size: 18px;
        padding: 16px 55px;
    }
}

/**/

.pty-hero {
    overflow: hidden;
    padding: 50px 0 35px;
}

.pty-hero__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.pty-hero__content {
    flex: 0 0 48%;
}

.pty-hero__logo {
    margin-bottom: 20px;
}

.pty-hero__logo img {
    display: block;
}

.pty-hero__heading {
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 5px;
}

.pty-hero__text {
}

.pty-hero__text p {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 35px;
}

.pty-hero__text p:last-child {
    margin-bottom: 0;
}

.pty-hero__image {
    flex: 0 0 50%;
}

.pty-hero__image__box {
    padding-top: 100%;
    position: relative;
}

.pty-hero__image__box::before {
    background: url(images/circle-gray.svg) no-repeat 50% 50%;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.pty-hero__image__box img {
    display: block;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 1023px) {
    .pty-hero__heading {
        font-size: 60px;
    }
    .pty-hero__text p {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .pty-hero {
        padding: 25px 0 65px;
    }
    .pty-hero__row {
        display: block;
    }
    .pty-hero__logo {
        margin-bottom: 10px;
    }
    .pty-hero__logo img {
        margin: 0 auto;
        max-width: 180px;
    }
    .pty-hero__heading {
        font-size: 38px;
        text-align: center;
    }
    .pty-hero__text p {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .pty-hero__text p:last-child {
        margin-bottom: 0;
    }
    .pty-hero__image {
        margin-top: 60px;
    }
    .pty-hero__image__box {
        margin: 0 -30px;
        padding: 0;
    }
    .pty-hero__image__box::before {
        background: url(images/circle-gray-m.svg) no-repeat 50% 50%;
        background-size: cover;
        height: 300px;
        left: inherit;
        right: -40px;
        top: -55px;
        width: 300px;
    }
    .pty-hero__image__box img {
        left: 0;
        position: relative;
        top: 0;
        transform: none;
    }
}

/**/

.modal-cta {
    border-radius: 14px;
    max-width: 520px;
    overflow: visible;
    padding: 0 30px 20px;
    position: relative;
    width: 100%;
}

.modal-cta__bg {
    border-radius: 14px;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.modal-cta__box {
    position: relative;
    z-index: 2;
}

.modal-cta__image {
    margin: -125px 0 10px;
}

.modal-cta__image img {
    display: block;
    margin: 0 auto;
    max-width: 310px;
}

.modal-cta__heading {
    color: #000;
    font-size: 40px;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin-bottom: 25px;
    text-align: center;
}

.modal-cta__button {
    margin-bottom: 25px;
}

.modal-cta__button a {
    background-color: #0DCBFF;
    border: none;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0 auto;
    max-width: 330px;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    width: 100%;
}

.modal-cta__logo {
    margin-bottom: 15px;
}

.modal-cta__logo img {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
}

.modal-cta__bottomtext {
    color: #131415;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    opacity: 0.3;
    text-align: center;
}

@media (max-width: 768px) {
    .modal-cta__heading {
        font-size: 30px;
    }
    .modal-cta__button a {
        font-size: 20px;
    }
}

/**/

.np-hero {
    padding: 60px 0 180px;
    position: relative;
}

.np-hero__bg {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.np-hero .container {
    position: relative;
    z-index: 2;
}

.np-hero__heading {
    font-size: 86px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}

.np-hero__subheading {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center;
}

.np-hero__box {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 2px 5px 10px 3px rgba(76, 76, 76, 0.71);
    margin: 100px auto 0;
    max-width: 882px;
    padding: 60px 90px;
    width: 100%;
}

.np-hero__box__eyebrow {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 25px;
    text-align: center;
}

.np-hero__box__title {
    margin-bottom: 25px;
    position: relative;
}

.np-hero__box__title::before {
    background-color: #F9DE1A;
    border-radius: 15px;
    content: '';
    display: block;
    height: 100%;
    left: -40px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transform: rotate(-1deg);
    width: calc(100% + 70px);
    z-index: 1;
}

.np-hero__box__title::after {
    background-color: #F9DE1A;
    border-radius: 15px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    transform: rotate(1deg);
    width: calc(100% + 30px);
    z-index: 1;
}

.np-hero__box__title span {
    display: block;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    position: relative;
    text-align: center;
    z-index: 2;
}

.np-hero__box__text {
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-align: center;
}

.np-hero__box__button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.np-hero__box__button a {
    background-color: var(--primary);
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 45px;
    text-align: center;
}

.np-hero__box__button a:hover {
    background-color: var(--primary-hover);
}

@media (max-width: 1024px) {
    .np-hero__heading {
        font-size: 60px;
        margin-bottom: 10px;
    }
    .np-hero__subheading {
        font-size: 22px;
        font-weight: 600;
    }
    .np-hero__box {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .np-hero {
        padding: 25px 0 80px;
    }
    .np-hero__heading {
        font-size: 32px;
    }
    .np-hero__subheading {
        font-size: 18px;
    }
    .np-hero__box {
        margin-top: 30px;
        padding: 30px;
    }
    .np-hero__box__eyebrow {
        margin-bottom: 15px;
    }
    .np-hero__box__title {
        margin-bottom: 20px;
    }
    .np-hero__box__title::before {
        left: -10px;
        width: calc(100% + 25px);
    }
    .np-hero__box__title::after {
        width: 100%;
    }
    .np-hero__box__title span {
        font-size: 32px;
        line-height: 1.25;
    }
    .np-hero__box__text {
        font-size: 16px;
    }
    .np-hero__box__button {
        margin-top: 25px;
    }
}

/**/

.np-com {
    padding: 75px 0 85px;
}

.np-com__heading {
    color: #171717;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 50px;
    text-align: center;
}

.np-com__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 45px 60px;
    justify-content: center;
}

.np-com__logo {
}

.np-com__logo img {
    display: block;
    max-height: 65px;
    max-width: 140px;
}

@media (max-width: 1024px) {
    .np-com__heading {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .np-com {
        padding: 45px 0 50px;
    }
    .np-com__heading {
        font-size: 22px;
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .np-com__logos {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .np-com__logo {
        display: flex;
        justify-content: center;
    }
    .np-com__logo img {
        max-height: 45px;
        max-width: 100px;
    }
}

/**/

.np-grid {
    padding: 110px 0 180px;
    position: relative;
}

.np-grid::before {
    background-color: #f5f5f5;
    border-radius: 10px;
    content: '';
    display: block;
    height: 12px;
    left: 50%;
    max-width: 720px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}

.np-grid__heading {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 5px;
    text-align: center;
}

.np-grid__subheading {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center;
}

.np-grid__items {
    display: grid;
    gap: 90px 40px;
    grid-template-columns: repeat(3, 1fr);
    padding: 95px 0 90px;
}

.np-grid__item {
}

.np-grid__item__image {
    margin-bottom: 30px;
}

.np-grid__item__image img {
    display: block;
}

.np-grid__item__title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 5px;
    text-align: center;
}

.np-grid__item__text {
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-align: center;
}

.np-grid__button {
    display: flex;
    justify-content: center;
}

.np-grid__button a {
    background-color: var(--primary);
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 45px;
    text-align: center;
}

.np-grid__button a:hover {
    background-color: var(--primary-hover);
}

@media (max-width: 1024px) {
    .np-grid__heading {
        font-size: 42px;
    }
    .np-grid__subheading {
        font-size: 22px;
    }
    .np-grid__items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .np-grid {
        padding: 65px 0 140px;
    }
    .np-grid::before {
        max-width: calc(100% - 70px);
    }
    .np-grid__heading {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .np-grid__subheading {
        font-size: 18px;
    }
    .np-grid__items {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
        max-width: 500px;
        padding: 90px 0;
        width: 100%;
    }
    .np-grid__item__image {
        margin-bottom: 15px;
    }
    .np-grid__item__title {
        font-size: 24px;
    }
    .np-grid__item__text {
        font-size: 16px;
    }
}

/**/

.np-det {
    padding-bottom: 180px;
}

.np-det__content {
    background-color: #389AFF;
    padding: 110px 0 180px;
}

.np-det__heading {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 10px;
    text-align: center;
}

.np-det__text {
    color: #fff;
    font-size: 26px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    text-align: center;
}

.np-det__tables {
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 2px 5px 20px 3px rgba(0, 0, 0, 0.07);
    margin: -125px auto 0;
    max-width: 1140px;
    width: 100%;
}

.np-det__table {
    margin: 0;
}

.np-det__table thead {
    background-color: rgb(56 154 255 / 20%);
}

.np-det__table thead tr {
}

.np-det__table thead th {
    border: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 23px 25px;
}

.np-det__table thead th:nth-child(1) {
    width: 220px;
}

.np-det__table thead th:nth-child(2) {
}

.np-det__table thead th:nth-child(3) {
}

.np-det__table thead th:nth-child(4) {
}

.np-det__table tbody {
}

.np-det__table tbody tr {
}

.np-det__table tbody td {
    border-bottom: 1px solid #F0F0F0;
    color: #777;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    padding: 15px 25px;
}

.np-det__table tbody td:nth-child(1) {
    color: #757575;
    font-weight: 600;
    width: 230px;
}

.np-det__table tbody td:nth-child(2) {
    text-align: left;
}

.np-det__table tbody td:nth-child(3) {
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    width: 190px;
}

.np-det__table tbody td:nth-child(4) {
    width: 150px;
}

.np-det__table .icon-check {
    background-color: #389AFF;
    border-radius: 50%;
    display: block;
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 20px;
}

.np-det__table .icon-check--gray {
    background-color: #BDBDBD;
}

.np-det__table .icon-check::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 12px;
    left: 7px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 7px;
}

.np-det__button {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

.np-det__button a {
    background-color: var(--primary);
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 45px;
    text-align: center;
}

.np-det__button a:hover {
    background-color: var(--primary-hover);
}

@media (max-width: 1024px) {
    .np-det {
        padding-bottom: 100px;
    }
    .np-det__content {
        padding: 70px 0 180px;
    }
    .np-det__heading {
        font-size: 42px;
    }
    .np-det__text {
        font-size: 22px;
    }
    .np-det__tables {
        overflow: auto;
    }
    .np-det__table {
        width: 900px;
    }
    .np-det__button {
        margin-top: 60px;
    }
}

/**/

.leadinModal.leadinModal-theme-top {
    display: none;
}

header.header .leadinModal.leadinModal-theme-top {
    display: block;
    position: static !important;
}

body.page-template-page-lead .leadinModal.leadinModal-theme-top {
    display: block;
    position: static !important;
    width: 100%;
}

/**/

.nh-wrapper {
    overflow: hidden;
}

.nh-introv2 {
    padding: 40px 0 65px;
}

.nh-introv2__heading {
    color: #171717;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 auto 5px;
    max-width: 1080px;
    text-align: center;
    width: 100%;
}

.nh-introv2__heading span {
    color: #EA1D64;
}

.nh-introv2__text {
}

.nh-introv2__text p {
    color: #171717;
    font-size: 32px;
    letter-spacing: -0.01em;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.nh-introv2__text > *:last-child {
    margin-bottom: 0;
}

.nh-introv2__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 32px;
}

.nh-introv2__button {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.nh-introv2__button a {
}

.nh-introv2__video {
    display: block;
    margin: 72px auto 0;
    max-width: 80%;
    position: relative;
    width: 100%;
}

.nh-introv2__video::after {
    background-image: url(images/ico-play.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 93px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 127px;
    z-index: 3;
}

.nh-introv2__video__bg {
    left: 50%;
    max-width: none;
    position: absolute;
    top: -32%;
    transform: translateX(-50%);
    width: 170%;
    z-index: 1;
}

.nh-introv2__video__bg img {
    display: block;
}

.nh-introv2__video__embed {
    position: relative;
    z-index: 2;
}

.nh-introv2__video__embed > img {
    display: block;
}

.nh-introv2__video__embed > div {
}

.nh-introv2__video__modal {
    position: relative;
    z-index: 2;
}

.nh-introv2__video__modal > a {
}

.nh-introv2__video__modal > a > img {
    border: 1px solid #979797;
    display: block;
}

.nh-introv2__video__hidden {
    display: none;
}

#nh-introv2__video {
    max-width: 800px;
    padding: 0;
    width: 100%;
}

@media (max-width: 1024px) {
    .nh-introv2__heading {
        font-size: 54px;
    }
    .nh-introv2__text p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nh-introv2 {
        padding: 30px 0;
    }
    .nh-introv2__heading {
        font-size: 32px;
        margin-bottom: 0;
    }
    .nh-introv2__text {
        display: none;
    }
    .nh-introv2__buttons {
        margin-top: 25px;
    }
    .nh-introv2__button a {
        padding: 12px 50px;
    }
    .nh-introv2__video {
        margin-top: 60px;
    }
    .nh-introv2__video::after {
        height: 44px;
        width: 60px;
    }
}

@media (max-width: 600px) {
    .nh-introv2__buttons {
        flex-direction: column;
    }
    .nh-introv2__button {
        width: 100%;
    }
    .nh-introv2__button a {
        max-width: 400px;
        width: 100%;
    }
}

/**/

.nh-companiesv2 {
    padding: 75px 0;
    position: relative;
    z-index: 1;
}

.nh-companiesv2::before {
    background-color: #212121;
    content: '';
    filter: blur(12px);
    height: 6px;
    left: 50%;
    max-width: 1020px;
    opacity: 0.6;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}

.nh-companiesv2__heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 30px;
    text-align: center;
}

.nh-companiesv2__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 75px;
    margin: 0;
}

.nh-companiesv2__logos li {
}

.nh-companiesv2__logos li img {
    display: block;
    max-height: 50px;
    max-width: 135px;
}

@media (max-width: 1024px) {
    .nh-companiesv2__logos {
        gap: 45px;
    }
}

@media (max-width: 768px) {
    .nh-companiesv2 {
        padding: 75px 0 105px;
    }
    .nh-companiesv2::before {
        filter: blur(5px);
        max-width: 270px;
        opacity: 0.3;
    }
    .nh-companiesv2__heading {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 35px;
    }
    .nh-companiesv2__logos {
        gap: 35px;
    }
    .nh-companiesv2__logos li img {
        max-height: 30px;
        max-width: 80px;
    }
}

/**/

.nh-civ2 {
    padding: 140px 0;
}

.nh-civ2--blue {
    background-color: #0E243B;
}

.nh-civ2__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nh-civ2__row--reverse {
    flex-direction: row-reverse;
}

.nh-civ2--1 .nh-civ2__row::before {
    border-left: 2px dashed #fff;
    bottom: -130px;
    content: '';
    display: block;
    height: 225px;
    left: 7%;
    position: absolute;
    width: 0;
}

.nh-civ2--1 .nh-civ2__row::after {
    border-left: 2px dashed #131415;
    bottom: -130px;
    content: '';
    display: block;
    height: 130px;
    left: 7%;
    position: absolute;
    transform: translateY(100%);
    width: 0;
}

.nh-civ2--2 .nh-civ2__row::before {
    border-left: 2px dashed #131415;
    bottom: -130px;
    content: '';
    display: block;
    height: 300px;
    position: absolute;
    right: 30%;
    width: 0;
}

.nh-civ2--2 .nh-civ2__row::after {
    border-left: 2px dashed #fff;
    bottom: -130px;
    content: '';
    display: block;
    height: 128px;
    position: absolute;
    right: 30%;
    transform: translateY(100%);
    width: 0;
}

.nh-civ2__image {
    flex: 0 0 45%;
}

.nh-civ2__image img {
    display: block;
    max-width: 100%;
}

.nh-civ2__content {
    flex: 0 0 50%;
}

.nh-civ2__heading {
    color: #0F2235;
    font-size: 65px;
    line-height: 1;
    margin-bottom: 15px;
}

.nh-civ2--blue .nh-civ2__heading {
    color: #fff;
}

.nh-civ2__text {
}

.nh-civ2__text p {
    color: #0F2235;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    margin-bottom: 20px;
}

.nh-civ2--blue .nh-civ2__text p {
    color: #fff;
}

.nh-civ2__text > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1300px) {
    .nh-civ2--1 .nh-civ2__row::before, .nh-civ2--1 .nh-civ2__row::after, .nh-civ2--2 .nh-civ2__row::before, .nh-civ2--2 .nh-civ2__row::after {
        height: 100px;
    }
}

@media (max-width: 1024px) {
    .nh-civ2__heading {
        font-size: 45px;
    }
    .nh-civ2__text p {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .nh-civ2 {
        padding: 100px 0;
    }
    .nh-civ2__row, .nh-civ2__row--reverse {
        flex-direction: column;
        gap: 32px;
    }
    .nh-civ2--1 .nh-civ2__row::before, .nh-civ2--1 .nh-civ2__row::after, .nh-civ2--2 .nh-civ2__row::before, .nh-civ2--2 .nh-civ2__row::after {
        display: none;
    }
    .nh-civ2__image img {
        max-width: 480px;
        width: 100%;
    }
    .nh-civ2__heading {
        font-size: 24px;
        text-align: center;
    }
    .nh-civ2__text p {
        font-size: 16px;
        text-align: center;
    }
}

/**/

.body.page-template-page-lead {
    background-color: #020a15;
}

.pl-page {
    background-color: #020a15;
}

/**/

.pl-hero {
}

.pl-hero__image {
    display: block;
}

.pl-hero__image img {
    display: block;
    width: 100%;
}

/**/

.pl-form {
}

.pl-form__heading {
    color: #fff;
    display: block;
    font-size: 48px;
    line-height: 1.25;
    margin: 0 auto 16px;
    max-width: 800px;
    text-align: center;
    width: 100%;
}

.pl-form__subheading {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 860px;
    text-align: center;
    width: 100%;
}

.pl-form__form {
    background-color: #fff;
    display: block;
    margin: 80px auto 0;
    max-width: 420px;
    padding: 40px 35px 45px;
    width: 100%;
}

.pl-form__form__title {
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px;
    text-align: center;
}

.pl-form__form__embed {
}

.pl-form__form__embed .hbspt-form {
}

.pl-form__form__embed .hs-form {
}

.pl-form__form__embed .hs-form .form-columns-1, .pl-form__form__embed .hs-form .form-columns-2 {    
    max-width: none;
}

.pl-form__form__embed .hs-form .hs-form-field.field.field {
    float: none;
    margin: 0 0 20px;
    width: 100%;
}

.pl-form__form__embed .hs-form .hs-form-field > label {
    display: none;
}

.pl-form__form__embed .hs-form .hs-form-field > .input {
    margin: 0;
}

.pl-form__form__embed .hs-form .hs-form-field > .input input[type="text"], .pl-form__form__embed .hs-form .hs-form-field > .input input[type="email"], .pl-form__form__embed .hs-form .hs-form-field > .input select {
    width: 100%;
}

.pl-form__form__embed .hs-form .hs-submit {
    margin-top: 10px;
}

.pl-form__form__embed .hs-form .hs-submit .actions {
    display: flex;
    justify-content: center;
}

.pl-form__form__embed .hs-form .hs-submit input[type="submit"] {
    margin: 0;
}

.pl-form__form__text {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    opacity: 0.6;
    text-align: center;
}

@media (max-width: 1024px) {
    .pl-form__heading {
        font-size: 24px;
    }
    .pl-form__subheading {
        font-size: 18px;
    }
    .pl-form__form {
        margin-top: 40px;
    }
}

/**/

.pl-logos {
    padding: 165px 0 215px;
}

.pl-logos__heading {
    color: #fff;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 60px;
    text-align: center;
}

.pl-logos__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
    justify-content: center;
    margin: 0;
}

.pl-logos__logos li {
}

.pl-logos__logos li img {
    display: block;
    height: auto;
    max-height: 80px;
    max-width: 140px;
    width: auto;
}

@media (max-width: 768px) {
    .pl-logos {
        padding: 150px 0;
    }
}

@media (max-width: 768px) {
    .pl-logos {
        padding: 100px 0;
    }
    .pl-logos__heading {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .pl-logos__logos {
        gap: 40px;
    }
}