body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--duotone--dark-grayscale: url(&#x27;index_1.html&#x27;);
	--wp--preset--duotone--grayscale: url(&#x27;index_1.html&#x27;);
	--wp--preset--duotone--purple-yellow: url(&#x27;index_1.html&#x27;);
	--wp--preset--duotone--blue-red: url(&#x27;index_1.html&#x27;);
	--wp--preset--duotone--midnight: url(&#x27;index_1.html&#x27;);
	--wp--preset--duotone--magenta-yellow: url(&#x27;index_1.html&#x27;);
	--wp--preset--duotone--purple-green: url(&#x27;index_1.html&#x27;);
	--wp--preset--duotone--blue-orange: url(&#x27;index_1.html&#x27;);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

#statement .row {
	display: flex;
	justify-content: center;
	margin-right: 0;
    margin-left: 0;
    width: 100%;
}
#statement {
    padding: 39px 0;
    margin: 0px 30px;
}
#statement .no-gutters {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(229 233 255);
	line-height: 24px;
	max-width: 1230px;
	border-radius: 15px;
}

#statement .container {
	padding: 0px !important;
}

#statement img {
	margin: 0 25px;
}

#statement .text h3 {
	margin-bottom: 20px;
	font-weight: 600;
}

#writerSystem {
	margin-bottom: 50px;
}

#writerSystem .section-title h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 16px;
	position: relative;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 50px;
}

.feature-card {
	padding: 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
	box-shadow: 0 9px 54px 0 rgba(32, 32, 32, .1);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background-color: #fff;
	margin-bottom: 20px;
}

.feature-card:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.feature-card-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -15px;
	margin-bottom: 20px
}

.feature-card-header span {
	color: #000;
	font-size: 22px;
	margin-top: 15px;
	font-weight: 600
}

.feature-card-thumb {
	border-radius: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* margin-right: 20px; */
	margin-top: 15px;
	font-size: 35px
}

.feature-card-thumb.feature-card-thumb-green {
	background-color: rgba(53, 231, 149, .15);
	color: #56c5b2
}

.feature-card-thumb.feature-card-thumb-green-dark {
	background-color: #56c5b2;
	color: #fff
}

.feature-card-thumb.feature-card-thumb-yellow {
	background-color: rgba(232, 201, 30, .15);
	color: #e8c91e
}

.feature-card-thumb.feature-card-thumb-yellow-dark {
	background-color: #e8c91e;
	color: #fff
}

.feature-card-thumb.feature-card-thumb-blue {
	background-color: rgba(48, 140, 211, .15);
	color: #308cd3
}

.feature-card-thumb.feature-card-thumb-blue-dark {
	background-color: #1f12fd;
	color: #fff
}

.feature-card-thumb.feature-card-thumb-violet {
	background-color: rgba(186, 76, 249, .15);
	color: #ba4cf9
}

.feature-card-thumb.feature-card-thumb-violet-dark {
	background-color: #ba4cf9;
	color: #fff
}

.feature-card-thumb.feature-card-thumb-lightgreen-dark {
	background-color: #35e795;
	color: #fff
}

.feature-card-thumb-wrapper {
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 10px;
	width: 40px;
	height: 40px
}

.feature-card-thumb-wrapper i {
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.feature-card-body h3 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 10px
}

.feature-card-body p {
	margin-bottom: 15px
}

.feature-card-body p:last-child {
	margin-bottom: 0
}

.feature-card-body a {
	font-size: 14px;
	font-weight: 600
}

div.nsl-container[data-align=&quot;
left&quot;

] {
	text-align: left;
}

div.nsl-container[data-align=&quot;
center&quot;

] {
	text-align: center;
}

div.nsl-container[data-align=&quot;
right&quot;

] {
	text-align: right;
}


div.nsl-container .nsl-container-buttons a {
	text-decoration: none !important;
	box-shadow: none !important;
	border: 0;
}

div.nsl-container .nsl-container-buttons {
	display: flex;
	padding: 5px 0;
}

div.nsl-container.nsl-container-block .nsl-container-buttons {
	display: inline-grid;
	grid-template-columns: minmax(145px, auto);
}

div.nsl-container-block-fullwidth .nsl-container-buttons {
	flex-flow: column;
	align-items: center;
}

div.nsl-container-block-fullwidth .nsl-container-buttons a,
div.nsl-container-block .nsl-container-buttons a {
	flex: 1 1 auto;
	display: block;
	margin: 5px 0;
	width: 100%;
}

div.nsl-container-inline {
	margin: -5px;
	text-align: left;
}

div.nsl-container-inline .nsl-container-buttons {
	justify-content: center;
	flex-wrap: wrap;
}

div.nsl-container-inline .nsl-container-buttons a {
	margin: 5px;
	display: inline-block;
}

div.nsl-container-grid .nsl-container-buttons {
	flex-flow: row;
	align-items: center;
	flex-wrap: wrap;
}

div.nsl-container-grid .nsl-container-buttons a {
	flex: 1 1 auto;
	display: block;
	margin: 5px;
	max-width: 280px;
	width: 100%;
}

@media only screen and (min-width: 650px) {
	div.nsl-container-grid .nsl-container-buttons a {
		width: auto;
	}
}

div.nsl-container .nsl-button {
	cursor: pointer;
	vertical-align: top;
	border-radius: 4px;
}

