@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/quicksand/v19/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/quicksand/v19/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/quicksand/v19/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/quicksand/v19/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
	color: #fff
}

a {
	text-decoration: none
}

.main {
	width: 100%;
	padding-top: 20px;
	background: #00BEDD url('../img/bg_figures.svg') no-repeat 50% 70px;
	background-size: cover
}

@media screen and (min-width:768px) {
	.main {
		padding-top: 70px
	}

}

.main.download, .main.contact {
	padding-top: 10px;
	background: #00BEDD;
}

.wrap-1025 {
	max-width: 1025px;
	margin: 0 auto;
	padding-bottom: 80px
}

.wrap-1025_pdng {
	padding: 80px 15px
}

@media screen and (min-width:1030px) {
	.wrap-1025 {
		padding: 107px 0 173px 0
	}

	.wrap-1025_pdng {
		padding: 80px 0
	}

}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px
}

@media screen and (min-width:1050px) {
	.row {
		padding: 0
	}

}

.row_end {
	align-items: flex-end
}

.col-sm-6 {
	width: 50%
}

.col-sm-12 {
	width: 100%
}

@media screen and (min-width:768px) {
	.col-md-3 {
		width: 33.33%
	}

	.col-md-4 {
		width: 25%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-55 {
		width: 58%
	}

}

.logo {
	display: flex;
	align-items: center
}

.logo img:first-child {
	padding-right: 10px
}

.logo_sign {
	width: 65px
}

.logo_name_black {
	font-size: 42px;
	margin-top: -10px;
	font-weight: 400;
	color: #252A34
}

.logo_name {
	font-size: 50px;
	margin-top: -11px;
	font-weight: 300
}

@media screen and (min-width:768px) {
	.logo_sign {
		width: 98px;
		height: 82px
	}

	.logo_name {
		font-size: 55px
	}

}

.txt-right {
	text-align: right
}

.txt-center {
	text-align: center
}

.img-ppl {
	width: 100%;
	max-width: 480px;
	margin-top: 50px
}

@media screen and (min-width:768px) {
	.img-ppl {
		margin-top: 0
	}

}

.mrgn_top-40 {
	margin-top: 40px
}

.font-25 {
	font-size: 25px
}

.font-125 {
	font-size: 125px
}

.txt-img-ppl {
	display: inline-block;
	font-size: 16px;
	font-weight: 400
}

@media screen and (min-width:350px) {
	.txt-img-ppl {
		font-size: 18px
	}

}

@media screen and (min-width:375px) {
	.txt-img-ppl {
		font-size: 19px
	}

}

@media screen and (min-width:425px) {
	.txt-img-ppl {
		font-size: 22px
	}

}

@media screen and (min-width:520px) {
	.txt-img-ppl {
		font-size: 27px
	}

}

.line-white, .line-blue {
	position: relative
}

.line-white:before {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: -4px
}

.line-blue:before {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: #00BEDD;
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: -4px
}

.col-img {
	display: flex;
	align-items: flex-start
}

.img-wrkrs {
	display: none;
	margin-top: 40px
}

@media screen and (min-width:525px) and (max-width:767px) {
	.img-wrkrs {
		display: inline-block
	}

}

@media screen and (min-width:768px) and (max-width:1023px) {
	.img-wrkrs {
		display: none
	}

}

@media screen and (min-width:1024px) {
	.img-wrkrs {
		display: inline-block
	}

}

.txt-easy {
	margin-top: 30px;
	margin-bottom: 8px;
	font-size: 35px
}

.btn {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 59px;
	margin: 0 auto;
	margin-top: 80px;
	line-height: 59px;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	background: #FFCE45;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media screen and (min-width:768px) {
	.btn_right {
		float: right
	}

}

.wrap-white {
	width: 100%;
	background: #fff
}

.wrap-white_pdng-btm {
	padding-bottom: 80px
}

@media screen and (min-width:1024px) {
	.wrap-white {
		width: 100%;
		background: #fff
	}

	.wrap-white_pdng-btm {
		padding-bottom: 110px
	}

}

.wrap-980 {
	max-width: 980px;
	margin: 0 auto
}

.icon {
	width: auto;
	height: 71px;
	margin-top: 80px;
	margin-bottom: 5px
}

.heading-dscrptn {
	max-width: 140px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 500;
	color: #252A34
}

@media screen and (min-width:375px) {
	.heading-dscrptn {
		max-width: 160px
	}

}

@media screen and (min-width:425px) {
	.heading-dscrptn {
		max-width: 183px;
		font-size: 30px
	}

}

.txt-dscrptn {
	margin-top: 5px;
	padding: 0 5px;
	font-size: 20px;
	font-weight: 300;
	color: #252A34
}

.hidden {
	width: 100%;
	overflow-y: hidden
}

.wrap-1170 {
	max-width: 1170px;
	margin: 0 auto;
	padding: 80px 15px
}

@media screen and (min-width:1024px) {
	.wrap-1170 {
		padding: 100px 15px 92px 15px
	}

}

.heading_section-three {
	max-width: 938px;
	margin: 0 auto;
	padding-bottom: 17px;
	font-size: 32px;
	font-weight: 500
}

@media screen and (min-width:768px) {
	.heading_section-three {
		font-size: 40px
	}

}

.txt-check {
	display: flex;
	align-items: center;
	max-width: 1035px;
	margin: 0 auto;
	margin-top: 22px;
	text-align: left;
	font-size: 17px;
	font-weight: 500
}

.txt-check img {
	padding-right: 15px
}

.wrap-hands {
	width: 100%;
	position: relative
}

.block-hold {
	width: 100%;
	margin-top: 45px;
	padding-bottom: 40px;
	background: #fff;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
	z-index: 9;
	position: relative
}

@media screen and (min-width:1024px) {
	.block-hold {
		padding: 0 55px 55px 55px
	}

}

.block-rqrmnts {
	display: inline-block;
	max-width: 280px;
	margin: 0 auto;
	text-align: center
}

.block-rqrmnts img {
	width: auto;
	height: 57px;
	margin-top: 40px
}

.txt-rqrmnts {
	margin-top: 23px;
	font-size: 18px;
	font-weight: 300;
	color: #252A34
}

@media screen and (min-width:1024px) {
	.align-left {
		text-align: left
	}

	.align-right {
		text-align: right
	}

	.align-left .block-rqrmnts, .align-right .block-rqrmnts {
		margin: 0
	}

}

.wrap-pdng {
	padding: 0 15px
}

@media screen and (min-width:768px) {
	.wrap-pdng {
		padding: 0
	}

}

.block-hold .btn {
	margin-top: 70px
}

.img-lefthand, .img-finger, .img-righthand {
	display: none
}

@media screen and (min-width:768px) {
	.img-lefthand, .img-finger, .img-righthand {
		display: inline-block
	}

	.img-lefthand {
		position: absolute;
		left: -118px;
		bottom: -195px;
		z-index: 0
	}

	.img-finger {
		position: absolute;
		left: -33px;
		bottom: -64px;
		z-index: 99
	}

	.img-righthand {
		position: absolute;
		right: 0;
		bottom: -150px;
		z-index: 99;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s
	}

}

@media screen and (min-width:1100px) {
	.img-righthand {
		right: 14%;
		bottom: -150px
	}

	.wrap-hands:hover .img-righthand {
		right: 20%
	}

}

.heading-call {
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 48px;
	font-size: 32px;
	color: #252A34;
	text-align: center
}

@media screen and (min-width:425px) {
	.heading-call {
		max-width: 380px
	}

}

@media screen and (min-width:768px) {
	.heading-call {
		max-width: 580px;
		font-size: 50px
	}

}

.img-call {
	width: 100%;
	max-width: 513px
}

.bubble {
	max-width: 255px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 15px;
	background-color: #00BEDD;
	box-shadow: -2px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	font-size: 14px;
	font-weight: 500;
	text-align: justify;
	position: relative
}

.bubble:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 26px 0 0;
	border-color: #00BEDD transparent transparent transparent;
	position: absolute;
	bottom: -26px;
	left: 19px
}

