/*
Table Of Contents

1.)  Default Styles
2.)  Header - Main
3.)  Content - Main
4.)  Footer - Main

=====================*/


/* font-family: "DM Sans", sans-serif; */
/* font-family: "Manrope", sans-serif; */
/* font-family: "Open Sans", sans-serif; */
/* font-family: "Poppins", sans-serif; */


/*
 1.) Default Styles
----------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	letter-spacing: normal;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

sub,
sup {
	font-size: 60%;
}

sup {
	top: 0;
}

sub {
	bottom: 0;
}

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

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 28px;
	}
}



/* #Links
================================================== */

a {
	color: #ff296a;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #ff296a;
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"],
a[href^="fax:"] {
	color: #ff296a;
	text-decoration: none;
}

a:hover[href^="tel:"],
a:focus[href^="tel:"],
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #ff296a;
	text-decoration: none;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 700;
	padding-bottom: 16px;
}

h1,
.h1 {
	font-size: 56px;
	line-height: 68px;
	letter-spacing: 0.035em;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 48px;
}

h3,
.h3 {
	font-size: 32px;
	line-height: 38px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 32px;
}

h5,
.h5,
h6,
.h6 {
	font-size: 16px;
	line-height: 24px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 24px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic;
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal;
}

strong {
	font-weight: 700;
}