div.nsl-container .nsl-button-default {
	color: #fff;
	display: flex;
}

div.nsl-container .nsl-button-icon {
	display: inline-block;
}

div.nsl-container .nsl-button-svg-container {
	flex: 0 0 auto;
	padding: 8px;
	display: flex;
	align-items: center;
}

div.nsl-container svg {
	height: 24px;
	width: 24px;
	vertical-align: top;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
	margin: 0 24px 0 12px;
	padding: 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .25px;
	overflow: hidden;
	text-align: center;
	text-overflow: clip;
	white-space: nowrap;
	flex: 1 1 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	display: inline-block;
}

div.nsl-container .nsl-button-google[data-skin=&quot;
dark&quot;

] .nsl-button-svg-container {
	margin: 1px;
	padding: 7px;
	border-radius: 3px;
	background: #fff;
}

div.nsl-container .nsl-button-google[data-skin=&quot;
light&quot;

] {
	border-radius: 1px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25);
	color: RGBA(0, 0, 0, 0.54);
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container {
	padding: 0 6px;
}

div.nsl-container .nsl-button-apple .nsl-button-svg-container svg {
	height: 40px;
	width: auto;
}

div.nsl-container .nsl-button-apple[data-skin=&quot;
light&quot;

] {
	color: #000;
	box-shadow: 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin=&quot;
white&quot;

] {
	color: #000;
	box-shadow: inset 0 0 0 1px #000;
}

div.nsl-container .nsl-button-facebook[data-skin=&quot;
light&quot;

] {
	color: #1877F2;
	box-shadow: inset 0 0 0 1px #1877F2;
}

div.nsl-container .nsl-button-apple div.nsl-button-label-container {
	font-size: 17px;
	font-family: -apple-system, BlinkMacSystemFont, &quot;
	Segoe UI&quot;
	,
	Roboto,
	Helvetica,
	Arial,
	sans-serif,
	&quot;
	Apple Color Emoji&quot;
	,
	&quot;
	Segoe UI Emoji&quot;
	,
	&quot;
	Segoe UI Symbol&quot;
	;
}

div.nsl-container .nsl-button-slack div.nsl-button-label-container {
	font-size: 17px;
	font-family: -apple-system, BlinkMacSystemFont, &quot;
	Segoe UI&quot;
	,
	Roboto,
	Helvetica,
	Arial,
	sans-serif,
	&quot;
	Apple Color Emoji&quot;
	,
	&quot;
	Segoe UI Emoji&quot;
	,
	&quot;
	Segoe UI Symbol&quot;
	;
}

div.nsl-container .nsl-button-slack[data-skin=&quot;
light&quot;

] {
	color: #000000;
	box-shadow: inset 0 0 0 1px #DDDDDD;
}

.nsl-clear {
	clear: both;
}

.nsl-container {
	clear: both;
}

/*Button align start*/

div.nsl-container-inline[data-align=&quot;
left&quot;

] .nsl-container-buttons {
	justify-content: flex-start;
}

div.nsl-container-inline[data-align=&quot;
center&quot;

] .nsl-container-buttons {
	justify-content: center;
}

div.nsl-container-inline[data-align=&quot;
right&quot;

] .nsl-container-buttons {
	justify-content: flex-end;
}


div.nsl-container-grid[data-align=&quot;
left&quot;

] .nsl-container-buttons {
	justify-content: flex-start;
}

div.nsl-container-grid[data-align=&quot;
center&quot;

] .nsl-container-buttons {
	justify-content: center;
}

div.nsl-container-grid[data-align=&quot;
right&quot;

] .nsl-container-buttons {
	justify-content: flex-end;
}

div.nsl-container-grid[data-align=&quot;
space-around&quot;

] .nsl-container-buttons {
	justify-content: space-around;
}

div.nsl-container-grid[data-align=&quot;
space-between&quot;

] .nsl-container-buttons {
	justify-content: space-between;
}

/* Button align end*/

/* Redirect */

#nsl-redirect-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1000000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(1px);
	background-color: RGBA(0, 0, 0, .32);
	;
}

#nsl-redirect-overlay-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 30px;
	border-radius: 10px;
}

#nsl-redirect-overlay-spinner {
	content: &#x27;
	&#x27;
	;
	display: block;
	margin: 20px;
	border: 9px solid RGBA(0, 0, 0, .6);
	border-top: 9px solid #fff;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6);
	width: 40px;
	height: 40px;
	animation: nsl-loader-spin 2s linear infinite;
}

@keyframes nsl-loader-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}

#nsl-redirect-overlay-title {
	font-family: -apple-system, BlinkMacSystemFont, &quot;
	Segoe UI&quot;
	,
	Roboto,
	Oxygen-Sans,
	Ubuntu,
	Cantarell,
	&quot;
	Helvetica Neue&quot;
	,
	sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3C434A;
}

#nsl-redirect-overlay-text {
	font-family: -apple-system, BlinkMacSystemFont, &quot;
	Segoe UI&quot;
	,
	Roboto,
	Oxygen-Sans,
	Ubuntu,
	Cantarell,
	&quot;
	Helvetica Neue&quot;
	,
	sans-serif;
	text-align: center;
	font-size: 14px;
	color: #3C434A;
}