@media screen and (min-width:768px) {
	.bubble:first-child {
		margin-top: 0
	}

}

@media screen and (min-width:1050px) {
	.row_end-justify {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: flex-start;
		position: relative
	}

	.bubble {
		margin: 0
	}

	.bubble:first-child {
		position: absolute;
		top: 0;
		left: -85px
	}

	.bubble:nth-child(2) {
		font-size: 18px
	}

	.bubble:nth-child(3) {
		margin-top: 30px;
		font-size: 16px
	}

	.bubble_big {
		max-width: 483px
	}

}

.wrap-1490 {
	width: 100%;
	max-width: 1490px;
	padding: 80px 15px
}

@media screen and (min-width:768px) {
	.wrap-1490 {
		background: url('../img/meeting.svg') no-repeat top 100px right 0;
		background-size: 53%
	}

}

@media screen and (min-width:1024px) {
	.wrap-1490 {
		padding: 110px 15px 80px 15px
	}

}

@media screen and (min-width:1366px) {
	.wrap-1490 {
		padding-bottom: 150px
	}

}

.heading-btm {
	text-align: left;
	font-size: 42px;
	font-weight: 500
}

@media screen and (min-width:768px) {
	.heading-btm {
		font-size: 62px
	}

}

@media screen and (min-width:1440px) {
	.heading-btm {
		font-size: 120px;
		line-height: 100px
	}

}