@media (max-width: 11999px) {

	h1,
	.h1 {
		font-size: 48px;
		line-height: 60px;
		letter-spacing: 0.02em;
	}

	h2,
	.h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

@media (max-width: 767px) {

	h1,
	.h1,
	h2,
	.h2 {
		font-size: 32px;
		line-height: 40px;
	}

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


/*= Unorder List
================================================== */

ul,
ol {
	list-style: none;
}

li {
	position: relative;
	padding-bottom: 0;
	padding-left: 20px;
}

li:last-child {
	padding-bottom: 24px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li ul,
ol li ol {
	padding: 8px 0 0 0;
}

ul li:before {
	content: "";
	width: 12px;
	height: 12px;
	float: left;
	background: url(../img/icon-tick.svg);
	background-size: 12px auto;
	position: absolute;
	top: 8px;
	left: 0;
}


/*= Order Styles
================================================== */

ol {
	counter-reset: item;
}

ol>li {
	counter-increment: item;
	padding-left: 24px;
}

ol>li:before {
	content: counter(item)".";
	font-weight: 700;
	color: #00ca99;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

label {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2c220c;
	line-height: 24px;
	letter-spacing: 0.05px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 8px;
}

label .redmark {
	color: #ff0000;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	float: left;
	height: 48px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #836623;
	background: none;
	box-shadow: none;
	border-radius: 0;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 10px 12px;
	margin: 0;
}

textarea[rows],
textarea {
	height: 110px;
	white-space: normal;
	resize: none;
}

select {
	background-image: url(../img/chevron-down.png);
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: top 20px right 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
}

select::-ms-expand {
	display: none;
}

select option:not([disabled]) {
	color: #505050;
	opacity: 1;
}

select option.def:not([disabled]),
select.gf_placeholder:not([disabled]) {
	color: #505050;
	opacity: 1;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #505050;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #505050;
	opacity: 1;
}

::-moz-placeholder {
	color: #505050;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #505050;
	opacity: 1;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #2c220c;
}

.d-flex {
	display: flex;
}

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

.mr-1 {
	margin-right: 4px !important;
}

.font-weight-bold {
	font-weight: 700;
}

.v-icon {
	align-items: center;
	display: inline-flex;
	font-feature-settings: "liga";
	font-size: 24px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 1;
	position: relative;
	text-indent: 0;
	transition: .3s cubic-bezier(.25, .8, .5, 1), visibility 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.v-icon__component,
.v-icon__svg {
	height: 24px;
	width: 24px;
}


/* #Buttons
================================================== */

/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	background: #fe0d66;
	box-shadow: 0px 4px 4px 0px #6c6c6c69;
	border-radius: 4px;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 12px 32px;
	margin: 0;
}

.btn em {
	font-size: 90%;
	margin: 0 0 0 4px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none;
	background: #cf0952;
	outline: 0;
}

.btn-black,
input.btn-black[type="button"],
input.btn-black[type="submit"] {
	background: #000000;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black:active:focus,
.btn-black.active,
.btn-black.active:focus,
input.btn-black[type="button"]:hover,
input.btn-black[type="button"]:focus,
input.btn-black[type="button"]:active,
input.btn-black[type="button"]:active:focus,
input.btn-black[type="button"].active,
input.btn-black[type="button"].active:focus,
input.btn-black[type="submit"]:hover,
input.btn-black[type="submit"]:focus,
input.btn-black[type="submit"]:active,
input.btn-black[type="submit"]:active:focus,
input.btn-black[type="submit"].active,
input.btn-black[type="submit"].active:focus,
.btn-black:not(:disabled):not(.disabled).active,
.button.btn-black:not(:disabled):not(.disabled):active {
	background: #282b30;
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 12px;
}

.btn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 24px -6px -12px -6px;
}

.btn-wrap .btn {
	float: left;
	margin: 0 6px 12px 6px;
}


/*= Container - Main
=====================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 72px 0 0 0;
}

.container {
	width: 100%;
	max-width: 1220px;
	padding: 0 40px;
}

@media (max-width: 767px) {
	.container-main {
		padding: 56px 0 0 0;
	}

	.container {
		max-width: 600px;
		padding: 0 32px;
	}
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #1a202c;
	line-height: 36px;
	text-align: center;
	padding-bottom: 50px;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt h2,
.heading-txt .h2 {
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.035em;
	position: relative;
	padding: 19px 0 10px 0;
}

.heading-txt h2::before,
.heading-txt .h2::before {
	content: "";
	width: 69px;
	height: 5px;
	float: left;
	background: #ed256e;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.heading-txt h2:last-child,
.heading-txt .h2:last-child {
	padding-bottom: 0;
}

.heading-txt h2 .regular,
.heading-txt .h2 .regular {
	font-weight: 400;
}

.heading-txt .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
	.heading-txt {
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 40px;
	}

	.heading-txt h2,
	.heading-txt .h2 {
		font-size: 32px;
		line-height: 40px;
		padding: 15px 0 10px 0;
	}
}

@media (max-width: 767px) {
	.heading-txt {
		font-size: 14px;
		line-height: 25px;
		padding-bottom: 24px;
	}

	.heading-txt:last-child {
		padding-bottom: 0;
	}

	.heading-txt h2,
	.heading-txt .h2 {
		font-size: 24px;
		line-height: 36px;
		letter-spacing: normal;
		position: relative;
		padding: 15px 0 8px 0;
	}

	.heading-txt .aside {
		max-width: 260px;
	}
}


/* Readmore */
.readmore {
	width: 100%;
	overflow: hidden;
}

.readmore a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 14px;
	color: #ed256e;
	line-height: 26px;
	position: relative;
}

.readmore a::after {
	content: "";
	width: 22px;
	height: 12px;
	float: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	background: url(../img/arrow-right-pink.png) no-repeat center center;
	background-size: auto 12px;
	position: relative;
	top: 9px;
	right: 6px;
	margin-left: 14px;
}

.readmore a:hover::after,
.readmore a:focus::after,
.readmore a:active::after {
	right: 0;
}


/*
 3.) Header - Main
----------------------------------------*/
.header-main {
	width: 100%;
	height: 72px;
	float: left;
	background: #ffffff;
	box-shadow: 0px 2px 4px 0px #0000000d;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

.header-main .brand {
	height: 33px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 5;
	margin: 20px 0 0 0;
}

.header-main .logo img {
	max-height: 33px;
}

.header-main .main-menu {
	float: right;
	padding: 0;
	margin: 0;
}

.header-main .main-menu .nav-bar {
	float: left;
}

.header-main .main-menu .nav-inn {
	float: left;
}

.header-main .main-menu .nav-bar nav {
	float: left;
}

.header-main .main-menu .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -27px;
}

.header-main .main-menu .nav-bar nav ul li {
	float: left;
	padding: 0;
	margin: 0 27px;
}

.header-main .main-menu .nav-bar nav ul li:before {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li a {
	height: 72px;
	float: left;
	font-weight: 700;
	font-size: 13px;
	color: #2a3039;
	line-height: 72px;
	letter-spacing: normal;
	text-decoration: none;
	position: relative;
}

.header-main .main-menu .nav-bar nav ul li a:before {
	content: "";
	width: 0;
	height: 3px;
	float: left;
	background: #fe0d66;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	opacity: 0;
}

.header-main .main-menu .nav-bar nav ul li a:hover,
.header-main .main-menu .nav-bar nav ul li a:focus,
.header-main .main-menu .nav-bar nav ul li.active a {
	color: #fe0d66;
}

.header-main .main-menu .nav-bar nav ul li a:hover:before,
.header-main .main-menu .nav-bar nav ul li a:focus:before,
.header-main .main-menu .nav-bar nav ul li.active a:before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.header-main .main-menu .nav-bar .btn-out {
	width: auto;
	float: left;
	padding: 0;
	margin: 16px 0 0 64px;
}

.header-main .main-menu .nav-bar .btn-out .btn {
	float: left;
	min-width: 135px;
	padding: 8px 28px;
	margin: 0 16px 0 0;
}

.header-main .main-menu .nav-bar .btn-out .btn:last-child {
	margin-right: 0;
}

.header-main .main-menu .nav-bar .btn-out .btn-white {
	color: #2A3039;
	box-shadow: inset #eff6ff 0 0 0 1px, 0px 4px 4px 0px #6c6c6c21;
	background: #ffffff;
}

.header-main .main-menu .nav-bar .btn-out .btn-white:hover,
.header-main .main-menu .nav-bar .btn-out .btn-white:focus,
.header-main .main-menu .nav-bar .btn-out .btn-white:active,
.header-main .main-menu .nav-bar .btn-out .btn-white:active:focus,
.header-main .main-menu .nav-bar .btn-out .btn-white.active,
.header-main .main-menu .nav-bar .btn-out .btn-white.active:focus,
.header-main .main-menu .nav-bar .btn-out .btn-white:not(:disabled):not(.disabled).active,
.header-main .main-menu .nav-bar .btn-out .button.btn-white:not(:disabled):not(.disabled):active {
	color: #fe0d66;
}

.header-main .main-menu .nav-bar .menu-close {
	float: left;
	display: none;
	position: absolute;
	top: 25px;
	right: 40px;
}

.header-main .main-menu .nav-bar .menu-close button {
	float: left;
	font-weight: 300;
	font-size: 32px;
	color: #ff296a;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.header-main .menu-btn {
	width: 28px;
	height: 24px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 5;
	position: absolute;
	top: 25px;
	right: 40px;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: right;
	background: #ff296a;
	position: relative;
	margin: 9px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ff296a;
	position: absolute;
	top: -9px;
	right: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ff296a;
	position: absolute;
	top: 9px;
	right: 0;
}

@media (max-width: 1199px) {
	.header-main .main-menu .nav-bar nav ul {
		margin: 0 -20px;
	}

	.header-main .main-menu .nav-bar nav ul li {
		margin: 0 20px;
	}

	.header-main .main-menu .nav-bar .btn-out {
		margin: 16px 0 0 48px;
	}
}

@media (min-width: 992px) {
	.header-main .main-menu .nav-bar {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.hidden-body {
		overflow: hidden;
	}

	.overlay {
		width: 100%;
		height: 100%;
		float: left;
		background: rgba(0, 0, 0, 0.5);
		-webkit-transition: top .15s ease-out;
		-moz-transition: top .15s ease-out;
		transition: top .15s ease-out;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9;
	}

	.overlay.show {
		visibility: visible;
		opacity: 1;
		-webkit-transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;
	}

	.header-main .main-menu {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header-main .main-menu .nav-bar {
		width: 90%;
		max-width: 300px;
		height: 100%;
		float: left;
		background: #ffffff;
		overflow: auto;
		overflow-x: hidden;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		display: none;
		padding: 0;
		margin: 0;
	}

	.header-main .main-menu .nav-inn {
		width: 100%;
		float: left;
		padding: 64px 32px 40px 32px;
	}

	.header-main .main-menu .nav-bar nav {
		width: 100%;
	}

	.header-main .main-menu .nav-bar nav ul {
		width: 100%;
		margin: 0;
	}

	.header-main .main-menu .nav-bar nav ul li {
		width: 100%;
		margin: 0;
	}

	.header-main .main-menu .nav-bar nav ul li a {
		width: 100%;
		height: auto;
		line-height: 20px;
		padding: 12px 0;
	}

	.header-main .main-menu .nav-bar nav ul li a:before {
		display: none;
	}

	.header-main .main-menu .nav-bar .btn-out {
		width: 100%;
		margin: 18px 0 0 0;
	}

	.header-main .main-menu .nav-bar .btn-out .btn {
		min-width: 160px;
		padding: 8px 24px;
		margin: 0 0 16px 0;
	}

	.header-main .main-menu .nav-bar .menu-close {
		display: block;
	}

	.header-main .menu-btn {
		display: block;
	}
}

@media (max-width: 767px) {
	.header-main {
		height: 56px;
		box-shadow: 0px 2px 4px 0px #0000000d;
	}

	.header-main .container {
		max-width: 100%;
		padding: 0 20px;
	}

	.header-main .brand {
		height: 25px;
		margin: 16px 0 0 0;
	}

	.header-main .brand img {
		max-height: 25px;
	}

	.header-main .main-menu .nav-inn {
		padding: 40px 32px 40px 32px;
	}

	.header-main .main-menu .nav-bar .menu-close {
		top: 16px;
		right: 20px;
	}

	.header-main .main-menu .nav-bar .menu-close button {
		font-size: 24px;
	}

	.header-main .menu-btn {
		width: 22px;
		height: 16px;
		top: 20px;
		right: 20px;
	}

	.header-main .menu-btn .icon-bar span {
		height: 2px;
		margin: 7px 0 0 0;
	}

	.header-main .menu-btn .icon-bar span:before {
		height: 2px;
		top: -7px;
	}

	.header-main .menu-btn .icon-bar span:after {
		height: 2px;
		top: 7px;
	}
}


/*
 4.) Content - Main
----------------------------------------*/
.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}

.content {
	padding: 50px 0 70px 0;
}

@media (max-width: 767px) {
	.content {
		padding: 30px 0 20px 0;
	}
}

.elevated {
	box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
}

.rounded {
	overflow: hidden;
}

.figure.rounded {
	border-radius: 8px !important;
}

/* Figured Content */
.figured-content {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 32px 0;
}

.figured-content .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.figured-content .container .figure {
	width: 40%;
	text-align: center;
	overflow: hidden;
}

.figured-content .container .aside {
	width: 60%;
	padding: 10px 0px;
}

.figured-content .container>.aside {
	padding-right: 30px;
}

.figured-content .container .figure+.aside {
	padding-left: 30px;
}

.figured-content .heading-txt {
	text-align: left;
}

.figured-content .heading-txt h2::before {
	left: 0;
	transform: none;
}

@media (max-width: 767px) {
	.figured-content .container .figure {
		width: 100%;
	}

	.figured-content .container .aside,
	.figured-content .container .figure+.aside {
		text-align: center;
		width: 100%;
		padding: 30px 0;
	}

	.figured-content .heading-txt h2::before {
		left: 50%;
		transform: translate(-50%, 0);
	}
}

/* Get Published */
.get-published {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 32px 0;
}

.get-published .sites {
	display: flex;
	align-items: center;
}

.get-published .sites .figure {
	padding: 0 20px;
	flex-basis: fit-content;
}

@media (max-width: 767px) {
	.get-published .sites .figure {
		padding: 0 5px;
	}
}

/* Hero - Main */
.hero-main {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 32px 0;
}

.hero-main .banner-cont {
	font-size: 16px;
	color: #282b30;
	line-height: 26px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 90px;
}

.hero-main .banner-cont:last-child {
	padding-bottom: 0;
}

.hero-main .banner-cont .figure {
	width: 44.30%;
	text-align: center;
	overflow: hidden;
}

.hero-main .banner-cont .figure img {
	width: 100%;
}

.hero-main .banner-cont .aside {
	width: 55.70%;
	padding: 0 13% 0 0;
}

.hero-main .banner-cont .aside h1,
.hero-main .banner-cont .aside .h1 {
	padding-bottom: 16px;
}

.hero-main .banner-cont .aside h1:last-child,
.hero-main .banner-cont .aside .h1:last-child {
	padding-bottom: 0;
}

.hero-main .banner-cont .aside p {
	padding-bottom: 18px;
}

.hero-main .banner-cont .aside p:last-child {
	padding-bottom: 0;
}

.hero-main .banner-cont .aside .reviews {
	width: 100%;
	overflow: hidden;
	margin-bottom: 46px;
}

.hero-main .banner-cont .aside .reviews:last-child {
	margin-bottom: 0;
}

.hero-main .banner-cont .aside .reviews img {
	max-height: 70px;
}

.hero-main .banner-cont .aside .btn-wrap {
	margin-top: 0;
}

.hero-main .banner-cont .aside .show-mbl {
	width: 100%;
	display: none;
	text-align: center;
	overflow: hidden;
}

.hero-main .partners-logo {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
}

.hero-main .partners-logo p {
	padding-bottom: 24px;
}

.hero-main .partners-logo p:last-child {
	padding-bottom: 0;
}

.hero-main .partners-logo ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 -20px -32px -20px;
}

.hero-main .partners-logo ul li {
	padding: 0 20px 32px 20px;
	margin: 0;
}

.hero-main .partners-logo ul li::before {
	display: none;
}

.hero-main .partners-logo ul li img {
	max-height: 50px;
}

@media (max-width: 1199px) {
	.hero-main .banner-cont {
		padding-bottom: 64px;
	}

	.hero-main .banner-cont .aside {
		padding: 0 40px 0 0;
	}

	.hero-main .partners-logo ul {
		margin: 0 -16px -32px -16px;
	}

	.hero-main .partners-logo ul li {
		padding: 0 16px 32px 16px;
		margin: 0;
	}

	.hero-main .partners-logo ul li img {
		max-height: 40px;
	}
}

@media (max-width: 767px) {
	.hero-main {
		padding: 24px 0 50px 0;
	}

	.hero-main .banner-cont {
		padding-bottom: 56px;
	}

	.hero-main .banner-cont .figure {
		display: none;
	}

	.hero-main .banner-cont .aside {
		width: 100%;
		padding: 0;
	}

	.hero-main .banner-cont .aside h1,
	.hero-main .banner-cont .aside .h1 {
		padding-bottom: 4px;
	}

	.hero-main .banner-cont .aside p {
		padding-bottom: 10px;
	}

	.hero-main .banner-cont .aside .reviews {
		text-align: center;
		margin-bottom: 16px;
	}

	.hero-main .banner-cont .aside .reviews:last-child {
		margin-bottom: 0;
	}

	.hero-main .banner-cont .aside .reviews img {
		max-height: 70px;
	}

	.hero-main .banner-cont .aside .btn,
	.hero-main .banner-cont .aside input[type="button"],
	.hero-main .banner-cont .aside input[type="submit"] {
		width: 100%;
	}

	.hero-main .banner-cont .aside .btn-wrap {
		margin-top: 0;
	}

	.hero-main .banner-cont .aside .show-mbl {
		display: block;
		margin-bottom: 5px;
	}

	.hero-main .partners-logo p {
		padding-bottom: 16px;
	}

	.hero-main .partners-logo ul {
		margin: 0 -10px -16px -10px;
	}

	.hero-main .partners-logo ul li {
		padding: 0 10px 16px 10px;
	}

	.hero-main .partners-logo ul li img {
		max-height: 30px;
	}
}

/* Testimonials */
.testimonials {
	width: 100%;
	color: #ffffff;
	background: #0c2046;
	overflow: hidden;
	padding: 50px 0 90px 0;
}

.testimonials h2,
.testimonials .h2 {
	font-weight: 500;
	font-size: 48px;
	line-height: 71px;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 32px;
}

.testimonials h2::before,
.testimonials .h2::before {
	content: "";
	width: 69px;
	height: 5px;
	float: left;
	background: #ed256e;
	position: absolute;
	top: 0;
	left: 0;
}

.testimonials h2:last-child,
.testimonials .h2:last-child {
	padding-bottom: 0;
}

.testimonials .icon-quote {
	width: 100%;
	overflow: hidden;
	margin-bottom: 13px;
}

.testimonials .icon-quote:last-child {
	margin-bottom: 0;
}

.testimonials .icon-quote img {
	max-height: 41px;
}

.testimonials .items {
	padding-top: 30px;
	padding-left: 20px;
}

.testimonials .items li {
	padding-bottom: 10px;
}

.testimonials .author-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.testimonials .author-wrap .icon {
	width: 63px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-right: -63px;
}

.testimonials .author-wrap .icon img {
	width: 100%;
}

.testimonials .author-wrap .auhor-txt {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 0 80px;
}

.testimonials .author-wrap .auhor-txt .name {
	width: 100%;
	font-weight: 700;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.testimonials {
		padding: 50px 0 80px 0;
	}

	.testimonials h2,
	.testimonials .h2 {
		font-size: 40px;
		line-height: 56px;
		padding: 12px 0 32px 0;
	}

	.testimonials .icon-quote img {
		max-height: 31px;
	}
}

@media (max-width: 767px) {
	.testimonials {
		padding: 60px 0 80px 0;
	}

	.testimonials h2,
	.testimonials .h2 {
		font-size: 32px;
		line-height: 41px;
		letter-spacing: 0.03em;
		padding: 12px 0 26px 0;
	}

	.testimonials .icon-quote img {
		max-height: 21px;
	}
}


/* Feature - List */
.feature-list {
	width: 100%;
	text-align: center;
	background: #f4faff;
	overflow: hidden;
	padding: 60px 0;
}

.feature-list .container {
	max-width: 1140px;
}

.feature-list .row-wrap {
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px 0;
}

.feature-list .row-wrap:last-child {
	padding-bottom: 0;
}

.feature-list .row {
	padding: 0;
	margin: 0 -35px -35px -35px;
}

.feature-list .row>div {
	padding: 0 35px 35px 35px;
	margin: 0;
}

.feature-list .row>div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: 400;
	font-size: 14px;
	color: #646b76;
	line-height: 23px;
	text-decoration: none;
	text-align: left;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 9px;
	position: relative;
	padding: 24px 30px 40px 20px;
}

.feature-list .row>div .box::before {
	content: "";
	width: 50px;
	height: 16px;
	float: left;
	background: url(../img/arrow-right.png) no-repeat center center;
	background-size: auto 16px;
	position: absolute;
	top: 50%;
	right: -60px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
}

.feature-list .row>div .box .icon-with-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 8px;
}

.feature-list .row>div .box .icon-with-heading:last-child {
	margin-bottom: 0;
}

.feature-list .row>div .box .icon-with-heading .icon {
	width: 44px;
	text-align: center;
	overflow: hidden;
	margin: 0 -44px 0 0;
}

.feature-list .row>div .box .icon-with-heading .icon img {
	width: 100%;
}

.feature-list .row>div .box .icon-with-heading h3,
.feature-list .row>div .box .icon-with-heading .h3 {
	width: 100%;
	font-size: 20px;
	color: #1a202c;
	line-height: 26px;
	padding: 0 0 0 54px;
}

.feature-list .row>div:last-child .box::before {
	display: none;
}

.feature-list .btn-out {
	margin: 0;
}

.feature-list .btn-out .btn,
.feature-list .btn-out input[type="button"],
.feature-list .btn-out input[type="submit"] {
	min-width: 211px;
	font-weight: 500;
}

@media (max-width: 991px) {
	.feature-list .row-wrap {
		max-width: 300px;
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 0 32px 0;
	}

	.feature-list .row {
		margin: 0 0 -56px 0;
	}

	.feature-list .row>div {
		padding: 0 0 56px 0;
	}

	.feature-list .row>div .box::before {
		width: 16px;
		height: 28px;
		background: url(../img/arrow-down.png) no-repeat center center;
		background-size: auto 28px;
		top: auto;
		bottom: -42px;
		right: auto;
		left: 50%;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 10;
	}

	.feature-list .btn-out .btn,
	.feature-list .btn-out input[type="button"],
	.feature-list .btn-out input[type="submit"] {
		min-width: 300px;
	}
}

@media (max-width: 767px) {
	.feature-list .container {
		max-width: 600px;
	}

	.feature-list .row-wrap {
		max-width: 100%;
	}

	.feature-list .btn-out .btn,
	.feature-list .btn-out input[type="button"],
	.feature-list .btn-out input[type="submit"] {
		width: 100%;
		min-width: inherit;
	}
}

/* success-story */
.success-story {
	padding: 40px 20px;
	text-align: center;
}

/* what-you-get */
.what-you-get {
	padding: 40px 20px;
	text-align: center;
}

.what-you-get .get-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.what-you-get .get-item {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px 2em;
}

.what-you-get .get-item img {
	padding: 20px;
	max-height: 160px;
}

@media (max-width: 767px) {
	.what-you-get .get-item {
		width: 100%;
	}
}

/* pricing */
.pricing {
	padding: 40px 20px;
}

.pricing .pricing-table {
	border: 1px solid #e3ecf0;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12) !important;
}

.pricing .pricing-table tr:first-child td:first-child {
	border-top-left-radius: 8px;
}

.pricing .pricing-table tr:first-child td:last-child {
	border-top-right-radius: 8px;
}

.pricing .pricing-table tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

.pricing .pricing-table tr.header {
	background-color: #0c2046;
	border-color: #0c2046;
	color: #fff;
}

.pricing .pricing-table tr.header td {
	border-color: #0c2046 !important;
}

.pricing .pricing-table .sticky {
	position: sticky;
	top: 72px;
	background-color: white;
}

.pricing .pricing-table .sticky.second-row {
	top: 132px;
}

.pricing .pricing-table .sticky.buttons-row {
	top: 248px;
}

.pricing .pricing-table tr td {
	text-align: center;
	padding: 10px 15px;
	vertical-align: top;
	border-right: 1px solid #e3ecf0;
	border-bottom: 1px solid #e3ecf0;
}

.pricing .pricing-table tr td:first-of-type {
	text-align: left;
}

.pricing .pricing-table tr td.d-flex {
	flex-wrap: wrap;
}

.pricing .pricing-table tr td img:first-of-type {
	margin-left: 10px;
}

.pricing .pricing-table tr td img+img {
	margin-left: 10px;
}

.pricing .pricing-table button {
	background-repeat: no-repeat;
	box-sizing: inherit;
	margin: 0;
	font: inherit;
	overflow: visible;
	border-style: none;
	cursor: pointer;
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	justify-content: center;
	outline: 0;
	position: relative;
	text-decoration: none;
	text-indent: .0892857143em;
	text-transform: none;
	transition-duration: .28s;
	transition-property: box-shadow, transform, opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border-radius: 8px !important;
	line-height: 2rem;
	font-size: 1.25rem !important;
	font-weight: 500;
	letter-spacing: .0125em !important;
	padding-left: 32px !important;
	padding-right: 32px !important;
	padding-bottom: 24px !important;
	padding-top: 24px !important;
	height: 52px;
	min-width: 92px;
	caret-color: #fff !important;
	color: #fff !important;
	background-color: #5fc851 !important;
}

/* Buyer - Journey */
.buyer-journey {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 100px 0;
}

.buyer-journey .heading-txt {
	font-size: 28px;
	line-height: 43px;
	text-align: left;
	padding-bottom: 45px;
}

.buyer-journey .heading-txt:last-child {
	padding-bottom: 0;
}

.buyer-journey .heading-txt h2,
.buyer-journey .heading-txt .h2 {
	padding-top: 37px;
}

.buyer-journey .heading-txt h2::before,
.buyer-journey .heading-txt .h2::before {
	left: 0;
	transform: none;
}

.buyer-journey .heading-txt p {
	letter-spacing: 0.01em;
}

.buyer-journey .heading-txt .aside {
	max-width: 990px;
}

.buyer-journey .journey-steps-wrap {
	width: 100%;
	float: left;
}

.buyer-journey .journey-steps {
	width: 100%;
	height: 384px;
	max-width: 1064px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.buyer-journey .journey-steps .step-line {
	width: 1020px;
	height: 88px;
	float: left;
	position: absolute;
	top: 141px;
	left: 36px;
}

.buyer-journey .journey-steps .step-line img {
	width: 100%;
}

.buyer-journey .journey-steps .head {
	width: 70px;
	float: left;
	position: absolute;
	top: 142px;
	left: 0;
	z-index: 5;
}

.buyer-journey .journey-steps .head img {
	width: 100%;
}

.buyer-journey .journey-steps .dot-fill {
	width: 0;
	height: 88px;
	float: left;
	background: url(../img/step-lines-fill.png) no-repeat left center;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: none;
}

.buyer-journey .journey-steps ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.buyer-journey .journey-steps ul li {
	width: 120px;
	height: 255px;
	border-left: 1px solid #dfdfdf;
	position: absolute;
	top: 0;
	left: 180px;
}

.buyer-journey .journey-steps ul li::before {
	display: none;
}

.buyer-journey .journey-steps ul li::after {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #dfdfdf;
	position: absolute;
	bottom: 0;
	left: 0;
}

.buyer-journey .journey-steps ul li .icon {
	width: 52px;
	height: 52px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: -26px;
}

.buyer-journey .journey-steps ul li .icon img {
	max-height: 31px;
}

.buyer-journey .journey-steps ul li .step-txt {
	width: 160px;
	float: left;
	font-weight: 700;
	font-size: 16px;
	color: #353535;
	line-height: 19px;
	position: absolute;
	bottom: -2px;
	left: 12px;
	z-index: 5;
	padding: 0 0 12px 0;
}

.buyer-journey .journey-steps ul li .step-txt::before {
	content: "";
	width: 108px;
	height: 6px;
	float: left;
	background: #ed256e;
	border: 1px solid #dfdfdf;
	position: absolute;
	bottom: 0;
	left: 0;
}

.buyer-journey .journey-steps ul li .dot {
	width: 17px;
	height: 17px;
	float: left;
	text-indent: -99999px;
	background: #ed256e;
	border-radius: 360px;
	position: absolute;
	top: 144px;
	left: -9px;
	z-index: 2;
	cursor: pointer;
}

.buyer-journey .journey-steps ul li:nth-child(2) {
	height: 260px;
	top: 52px;
	left: 411px;
}

.buyer-journey .journey-steps ul li:nth-child(2)::after {
	bottom: auto;
	top: 0;
}

.buyer-journey .journey-steps ul li:nth-child(2) .icon {
	top: auto;
	bottom: 0;
}

.buyer-journey .journey-steps ul li:nth-child(2) .icon img {
	max-height: 30px;
}

.buyer-journey .journey-steps ul li:nth-child(2) .step-txt {
	bottom: 257px;
}

.buyer-journey .journey-steps ul li:nth-child(2) .dot {
	top: 94px;
}

.buyer-journey .journey-steps ul li:nth-child(3) {
	height: 313px;
	top: 26px;
	left: auto;
	right: 320px;
}

.buyer-journey .journey-steps ul li:nth-child(3) .icon img {
	max-height: 28px;
}

.buyer-journey .journey-steps ul li:nth-child(3) .dot {
	top: 172px;
}

.buyer-journey .journey-steps ul li:nth-child(4) {
	height: 283px;
	top: auto;
	bottom: 0;
	left: auto;
	right: 120px;
}

.buyer-journey .journey-steps ul li:nth-child(4)::after {
	bottom: auto;
	top: 0;
}

.buyer-journey .journey-steps ul li:nth-child(4) .icon {
	top: auto;
	bottom: 0;
}

.buyer-journey .journey-steps ul li:nth-child(4) .icon img {
	max-height: 34px;
}

.buyer-journey .journey-steps ul li:nth-child(4) .step-txt {
	bottom: 280px;
}

.buyer-journey .journey-steps ul li:nth-child(4) .dot {
	top: 114px;
}

.buyer-journey .journey-steps ul li:nth-child(5) {
	width: 17px;
	border: none;
	top: 180px;
	left: 25px;
}

.buyer-journey .journey-steps ul li:nth-child(5):before,
.buyer-journey .journey-steps ul li:nth-child(5):after {
	display: none;
}

.buyer-journey .journey-steps ul li:nth-child(5) .dot {
	top: 0;
	left: 0;
}

.buyer-journey .journey-steps ul li:nth-child(6) {
	width: 17px;
	border: none;
	top: 175px;
	left: auto;
	right: -5px;
}

.buyer-journey .journey-steps ul li:nth-child(6):before,
.buyer-journey .journey-steps ul li:nth-child(6):after {
	display: none;
}

.buyer-journey .journey-steps ul li:nth-child(6) .dot {
	top: 0;
	left: 0;
}

.buyer-journey .journey-steps .show-mbl {
	display: none;
}

.buyer-journey .journey-steps.dot-1-active .head {
	top: 110px;
	left: 145px;
}

.buyer-journey .journey-steps.dot-1-active .dot-fill {
	width: 120px;
	display: block;
}

.buyer-journey .journey-steps.dot-2-active .head {
	top: 110px;
	left: 380px;
}

.buyer-journey .journey-steps.dot-2-active .dot-fill {
	width: 385px;
	display: block;
}

.buyer-journey .journey-steps.dot-3-active .head {
	top: 165px;
	left: 590px;
}

.buyer-journey .journey-steps.dot-3-active .dot-fill {
	width: 595px;
	display: block;
}

.buyer-journey .journey-steps.dot-4-active .head {
	top: 183px;
	left: 790px;
}

.buyer-journey .journey-steps.dot-4-active .dot-fill {
	width: 795px;
	display: block;
}

.buyer-journey .journey-steps.dot-5-active .head {
	top: 142px;
	left: 0;
}

.buyer-journey .journey-steps.dot-5-active .dot-fill {
	width: 0;
	display: none;
}

.buyer-journey .journey-steps.dot-6-active .head {
	top: 140px;
	left: 1020px;
}

.buyer-journey .journey-steps.dot-6-active .dot-fill {
	width: 1020px;
	display: block;
}

@media (max-width: 1199px) {
	.buyer-journey {
		padding: 60px 0 100px 0;
	}

	.buyer-journey .heading-txt {
		font-size: 24px;
		line-height: 36px;
		padding-bottom: 40px;
	}

	.buyer-journey .heading-txt h2,
	.buyer-journey .heading-txt .h2 {
		padding-top: 32px;
	}

	.buyer-journey .journey-steps-wrap {
		text-align: center;
	}

	.buyer-journey .journey-steps {
		max-width: 680px;
		height: 245px;
		text-align: left;
	}

	.buyer-journey .journey-steps .step-line {
		width: 650px;
		top: 90px;
		left: 24px;
	}

	.buyer-journey .journey-steps .step-line::after,
	.buyer-journey .journey-steps .step-line::before {
		width: 12px;
		height: 12px;
		top: 23px;
		right: -6px;
	}

	.buyer-journey .journey-steps .step-line::before {
		top: 25px;
		left: -6px;
	}

	.buyer-journey .journey-steps .head {
		width: 46px;
		top: 90px;
	}

	.buyer-journey .journey-steps .dot-fill {
		height: 56px;
		background-image: url(../img/step-lines-fill-ipad.png);
	}

	.buyer-journey .journey-steps ul li {
		width: 75px;
		height: 160px;
		left: 115px;
	}

	.buyer-journey .journey-steps ul li .icon {
		width: 35px;
		height: 35px;
		left: -18px;
	}

	.buyer-journey .journey-steps ul li .icon img {
		max-height: 18px;
	}

	.buyer-journey .journey-steps ul li .step-txt {
		width: 110px;
		font-size: 11px;
		line-height: 14px;
		left: 5px;
		padding: 0 0 8px 0;
	}

	.buyer-journey .journey-steps ul li .step-txt::before {
		width: 70px;
		height: 5px;
	}

	.buyer-journey .journey-steps ul li .dot {
		width: 12px;
		height: 12px;
		top: 92px;
		left: -6px;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) {
		height: 166px;
		top: 34px;
		left: 263px;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) .icon img {
		max-height: 18px;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) .step-txt {
		bottom: 163px;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) .dot {
		top: 60px;
	}

	.buyer-journey .journey-steps ul li:nth-child(3) {
		height: 200px;
		top: 15px;
		right: 205px;
	}

	.buyer-journey .journey-steps ul li:nth-child(3) .icon img {
		max-height: 18px;
	}

	.buyer-journey .journey-steps ul li:nth-child(3) .dot {
		top: 111px;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) {
		height: 180px;
		right: 78px;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) .icon img {
		max-height: 20px;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) .step-txt {
		bottom: 177px;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) .dot {
		top: 72px;
	}

	.buyer-journey .journey-steps ul li:nth-child(5) {
		width: 12px;
		top: 113px;
		left: 15px;
	}

	.buyer-journey .journey-steps ul li:nth-child(6) {
		width: 12px;
		top: 112px;
		right: -10px;
	}

	.buyer-journey .journey-steps.dot-1-active .head {
		top: 70px;
		left: 95px;
	}

	.buyer-journey .journey-steps.dot-1-active .dot-fill {
		width: 92px;
	}

	.buyer-journey .journey-steps.dot-2-active .head {
		top: 70px;
		left: 240px;
	}

	.buyer-journey .journey-steps.dot-2-active .dot-fill {
		width: 240px;
	}

	.buyer-journey .journey-steps.dot-3-active .head {
		top: 105px;
		left: 380px;
	}

	.buyer-journey .journey-steps.dot-3-active .dot-fill {
		width: 377px;
	}

	.buyer-journey .journey-steps.dot-4-active .head {
		top: 115px;
		left: 505px;
	}

	.buyer-journey .journey-steps.dot-4-active .dot-fill {
		width: 504px;
	}

	.buyer-journey .journey-steps.dot-5-active .head {
		top: 90px;
		left: 0;
	}

	.buyer-journey .journey-steps.dot-5-active .dot-fill {
		width: 0;
	}

	.buyer-journey .journey-steps.dot-6-active .head {
		top: 90px;
		left: 650px;
	}

	.buyer-journey .journey-steps.dot-6-active .dot-fill {
		width: 650px;
	}
}

@media (max-width: 767px) {
	.buyer-journey {
		padding: 60px 0 100px 0;
	}

	.buyer-journey .heading-txt {
		font-size: 18px;
		line-height: 29px;
		padding-bottom: 40px;
	}

	.buyer-journey .heading-txt h2,
	.buyer-journey .heading-txt .h2 {
		padding-top: 20px;
	}

	.buyer-journey .heading-txt p {
		letter-spacing: normal;
	}

	.buyer-journey .journey-steps {
		height: 700px;
		max-width: 320px;
		margin-top: 50px;
	}

	.buyer-journey .journey-steps .step-line {
		width: 60px;
		top: 0;
		left: 38%;
	}

	.buyer-journey .journey-steps .step-line img {
		width: 100%;
	}

	.buyer-journey .journey-steps .head {
		width: 70px;
		top: -50px;
		left: 40.50%;
	}

	.buyer-journey .journey-steps .dot-fill {
		width: 60px;
		height: 700px;
		background-image: url(../img/step-lines-fill-mbl.png);
		background-position: top center;
		left: 0;
	}

	.buyer-journey .journey-steps ul li {
		width: 240px;
		height: 14px;
		border-left: none;
		top: 15.70%;
		left: 10.70%;
	}

	.buyer-journey .journey-steps ul li::before {
		content: "";
		width: 116px;
		height: 1px;
		float: left;
		display: block;
		background: #dfdfdf;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
	}

	.buyer-journey .journey-steps ul li::after {
		width: 124px;
		height: 14px;
		background: none;
		border: 1px solid #dfdfdf;
		border-top: none;
		border-left: none;
	}

	.buyer-journey .journey-steps ul li .icon {
		width: 36px;
		height: 36px;
		top: -18px;
		left: auto;
		right: 0;
		z-index: 10;
	}

	.buyer-journey .journey-steps ul li .icon img {
		max-height: 20px;
	}

	.buyer-journey .journey-steps ul li .step-txt {
		width: 110px;
		font-size: 11px;
		line-height: 13px;
		bottom: -2px;
		left: 0;
		padding: 0 0 8px 0;
	}

	.buyer-journey .journey-steps ul li .step-txt::before {
		width: 82px;
		height: 5px;
	}

	.buyer-journey .journey-steps ul li .dot {
		top: -6px;
		left: 133px;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) {
		width: 270px;
		height: 14px;
		top: 37.80%;
		left: 15.50%;
	}

	.buyer-journey .journey-steps ul li:nth-child(2)::before {
		width: 134px;
		top: auto;
		bottom: 0;
	}

	.buyer-journey .journey-steps ul li:nth-child(2)::after {
		width: 136px;
		border: 1px solid #dfdfdf;
		border-bottom: none;
		border-left: none;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) .icon {
		top: -18px;
		bottom: auto;
		right: auto;
		left: 0;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) .icon img {
		max-height: 20px;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) .step-txt {
		top: auto;
		bottom: -2px;
		left: auto;
		right: -28px;
	}

	.buyer-journey .journey-steps ul li:nth-child(2) .dot {
		top: -6px;
		left: 115px;
	}

	.buyer-journey .journey-steps ul li:nth-child(3) {
		width: 240px;
		height: 12px;
		top: auto;
		bottom: 40.30%;
		left: auto;
		left: 0;
		right: auto;
	}

	.buyer-journey .journey-steps ul li:nth-child(3)::after {
		height: 12px;
	}

	.buyer-journey .journey-steps ul li:nth-child(3) .icon img {
		max-height: 18px;
	}

	.buyer-journey .journey-steps ul li:nth-child(3) .dot {
		top: -6px;
		left: 127px;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) {
		width: 248px;
		height: 14px;
		top: auto;
		bottom: 20.60%;
		left: 5.80%;
		right: auto;
	}

	.buyer-journey .journey-steps ul li:nth-child(4)::before {
		width: 86px;
		top: auto;
		bottom: 0;
	}

	.buyer-journey .journey-steps ul li:nth-child(4)::after {
		width: 162px;
		border: 1px solid #dfdfdf;
		border-bottom: none;
		border-left: none;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) .icon {
		top: -18px;
		bottom: auto;
		right: auto;
		left: 0;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) .icon img {
		max-height: 20px;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) .step-txt {
		top: auto;
		bottom: -2px;
		left: auto;
		right: -28px;
	}

	.buyer-journey .journey-steps ul li:nth-child(4) .dot {
		top: -6px;
		left: 97px;
	}

	.buyer-journey .journey-steps ul li:nth-child(5) {
		top: 0;
		left: 45.6%;
	}

	.buyer-journey .journey-steps ul li:nth-child(6) {
		top: auto;
		bottom: -3px;
		right: 48%;
	}

	.buyer-journey .journey-steps.dot-1-active .head {
		top: 70px;
		left: 44.5%;
	}

	.buyer-journey .journey-steps.dot-1-active .dot-fill {
		width: 60px;
		height: 111px;
	}

	.buyer-journey .journey-steps.dot-2-active .head {
		top: 230px;
		left: 44%;
	}

	.buyer-journey .journey-steps.dot-2-active .dot-fill {
		width: 60px;
		height: 266px;
	}

	.buyer-journey .journey-steps.dot-3-active .head {
		top: 370px;
		left: 33%;
	}

	.buyer-journey .journey-steps.dot-3-active .dot-fill {
		width: 60px;
		height: 407px;
	}

	.buyer-journey .journey-steps.dot-4-active .head {
		top: 500px;
		left: 28%;
	}

	.buyer-journey .journey-steps.dot-4-active .dot-fill {
		width: 60px;
		height: 542px;
	}

	.buyer-journey .journey-steps.dot-5-active .head {
		top: -28px;
		left: 40.50%;
	}

	.buyer-journey .journey-steps.dot-5-active .dot-fill {
		width: 60px;
		height: 0px;
	}

	.buyer-journey .journey-steps.dot-6-active .head {
		top: auto;
		bottom: -50px;
		left: 38%;
	}

	.buyer-journey .journey-steps.dot-6-active .dot-fill {
		width: 60px;
		height: 697px;
	}

	.buyer-journey .journey-steps .show-mbl {
		display: block;
	}

	.buyer-journey .journey-steps .hide-mbl {
		display: none;
	}
}


/* Testimonials */
.testimonials2 {
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	background: #f4faff;
	overflow: hidden;
	padding: 50px 0;
}

.testimonials2 .aside {
	width: 100%;
	max-width: 840px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.testimonials2 .aside p {
	letter-spacing: -0.014em;
	padding-bottom: 15px;
}

.testimonials2 .aside p:last-child {
	padding-bottom: 0;
}

.testimonials2 .aside .logo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
}

.testimonials2 .aside .logo img {
	max-height: 50px;
}

.testimonials2 .aside .star {
	width: 100%;
	overflow: hidden;
	margin-bottom: 14px;
}

.testimonials2 .aside .star:last-child {
	margin-bottom: 0;
}

.testimonials2 .aside .star img {
	max-height: 19px;
}

.testimonials2 .aside .name {
	width: 100%;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #292d33;
	line-height: 24px;
	letter-spacing: -0.014em;
	overflow: hidden;
	margin-bottom: 2px;
}

.testimonials2 .aside .name:last-child {
	margin-bottom: 0;
}

.testimonials2 .aside .position {
	width: 100%;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #9497a1;
	line-height: 24px;
	letter-spacing: -0.014em;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.testimonials2 {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 767px) {
	.testimonials2 {
		padding: 64px 0;
	}

	.testimonials2 .aside {
		max-width: 100%;
	}

	.testimonials2 .aside p {
		padding-bottom: 30px;
	}

	.testimonials2 .aside .logo {
		margin-bottom: 20px;
	}
}


/* Blog - Cont */
.blog-cont {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 100px 0;
}

.blog-cont .container {
	max-width: 1370px;
}

.blog-cont .heading-txt {
	padding: 0 0 50px 0;
}

.blog-cont .heading-txt:last-child {
	padding-bottom: 0;
}

.blog-cont .heading-txt h2,
.blog-cont .heading-txt .h2 {
	font-size: 35px;
	line-height: 40px;
	padding: 32px 0 6px 0;
}

.blog-cont .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 42px 0;
	margin: 0 -7px;
}

.blog-cont .box:last-child {
	padding-bottom: 0;
}

.blog-cont .box .article {
	width: 100%;
	font-size: 18px;
	color: #233862;
	line-height: 28px;
	overflow: hidden;
	margin: 0 0 24px 0;
}

.blog-cont .box .article .aside {
	width: 100%;
	overflow: hidden;
}

.blog-cont .box .article .aside p {
	padding-bottom: 5px;
}

.blog-cont .box .article .figure {
	width: 100%;
	text-align: center;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
}

.blog-cont .box .article .figure:last-child {
	margin-bottom: 0;
}

.blog-cont .box .article .figure img {
	width: 100%;
}

.blog-cont .box .article .figure a {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.blog-cont .box .article .figure a::before {
	content: "";
	width: 106px;
	height: 100px;
	float: left;
	background: url(../img/icon-play.png) no-repeat center center;
	background-size: 106px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
}

.blog-cont .box .article.lrg .figure {
	border-radius: 12px;
}

.blog-cont .box .article-wrap {
	width: 100%;
	overflow: hidden;
	margin: 0 0 -24px 0;
}

.blog-cont .box .left-cl {
	width: 77.50%;
	padding: 0 7px;
}

.blog-cont .box .right-cl {
	width: 22.50%;
	padding: 0 7px;
}

.blog-cont .bottom-readmore {
	width: 100%;
	text-align: center;
}

.blog-cont .bottom-readmore .readmore a {
	font-weight: 700;
	font-size: 18px;
}

@media (max-width: 1199px) {

	.blog-cont .heading-txt h2,
	.blog-cont .heading-txt .h2 {
		font-size: 30px;
		line-height: 36px;
		padding: 32px 0 6px 0;
	}

	.blog-cont .box .left-cl {
		width: 70%;
	}

	.blog-cont .box .right-cl {
		width: 30%;
	}
}

@media (max-width: 767px) {
	.blog-cont {
		padding: 36px 0 50px 0;
	}

	.blog-cont .container {
		max-width: 600px;
	}

	.blog-cont .heading-txt {
		font-size: 18px;
		line-height: 31px;
		text-align: left;
		padding: 0 0 24px 0;
	}

	.blog-cont .heading-txt h2,
	.blog-cont .heading-txt .h2 {
		font-size: 24px;
		line-height: 36px;
		padding: 0 0 5px 0;
	}

	.blog-cont .heading-txt h2::before,
	.blog-cont .heading-txt .h2::before {
		display: none;
	}

	.blog-cont .box {
		padding: 0 0 42px 0;
		margin: 0;
	}

	.blog-cont .box .article {
		margin: 0 0 40px 0;
	}

	.blog-cont .box .article .figure a::before {
		width: 78px;
		height: 74px;
		background-size: 78px auto;
	}

	.blog-cont .box .article-wrap {
		margin: 0 0 -40px 0;
	}

	.blog-cont .box .left-cl {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.blog-cont .box .right-cl {
		width: 100%;
		padding: 0;
	}
}

.get-published-to ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -36px -30px -36px;
}

.get-published-to ul li {
	width: 25%;
	padding: 20px 40px;
	margin: 0;
	text-align: center;
}

.get-published-to ul li::before {
	display: none;
}

.get-published-to ul li img {
	max-height: 150px;
}

@media (max-width: 767px) {
	.get-published-to ul li {
		width: 50%;
		padding: 0px 20px;
	}
}

.product-options {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.product-options .product {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 46%;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12) !important;
}

@media (max-width: 767px) {
	.product-options .product {
		width: 100%;
		margin-bottom: 20px;
	}

	.product-options .product:not(.popular) {
		order: 2
	}
}

.product-header {
	text-align: center;
	background-color: #e0e0e0 !important;
	padding: 40px 0 30px 0;
	text-transform: uppercase;
}

.product.popular .product-header:before {
	content: 'MOST POPULAR';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fe0d66;
	color: #ffffff;
	width: 100%;
	font-size: 90%;
}

.product-header .plan {
	display: inline-block;
	padding: 2px 8px;
	border: 3px solid #aaa;
	margin-left: 5px;
	font-weight: 600;
}

.product-header .purchase {
	font-weight: 600;
}

.product-header .purchase .at {
	font-size: 130%;
}

.product-body {
	padding: 20px 40px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.product-body .buy-button {
	text-align: center;
	padding-top: 10px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.product-body .buy-button .icons {
	transform: scale(1.2);
}

.buy-button button {
	border-radius: 8px;
	padding: 20px 40px;
	font-size: 110%;
	font-weight: 500;
}

.product-price {
	text-align: center;
	font-weight: 900;
	font-size: 4em;
	line-height: 100%;
	word-break: break-word;
	padding: 30px 0;
}

/* Multi - Format */
.multi-format {
	width: 100%;
	color: #ffffff;
	background: #0c2046;
	overflow: hidden;
	padding: 80px 0 64px 0;
}

.multi-format h3,
.multi-format .h3 {
	font-weight: 400;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.64);
	line-height: 41px;
	padding-bottom: 40px;
}

.multi-format .heading-txt {
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 33px;
	text-align: left;
	padding: 0 0 46px 0;
}

.multi-format .heading-txt h2,
.multi-format .heading-txt .h2 {
	font-size: 38px;
	line-height: 46px;
	letter-spacing: -0.014em;
	padding: 0 0 14px 0;
}

.multi-format .heading-txt h2::before,
.multi-format .heading-txt .h2::before {
	display: none;
}

.multi-format .heading-txt .aside {
	width: 100%;
	max-width: 640px;
}

.multi-format .partners-logo {
	width: 100%;
	overflow: hidden;
	padding-bottom: 74px;
}

.multi-format .partners-logo:last-child {
	padding-bottom: 0;
}

.multi-format .partners-logo ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -36px -30px -36px;
}

.multi-format .partners-logo ul li {
	padding: 0 36px 30px 36px;
	margin: 0;
}

.multi-format .partners-logo ul li::before {
	display: none;
}

.multi-format .partners-logo ul li img {
	max-height: 57px;
}

@media (max-width: 1199px) {
	.multi-format {
		padding: 64px 0;
	}

	.multi-format h3,
	.multi-format .h3 {
		font-size: 22px;
		line-height: 36px;
		padding-bottom: 32px;
	}

	.multi-format .heading-txt {
		font-size: 18px;
		line-height: 31px;
		padding: 0 0 40px 0;
	}

	.multi-format .heading-txt h2,
	.multi-format .heading-txt .h2 {
		font-size: 32px;
		line-height: 40px;
		padding: 0 0 12px 0;
	}

	.multi-format .heading-txt .aside {
		max-width: 600px;
	}

	.multi-format .partners-logo {
		padding-bottom: 60px;
	}

	.multi-format .partners-logo ul {
		margin: 0 -24px -24px -24px;
	}

	.multi-format .partners-logo ul li {
		padding: 0 24px 24px 24px;
	}

	.multi-format .partners-logo ul li img {
		max-height: 48px;
	}
}

@media (max-width: 767px) {
	.multi-format {
		padding: 45px 0 75px 0;
	}

	.multi-format .container {
		padding: 0 20px;
	}

	.multi-format h3,
	.multi-format .h3 {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 32px;
	}

	.multi-format .heading-txt {
		padding: 0 0 38px 0;
	}

	.multi-format .heading-txt h2,
	.multi-format .heading-txt .h2 {
		font-size: 24px;
		line-height: 37px;
		padding: 0 0 8px 0;
	}

	.multi-format .heading-txt .aside {
		max-width: 600px;
	}

	.multi-format .partners-logo {
		padding-bottom: 50px;
	}

	.multi-format .partners-logo ul {
		margin: 0 -16px -24px -16px;
	}

	.multi-format .partners-logo ul li {
		padding: 0 16px 24px 16px;
	}

	.multi-format .partners-logo ul li img {
		max-height: 44px;
	}
}


/* repurposes-tabs */
.repurposes-tabs {
	width: 100%;
	overflow: hidden;
}

.repurposes-tabs h3,
.repurposes-tabs .h3 {
	padding-bottom: 24px;
}

.repurposes-tabs .tab-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.repurposes-tabs .tab-links {
	width: 29%;
}

.repurposes-tabs .tab-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -16px 0;
}

.repurposes-tabs .tab-links ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 16px 0;
}

.repurposes-tabs .tab-links ul li:before {
	display: none;
}

.repurposes-tabs .tab-links ul li a {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: normal;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	position: relative;
	padding: 18px 56px 18px 72px;
}

.repurposes-tabs .tab-links ul li a i {
	width: 30px;
	height: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 23px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.repurposes-tabs .tab-links ul li a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 19px;
	color: #ffffff;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 28px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.repurposes-tabs .tab-links ul li a.active {
	color: #ffffff;
	background: #041535;
	border: 1px solid #071531;
	box-shadow: 0px 0px 10.4px 0px #0000004a;
}

.repurposes-tabs .tab-content {
	width: 71%;
	padding: 16px 9% 0 15%;
}

.repurposes-tabs .tab-content .accordion-body {
	padding: 0;
	margin: 0;
}

.repurposes-tabs .tab-content .aside {
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
}

.repurposes-tabs .tab-content .aside h3,
.repurposes-tabs .tab-content .aside .h3 {
	font-weight: 500;
	font-size: 24px;
	color: #ffffff;
	line-height: 33px;
}

.repurposes-tabs .tab-content .aside p {
	padding-bottom: 45px;
}

.repurposes-tabs .tab-content .aside p:last-child {
	padding-bottom: 0;
}

.repurposes-tabs .tab-content .aside ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -24px -10px -24px;
}

.repurposes-tabs .tab-content .aside ul li {
	width: 50%;
	padding: 0 24px 10px 24px;
	margin: 0;
}

.repurposes-tabs .tab-content .aside ul li::before {
	display: none;
}

.repurposes-tabs .tab-content .aside ul li img {
	max-height: 57px;
}

.repurposes-tabs .tab-content .accordion-item {
	background: none;
	border: none;
	border-radius: 0;
}

@media (max-width: 1199px) {
	.repurposes-tabs .tab-links {
		width: 40%;
	}

	.repurposes-tabs .tab-content {
		width: 60%;
		padding: 16px 0 0 8%;
	}

	.repurposes-tabs .tab-content .aside ul li img {
		max-height: 48px;
	}
}

@media (max-width: 767px) {

	.repurposes-tabs h3,
	.repurposes-tabs .h3 {
		padding-bottom: 18px;
	}

	.repurposes-tabs .tab-links {
		width: 100%;
		display: none;
	}

	.repurposes-tabs .tab-content .accordion-item {
		width: 100%;
		float: left;
		border: 1px solid rgba(255, 255, 255, 0.31);
		border-radius: 12px;
		margin-bottom: 12px;
	}

	.repurposes-tabs .tab-content .accordion-item:last-child {
		margin-bottom: 0;
	}


	.repurposes-tabs .tab-content .accordion-header a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-weight: 500;
		font-size: 18px;
		color: #ffffff;
		line-height: 30px;
		overflow: hidden;
		position: relative;
		padding: 18px 56px 18px 50px;
	}

	.repurposes-tabs .tab-content .accordion-header a::after {
		content: "\f077";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		font-size: 19px;
		color: #ffffff;
		line-height: 1em;
		position: absolute;
		top: 50%;
		right: 18px;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.repurposes-tabs .tab-content .accordion-header a i {
		width: 30px;
		height: 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		left: 12px;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.repurposes-tabs .tab-content .accordion-header a.collapsed::after {
		content: "\f078";
	}

	.repurposes-tabs .tab-content {
		width: 100%;
		padding: 0;
	}

	.repurposes-tabs .tab-content .accordion-body {
		padding: 22px 12px 28px 12px;
		margin: 0;
	}

	.repurposes-tabs .tab-content .aside {
		font-weight: 400;
		font-size: 16px;
	}

	.repurposes-tabs .tab-content .aside h3,
	.repurposes-tabs .tab-content .aside .h3 {
		display: none;
	}

	.repurposes-tabs .tab-content .aside p {
		padding-bottom: 28px;
	}

	.repurposes-tabs .tab-content .aside p:last-child {
		padding-bottom: 0;
	}

	.repurposes-tabs .tab-content .aside ul {
		margin: 0 -12px -14px -12px;
	}

	.repurposes-tabs .tab-content .aside ul li {
		width: 50%;
		padding: 0 12px 14px 12px;
		margin: 0;
	}

	.repurposes-tabs .tab-content .aside ul li img {
		max-height: 44px;
	}

	.repurposes-tabs .tab-content>.tab-pane {
		display: block;
		opacity: 1;
	}
}

/* Blueish container */
.blueish {
	width: 100%;
	background: #f4faff;
	overflow: hidden;
}

/* Navy container */
.navy {
	width: 100%;
	background: #0c2046;
	overflow: hidden;
	color: #ffffff;
}

.navy .heading-txt {
	color: #ffffff;
}

.grayish {
	background-color: #f8f8f8;
}

.defish {
	background-color: #63be80;
}

.defi {
	color: #63be80;
}

.primary {
	color: #fe0d66;
}

.secondary {
	color: #59748a;
}

/* Organic - Traffic */
.organic-traffic {
	width: 100%;
	background: #f4faff;
	overflow: hidden;
	padding: 80px 0;
}

.organic-traffic .container {
	max-width: 875px;
}

.organic-traffic .list-box {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0 0 50px 0;
}

.organic-traffic .list-box:last-child {
	padding-bottom: 0;
}

.organic-traffic .list-box h2,
.organic-traffic .list-box .h2 {
	width: 100%;
	font-size: 32px;
	color: #282B30;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 52px;
}

.organic-traffic .list-box .box {
	width: 100%;
	max-width: 545px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #6E7289;
	line-height: 32px;
	text-align: left;
	background: #ffffff;
	box-shadow: 0px 20px 60px 0px #0000000D;
	border-radius: 8px;
	padding: 40px 30px;
	margin: 0 0 32px 0;
}

.organic-traffic .list-box .box:last-child {
	margin-bottom: 0;
}

.organic-traffic .list-box .box ul li:before {
	top: 11px;
}

.organic-traffic .list-box .bottom-btn {
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	color: #555252;
	line-height: 26px;
	overflow: hidden;
}

.organic-traffic .list-box .bottom-btn .btn,
.organic-traffic .list-box .bottom-btn input[type="button"],
.organic-traffic .list-box .bottom-btn input[type="submit"] {
	min-width: 292px;
}

.organic-traffic .list-box .bottom-btn .btn-out {
	margin: 0 0 10px 0;
}

.organic-traffic .list-box .bottom-btn .btn-out:last-child {
	margin-bottom: 0;
}

.organic-traffic .feature-list2 {
	width: 100%;
	overflow: hidden;
}

.organic-traffic .feature-list2 .row {
	padding: 0;
	margin: 0 -8px -16px -8px;
}

.organic-traffic .feature-list2 .row>div {
	padding: 0 8px 16px 8px;
	margin: 0;
}

.organic-traffic .feature-list2 .row>div .box {
	width: 100%;
	min-height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: -0.014em;
	text-decoration: none;
	background: #0c2046;
	border-radius: 8px;
	padding: 35px 20px 20px 20px;
}

.organic-traffic .feature-list2 .row>div .box .aside {
	width: 100%;
	flex: 1 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0;
}

.organic-traffic .feature-list2 .row>div .box .aside:last-child {
	padding-bottom: 0;
}

.organic-traffic .feature-list2 .row>div .box .aside h3,
.organic-traffic .feature-list2 .row>div .box .aside .h3 {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 14px;
}

.organic-traffic .feature-list2 .row>div .box .aside h3:last-child,
.organic-traffic .feature-list2 .row>div .box .aside .h3:last-child {
	padding-bottom: 0;
}

.organic-traffic .feature-list2 .row>div .box .btn,
.organic-traffic .feature-list2 .row>div .box input[type="button"],
.organic-traffic .feature-list2 .row>div .box input[type="submit"] {
	width: 100%;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	letter-spacing: -0.014em;
	box-shadow: inset #fd0e66 0 0 0 1px;
	padding: 10px 24px;
}

.organic-traffic .feature-list2 .row>div .box .btn-out {
	flex-shrink: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.organic-traffic {
		padding: 48px 0;
	}

	.organic-traffic .container {
		max-width: 600px;
		padding: 0 20px;
	}

	.organic-traffic .list-box {
		padding: 0 0 40px 0;
	}

	.organic-traffic .list-box h2,
	.organic-traffic .list-box .h2 {
		text-align: left;
		padding-bottom: 32px;
	}

	.organic-traffic .list-box .box {
		max-width: 100%;
		padding: 24px 16px;
	}

	.organic-traffic .list-box .bottom-btn {
		width: 100%;
		font-weight: 700;
		font-size: 16px;
		color: #555252;
		line-height: 24px;
		overflow: hidden;
	}

	.organic-traffic .feature-list2 .row {
		padding: 0;
		margin: 0 -8px -24px -8px;
	}

	.organic-traffic .feature-list2 .row>div {
		padding: 0 8px 24px 8px;
		margin: 0;
	}

	.organic-traffic .feature-list2 .row>div .box .aside {
		padding: 0 0 32px 0;
	}
}


/* Faq - List */
.faq-list {
	width: 100%;
	overflow: hidden;
	padding: 40px 0
}

.faq-list .container {
	max-width: 1140px;
}

.faq-list .box {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.faq-list .top-heading {
	color: #282b30;
	margin-bottom: 50px;
}


.faq-list .top-heading h2,
.faq-list .top-heading .h2 {
	font-size: 32px;
	line-height: 40px;
	padding: 0;
}


.faq-list .accord-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px -16px -10px;
}

.faq-list .accord-list .left-cl,
.faq-list .accord-list .right-cl {
	width: 50%;
	padding: 0 10px 16px 10px;
}

.faq-list .accord-list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -16px 0;
}

.faq-list .accord-list ul li {
	width: 100%;
	padding: 0 0 16px 0;
	margin: 0;
}

.faq-list .accord-list ul li::before {
	display: none;
}

.faq-list .accord-list .card {
	width: 100%;
	float: left;
	border: 1px solid #e8e8e8;
	background: none;
	border-radius: 14px;
	padding: 0;
	margin: 0
}

.faq-list .accord-list .card .card-header {
	width: 100%;
	float: left;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	border: none;
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0
}

.faq-list .accord-list .card .card-header a {
	width: 100%;
	float: left;
	color: #000000;
	text-decoration: none;
	border: none;
	outline: none;
	position: relative;
	padding: 25px 48px 25px 16px;
	margin: 0
}

.faq-list .accord-list .card .card-header a:after {
	content: "\f068";
	float: left;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	position: absolute;
	top: 50%;
	right: 16px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.faq-list .accord-list .card .card-header a.collapsed {
	color: #000000;
}

.faq-list .accord-list .card .card-header a.collapsed:after {
	content: "\f067";
}

.faq-list .accord-list .card .card-body {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 24px;
	padding: 0 60px 24px 16px;
	margin: -5px 0 0 0;
}

@media (max-width: 1199px) {
	.faq-list {
		padding: 40px 0
	}
}

@media (max-width: 767px) {
	.faq-list {
		padding: 40px 0
	}

	.faq-list .container {
		max-width: 600px;
		padding: 0 20px;
	}

	.faq-list .box {
		padding: 0 0 80px 0;
	}

	.faq-list .top-heading {
		margin-bottom: 35px;
	}

	.faq-list .top-heading:last-child {
		margin-bottom: 0;
	}

	.faq-list .top-heading h2,
	.faq-list .top-heading .h2 {
		width: 100%;
		font-size: 24px;
		line-height: 32px;
		text-align: center;
	}

	.faq-list .top-heading .btn,
	.faq-list .top-heading input[type="button"],
	.faq-list .top-heading input[type="submit"] {
		width: 100%;
	}

	.faq-list .top-heading .btn-out {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.faq-list .accord-list {
		margin: 0 0 -20px 0;
	}

	.faq-list .accord-list .left-cl,
	.faq-list .accord-list .right-cl {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.faq-list .accord-list ul {
		margin: 0 0 -20px 0;
	}

	.faq-list .accord-list ul li {
		width: 100%;
		padding: 0 0 20px 0;
	}
}

.quote {
	text-align: center;
	font-style: italic;
	padding: 0 30px;
	font-size: 2.125rem !important;
	letter-spacing: .0073529412em !important;
	line-height: 2.5rem;
}

@media (max-width: 767px) {
	.quote {
		padding: 0;
	}
}

.quote:before {
	content: "“";
	font-family: sans-serif;
	font-size: 175%;
	line-height: 0;
	position: relative;
	top: .85rem;
}

.quote:after {
	content: "”";
	font-family: sans-serif;
	font-size: 175%;
	line-height: 0;
	position: relative;
	top: .85rem;
}

.wb-quote {
	padding: 30px 50px;
	text-align: center;
	width: 80%;
	background-color: #ffffff;
}

@media (max-width: 767px) {
	.wb-quote {
		width: 100%;
	}
}

.image-note {
	padding: 10px 50px 20px 50px;
	font-weight: 600;
	font-size: 110%;
	text-align: center;
}

@media (max-width: 767px) {
	.image-note {
		padding: 10px 10px 20px 10px;
		font-size: 90%;
	}
}

ul.msn {
	list-style: none;
	padding-left: 12px;
}

ul.msn li {
	align-items: center;
	display: flex;
	line-height: 2.2em;
	padding-left: 32px;
}

ul.msn li:before {
	align-items: center;
	color: rgb(255, 255, 255);
	content: "✓";
	display: inline-flex;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	margin-right: 0.7rem;
	width: 24px;
	background: rgb(95, 200, 81);
	border-radius: 1rem;
}


/* Bottom - Cont*/
.bottom-cont {
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	background: #000000;
	overflow: hidden;
	padding: 50px 0;
}

.bottom-cont .container {
	max-width: 1060px;
}

.bottom-cont .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.bottom-cont .box .figure {
	width: 38.75%;
	text-align: center;
	overflow: hidden;
}

.bottom-cont .box .figure img {
	max-width: 100%;
}

.bottom-cont .box .aside {
	width: 61.25%;
	padding: 0 60px 0 0;
}

.bottom-cont .box .aside h2,
.bottom-cont .box .aside .h2 {
	font-size: 32px;
	line-height: 38px;
	padding-bottom: 6px;
}

.bottom-cont .box .aside h2:last-child,
.bottom-cont .box .aside .h2:last-child {
	padding-bottom: 0;
}

.bottom-cont .box .aside p {
	letter-spacing: 0.25px;
	padding-bottom: 16px;
}

.bottom-cont .box .aside p:last-child {
	padding-bottom: 0;
}

.bottom-cont .box .aside .btn,
.bottom-cont .box .aside input[type="button"],
.bottom-cont .box .aside input[type="submit"] {
	font-size: 18px;
	box-shadow: 0px 4px 4px 0px #0000001A;
}

.bottom-cont .box .aside .btn-out {
	margin-top: 0;
}

@media (max-width: 767px) {
	.bottom-cont {
		font-size: 16px;
		line-height: 23px;
		padding: 36px 0;
	}

	.bottom-cont .container {
		max-width: 600px;
		padding: 0 30px;
	}

	.bottom-cont .box .figure {
		width: 100%;
		order: 1;
		margin: 0 0 44px 0;
	}

	.bottom-cont .box .aside {
		width: 100%;
		order: 2;
		padding: 0 0 0 0;
	}

	.bottom-cont .box .aside h2,
	.bottom-cont .box .aside .h2 {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 10px;
	}

	.bottom-cont .box .aside p {
		padding-bottom: 32px;
	}

	.bottom-cont .box .aside .btn,
	.bottom-cont .box .aside input[type="button"],
	.bottom-cont .box .aside input[type="submit"] {
		width: 100%;
	}
}

/* About */

.about-footer {
	padding: 40px 20px;
	text-align: center;
}


/*
 4.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;

	padding: 45px 0 80px 0;
}

.footer-main .container {
	max-width: 1060px;
}

.footer-main .pre-footer {
	width: 100%;
	font-size: 16px;
	color: #9c9c9c;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 44px 0;
}

.footer-main .pre-footer:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .article {
	width: 30.66%;
	padding: 0 40px 60px 40px;
}

.footer-main .pre-footer .article .brand {
	width: 100%;
	overflow: hidden;
	margin: 0 0 24px 0;
}

.footer-main .pre-footer .article .brand img {
	max-height: 33px;
}

.footer-main .pre-footer .article h2,
.footer-main .pre-footer .article .h2 {
	font-size: 16px;
	color: #262b36;
	line-height: 24px;
	padding-bottom: 24px;
}

.footer-main .pre-footer .article h2:last-child,
.footer-main .pre-footer .article .h2:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .article p {
	padding-bottom: 48px;
}

.footer-main .pre-footer .article p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .article p a {
	color: #9c9c9c;
	text-decoration: none;
}

.footer-main .pre-footer .article p a:hover,
.footer-main .pre-footer .article p a:focus,
.footer-main .pre-footer .article p a.active {
	color: #ff296a;
}

.footer-main .pre-footer .article ul {
	padding: 0;
	margin: 0 0 -16px 0;
}

.footer-main .pre-footer .article ul li {
	padding: 0;
	margin: 0 0 16px 0;
}

.footer-main .pre-footer .article ul li:before {
	display: none;
}

.footer-main .pre-footer .article ul li a {
	color: #606b86;
	text-decoration: none;
}

.footer-main .pre-footer .article ul li a:hover,
.footer-main .pre-footer .article ul li a:focus,
.footer-main .pre-footer .article ul li.active a {
	color: #ff296a;
}

.footer-main .pre-footer .social-links ul {
	margin-bottom: -24px;
}

.footer-main .pre-footer .social-links ul li {
	margin-bottom: 24px;
}

.footer-main .pre-footer .social-links ul li a {
	position: relative;
	padding: 4px 0 3px 56px;
}

.footer-main .pre-footer .social-links ul li a em {
	width: 30px;
	height: 28px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-main .pre-footer .social-links ul li a .facebook {
	background-image: url(../img/facebook.png);
}

.footer-main .pre-footer .social-links ul li a .twitter {
	background-image: url(../img/twitter.png);
}

.footer-main .pre-footer .social-links ul li a .instagram {
	background-image: url(../img/instagram.png);
}

.footer-main .pre-footer .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -40px -60px -40px;
}

.footer-main .copyrights {
	width: 100%;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.footer-main .pre-footer .article {
		padding: 0 20px 40px 20px;
	}

	.footer-main .pre-footer .article-wrap {
		margin: 0 -20px -40px -20px;
	}
}

@media (max-width: 767px) {
	.footer-main {
		padding: 40px 0 60px 0;
	}

	.footer-main .container {
		max-width: 600px;
		padding: 0 30px;
	}

	.footer-main .pre-footer {
		font-size: 14px;
		padding: 0 0 32px 0;
	}

	.footer-main .pre-footer .article {
		width: 50%;
		padding: 0 15px 30px 15px;
	}

	.footer-main .pre-footer .article .brand img {
		max-height: 25px;
	}

	.footer-main .pre-footer .article h2,
	.footer-main .pre-footer .article .h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-main .pre-footer .article p {
		padding-bottom: 32px;
	}

	.footer-main .pre-footer .social-links ul li a {
		padding: 3px 0 3px 48px;
	}

	.footer-main .pre-footer .social-links ul li a em {
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}

	.footer-main .pre-footer .article-wrap {
		margin: 0 -15px -30px -15px;
	}

	.footer-main .copyrights {
		font-size: 12px;
	}
}