.img-meet {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	margin-right: -15px;
	text-align: right
}

@media screen and (min-width:768px) {
	.img-meet {
		display: none
	}

}

.wrap-txt-btm {
	text-align: left;
	font-size: 20px;
	line-height: 30px
}

@media screen and (min-width:768px) {
	.wrap-txt-btm {
		max-width: 400px;
		margin-top: 40px
	}

}

@media screen and (min-width:1024px) {
	.wrap-txt-btm {
		max-width: 625px
	}

}

.heading-txt-btm {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 500;
	line-height: normal
}

@media screen and (min-width:768px) {
	.heading-txt-btm {
		font-size: 40px
	}

}

.wrap-1535 {
	max-width: 1535px;
	margin: 0 auto;
	padding-bottom: 80px;
	z-index: 0;
	background-size: cover
}

@media screen and (min-width:1024px) {
	.wrap-1535 {
		padding-bottom: 196px;
		background: url('../img/bg_laptop.svg') no-repeat bottom 100px center
	}

}

.wrap-1140 {
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fff;
	border: 15px solid #2c2924;
	border-radius: 20px
}

@media screen and (min-width:1024px) {
	.wrap-1140 {
		padding: 50px 15px;
		border: 27px solid #2c2924;
		border-bottom: none;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

}

@media screen and (min-width:1366px) {
	.wrap-1140 {
		padding: 75px
	}

}

.img-team {
	width: 100%;
	max-width: 401px
}

.txt-vrsn {
	margin-top: 30px;
	font-size: 30px;
	font-weight: 600;
	color: #252A34
}

@media screen and (min-width:1024px) {
	.txt-vrsn {
		margin-top: 0;
		font-size: 60px
	}

}

.txt-vrsn_small {
	margin-top: 0;
	font-size: 24px
}

.txt-smpl {
	margin-top: 50px;
	font-size: 18px;
	color: #252A34
}

.txt-size {
	margin-top: 10px;
	font-size: 18px;
	color: #252A34;
	font-weight: 300
}

.txt-try {
	margin-top: 50px;
	font-size: 32px;
	font-weight: 600;
	color: #252A34
}

.txt-try span {
	color: #00BEDD
}

.btn_big {
	max-width: 320px;
	margin-top: 50px;
	height: 72px;
	line-height: 72px;
	font-size: 22px;
	text-transform: none;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6)
}

@media screen and (min-width:350px) {
	.btn_big {
		font-size: 25px
	}

}

@media screen and (min-width:768px) {
	.btn_big {
		margin: 0;
		margin-top: 50px
	}

}

@media screen and (min-width:1024px) {
	.btn_small {
		max-width: 389px
	}

}

.btn_blue {
	background-color: #00BEDD
}

@media screen and (min-width:768px) {
	.flex .btn_blue {
		justify-content: flex-start
	}

}

.footer {
	width: 100%;
	padding: 50px 0;
	background-color: #fff
}

.wrap-1020 {
	max-width: 1020px;
	margin: 0 auto
}

.socials {
	margin-top: 50px
}

.socials a img {
	width: auto;
	height: 38px;
	padding-left: 8px;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s
}

.socials a:first-child img {
	padding-left: 0
}

.socials a:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

@media screen and (min-width:768px) {
	.socials {
		float: right;
		margin-top: 0
	}

}

.fake-iframe {
	border: none;
	background: transparent;
	z-index: 999998;
	transform: translateZ(0px);
	position: fixed;
	transition-duration: 250ms;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-property: opacity, top, bottom;
	height: 50px;
	max-height: 551px;
	min-height: 50px;
	margin: 10px 20px;
	right: 0px;
	bottom: 0px;
	width: 112px
}

.u-borderTransparent {
	border: .07143rem solid transparent !important
}

.u-posRelative {
	position: relative !important
}

.u-pullRight {
	float: right !important
}

.u-userLauncherColor:not([disabled]) svg path {
	fill: #FFFFFF;
	width: 108.8px;
	height: 48px
}

.u-isActionable {
	cursor: pointer !important
}

.u-textLeft {
	text-align: left !important
}

.u-textNoWrap, .u-textTruncate {
	white-space: nowrap !important
}

.Arrange {
	box-sizing: border-box;
	display: table;
	margin: 0;
	min-width: 100%;
	padding: 0;
	table-layout: auto;
	font-family: "Arial"
}

.u-textBold {
	font-weight: 700
}

.u-borderNone {
	border: none !important
}

.wrapper-AtBcr {
	border-radius: 999rem
}

.u-userLauncherColor:not([disabled]) {
	box-shadow: none;
	background-color: #222222 !important;
	color: #FFFFFF !important;
	fill: #FFFFFF !important;
	outline: none;
	width: 106.8px;
	height: 46px
}

.u-inlineBlock {
	display: inline-block !important;
	max-width: 100%
}

.Arrange-sizeFill, .Arrange-sizeFit {
	font-size: 16px;
	margin-top: 3px;
	vertical-align: top;
	margin-left: 6px;
	font-family: "Arial"
}

.u-userColor {
	margin-top: 1px;
	margin-left: 22px;
	width: 20px;
	height: 20px
}

svg {
	max-height: 100%
}

svg:not(:root) {
	overflow: hidden
}

.Icon-2SEmO svg {
	display: block;
	width: 20px;
	height: 20px
}

.u-userLauncherColor:not([disabled]) svg {
	color: #FFFFFF;
	fill: #FFFFFF
}

.u-userLauncherColor:not([disabled]):focus {
	box-shadow: inset 0 0 0 0.21428571428571427rem rgba(255, 255, 255, 0.3) !important
}

.lds-dual-ring {
	display: inline-block;
	width: 20px;
	height: 20px
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}

}

.wrap-1025-10 {
	max-width: 1025px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.download .heading-call {
	max-width: 250px;
}

.download .sub-heading-text {
	max-width: unset;
	margin: 0 auto;
	font-size: 24px;
	color: #252A34;
}

.download .logo_sign, .contact .logo_sign {
	width: 65px;
	height: auto;
}

.download .logo_name, .contact .logo_name {
	font-size: 50px;
}

.download .wrap-1025_pdng, .contact .wrap-1025_pdng {
	padding: 40px 15px;
}

.contact .heading-call {
	max-width: 276px;
}

.dynamic-table {
	margin-top: 30px;
}

.mainTable {
	border-collapse: collapse;
	border-radius: 5px;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	width: 100%;
	color: #000000;
	font-family: 'Quicksand', sans-serif;
}

.mainTable th, .mainTable th strong {
	padding: 20px 0px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #00BEDD;
	border-bottom: none;
	font-family: 'Quicksand', sans-serif;
}

.mainTable th:last-child {
	border-top-right-radius: 5px;
}

.mainTable th:first-child {
	border-top-left-radius: 5px;
}

.mainTable th:not(:last-child) {
	border-right: solid 1px #fff;
}

.mainTable td {
	padding: 10px 15px;
	margin: 0;
	color: #2c2d30;
	font-family: 'Quicksand', sans-serif;
}

.mainTable td.small {
	padding: 10px;
}

.mainTable td strong {
	color: #111;
}

.table-row-white {
	background: #fff;
}

.table-row-grey {
	background: #f7f7f7;
}

.table-row-white td {
	border-bottom: solid 1px #ebebeb;
}

.table-row-white td:not(:last-child) {
	border-right: solid 1px #ebebeb;
}

.table-row-grey td {
	border-bottom: solid 1px #fff;
}

.table-row-grey td:not(:last-child) {
	border-right: solid 1px #fff;
}

.center {
	text-align: center;
}

.free-download-flag {
	height: 40px;
	width: 40px;
	display: block;
	margin: 2px auto;
}

.button {
	font-family: 'Quicksand', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.button:hover {
	color: #212529;
	text-decoration: none;
}

.button-outline-primary {
	color: #2c2d30;
	border-color: #00BEDD;
	height: unset;
}

.button-outline-primary:hover {
	color: #fff;
	background-color: #00BEDD;
	border-color: #00BEDD;
}

.button-outline-secondary {
	color: #000;
	border-color: #FFCE45;
}

.button-outline-secondary:hover {
	color: #000;
	background-color: #FFCE45;
	border-color: #FFCE45;
}

.form input, .form textarea {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #555468;
    background-color: #fff;
    box-shadow: 10px 10px 30px rgba(13,0,64,.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.form textarea {
    height: 140px;
    resize: none;
    overflow: auto;
}

.form .btn{
	margin-top: 0px;
}

.g-recaptcha{
	width: 304px;
	margin: 20px auto;
}
