/* Theme Name: Monitask */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.tns-outer {
	padding: 0 !important;
}

.tns-outer [hidden] {
	display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
	cursor: pointer;
}

.tns-slider {
	transition: all 0s;
}

.tns-slider > .tns-item {
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}

.tns-gallery > .tns-item {
	position: absolute;
	left: -100%;
	transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery > .tns-moving {
	transition: all 0.25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	transition: opacity 0.6s;
	opacity: 0.6;
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0;
}

.tns-normal, .tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden;
}

.tns-t-ct {
	width: 2333.33333%;
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: '';
	display: table;
	clear: both;
}

.tns-t-ct > div {
	width: 1.42857%;
	width: calc(100% / 70);
	height: 10px;
	float: left;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.container-narrow {
		max-width: 960px;
	}
	.container-skinny {
		max-width: 890px;
	}
	.timesheet_addition_content .container-skinny {
		max-width: 630px;
	}
}
@media (max-width: 767.98px) {
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.country-select{position:relative;display:inline-block}.country-select *{-webkit-box-sizing:border-box;box-sizing:border-box}.country-select .hide{display:none}.country-select .v-hide{visibility:hidden}.country-select input,.country-select input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.country-select .flag-dropdown{position:absolute;top:0;bottom:0;right:0;padding:1px}.country-select .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.country-select .selected-flag .flag{position:absolute;top:0;bottom:0;margin:auto}.country-select .selected-flag .arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.country-select .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.country-select .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll}.country-select .country-list .flag{display:inline-block;width:20px;margin-right:6px}@media (max-width:500px){.country-select .country-list{white-space:normal}}.country-select .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.country-select .country-list .country{padding:5px 10px}.country-select .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.country-select .country-list .country-name,.country-select .country-list .flag{vertical-align:middle}.country-select.inside input,.country-select.inside input[type=text]{padding-right:16px;padding-left:40px;margin-left:0}.country-select.inside .flag-dropdown{right:0;left:0}.country-select.inside .selected-flag{width:100%}.country-select.inside .flag-dropdown:hover{cursor:pointer}.country-select.inside input[disabled]+.flag-dropdown:hover,.country-select.inside input[readonly]+.flag-dropdown:hover{cursor:default}.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag{background-color:transparent}.country-select .flag{height:15px;-webkit-box-shadow:0 0 1px 0 #888;box-shadow:0 0 1px 0 #888;background-image:url(../img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0;width:20px}.country-select .flag.be{width:18px}.country-select .flag.ch{width:15px}.country-select .flag.mc{width:19px}.country-select .flag.ne{width:18px}.country-select .flag.np{width:13px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.country-select .flag{background-image:url(../img/flags@2x.png);background-size:5630px 15px}}.country-select .flag.ac{height:10px;background-position:0 0}.country-select .flag.ad{height:14px;background-position:-22px 0}.country-select .flag.ae{height:10px;background-position:-44px 0}.country-select .flag.af{height:14px;background-position:-66px 0}.country-select .flag.ag{height:14px;background-position:-88px 0}.country-select .flag.ai{height:10px;background-position:-110px 0}.country-select .flag.al{height:15px;background-position:-132px 0}.country-select .flag.am{height:10px;background-position:-154px 0}.country-select .flag.ao{height:14px;background-position:-176px 0}.country-select .flag.aq{height:14px;background-position:-198px 0}.country-select .flag.ar{height:13px;background-position:-220px 0}.country-select .flag.as{height:10px;background-position:-242px 0}.country-select .flag.at{height:14px;background-position:-264px 0}.country-select .flag.au{height:10px;background-position:-286px 0}.country-select .flag.aw{height:14px;background-position:-308px 0}.country-select .flag.ax{height:13px;background-position:-330px 0}.country-select .flag.az{height:10px;background-position:-352px 0}.country-select .flag.ba{height:10px;background-position:-374px 0}.country-select .flag.bb{height:14px;background-position:-396px 0}.country-select .flag.bd{height:12px;background-position:-418px 0}.country-select .flag.be{height:15px;background-position:-440px 0}.country-select .flag.bf{height:14px;background-position:-460px 0}.country-select .flag.bg{height:12px;background-position:-482px 0}.country-select .flag.bh{height:12px;background-position:-504px 0}.country-select .flag.bi{height:12px;background-position:-526px 0}.country-select .flag.bj{height:14px;background-position:-548px 0}.country-select .flag.bl{height:14px;background-position:-570px 0}.country-select .flag.bm{height:10px;background-position:-592px 0}.country-select .flag.bn{height:10px;background-position:-614px 0}.country-select .flag.bo{height:14px;background-position:-636px 0}.country-select .flag.bq{height:14px;background-position:-658px 0}.country-select .flag.br{height:14px;background-position:-680px 0}.country-select .flag.bs{height:10px;background-position:-702px 0}.country-select .flag.bt{height:14px;background-position:-724px 0}.country-select .flag.bv{height:15px;background-position:-746px 0}.country-select .flag.bw{height:14px;background-position:-768px 0}.country-select .flag.by{height:10px;background-position:-790px 0}.country-select .flag.bz{height:14px;background-position:-812px 0}.country-select .flag.ca{height:10px;background-position:-834px 0}.country-select .flag.cc{height:10px;background-position:-856px 0}.country-select .flag.cd{height:15px;background-position:-878px 0}.country-select .flag.cf{height:14px;background-position:-900px 0}.country-select .flag.cg{height:14px;background-position:-922px 0}.country-select .flag.ch{height:15px;background-position:-944px 0}.country-select .flag.ci{height:14px;background-position:-961px 0}.country-select .flag.ck{height:10px;background-position:-983px 0}.country-select .flag.cl{height:14px;background-position:-1005px 0}.country-select .flag.cm{height:14px;background-position:-1027px 0}.country-select .flag.cn{height:14px;background-position:-1049px 0}.country-select .flag.co{height:14px;background-position:-1071px 0}.country-select .flag.cp{height:14px;background-position:-1093px 0}.country-select .flag.cr{height:12px;background-position:-1115px 0}.country-select .flag.cu{height:10px;background-position:-1137px 0}.country-select .flag.cv{height:12px;background-position:-1159px 0}.country-select .flag.cw{height:14px;background-position:-1181px 0}.country-select .flag.cx{height:10px;background-position:-1203px 0}.country-select .flag.cy{height:13px;background-position:-1225px 0}.country-select .flag.cz{height:14px;background-position:-1247px 0}.country-select .flag.de{height:12px;background-position:-1269px 0}.country-select .flag.dg{height:10px;background-position:-1291px 0}.country-select .flag.dj{height:14px;background-position:-1313px 0}.country-select .flag.dk{height:15px;background-position:-1335px 0}.country-select .flag.dm{height:10px;background-position:-1357px 0}.country-select .flag.do{height:13px;background-position:-1379px 0}.country-select .flag.dz{height:14px;background-position:-1401px 0}.country-select .flag.ea{height:14px;background-position:-1423px 0}.country-select .flag.ec{height:14px;background-position:-1445px 0}.country-select .flag.ee{height:13px;background-position:-1467px 0}.country-select .flag.eg{height:14px;background-position:-1489px 0}.country-select .flag.eh{height:10px;background-position:-1511px 0}.country-select .flag.er{height:10px;background-position:-1533px 0}.country-select .flag.es{height:14px;background-position:-1555px 0}.country-select .flag.et{height:10px;background-position:-1577px 0}.country-select .flag.eu{height:14px;background-position:-1599px 0}.country-select .flag.fi{height:12px;background-position:-1621px 0}.country-select .flag.fj{height:10px;background-position:-1643px 0}.country-select .flag.fk{height:10px;background-position:-1665px 0}.country-select .flag.fm{height:11px;background-position:-1687px 0}.country-select .flag.fo{height:15px;background-position:-1709px 0}.country-select .flag.fr{height:14px;background-position:-1731px 0}.country-select .flag.ga{height:15px;background-position:-1753px 0}.country-select .flag.gb{height:10px;background-position:-1775px 0}.country-select .flag.gd{height:12px;background-position:-1797px 0}.country-select .flag.ge{height:14px;background-position:-1819px 0}.country-select .flag.gf{height:14px;background-position:-1841px 0}.country-select .flag.gg{height:14px;background-position:-1863px 0}.country-select .flag.gh{height:14px;background-position:-1885px 0}.country-select .flag.gi{height:10px;background-position:-1907px 0}.country-select .flag.gl{height:14px;background-position:-1929px 0}.country-select .flag.gm{height:14px;background-position:-1951px 0}.country-select .flag.gn{height:14px;background-position:-1973px 0}.country-select .flag.gp{height:14px;background-position:-1995px 0}.country-select .flag.gq{height:14px;background-position:-2017px 0}.country-select .flag.gr{height:14px;background-position:-2039px 0}.country-select .flag.gs{height:10px;background-position:-2061px 0}.country-select .flag.gt{height:13px;background-position:-2083px 0}.country-select .flag.gu{height:11px;background-position:-2105px 0}.country-select .flag.gw{height:10px;background-position:-2127px 0}.country-select .flag.gy{height:12px;background-position:-2149px 0}.country-select .flag.hk{height:14px;background-position:-2171px 0}.country-select .flag.hm{height:10px;background-position:-2193px 0}.country-select .flag.hn{height:10px;background-position:-2215px 0}.country-select .flag.hr{height:10px;background-position:-2237px 0}.country-select .flag.ht{height:12px;background-position:-2259px 0}.country-select .flag.hu{height:10px;background-position:-2281px 0}.country-select .flag.ic{height:14px;background-position:-2303px 0}.country-select .flag.id{height:14px;background-position:-2325px 0}.country-select .flag.ie{height:10px;background-position:-2347px 0}.country-select .flag.il{height:15px;background-position:-2369px 0}.country-select .flag.im{height:10px;background-position:-2391px 0}.country-select .flag.in{height:14px;background-position:-2413px 0}.country-select .flag.io{height:10px;background-position:-2435px 0}.country-select .flag.iq{height:14px;background-position:-2457px 0}.country-select .flag.ir{height:12px;background-position:-2479px 0}.country-select .flag.is{height:15px;background-position:-2501px 0}.country-select .flag.it{height:14px;background-position:-2523px 0}.country-select .flag.je{height:12px;background-position:-2545px 0}.country-select .flag.jm{height:10px;background-position:-2567px 0}.country-select .flag.jo{height:10px;background-position:-2589px 0}.country-select .flag.jp{height:14px;background-position:-2611px 0}.country-select .flag.ke{height:14px;background-position:-2633px 0}.country-select .flag.kg{height:12px;background-position:-2655px 0}.country-select .flag.kh{height:13px;background-position:-2677px 0}.country-select .flag.ki{height:10px;background-position:-2699px 0}.country-select .flag.km{height:12px;background-position:-2721px 0}.country-select .flag.kn{height:14px;background-position:-2743px 0}.country-select .flag.kp{height:10px;background-position:-2765px 0}.country-select .flag.kr{height:14px;background-position:-2787px 0}.country-select .flag.kw{height:10px;background-position:-2809px 0}.country-select .flag.ky{height:10px;background-position:-2831px 0}.country-select .flag.kz{height:10px;background-position:-2853px 0}.country-select .flag.la{height:14px;background-position:-2875px 0}.country-select .flag.lb{height:14px;background-position:-2897px 0}.country-select .flag.lc{height:10px;background-position:-2919px 0}.country-select .flag.li{height:12px;background-position:-2941px 0}.country-select .flag.lk{height:10px;background-position:-2963px 0}.country-select .flag.lr{height:11px;background-position:-2985px 0}.country-select .flag.ls{height:14px;background-position:-3007px 0}.country-select .flag.lt{height:12px;background-position:-3029px 0}.country-select .flag.lu{height:12px;background-position:-3051px 0}.country-select .flag.lv{height:10px;background-position:-3073px 0}.country-select .flag.ly{height:10px;background-position:-3095px 0}.country-select .flag.ma{height:14px;background-position:-3117px 0}.country-select .flag.mc{height:15px;background-position:-3139px 0}.country-select .flag.md{height:10px;background-position:-3160px 0}.country-select .flag.me{height:10px;background-position:-3182px 0}.country-select .flag.mf{height:14px;background-position:-3204px 0}.country-select .flag.mg{height:14px;background-position:-3226px 0}.country-select .flag.mh{height:11px;background-position:-3248px 0}.country-select .flag.mk{height:10px;background-position:-3270px 0}.country-select .flag.ml{height:14px;background-position:-3292px 0}.country-select .flag.mm{height:14px;background-position:-3314px 0}.country-select .flag.mn{height:10px;background-position:-3336px 0}.country-select .flag.mo{height:14px;background-position:-3358px 0}.country-select .flag.mp{height:10px;background-position:-3380px 0}.country-select .flag.mq{height:14px;background-position:-3402px 0}.country-select .flag.mr{height:14px;background-position:-3424px 0}.country-select .flag.ms{height:10px;background-position:-3446px 0}.country-select .flag.mt{height:14px;background-position:-3468px 0}.country-select .flag.mu{height:14px;background-position:-3490px 0}.country-select .flag.mv{height:14px;background-position:-3512px 0}.country-select .flag.mw{height:14px;background-position:-3534px 0}.country-select .flag.mx{height:12px;background-position:-3556px 0}.country-select .flag.my{height:10px;background-position:-3578px 0}.country-select .flag.mz{height:14px;background-position:-3600px 0}.country-select .flag.na{height:14px;background-position:-3622px 0}.country-select .flag.nc{height:10px;background-position:-3644px 0}.country-select .flag.ne{height:15px;background-position:-3666px 0}.country-select .flag.nf{height:10px;background-position:-3686px 0}.country-select .flag.ng{height:10px;background-position:-3708px 0}.country-select .flag.ni{height:12px;background-position:-3730px 0}.country-select .flag.nl{height:14px;background-position:-3752px 0}.country-select .flag.no{height:15px;background-position:-3774px 0}.country-select .flag.np{height:15px;background-position:-3796px 0;background-color:transparent}.country-select .flag.nr{height:10px;background-position:-3811px 0}.country-select .flag.nu{height:10px;background-position:-3833px 0}.country-select .flag.nz{height:10px;background-position:-3855px 0}.country-select .flag.om{height:10px;background-position:-3877px 0}.country-select .flag.pa{height:14px;background-position:-3899px 0}.country-select .flag.pe{height:14px;background-position:-3921px 0}.country-select .flag.pf{height:14px;background-position:-3943px 0}.country-select .flag.pg{height:15px;background-position:-3965px 0}.country-select .flag.ph{height:10px;background-position:-3987px 0}.country-select .flag.pk{height:14px;background-position:-4009px 0}.country-select .flag.pl{height:13px;background-position:-4031px 0}.country-select .flag.pm{height:14px;background-position:-4053px 0}.country-select .flag.pn{height:10px;background-position:-4075px 0}.country-select .flag.pr{height:14px;background-position:-4097px 0}.country-select .flag.ps{height:10px;background-position:-4119px 0}.country-select .flag.pt{height:14px;background-position:-4141px 0}.country-select .flag.pw{height:13px;background-position:-4163px 0}.country-select .flag.py{height:11px;background-position:-4185px 0}.country-select .flag.qa{height:8px;background-position:-4207px 0}.country-select .flag.re{height:14px;background-position:-4229px 0}.country-select .flag.ro{height:14px;background-position:-4251px 0}.country-select .flag.rs{height:14px;background-position:-4273px 0}.country-select .flag.ru{height:14px;background-position:-4295px 0}.country-select .flag.rw{height:14px;background-position:-4317px 0}.country-select .flag.sa{height:14px;background-position:-4339px 0}.country-select .flag.sb{height:10px;background-position:-4361px 0}.country-select .flag.sc{height:10px;background-position:-4383px 0}.country-select .flag.sd{height:10px;background-position:-4405px 0}.country-select .flag.se{height:13px;background-position:-4427px 0}.country-select .flag.sg{height:14px;background-position:-4449px 0}.country-select .flag.sh{height:10px;background-position:-4471px 0}.country-select .flag.si{height:10px;background-position:-4493px 0}.country-select .flag.sj{height:15px;background-position:-4515px 0}.country-select .flag.sk{height:14px;background-position:-4537px 0}.country-select .flag.sl{height:14px;background-position:-4559px 0}.country-select .flag.sm{height:15px;background-position:-4581px 0}.country-select .flag.sn{height:14px;background-position:-4603px 0}.country-select .flag.so{height:14px;background-position:-4625px 0}.country-select .flag.sr{height:14px;background-position:-4647px 0}.country-select .flag.ss{height:10px;background-position:-4669px 0}.country-select .flag.st{height:10px;background-position:-4691px 0}.country-select .flag.sv{height:12px;background-position:-4713px 0}.country-select .flag.sx{height:14px;background-position:-4735px 0}.country-select .flag.sy{height:14px;background-position:-4757px 0}.country-select .flag.sz{height:14px;background-position:-4779px 0}.country-select .flag.ta{height:10px;background-position:-4801px 0}.country-select .flag.tc{height:10px;background-position:-4823px 0}.country-select .flag.td{height:14px;background-position:-4845px 0}.country-select .flag.tf{height:14px;background-position:-4867px 0}.country-select .flag.tg{height:13px;background-position:-4889px 0}.country-select .flag.th{height:14px;background-position:-4911px 0}.country-select .flag.tj{height:10px;background-position:-4933px 0}.country-select .flag.tk{height:10px;background-position:-4955px 0}.country-select .flag.tl{height:10px;background-position:-4977px 0}.country-select .flag.tm{height:14px;background-position:-4999px 0}.country-select .flag.tn{height:14px;background-position:-5021px 0}.country-select .flag.to{height:10px;background-position:-5043px 0}.country-select .flag.tr{height:14px;background-position:-5065px 0}.country-select .flag.tt{height:12px;background-position:-5087px 0}.country-select .flag.tv{height:10px;background-position:-5109px 0}.country-select .flag.tw{height:14px;background-position:-5131px 0}.country-select .flag.tz{height:14px;background-position:-5153px 0}.country-select .flag.ua{height:14px;background-position:-5175px 0}.country-select .flag.ug{height:14px;background-position:-5197px 0}.country-select .flag.um{height:11px;background-position:-5219px 0}.country-select .flag.us{height:11px;background-position:-5241px 0}.country-select .flag.uy{height:14px;background-position:-5263px 0}.country-select .flag.uz{height:10px;background-position:-5285px 0}.country-select .flag.va{width:15px;height:15px;background-position:-5307px 0}.country-select .flag.vc{height:14px;background-position:-5324px 0}.country-select .flag.ve{height:14px;background-position:-5346px 0}.country-select .flag.vg{height:10px;background-position:-5368px 0}.country-select .flag.vi{height:14px;background-position:-5390px 0}.country-select .flag.vn{height:14px;background-position:-5412px 0}.country-select .flag.vu{height:12px;background-position:-5434px 0}.country-select .flag.wf{height:14px;background-position:-5456px 0}.country-select .flag.ws{height:10px;background-position:-5478px 0}.country-select .flag.xk{height:15px;background-position:-5500px 0}.country-select .flag.ye{height:14px;background-position:-5522px 0}.country-select .flag.yt{height:14px;background-position:-5544px 0}.country-select .flag.za{height:14px;background-position:-5566px 0}.country-select .flag.zm{height:14px;background-position:-5588px 0}.country-select .flag.zw{height:10px;background-position:-5610px 0}
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(../img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	/* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
	width: auto;
	max-width: 100%;
	/* Not required for horizontal scroll to trigger */
	max-height: 100%;
	/* Needed for vertical scroll to trigger */
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
	content: ' ';
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #505A89;
	border-radius: 7px;
	left: 2px;
	right: 2px;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	/* When hovered, remove all transitions from drag handle */
	opacity: 0.2;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 9px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.datepicker--cells {
	display: flex;
	flex-wrap: wrap;
}

.datepicker--cell {
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 32px;
	z-index: 1;
}

.datepicker--cell.-focus- {
	background: #f0f0f0;
}

.datepicker--cell.-current- {
	color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
	color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
	color: #4EB5E6;
}

.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, 0.1);
	color: #4a4a4a;
	border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae;
}

.datepicker--cell.-range-from- {
	border: 1px solid rgba(92, 196, 239, 0.5);
	background-color: rgba(92, 196, 239, 0.1);
	border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, 0.5);
	background-color: rgba(92, 196, 239, 0.1);
	border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px;
}

.datepicker--cell.-selected- {
	border: none;
}

.datepicker--cell.-selected-.-focus- {
	background: #45bced;
}

.datepicker--cell:empty {
	cursor: default;
}

.datepicker--days-names {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 3px;
}

.datepicker--day-name {
	color: #FF9A19;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
	display: none;
}

.datepicker--cell-day {
	width: 14.28571%;
}

.datepicker--cells-months {
	height: 170px;
}

.datepicker--cell-month {
	width: 33.33%;
	height: 25%;
}

.datepicker--cells-years, .datepicker--years {
	height: 170px;
}

.datepicker--cell-year {
	width: 25%;
	height: 33.33%;
}

.datepickers-container {
	position: absolute;
	left: 0;
	top: 0;
}

@media print {
	.datepickers-container {
		display: none;
	}
}

.datepicker {
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-sizing: content-box;
	font-family: Tahoma,sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	opacity: 0;
	transition: opacity .3s ease,transform .3s ease,left 0s .3s;
	z-index: 100;
}

.datepicker.-from-top- {
	transform: translateY(-8px);
}

.datepicker.-from-right- {
	transform: translateX(8px);
}

.datepicker.-from-bottom- {
	transform: translateY(8px);
}

.datepicker.-from-left- {
	transform: translateX(-8px);
}

.datepicker.active {
	opacity: 1;
	transform: translate(0);
	transition: opacity .3s ease,transform .3s ease,left 0s 0s;
}

.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	transform: none;
}

.datepicker--content {
	box-sizing: content-box;
	padding: 4px;
}

.datepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
	background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
	top: calc(100% - 4px);
	transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
	right: calc(100% - 4px);
	transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
	bottom: calc(100% - 4px);
	transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
	left: calc(100% - 4px);
	transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
	left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
	right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
	left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
	top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
	bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
	top: calc(50% - 10px / 2);
}

.datepicker--body.active {
	display: block;
}

.datepicker--nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	min-height: 32px;
	padding: 4px;
}

.-only-timepicker- .datepicker--nav {
	display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.datepicker--nav-action {
	width: 32px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.datepicker--nav-action.-disabled- {
	visibility: hidden;
}

.datepicker--nav-action svg {
	width: 32px;
	height: 32px;
}

.datepicker--nav-action path {
	fill: none;
	stroke: #9c9c9c;
	stroke-width: 2px;
}

.datepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
	border-top: 1px solid #efefef;
	padding: 4px;
}

.datepicker--nav-title i {
	font-style: normal;
	color: #9c9c9c;
	margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
	cursor: default;
	background: 0 0;
}

.datepicker--buttons {
	display: flex;
}

.datepicker--button {
	color: #4EB5E6;
	cursor: pointer;
	border-radius: 4px;
	flex: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 32px;
}

.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0;
}

.datepicker--time {
	display: flex;
	align-items: center;
	position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
	flex: 0 1 138px;
	max-width: 138px;
}

.-only-timepicker- .datepicker--time {
	border-top: none;
}

.datepicker--time-sliders {
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px;
}

.datepicker--time-label {
	display: none;
	font-size: 12px;
}

.datepicker--time-current {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	position: relative;
	z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
	content: '';
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
	opacity: 1;
}

.datepicker--time-current-ampm {
	text-transform: uppercase;
	align-self: flex-end;
	color: #9c9c9c;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px;
}

.datepicker--time-row {
	display: flex;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
	margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
	background: 0 0;
	cursor: pointer;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
	outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-moz-transition: background .2s;
	transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-ms-transition: background .2s;
	transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
	background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
	background: 0 0;
}

.datepicker--time-row span {
	padding: 0 12px;
}

.datepicker--time-icon {
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
	content: '';
	background: currentColor;
	position: absolute;
}

.datepicker--time-icon:after {
	height: .4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	transform: translateY(-100%);
}

.datepicker--time-icon:before {
	width: .4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, 0.1);
	color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.3;
}

h1, .h1 {
	font-size: 48px;
}

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

h3, .h3 {
	font-size: 26px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

.paragraph, .gutenberg-content, .faq-item-answer, .featurepage-gutenberg-content, .integrations-descr, .integration-intro-descr {
	line-height: 1.7;
}

.paragraph p, .gutenberg-content p, .faq-item-answer p, .featurepage-gutenberg-content p, .integrations-descr p, .integration-intro-descr p {
	margin: 0;
	margin-bottom: 1em;
}

.paragraph-small {
	font-size: 16px;
	line-height: 1.6;
}

.paragraph-large {
	font-size: 20px;
}

.input {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	border: 1px solid #BCCDE7;
	background: #FCFDFF;
	color: #BCCDE7;
	border-radius: 6px;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 16px;
	transition: 0.15s;
	outline: none;
}

.input:focus, .input:active {
	color: #293763;
	border-color: #6991ce;
}

.input::-webkit-input-placeholder {
	color: #BCCDE7;
}

.input::-moz-placeholder {
	color: #BCCDE7;
}

.datepicker-input {
	cursor: pointer;
}

.select {
	font-size: 18px;
	background: #FCFDFF;
	border: 1px solid #BCCDE7;
	box-sizing: border-box;
	border-radius: 3px;
	color: #BCCDE7;
	width: 100%;
	padding: 8px;
	transition: 0.15s;
}

.select:active, .select:focus {
	outline: none;
	color: #293763;
}

.field {
	display: block;
	width: 100%;
}

.field-label {
	font-family: "Roboto", sans-serif;
	line-height: 1;
	font-weight: 500;
	font-size: 18px;
	color: #505A89;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fields .field {
	margin-bottom: 25px;
}

.checkbox {
	display: inline-block;
	margin-right: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.checkbox input {
	opacity: 0;
	visibility: hidden;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.checkbox input:checked + .checkbox-content::before {
	background-image: url(assets/img/checkbox.svg);
}

.checkbox-inner {
	display: block;
}

.checkbox-content {
	font-size: 18px;
	line-height: 1.4;
	display: flex;
}

.checkbox-content::before {
	content: "";
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 9px;
	background-color: #fff;
	border: 2px solid #5470CB;
	border-radius: 5px;
	display: block;
	flex-basis: 22px;
	width: 22px;
	height: 22px;
	margin-right: 12px;
	box-sizing: border-box;
	transition: 0.15s;
}

.checkbox-content span {
	display: inline-block;
	flex: 1;
}

.checkbox-small .checkbox-content {
	font-size: 16px;
}

.checkbox-small .checkbox-content::before {
	background-size: auto 8px;
	border-width: 1px;
	flex-basis: 18px;
	width: 18px;
	height: 18px;
}

.uppercase {
	text-transform: uppercase;
}
.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}
@media (min-width: 768px) {
	.text-md-left {
		text-align: left;
	}
}
.fw-bold {
	font-weight: bold;
}

.fz-xs {
	font-size: 14px;
}

.fz-sm {
	font-size: 16px;
}
.fz-lg {
	font-size: 20px;
}
.color-accent {
	color: #5470CB;
}

.full-width,
.w-100,
.w-full {
	width: 100%;
}

.full-height,
.h-100,
.h-full {
	height: 100%;
}

.pos-r,
.relative {
	position: relative;
}

.pos-a,
.absolute {
	position: absolute;
}

.pos-s,
.static {
	position: static;
}

.ov-h {
	overflow: hidden;
}
.d-flex {
	display: flex;
}

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

.justify-content-center {
	justify-content: center;
}
.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.px-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.pt-30 {
	padding-top: 30px;
}
.mt-0 {
	margin-top: 0px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-45 {
	margin-top: 45px;
}
.mr-15 {
	margin-right: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-45 {
	margin-bottom: 45px;
}
@media screen and (min-width: 576px) {
	.mr-sm-15 {
		margin-right: 15px;
	}
	.mb-sm-0 {
		margin-bottom: 0px;
	}
	.mb-sm-45 {
		margin-bottom: 45px;
	}
}

@media screen and (min-width: 768px) {
	.mr-md-15 {
		margin-right: 15px;
	}
	.mb-md-30 {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px) {
	.px-lg-30 {
		padding-right: 30px;
		padding-left: 30px;
	}
	.px-lg-45 {
		padding-right: 45px;
		padding-left: 45px;
	}
	.pl-lg-60 {
		padding-left: 60px;
	}
	.mt-lg-0 {
		margin-top: 0px;
	}
	.mt-lg-60 {
		margin-top: 60px;
	}
	.mt-lg-90 {
		margin-top: 90px;
	}
	.mb-lg-0 {
		margin-bottom: 0px;
	}
}

@media screen and (min-width: 1200px) {
	.px-xl-60 {
		padding-right: 60px;
		padding-left: 60px;
	}
	.px-xl-90 {
		padding-right: 90px;
		padding-left: 90px;
	}
	.pr-xl-60 {
		padding-right: 60px;
	}
	.pr-xl-75 {
		padding-right: 75px;
	}
	.pl-xl-60 {
		padding-left: 60px;
	}
	.pl-xl-90 {
		padding-left: 90px;
	}
	.mb-xl-90 {
		margin-bottom: 90px;
	}
}

.elementor-button-link {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	border-radius: 6px;
}

body .elementor-button.elementor-size-md {
	padding-top: 18px;
	padding-bottom: 18px;
}

.wp-block-image {
	margin-top: 30px;
	margin-bottom: 30px;
}

.has-black-text-color {
	color: '#293763';
}

.has-black-light-color {
	color: #505A89;
}

.has-black-lighter-color {
	color: #717171;
}

.has-gray-900-color {
	color: #333359;
}

.has-gray-850-color {
	color: #8C98BD;
}

.has-gray-800-color {
	color: #A099B7;
}

.has-gray-600-color {
	color: #BCCDE7;
}

.has-gray-300-color {
	color: #E7F1FF;
}

.has-gray-250-color {
	color: #ECF4FF;
}

.has-gray-100-color {
	color: #F6FAFF;
}

.divider {
	background-color: #E7F1FF;
	display: block;
	width: 100%;
	height: 2px;
}

.wp-block-button-justify .button {
	width: 100%;
}

.button-small {
	padding: 12px 25px;
}

.wp-block-button-left {
	text-align: left;
}

.wp-block-button-center {
	text-align: center;
}

.wp-block-button-right {
	text-align: right;
}

.wp-block-button-justify {
	width: 100%;
}

.button-block {
	width: 100%;
	min-width: initial;
}

@media (min-width: 576px) {
	.button-block {
		min-width: initial;
	}
}

.white-button {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(49, 49, 49, 0.25);
	color: #5470CB;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	width: 160px;
}

.button-primary {
	color: #fff;
	background: #5470CB;
}

.button-primary:hover, .button-primary:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: #4866c7;
}

.button-primary:active {
	color: #fff;
	background-color: #3d5cc4;
	box-shadow: none;
}

.button-long-primary {
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 12px;
	width: auto;
}

.button-outline-primary {
	color: #5470CB;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #5470CB;
}

.button-outline-primary:hover, .button-outline-primary:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: #4866c7;
	box-shadow: inset 0 0 0 2px #5470CB;
}

.button-outline-primary:active {
	color: #fff;
	background-color: #3d5cc4;
	box-shadow: inset 0 0 0 2px #5470CB;
}

.download-button {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.1;
	white-space: nowrap;
	text-align: left;
	border: none;
	border-radius: 6px;
	color: #293763;
	background-color: #ddecff;
	box-shadow: 0px 4px 10px rgba(231, 241, 255, 0.19);
	display: inline-flex;
	align-items: center;
	padding: 12px 15px;
	padding-right: 40px;
	min-width: 200px;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.download-button:hover, .download-button:focus {
	outline: none;
	text-decoration: none;
	color: #293763;
	background-color: #E7F1FF;
	box-shadow: 0px 2px 20px rgba(231, 241, 255, 0.75);
}

.download-button:active {
	color: #293763;
	background-color: #ddecff;
	box-shadow: none;
}

.download-button-icon {
	flex: 1;
	max-width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-button-icon img {
	display: block;
	width: 30px;
	max-width: 100%;
}

.download-button-content {
	flex: 1;
	padding-left: 20px;
}

.download-button-label {
	font-size: 16px;
	font-weight: normal;
}

.download-button-title {
	font-size: 24px;
	font-weight: bold;
}

.download-button-primary {
	color: #fff;
	background: #5470CB;
}

.download-button-primary:hover, .download-button-primary:focus {
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: #4866c7;
}

.download-button-primary:active {
	color: #fff;
	background-color: #3d5cc4;
	box-shadow: none;
}

@media (min-width: 768px) {
	.download-button {
		padding: 18px 20px;
		min-width: 240px;
	}
	.download-button-icon {
		max-width: 44px;
	}
	.download-button-icon img {
		width: 40px;
	}
}

.link-more {
	color: #5470CB;
	font-weight: normal;
	line-height: 1;
	white-space: nowrap;
	display: inline-block;
	position: relative;
}

.link-more::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3536 4.35355C22.5488 4.15829 22.5488 3.84171 22.3536 3.64645L19.1716 0.464466C18.9763 0.269204 18.6597 0.269204 18.4645 0.464466C18.2692 0.659728 18.2692 0.976311 18.4645 1.17157L21.2929 4L18.4645 6.82843C18.2692 7.02369 18.2692 7.34027 18.4645 7.53553C18.6597 7.7308 18.9763 7.7308 19.1716 7.53553L22.3536 4.35355ZM0 4.5H22V3.5H0V4.5Z' fill='%235470CB'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 0.6em;
	margin-left: 10px;
	transition: 0.3s;
}

.link-more:hover, .link-more:focus {
	color: #00CCCC;
}

.link-more:hover::after, .link-more:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3536 4.35355C22.5488 4.15829 22.5488 3.84171 22.3536 3.64645L19.1716 0.464466C18.9763 0.269204 18.6597 0.269204 18.4645 0.464466C18.2692 0.659728 18.2692 0.976311 18.4645 1.17157L21.2929 4L18.4645 6.82843C18.2692 7.02369 18.2692 7.34027 18.4645 7.53553C18.6597 7.7308 18.9763 7.7308 19.1716 7.53553L22.3536 4.35355ZM0 4.5H22V3.5H0V4.5Z' fill='%2300CCCC'/%3E%3C/svg%3E%0A");
	transform: translateX(5px);
}

.section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 56px;
	padding-bottom: 56px;
}

.section-small {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-gray {
	background-color: #F6FAFF;
}

.section-wave {
	background-image: url(assets/img/bg-wave.png);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.section-header {
	margin-bottom: 30px;
}

.section-header-center {
	max-width: 820px;
	margin-right: auto;
	margin-left: auto;
}

.section-header-nospace {
	margin-bottom: 0;
}

.section-header-heading {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: #293763;
}

.section-header-center .section-header-heading {
	text-align: center;
}

.section-header-small .section-header-heading {
	font-size: 20px;
}

.section-header-subheading {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #505A89;
}

.section-header-center .section-header-subheading {
	text-align: center;
}

@media (min-width: 576px) {
	.section {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.section-header-small .section-header-heading {
		font-size: 26px;
	}
	.section-header-subheading {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-header {
		margin-bottom: 60px;
	}
	.section-header-nospace {
		margin-bottom: 0;
	}
	.section-header-heading {
		font-size: 36px;
	}
	.section-small {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}
.section-feature-header {
	margin-bottom: 30px;
}

.card {
	border-radius: 6px;
	padding: 30px;
}

.card-white {
	background-color: #fff;
}

.card-shadow {
	box-shadow: 0px 4px 40px rgba(238, 245, 251, 0.62);
}

.tab-buttons-track {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(231, 239, 255, 0.55);
	border-radius: 10px;
	display: flex;
	padding: 4px;
}

.tab-button {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	color: #293763;
	border-radius: 5px;
	flex: 1;
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
	vertical-align: middle;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.tab-button:hover, .tab-button:focus {
	outline: none;
	text-decoration: none;
	color: #5470CB;
}

.tab-button.is-active {
	font-weight: bold;
	color: #5470CB;
	background: #F6FAFF;
}

.tabs-pane:not(.is-active) {
	display: none;
}

@media (min-width: 992px) {
	.tab-buttons-track {
		padding: 14px;
	}
	.tab-button {
		font-size: 22px;
	}
}

.integration-thumb {
	display: block;
	height: 100%;
}

.integration-thumb-inner {
	text-align: center;
	border: 3px solid #ECF4FF;
	border-radius: 10px;
	display: block;
	width: 160px;
	max-width: 100%;
	margin: auto;
	padding: 25px 5px;
	height: 100%;
}

.integration-thumb-icon {
	width: 100%;
	max-width: 75px;
	margin: auto;
	margin-bottom: 15px;
}

.integration-thumb-icon img {
	display: block;
	width: 100%;
}

.review-card {
	background: #fff;
	padding: 30px;
}

.review-card-author {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.review-card-author-img {
	margin-right: 20px;
}

.review-card-author-img img {
	border-radius: 50%;
	display: block;
	width: 55px;
}

.review-card-author-name {
	font-size: 18px;
	font-weight: 600;
}

.review-card-text {
	font-size: 18px;
	line-height: 1.6;
}

.review-card-stars {
	margin-top: 20px;
}

.reviews-carousel {
	position: relative;
}

.reviews-carousel-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.reviews-carousel-arrow {
	font-size: 0;
	border: none;
	background-color: transparent;
	background-size: auto 38px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 45px;
	height: 45px;
	margin: 5px 15px;
	transition: 0.3s;
}

.reviews-carousel-arrow:hover, .reviews-carousel-arrow:focus {
	outline: none;
}

.reviews-carousel-prev {
	background-image: url(assets/img/reviews-carousel-prev.svg);
	left: 0;
}

.reviews-carousel-next {
	background-image: url(assets/img/reviews-carousel-next.svg);
	right: 0;
}

@media (min-width: 576px) {
	.reviews-carousel {
		padding-right: 60px;
		padding-left: 60px;
	}
	.reviews-carousel-arrows {
		display: block;
		margin: 0;
	}
	.reviews-carousel-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}
	.reviews-carousel-prev:hover {
		margin-left: -5px;
	}
	.reviews-carousel-next:hover {
		margin-right: -5px;
	}
}

.feature {
	color: #293763;
	position: relative;
	height: 100%;
	padding-top: 10px;
}

.features .feature {
	padding: 32px 16px 24px;
	border-radius: 20px;
	background:#F6FAFF;
}

.features .feature:hover {
	color: #fff;
	background: #5470CB;
	box-shadow: 0px 100px 80px 0px rgba(84, 112, 203, 0.20);
	z-index: 999;
}

.features .feature:hover .feature-icon img,
.features .feature:hover::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(78%) saturate(1%) hue-rotate(147deg) brightness(101%) contrast(102%);
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(78%) saturate(1%) hue-rotate(147deg) brightness(101%) contrast(102%);
}

.feature-icon img {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	width: 100%;
}

.features .feature::after {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	right: 16px;
	background-image: url(assets/img/ArrowUpRight.svg);
	width: 32px;
	height: 32px;
	background-size: cover;
}

.feature-centered {
	text-align: center;
	width: 158px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.feature-has-tooltip {
	cursor: pointer;
}

.feature-has-tooltip .feature-icon {
	opacity: 0.35;
}

.feature-has-tooltip:hover .feature-icon, .feature-has-tooltip:focus .feature-icon {
	opacity: 1;
}

.feature-icon {
	display: block;
	margin: 0;
	width: 60px;
	position: relative;
	transition: 0.3s;
}

.features .feature-icon {
	width: 64px;
}

.features-row-section .feature-icon::before {
	content: "";
	background: #F6FAFF;
	border-radius: 50%;
	opacity: 0;
	display: block;
	width: 86px;
	height: 86px;
	position: absolute;
	z-index: 0;
	top: -6.5px;
	left: -13px;
	transition: 0.3s;
}

.features-row-section .feature-icon:hover::before,
.features-row-section .feature-icon:focus::before {
	opacity: 1;
}

.feature-centered .feature-icon {
	margin-right: auto;
	margin-left: auto;
}

.feature-icon img {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	width: 100%;
}

.feature-heading {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 45px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.features .feature-heading {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 12px;
	margin-bottom: 4px;
	font-weight: 500;
}

.feature-centered .feature-heading {
	text-align: center;
}

.feature-description {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.45;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.feature-more {
	position: absolute;
	bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.feature-tooltip {
	text-align: left;
	border: 1px solid #5470CB;
	border-radius: 6px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	width: 120%;
	padding: 10px;
	padding-bottom: 5px;
	position: absolute;
	z-index: 100;
	left: -10%;
	right: -10%;
	bottom: -10px;
	transition: 0.3s;
	cursor: initial;
}

.features-row-section .feature:hover .feature-tooltip,
.features-row-section .feature:focus .feature-tooltip {
	opacity: 1;
	visibility: visible;
	padding-bottom: 10px;
	bottom: 0;
}

.feature-tooltip-heading {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.005em;
	color: #505A89;
	margin-bottom: 5px;
}

.feature-tooltip-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	color: #505A89;
}

.feature-tooltip-text p {
	margin: 0;
}

.feature-tooltip-text p + p {
	margin-top: 0.5em;
}

.feature-tooltip-more {
	margin-top: 10px;
}



@media (min-width: 768px) {
	.features-row-section .feature-heading {
		font-size: 20px;
		margin-top: 15px;
	}
	.features .feature-heading {
		font-size: 32px;
	}
	.lang-ru .features .feature-heading {
		font-size: 24px;
	}
	.lang-de .features .feature-heading {
		font-size: 22px;
	}
}

.section-applinks-items {
	margin-right: -20px;
	margin-left: -20px;
}

.app-link {
	text-decoration: none;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: auto;
	padding: 15px 5px;
	transition: 0.3s;
}

.app-link:hover, .app-link:focus {
	text-decoration: none;
	outline: none;
	background-color: #F6FAFF;
}

.app-link:hover svg, .app-link:focus svg {
	fill: #5470CB;
}

.app-link:hover .app-link-text, .app-link:focus .app-link-text {
	color: #5470CB;
}

.app-link-icon svg {
	display: block;
	width: 40px;
	max-width: 100%;
	height: auto;
	transition: 0.3s;
}

.app-link-text {
	text-align: center;
	font-size: 13px;
	color: #8495AF;
	margin-top: 10px;
}

@media (min-width: 576px) {
	.app-link {
		width: 150px;
		height: 150px;
	}
	.app-link-text {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.app-link {
		border-radius: 26px;
		width: 190px;
		height: 190px;
	}
	.app-link svg {
		width: 95px;
	}
}

.opinion-tabs-row {
	background: #F6FAFF;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	box-shadow: inset 0px 0px 40px rgba(216, 231, 255, 0.43);
	display: flex;
	margin-left: -25px;
	margin-right: -20px;
}

.opinion-tabs-buttons {
	background: #fff;
}

.opinion-tabs-panes {
	flex: 2.2;
}

.opinion-tabs-button {
	background: #fff;
	display: block;
	padding: 10px;
	transition: 0.3s;
}

.opinion-tabs-button.is-active {
	border-radius: 0;
	background: #F6FAFF;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	box-shadow: none;
	box-shadow: inset 40px 0px 40px rgba(216, 231, 255, 0.43);
}

.opinion-tabs-author {
	display: flex;
	align-items: center;
}

.opinion-tabs-author-pic {
	display: block;
	width: 40px;
}

.opinion-tabs-author-pic img {
	display: block;
	margin: 0;
	width: 100%;
	border-radius: 50%;
}

.opinion-tabs-author-details {
	display: none;
}

.opinion-tabs-author-name {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3;
	color: #293763;
}

.opinion-tabs-author-since {
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	line-height: 1.3;
	color: #8C98BD;
}

.opinion-tabs-pane {
	padding: 20px 25px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.opinion-tabs-pane:not(.is-active) {
	display: none;
}

.opinion-tabs-review-title {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
	color: #293763;
	margin-bottom: 5px;
}

.opinion-tabs-review-author {
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	line-height: 1.3;
	color: #8C98BD;
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.opinion-tabs-row {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.opinion-tabs-buttons {
		flex: 1;
	}
	.opinion-tabs-button {
		padding: 15px;
	}
	.opinion-tabs-author-pic {
		margin-right: 15px;
	}
	.opinion-tabs-author-details {
		display: block;
	}
}

.vertical-tabs-row {
	display: flex;
	margin-left: -25px;
	margin-right: -20px;
}

.vertical-tabs-buttons {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.vertical-tabs-panes {
	flex: 7;
}

.vertical-tab-button {
	display: block;
	padding: 15px 0 15px 27px;
	border-right: 2px solid #DCEAFF;
}

.vertical-tab-button span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #BCCDE7;
}

.vertical-tab-button.is-active {
	background: #E7F1FF;
	border: 2px solid #DCEAFF;
	border-right: none;
}

.vertical-tab-button.is-active span {
	color: #5470CB;
}

.tip-buttons-outline {
	height: 100%;
	border-right: 2px solid #DCEAFF;
}

.vertical-tabs-pane {
	padding: 30px 30px 0 30px;
}

.vertical-tabs-pane:not(.is-active) {
	display: none;
}

.vertical-tabs-content-title {
	margin-bottom: 12px;
}

.vertical-tabs-content-body p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.vertical-tabs-buttons {
		flex: 4;
	}
}

@media screen and (max-width: 568px) {
	.vertical-tabs-row {
		flex-direction: column;
	}
	.vertical-tabs-button {
		border-right: none;
	}
	.vertical-tabs-button.is-active {
		border-right: 2px solid #DCEAFF;
	}
	.try-monitask-now-cta {
        flex-direction: column;
        row-gap: 16px;
    }
}

.features-vertical-tabs .vertical-tabs-content-title h4 {
	font-size: 18px;
}

.features-vertical-tabs .vertical-tabs-content-body p {
	font-size: 14px;
	letter-spacing: 0.02em;
}

.features-vertical-tabs .vertical-tabs-content-body h4,
.features-vertical-tabs .vertical-tabs-content-body p {
	line-height: 24px;
	color: #313131;
}

.nonprofit-vertical-tabs .vertical-tabs-content-title h4 {
	font-size: 30px;
	color: #5470CB;
	line-height: 24px;
}

.nonprofit-vertical-tabs .vertical-tabs-content-body p {
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 150%;
	color: #313131;
}

.faq-block {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 45px;
}

.faq-item-header {
	font-weight: bold;
	color: #5470CB;
	position: relative;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.3s;
}

.faq-item-header::after {
	content: "";
	background: url(assets/img/faq-chevron.svg) no-repeat center center;
	background-size: contain;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -10px;
	transition: 0.3s;
}

.faq-item-header h2, .faq-item-header h3, .faq-item-header h4, .faq-item-header h5, .faq-item-header h6 {
	font: inherit;
	display: block;
	padding: 0;
	margin: 0;
}

.faq-item.is-expanded .faq-item-header {
	background-color: #F6FAFF;
}

.faq-item.is-expanded .faq-item-header::after {
	transform: rotate(180deg);
}

.faq-item-header:hover, .faq-item-header:focus {
	outline: none;
	color: #5470CB;
}

.faq-item-answer {
	opacity: 0;
	padding-right: 30px;
	padding-left: 30px;
	max-height: 0px;
	overflow: hidden;
	transition: 0.2s;
}

.faq-item.is-expanded .faq-item-answer {
	opacity: 1;
	max-height: 500px;
	padding-top: 15px;
	padding-bottom: 5px;
}

@media (min-width: 768px) {
	.faq-item-header {
		border-radius: 8px;
	}
}

.trusted {
	background: #FFFFFF;
	box-shadow: 0px 2px 25px rgba(41, 55, 99, 0.07);
	padding-top: 45px;
	padding-bottom: 45px;
}

.trusted-heading {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 30px;
}

.trusted-item {
	text-align: center;
	display: block;
	min-width: 200px;
	margin: auto;
	margin-bottom: 30px;
}

.trusted-item-logo {
	display: block;
	height: 40px;
	width: auto;
	margin: auto;
	margin-bottom: 8px;
}

.trusted-item-stars {
	display: block;
	margin: auto;
	width: 100px;
	height: auto;
}

.trusted-item {
	text-align: center;
	display: block;
	min-width: 200px;
	margin: auto;
	margin-bottom: 30px;
}

.trusted-item-logo {
	display: block;
	height: 40px;
	width: auto;
	margin: auto;
	margin-bottom: 8px;
}

.trusted-item-stars {
	display: block;
	margin: auto;
	width: 100px;
	height: auto;
}

.zaps-card {
	box-shadow: 0px 0px 30px rgba(214, 226, 237, 0.42);
	border-radius: 6px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	padding-top: 30px;
	height: 100%;
}

.zaps-card-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.zaps-card-cta {
	justify-self: flex-end;
}

.zaps-card-header {
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.zaps-card-header img {
	width: 32px;
	height: auto;
}

.zaps-card-header h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #313131;
	margin-left: 10px;
}

.zaps-card-body {
	flex: 1;
}

.zaps-card-body p {
	font-size: 16px;
	line-height: 150%;
	color: #313131;
	margin-bottom: 18px;
}

.zaps-card-body span {
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #969696;
	margin-bottom: 18px;
	display: block;
}

.zaps-conditions {
	margin-top: 30px;
	font-size: 16px;
	color: #969696;
}
.logo-img {
	display: block;
	width: 110px;
	padding-right: 20px;
}

.logo-img img {
	display: block;
	margin: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.logo-img {
		width: 130px;
	}
}

.language-switcher a {
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	color: #505A89;
}

.language-switcher:hover .language-switcher-dropdown, .language-switcher:focus-within .language-switcher-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(15px);
}

.language-switcher-current:hover + .language-switcher-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(15px);
}

.language-switcher-current::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99997 1.08154L3.62501 4.08154L6.25 1.08154' stroke='%23505A89' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	width: 7.5px;
	height: 7.5px;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-40%);
}

.language-switcher-current:hover::after, .language-switcher-current:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99997 1L3.62501 4L6.25 1' stroke='%235470CB' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.language-switcher-dropdown::before {
	content: "";
	background: url(assets/img/menu-dropdown.svg) no-repeat center bottom;
	background-size: contain;
	filter: drop-shadow(0px -6px 4px rgba(204, 216, 235, 0.2));
	position: absolute;
	z-index: -1;
	top: -19px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 27px;
	height: 20px;
}

.language-switcher-dropdown li {
	line-height: 1;
	list-style: none;
	display: block;
	padding: 3px 0;
}

.language-switcher-dropdown li > a {
	border-radius: 999px;
	display: inline-block;
	padding: 8px 14px;
}

.language-switcher-dropdown li > a:hover, .language-switcher-dropdown li > a:focus {
	background-color: #ECF4FF;
}

.language-switcher-sub {
	max-height: 300px;
	overflow: auto;
}

.language-switcher-list {
	padding: 0;
	margin: 0;
}

.topmenu .menu-item-has-children:hover .sub-menu, .topmenu .menu-item-has-children:focus-within .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(15px);
}

.topmenu .menu-item-has-children > a {
	margin-right: 10px;
}

.topmenu .menu-item-has-children > a::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99997 1.08154L3.62501 4.08154L6.25 1.08154' stroke='%23505A89' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	width: 7.5px;
	height: 7.5px;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-40%);
}

.topmenu .menu-item-has-children > a:hover::after, .topmenu .menu-item-has-children > a:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99997 1L3.62501 4L6.25 1' stroke='%235470CB' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.topmenu .menu-item-has-children > a:hover + .topmenu-sub, .topmenu .menu-item-has-children > a:focus + .topmenu-sub {
	opacity: 1;
	visibility: visible;
	transform: translateY(15px);
}

.topmenu .menu-item-has-megamenu:hover > a::before, .topmenu .menu-item-has-megamenu:focus-within > a::before {
	opacity: 1;
	visibility: visible;
}

.topmenu .menu-item-has-megamenu:hover .megamenu, .topmenu .menu-item-has-megamenu:focus-within .megamenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.topmenu .menu-item-has-megamenu > a {
	margin-right: 10px;
}

.topmenu .menu-item-has-megamenu > a::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99997 1.08154L3.62501 4.08154L6.25 1.08154' stroke='%23505A89' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	width: 7.5px;
	height: 7.5px;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-40%);
}

.topmenu .menu-item-has-megamenu > a::before {
	content: "";
	opacity: 0;
	visibility: hidden;
	background: url(assets/img/menu-dropdown.svg) no-repeat center bottom;
	background-size: contain;
	filter: drop-shadow(0px -6px 4px rgba(204, 216, 235, 0.2));
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 10px);
	display: block;
	width: 32px;
	height: 24px;
	transition: 0.3s;
}

.topmenu .menu-item-has-megamenu > a:hover::before, .topmenu .menu-item-has-megamenu > a:focus::before {
	opacity: 1;
	visibility: visible;
}

.topmenu .menu-item-has-megamenu > a:hover::after, .topmenu .menu-item-has-megamenu > a:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99997 1L3.62501 4L6.25 1' stroke='%235470CB' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.topmenu .menu-item-has-megamenu > a:hover + .megamenu, .topmenu .menu-item-has-megamenu > a:focus + .megamenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.topmenu .sub-menu::before {
	content: "";
	background: url(assets/img/menu-dropdown.svg) no-repeat center bottom;
	background-size: contain;
	filter: drop-shadow(0px -6px 4px rgba(204, 216, 235, 0.2));
	position: absolute;
	z-index: -1;
	top: -19px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 27px;
	height: 20px;
}

.topmenu .sub-menu > li {
	line-height: 1;
	list-style: none;
	display: block;
	padding: 4px 0;
}

.topmenu .sub-menu > li > a {
	font-size: 16px;
	border-radius: 999px;
	display: inline-block;
	padding: 8px 14px;
}

.topmenu .sub-menu > li > a:hover, .topmenu .sub-menu > li > a:focus {
	background-color: #ECF4FF;
}

.mobmenu {
	padding: 0;
	margin: 0;
}

.mobmenu a {
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	color: #505A89;
}

.mobmenu .menu-item .menu-item-toggle {
	background: #ECF4FF url(assets/img/menu-plus.svg) no-repeat center center;
	background-size: auto 14px;
	border: none;
	border-radius: 999px;
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 2px;
	right: 0;
	transition: 0.3s;
}

.mobmenu .menu-item .menu-item-toggle:focus {
	outline: none;
}

.mobmenu .menu-item.is-expanded .menu-item-toggle {
	transform: rotate(45deg);
}

.mobmenu > .menu-item {
	list-style: none;
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0;
}

.mobmenu > .menu-item > a {
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.mobmenu > .menu-item > a:hover, .mobmenu > .menu-item > a:focus {
	color: #5470CB;
}

.mobmenu .sub-menu {
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	transition: 0.3s;
}

.mobmenu .sub-menu > li {
	line-height: 1;
	list-style: none;
	display: block;
	padding: 4px 0;
	margin-top: 5px;
}

.mobmenu .sub-menu > li > a {
	font-size: 20px;
	border-radius: 999px;
	display: inline-block;
	padding: 0;
}

.mobmenu .menu-item-has-children.is-expanded .sub-menu {
	opacity: 1;
	visibility: visible;
	max-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mobmenu .current-menu-item > a {
	color: #5470CB;
}

.menu-item-has-megamenu.is-expanded .megamenu {
	opacity: 1;
	visibility: visible;
	max-height: 700px;
	padding-top: 10px;
}

.megamenu-inner {
	background: #fff;
	border-bottom: 2px solid #ddecff;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-right: -30px;
	margin-left: -30px;
}

.megamenu-item {
	margin-bottom: 30px;
}

.megamenu-item-inner {
	color: #293763;
	display: flex;
	align-items: center;
	max-width: 360px;
	padding-right: 15px;
}

.megamenu-item-inner:hover, .megamenu-item-inner:focus {
	outline: none;
	color: #5470CB;
}

.megamenu-item-icon {
	width: 54px;
	flex-basis: 54px;
	margin-right: 15px;
}

.megamenu-item-icon img {
	display: block;
	width: 100%;
	margin: 0;
}

.megamenu-item-content {
	flex: 1;
}

.megamenu-item-title {
	font-size: 16px;
}

.megamenu-item-text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 7px;
}

@media (min-width: 768px) {
	.megamenu-items {
		display: flex;
		flex-wrap: wrap;
	}
	.megamenu-item {
		flex-basis: 50%;
		max-width: 50%;
	}
	.megamenu-item-full {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
		margin-bottom: 45px;
	}
	.megamenu-item-full .megamenu-item-inner {
		max-width: initial;
	}
	.megamenu-item-full .megamenu-item-content {
		display: flex;
		align-items: center;
	}
	.megamenu-item-full .megamenu-item-title {
		font-size: 24px;
		padding-right: 30px;
		width: calc(50% - 39px);
	}
	.megamenu-item-full .megamenu-item-text {
		font-size: 18px;
		margin-top: 0;
		max-width: 590px;
	}
}

.header-user-login:hover, .header-user-login:focus {
	color: #5470CB;
}

.header-user-signup:hover, .header-user-signup:focus {
	color: #ff4041;
}

.header-user-signup:hover::after, .header-user-signup:focus::after {
	transform: translateX(3px);
	opacity: 0.5;
}

.menu-hamburger {
	font-size: 0;
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	padding: 0;
}

.menu-hamburger:hover, .menu-hamburger:focus {
	outline: none;
}

.menu-hamburger * {
	pointer-events: none;
}

.menu-hamburger-lines {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	transition: 0.15s;
}

.menu-hamburger-lines::before, .menu-hamburger-lines::after {
	content: "";
	background: #5470CB;
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	margin-top: -1px;
	transition: 0.15s;
}

.menu-hamburger-lines::before {
	top: 33%;
	left: 2px;
}

.menu-hamburger-lines::after {
	top: 66%;
	left: 2px;
}

.menu-hamburger.is-active .menu-hamburger-lines::before {
	top: 50%;
	transform: rotate(45deg);
}

.menu-hamburger.is-active .menu-hamburger-lines::after {
	top: 50%;
	transform: rotate(-45deg);
}

.landing-footer {
	color: #A099B7;
}

.landing-footer a {
	border: none;
}

.landing-footer .logo-inner {
	width: 150px;
}

.landing-footer-inner {
	background-color: #F6FAFF;
	padding-top: 30px;
	padding-bottom: 15px;
}

.footer-nav-column {
	margin-bottom: 40px;
}

.footer-nav-column-heading {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.1;
	color: #333359;
	margin-bottom: 20px;
}

.footer-nav-column-content {
	color: #A099B7;
}

.footer-menu {
	display: block;
	padding: 0;
	margin: 0;
}

.footer-menu .menu-item {
	list-style: none;
	margin-bottom: 10px;
}

.footer-menu .menu-item:last-child {
	margin-bottom: 0;
}

.footer-menu .menu-item a {
	font-size: 16px;
	line-height: 1.3;
	color: #A099B7;
	display: inline-block;
	font-weight: normal;
}

.footer-menu .menu-item a:hover, .footer-menu .menu-item a:focus {
	color: #333359;
}

.footer-bottom,
.footer-GDPR {
	font-size: 14px;
}

.footer-GDPR p {
	text-align: right;
}

.footer-GDPR a {
	font-weight: normal;
}

.footer-bottom a {
	color: #A099B7;
}

.footer-bottom a:hover, .footer-bottom a:focus,
.footer-GDPR a:hover, .footer-GDPR a:focus {
	color: #333359;
}

.footer-copyriight {
	font-size: 16px;
	margin-top: 10px;
}

.footer-links {
	padding: 0;
	margin: 0;
}

.footer-links li {
	list-style: none;
	display: inline-block;
	padding: 0;
	padding-right: 5px;
	margin: 0;
}

.footer-links li a {
	display: block;
	font-weight: normal;
}

@media (min-width: 992px) {
	.landing-footer-inner {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.footer-nav-column-heading {
		margin-bottom: 30px;
	}
	.footer-menu .menu-item {
		margin-bottom: 13px;
	}
	.footer-bottom {
		position: absolute;
		bottom: 0;
		left: 15px;
	}
}

.page-hero-inner::before {
	content: "";
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF, rgba(255, 255, 255, 0));
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page-content-narrow {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.featurepage-gutenberg-content {
	max-width: 790px;
	margin-right: auto;
	margin-left: auto;
}

.feature-paragraph p {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: #313131;
}

.integrations-property-header {
	margin-bottom: 20px;
}

.integrations-property-header h1, .integrations-property-header h2, .integrations-property-header h3, .integrations-property-header h4, .integrations-property-header h5, .integrations-property-header h6 {
	font-weight: bold;
	font-size: 24px;
	color: #5470CB;
}

.integrations-property-body {
	color: #313131;
}

.integrations-property {
	text-align: center;
	padding: 25px;
}

.integrations-property-2 {
	text-align: center;
}

@media (min-width: 768px) {
	.integrations-property-header {
		margin-bottom: 40px;
	}
	.integrations-property-1 {
		border-right: 1px solid #D5E2F5;
		text-align: right;
	}
	.integrations-property-3 {
		text-align: left;
		border-left: 1px solid #D5E2F5;
	}
}

@media (min-width: 992px) {
	.integrations-property {
		padding: 55px;
	}
}

.integration-intro .page-hero-cta-secondary-content {
	margin-top: 30px;
}

input.get_me_notified_email {
	flex-basis: 40%;
    height: 100%;
    padding: 14px 20px;
	margin-right: 10px;
}
.get_me_notified_email_button {
	cursor: pointer;
}

.integration-gutenberg {
	border-top: 2px solid #E7F1FF;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.integration-gutenberg {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.landing-tracking-sshot {
	max-width: initial;
	width: 800px;
}

@media (min-width: 768px) {
	.landing-tracking-sshot {
		width: 1200px;
	}
}

.landing-video {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.landing-video-thumb {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: 0.6s;
}

.landing-video.is-playing .landing-video-thumb {
	visibility: hidden;
	opacity: 0;
}

.landing-video-embed {
	opacity: 0;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	transition: 0.6s;
}

.landing-video.is-playing .landing-video-embed {
	opacity: 1;
}

.landing-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.security-item-descr {
	max-width: 350px;
}

.landing-ifs-text {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3;
	align-items: center;
}

@media (min-width: 992px) {
	.intro-img {
		margin-top: 0;
		margin-left: -30px;
	}
}
@media (max-width: 767.98px) {
	.landing-suitable-tabs-buttons {
		margin-right: -25px;
		margin-left: -25px;
	}
}

.section-feature-heading {
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #313131;
	text-align: center;
}

.cta-trial-section {
	margin-top: 60px;
}

.track-row-desc {
	height: 100%;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}

.track-row:not(:last-child) {
	margin-bottom: 60px;
}

.track-row-step-heading,
.track-row-step-subheading {
	margin-bottom: 10px;
}

.track-row-step-heading p {
	font-weight: 900;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #BCCDE7;
}

.track-row-step-subheading h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #313131;
}

.track-row-step-desc P {
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

.accordion-item:not(:last-child) {
	margin-bottom: 30px;
}

.accordion-item-body {
	display: none;
	padding: 16px 40px 0;
}

.accordion-item-body p {
	font-size: 16px;
	line-height: 24px;
	color: #313131;
}

.accordion-item-header {
	padding-left: 40px;
	border: 0.4px solid #BCCDE7;
	box-sizing: border-box;
	border-radius: 27px;
}

.accordion-item-header h4 {
	font-size: 18px;
	line-height: 44px;
	color: #313131;
}

.accordion-item-header:hover {
	cursor: pointer;
}

.active-accordion-item .accordion-item-header {
	background: #F6FAFF;
}

.active-accordion-item .accordion-item-header h4 {
	color: #5470CB;
}

.active-accordion-item .accordion-item-body {
	display: block;
}

@media screen and (max-width: 640px) {
	.get_me_notified_email_button {
		width: 100%;
	}
	.track-row-desc {
		order: 0;
	}
	.track-row {
		text-align: center;
	}
	.track-row-img {
		order: 1;
	}
}

.key-features-container,
.blue-container {
	background: #F6FAFF;
	border-radius: 16px;
	padding: 48px 55px;
}
.pricing-section-header {
	text-align: center;
	margin-bottom: 40px;
}
.key-feature-item h3 {
	font-size: 32px;
	line-height: 38px;
	margin-top: 12px;
	margin-bottom: 8px;
	letter-spacing: -0.01em;
}
.compare-columns-row {
	column-gap: 24px;
	padding: 0 15px;
}
.compare-column-sidebar {
	width: 300px;
}
.compare-columns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex: 1;
}
.compare-column:first-of-type,
.compare-column:nth-of-type(3) {
	flex: 0 1 278px;
}
.compare-column:first-of-type {
	padding-right: 24px;
}
.compare-column:nth-of-type(3) {
	padding-left: 24px;
}
.compare-column:nth-of-type(2) {
	flex: 0 1 302px;
	padding: 0 24px;
	border-left: 1px solid #E6ECF5;
	border-right: 1px solid #E6ECF5;
}
.compare-item {
	margin-top: 16px;
	min-height: 24px;
}
.compare-plans-ja .compare-item {
	min-height: 29px;
}
.compare-column-sidebar {
	margin-top: 160px;
}
.compare-column-header {
	margin-bottom: 13px;
}
.compare-column-category:not(:nth-child(1)) {
	margin-top: 40px;
}
.compare-column-category-header {
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	min-height: 27px;
}
.compare-columns .compare-item {
	display: flex;
    justify-content: center;
    align-items: center;
}
.check-icon,
.minus-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
    background-size: contain;
}
.check-icon {
    background-image: url(assets/img/BlueCheckCircle.svg);
}
.minus-icon {
	background-image: url(assets/img/MinusCircle.svg);
}
.compare-column-name {
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	letter-spacing: -0.01em;
}
.compare-column-price {
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 24px;
}
.compare-column-cta .button {
	max-width: 172px;
}
.compare-item {
	position: relative;
}
.compare-item-tooltip {
	position: relative;
	font-size: 12px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	border-radius: 50%;
	background: #293763;
	color: #fff;
	text-align: center;
	line-height: 16px;
	font-weight: 400;
}
.plan-item-tooltip {
	cursor: help;
}



.plan-item-tooltip span ,
.compare-item-tooltip::after {
	font-size: 13px;
	line-height: 1.4;
	white-space: initial;
	color: #fff;
	background: #19223D;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 240px;
	padding: 8px 11px;
	position: absolute;
	z-index: 300;
	bottom: 100%;
	left: calc( 50% - 120px );
	transition: 0.15s;
	text-align: center;
}
.compare-item-tooltip::after {
	content: attr(data-tooltip);
}

.compare-item-tooltip:hover {
	cursor: pointer;
}
.plan-item-tooltip:hover span {
	opacity: 1;
	visibility: visible;
}
.compare-item-tooltip:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(-10px);
}
@media (min-width: 576px) {
	.plan-item-tooltip span {
		left: calc( 50% - 155px );
		transform: translateY(0%);
		width: 290px;
	}
	.compare-item-tooltip::after {
		top: 50%;
		left: calc( 50% - 185px );
		bottom: auto;
		transform: translateY(-50%);
		width: 370px;
	}
	.compare-item-tooltip:hover::after {
		transform: translateY(15%);
	}
}
.addon_features {
	margin-bottom: 80px;
}
.addon_features .pricing-section-header {
	margin-bottom: 12px;
}
.addon_features .period-switch {
	background-color: #fff;
	margin-bottom: 24px;
}
.pricing-addon-features {
	display: flex;
    column-gap: 40px;
    justify-content: center;
}
.addon-feature {
	background-color: #fff;
    max-width: 240px;
    width: 100%;
	padding: 8px 0 24px;
	text-align: center;
	border-radius: 12px;
}
.addon-feature-title {
    font-size: 56px;
    line-height: 67px;
	font-weight: 400;
}
.addon-feature-desc {
    font-size: 16px;
    padding: 0 65px;
    margin-top: -8px;
}
.addon-feature-pricing {
    margin-top: 8px;
    font-size: 22px;
	line-height: 26px;
}
.addon-feature-price {
	font-size: 36px;
	line-height: 44px;
}
.addon-feature-rule {
    font-size: 16px;
    margin-top: -5px;
}
.pricing-addon-description {
    margin-top: 24px;
    font-size: 16px;
    text-align: center;
}
.pricing-addon-section-description {
	font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
@media (max-width: 768px) {
	.addon_features .pricing-section-header {
		margin-bottom: 24px;
	}
	.pricing-addon-features {
		flex-direction: column;
		row-gap: 40px;
		align-items: center;
	}
	.addon-feature {
		max-width: none;
	}
}
.download-pdf-row {
	margin-bottom: 44px;
	margin-top: 44px;
}
.download-pdf {
	font-weight: 500;
	display: flex;
	justify-content: center;
}
.download-pdf:hover {
	color: #5470CB;
}
.download-pdf:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(assets/img/FilePdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}



.section-contact-us-form {
	padding-bottom: 160px;
}

.section-contact-us-form .section-header * {
	color: #313131;
}

.section-contact-us-form .section-header p {
	text-align: center;
}

.section-contact-us-form .contact_us-heading {
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 12px;
	font-weight: bold;
}

.contact-us {
	margin-top: 30px;
	padding: 40px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(238, 243, 251, 0.62);
	border-radius: 3px;
}


@media screen and (max-width: 540px) {
	.contact_us-form .wrap_contact_us_form {
		padding: 20px;
	}
	.page-id-16705 .feature-intro-heading {
		font-size: 31px;
	}
}

.demo-intro {
	position: relative;
	min-height: 400px;
	background-size: 65% auto;
	background-position: right top;
	background-repeat: no-repeat;
	padding: 118px 0 185px;
}

.demo-intro::before {
	content: "";
	background: linear-gradient(90deg, #FFFFFF, #FFFFFF, rgba(255, 255, 255, 0));
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.demo-intro-heading {
	font-weight: 900;
	font-size: 36px;
	line-height: 40px;
	color: #313131;
	margin-bottom: 40px;
}

.demo-intro-subheading {
	font-size: 20px;
	line-height: 130%;
	color: #717171;
}

.request-demo-form {
	background: #FFFFFF;
	max-width: 448px;
	margin: auto;
	box-shadow: 0px 0px 20px rgba(238, 243, 251, 0.75);
	border-radius: 6px;
	width: 100%;
	transform: translateY(-80px);
}

.request-demo-form .request-demo-form-header {
	padding: 20px 0;
}

.request-demo-form .request-demo-form-header p {
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #313131;
	text-align: center;
}

@media (min-width: 576px) {
	.request-demo-form {
		padding: 0 35px 35px;
	}
}

.section-demo-heading {
	font-weight: 900;
	font-size: 24px;
	line-height: 40px;
	color: #313131;
	text-align: center;
}

.all-about-monitask {
	padding-bottom: 0;
	padding-top: 100px;
}

.all-about-monitask-demo {
	margin-top: 30px;
}

.all-about-monitask-demo p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 200%;
	color: #313131;
}

.getmoni-content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.getmoni-content-inner {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.lang-en  #plan-id-enterprise {
		margin-top: -30px;
	}
	.lang-de #plan-id-pro {
		margin-top: -40px;
	}
	.lang-de #plan-id-enterprise {
		margin-top: -50px
	}
	.lang-fr #plan-id-enterprise {
		margin-top: -48px;
	}
	.lang-es .plan-column-description {
		height: 120px;
	}
	.lang-es #plan-id-enterprise {
		margin-top: -85px;
	}
	.lang-es #plan-id-pro {
		margin-top: -38px;
	}
	.lang-zh-cn .plan-column-description,
	.lang-ja .plan-column-description {
		height: 75px;
	}
	.lang-zh-cn #plan-id-pro {
		margin-top: 15px;
	}
	.lang-zh-cn #plan-id-enterprise {
		margin-top: -138px;
	}
	.lang-ja #plan-id-pro {
		margin-top: -30px;
	}
	.lang-ja #plan-id-enterprise {
		margin-top: -93px;
	}
	.lang-ru .plan-column-price {
		height: 173px !important;
	}
	.lang-ru #plan-id-pro {
		margin-top: -20px;
	}
	.lang-ru #plan-id-enterprise {
		margin-top: -50px;
	}
	.lang-hi #plan-id-enterprise {
		margin-top: -12px;
	}
	.lang-pt #plan-id-pro {
		margin-top: -18px;
	}
	.lang-pt #plan-id-enterprise {
		margin-top: -70px;
	}
}

@media (min-width: 1200px) {
	.feature-tooltip {
		width: 264px;
		padding: 21px;
		padding-bottom: 10px;
		right: auto;
		left: 65%;
	}
	.feature:hover .feature-tooltip,
	.feature:focus .feature-tooltip {
		padding-bottom: 21px;
	}
	.feature-tooltip-heading {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.feature-tooltip-text {
		font-size: 16px;
		line-height: 1.6;
	}
	.feature-tooltip-more {
		margin-top: 20px;
	}
	.opinion-tabs-button {
		padding-left: 100px;
	}
	.opinion-tabs-button.is-active {
		padding-left: 40px;
	}
	.opinion-tabs-author-pic {
		width: 75px;
		margin-right: 25px;
	}
	.opinion-tabs-panes {
		flex: 1.4;
	}
	.opinion-tabs-pane {
		padding: 90px 45px;
		padding-left: 60px;
	}
	.opinion-tabs-author-name {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.opinion-tabs-author-since {
		font-size: 18px;
	}
	.opinion-tabs-review-title {
		font-size: 24px;
	}
	.opinion-tabs-review-author {
		margin-bottom: 25px;
	}
	.trusted-heading {
		text-align: left;
		margin-bottom: 0;
	}
	.zaps-card {
		max-width: 234px;
	}
	.megamenu {
		transform: translateY(10px);
		position: absolute;
		width: 100%;
		top: 52px;
		left: 0;
		right: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		max-height: initial;
	}
	.megamenu-inner {
		box-shadow: 0px 5px 15px rgba(204, 216, 235, 0.48);
		border-bottom: none;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.megamenu-item {
		flex-basis: 33%;
		max-width: 33%;
	}
	.megamenu-item-full {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	.megamenu-item-full .megamenu-item-title {
		width: calc(33% - 39px);
	}
	.landing-header-row {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.landing-header-menu {
		display: block;
	}
	.landing-header-lang {
		flex: initial;
	}
	.landing-header-actions {
		display: block;
	}
	.landing-header-hamburger {
		display: none;
	}
	.landing-header-mobnav {
		display: none;
	}
	.landing-header-row {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lang-en #plan-id-business .plan-column-content {
		padding-top: 84px;
	}
	.lang-en  #plan-id-enterprise {
		margin-top: -14px;
	}
	.lang-de #plan-id-pro {
		margin-top: -88px;
	}
	.lang-de #plan-id-enterprise {
		margin-top: -78px;
	}
	.lang-fr #plan-id-pro {
		margin-top: -22px;
	}
	.lang-fr #plan-id-enterprise {
		margin-top: -13px;
	}
	.lang-es #plan-id-pro {
		margin-top: -45px;
	}
	.lang-es #plan-id-enterprise {
		margin-top: -80px;
	}
	.lang-zh-cn #plan-id-pro {
		margin-top: -4px;
	}
	.lang-zh-cn #plan-id-enterprise {
		margin-top: -157px;
	}
	.lang-ja #plan-id-enterprise {
		margin-top: -75px;
	}
	.lang-ru #plan-id-pro {
		margin-top: -42px;
	}
	.lang-ru #plan-id-enterprise {
		margin-top: -58px;
	}
	.lang-pt #plan-id-pro {
		margin-top: 43px;
	}
	.lang-pt #plan-id-enterprise {
		margin-top: -36px;
	}
}

.intro-feature-nonprofit {
	padding-bottom: 14vw;
	padding-top: 64px;
}

.intro-feature-nonprofit .intro-small-subheading {
	margin-top: 10px;
}

.intro-feature-nonprofit .intro-cta {
	margin: 36px 0;
}

.section-nonprofit-paragraph .feature-paragraph p {
	max-width: 685px;
	margin: 0 auto 20px;
}

.nonprofits-reason-item {
	padding: 0 26px;
}

.nonprofits-reason-item .nonprofits-reason-item-wrap {
	padding: 15px;
	background: #FFFFFF;
	height: 100%;
	box-shadow: 0px 0px 30px rgba(214, 226, 237, 0.42);
	border-radius: 6px;
}

.nonprofits-reason-item .nonprofits-reason-item-wrap .nonprofits-reason-item-header {
	margin-bottom: 15px;
}

.nonprofits-reason-item .nonprofits-reason-item-wrap .nonprofits-reason-item-header p {
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	color: #313131;
	min-height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nonprofits-reason-item .nonprofits-reason-item-wrap .nonprofits-reason-item-body p {
	font-size: 14px;
	line-height: 150%;
	color: #777777;
}

.nonprofit-vertical-tabs .section-feature-header {
	margin-bottom: 65px;
	color: #313131;
}

.nonprofit-vertical-tabs .section-feature-header p {
	margin-top: 15px;
	max-width: 780px;
}

.section-alternatives .section-feature-header {
	color: #313131;
}

.section-alternatives .section-feature-header p {
	margin: 38px 0 47px;
}

.section-alternatives .section-feature-header span {
	font-size: 30px;
	display: block;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #5470CB;
}

.section-alternatives .cta-trial-section {
	margin-top: 20px;
	margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
	.intro-feature-nonprofit {
		padding-bottom: 38vw;
	}
}

@media screen and (max-width: 991px) {
	.nonprofits-reason-item {
		margin-bottom: 20px;
	}
}



.archive-integrations-content {
	width: calc(100% + 16px);
    margin: -8px;
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
/* .archive-integrations-content-item {
	display: block;
	width: 50%;
	padding: 8px;
    border-radius: 5px;
} */
.archive-integrations-content-item:hover {
	transform: scale(1.08);
	transition: 0.3s;
}
.archive-integrations-content-item .archive-integrations-card {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%);
	padding: 30px 25px 20px;
	min-height: 130px;
	height: 100%;
}
.archive-integrations-content-item img {
	max-width: 80px;
	width: 80px;
}
.archive-integrations-item-icon {
	min-width: 80px;
    max-width: 80px;
}
.archive-integrations-item-name {
	margin-left: 20px;
}
.archive-integrations-loader {
	display: none;
	padding-top: 50px;
    font-size: 22px;
    text-align: center;
}
.archive-integrations-loader.showed{
	display: block;
}
.integration-intro-search-container .search-input-container:hover .search-input-result {
	display: block;
}
.search_integration:focus ~ .search-input-result {
	display: block;
}
.search-input-result {
	position: absolute;
    background: #fff;
    z-index: 999;
	box-shadow: 0 0px 2px 1px rgb(0 0 0 / 40%);
	display: none;
	width: 100%;
}
.integration-intro-search-item {
	width: 100%;
}
.integration-intro-search-item a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: left;
	padding: 8px;
	width: 100%;
	z-index: 9999;
}
.integration-intro-search-item img {
	vertical-align: middle;
	margin-right: 8px;
}
.search-input-icon-spiner,
.search-input-icon-loop {
	display: none;
}
.search-input-icon-loop.showed,
.search-input-icon-spiner.showed {
	display: block;
}
.integrations-categories-list {
	list-style: none;
	padding: 0;
}
.integrations-category a {
	width: 100%;
    display: block;
    padding: 5px 0;
}
.archive-integrations-category-header {
	margin-bottom: 40px;
	text-align: center;
}
.intro-cta {
	margin-bottom: 45px;
}

.intro-cta .email-register {
	flex-basis: 60%;
}
.calendlyform {
	height: 1140px;
}


.what-is-job-heading {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #313131;
	margin-bottom: 50px;
}
.what-is-job-description {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: #313131;
}
.occupation-tasks-description ul {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: #313131;
	margin: 0;
}
.occupation-tasks-heading {
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #313131;
	margin-bottom: 64px;
	text-align: center;
}
.occupation-tasks-description {
	position: relative;
	max-height: 250px;
    overflow-y: hidden;
}
.occupation-tasks-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(rgba(255, 255, 255, .4) 0%,rgba(255, 255, 255, .85) 40%, #FFF);
}
.section-gray .occupation-tasks-overlay {
	background: linear-gradient(rgba(246, 250, 255, .4) 0%,rgba(246, 250, 255, .85) 40%, #F6FAFF);
}
.occupation-tasks-read {
	display: block;
    margin: 0 auto;
    width: 80px;
    text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
}
.occupation-calc-heading {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #313131;
	width: 100%;
}
#cp_calculatedfieldsf_pform_1 {
	width: 50%;
	margin: 40px auto 0;
}
.fform {
	text-align: center;
	margin-bottom: 40px;
}
#cp_calculatedfieldsf_pform_1 .pb0 {
	display: grid !important;
    grid-template-columns: 1fr 1fr;
}
#cp_calculatedfieldsf_pform_1 .occupation_calc_field {
	text-align: center;
}
#cp_calculatedfieldsf_pform_1 .occupation_calc_field input {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	border: 1px solid #BCCDE7;
	background: #FCFDFF;
	color: #BCCDE7;
	border-radius: 6px;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 16px;
	transition: 0.15s;
	margin-top: 10px;
}

#cp_calculatedfieldsf_pform_1 .occupation_calc_field input:focus,
#cp_calculatedfieldsf_pform_1 .occupation_calc_field input:active {
	outline: none;
	color: #293763;
	border-color: #6991ce;
}
#cp_calculatedfieldsf_pform_1 .occupation_calc_field .dfield {
	display: flex;
	justify-content: center;
}
#cp_calculatedfieldsf_pform_1 .occupation_calc_field:last-child > label {
	font-weight: bold;
}
.occupation-calculation-heading {
	text-align: center;
	color: #fff;
}
.occupation-calculation-container {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
	margin-top: 40px;
}
.section-blue {
	background: #5470CB;
	box-shadow: 0px 0px 25px #969696;
}
.calculation-field-item {
	padding: 10px;
}
.calculation-field-item label {
	color: #fff;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 14px;
}
.calculation-field-item .input{
	box-shadow: inset 0px 1px 5px #96969685;
	border-color: #6991ce;
	color: #5470CB;
}
.calculation-field-item .input:focus,
.calculation-field-item .input:active {
	font-weight: bold;
}
.calculation-result-field {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.25);
	border-radius: 10px;
	text-align: center;
	padding: 8px;
}
.calculation-result-field > p {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 22px;
	line-height: 130%;
	color: #5470CB;
}
.calculation-result-field span {
	font-size: 28px;
	line-height: 130%;
	color: #B51300;
}
.calculation-field-description {
	font-size: 10px;
	color: #fff;
	font-weight: 200;
    text-align: center;
    max-width: 140px;
    display: block;
    margin: 16px auto;
}
.button-register {
	background-color: #ff4041;
    color: #fff;
}
.button-register:hover {
	background-color: #ff5d5e;
    color: #fff;
}
.landing-trusted-users-row {
    margin-top: 32px;
}
.landing-trusted-user {
    padding: 0 32px;
}
.landing-trusted-user-logo {
    text-align: center;
    margin-bottom: 16px;
}
.landing-trusted-user-rate,
.customer-comment-content-rate {
    background-image: url("assets/img/star.png");
    background-repeat: repeat-x;
    height: 21px;
    width: 120px;
    margin: 0 auto;
}
.landing-trusted-user:not(:last-child) {
    border-right: 1px solid #E6E8ED;
}
.page-template-template-page-pricing .faq-block {
	max-width: 1200px;
}
.page-template-template-page-pricing  h2 {
	font-size: 48px;
	line-height: 58px;
	color: #293763;
}
.page-template-template-page-pricing .landing-trusted-users-row {
	margin-top: 48px;
}

@media screen and (max-width: 600px) {
	.occupation-calculation-container {
		grid-template-columns: auto;
		width: 100%;
	}
}

.occupation-tasks-container {
	width: 100%;
}
.occupation-content h1,
.occupation-content h2,
.occupation-content h3,
.occupation-content h4,
.occupation-content h5,
.occupation-content h6 {
	padding-top: 50px;
    padding-bottom: 20px;
}
.occupation-content p {
	font-size: 15px;
	width: 100%;
	line-height: 2rem;
}

.what-is-template-heading {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #313131;
	margin-bottom: 50px;
}
.what-is-template-description {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: #313131;
}
.what-is-template-description p:not(:last-child) {
	margin-bottom: 30px;
}
.download-templates-heading {
	width: 100%;
	text-align: center;
    margin-bottom: 90px;
}
.dt-filter {
	width: 100%;
	font-size: 20px;
}
.dt-filter-row {
	display: flex;
}
.dt-filter-row:not(:last-of-type) {
	margin-bottom: 34px;
}
.dt-filter-row-list ul {
	margin: 0;
    list-style: none;
	padding-inline-start: 0px;
}
.dt-filter-row-list ul li {
	float: left;
	margin-right: 30px;
	padding: 10px 0;
}
.dt-filter-row-heading {
	flex-basis: 100px;

	line-height: 23px;
	color: #969696;
    padding: 10px 0;
}
.dt-filter-row-list li {
	line-height: 23px;
	cursor: pointer;
	font-size: 20px;
	color: #5470CB;
}
.dt-filter-row-list .active {
	padding: 10px 30px;
	background: #5470CB;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
    line-height: 23px;
}
.download-templates {
	padding-bottom: 10px;
}
.download-templates-item {
	padding: 90px 0;
}
.download-templates-item:nth-child(2n) {
	background-color: #F6FAFF;
}
.dt-item-heading {
	margin-bottom: 30px;
}
.dt-item-content {
	margin-top: 54px;
	display: flex;
	width: 100%;
}
.dt-item-content-desc {
	flex-basis: 55%;
}
.dt-item-content-desc {
	font-size: 16px;
	line-height: 200%;
	color: #969696;
}
.dt-item-image {
	width: 100%;
}
.dt-item-image img {
	width: 100%;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
	border-radius: 10px;
}
.dt-item-content-cta {
	display: flex;
	flex-basis: 45%;
	justify-content: flex-end;
	align-items: center;
}
.dt-item-content-cta a:first-child {
	margin-right: 30px;
}
.dt-button {
	box-shadow: 0px 0px 10px rgba(49, 49, 49, 0.25);
	text-transform: uppercase;
}
.button-secondary {
	background: #FFFFFF;
	color: #496180;
}
.popup-block {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
}
.hidden {
	display: none;
}
.popup-block .popup-overlay {
	background: rgba(32, 32, 32, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-block .popup-container {
	width: 100%;
    height: 100%;
}
.popup-block .popup-wrapper {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
}
#download-popup .popup-wrapper {
	max-width: 700px;
}
#preview-popup .popup-wrapper {
	max-width: 1440px;
}
#preview-popup .popup img {
	width: 100%;
}

.popup-block .popup {
	width: 95%;
	background: #fff;
    z-index: 9;
	padding: 44px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

#preview-popup .popup {
	width: 50%;
	background: #fff;
    z-index: 9;
	padding: 44px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

#download-popup .popup-heading {
    margin-bottom: 27px;
}
#download-popup .popup-heading h3 {
	text-align: center;
	color: #313131;
    font-size: 24px;
    line-height: 28px;
}
#download-popup .popup-subheading {
	margin-bottom: 27px;
}
#download-popup .popup-subheading p {
	max-width: 555px;
    margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	color: #496180;
}
#download-popup .popup-download-form {
	display: flex;
    margin-bottom: 27px;
}
#download-popup .popup-download-input {
	margin-right: 18px;
}
#download-popup .popup-term p {
    max-width: 555px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #C4C4C4;
}
#download-popup .popup-term .popup-term-download-link {
	color: #C4C4C4;
	font-weight: bold;
	text-decoration: underline;
}

.wp-block-code code {
	display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.main-questions {
	height: calc( 100vh - 83px );
	display: flex;
    align-items: center;
	min-height: 300px;
	background-image: url(assets/img/scattered-forcefields.svg);
}

.question-slide {
	margin-bottom: 100px;
}

.question-title {
	font-size: 34px;
	margin-bottom: 20px;
}
.question-answers {
	display: flex;
    column-gap: 20px;
    justify-content: center;
	margin-bottom: 50px;
}

.question-answers .button {
	cursor: pointer;
}

.question-slider-count {
	display: flex;
	justify-content: center;
	column-gap: 10px;
}

.question-slider-count > span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ddecff;
}

.question-slider-count > span.slider-item-current {
	background-color: #3d5cc4;
}

#eckb-article-content-body {word-wrap: break-word;}
#eckb-article-content-body p {line-height: 1.5;}
#eckb-article-content-body h1 {padding: 30px 0;}
#eckb-article-content-body h2 {padding: 20px 0;}
#eckb-article-content-body h3 {padding: 15px 0;}
#eckb-article-content-body li {padding: 5px 0;}

.lazy-intercom-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: rgb(0, 113, 178);
	border-radius: 50% !important;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 0 rgba(0, 0, 0, 0.5);
	outline: none;
	border: none;
	z-index: 999999;
	padding: 0;
}

.lazy-intercom-btn:focus {
	outline: none;
}

.lazy-intercom-btn svg {
	height: 60%;
	font: initial;
}

.try-monitask-now {
    padding: 56px 0;
    background: #FDFCFF;
}
.try-monitask-now-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #293763;
    margin-top: 8px;
}
.try-monitask-now-cta {
    margin-top: 32px;
    display: flex;
    column-gap: 32px;
    justify-content: center;
}
.plan-column-mobile-header {
	display: none;
	padding: 32px 16px;
	background: #F6FAFF;
	border-radius: 16px;
}
.plan-column-highlighted .plan-column-mobile-header {
	background: #FFFFFF;
	border: 2px solid #5470CB;
	box-shadow: 0px 96px 88px rgba(25, 30, 46, 0.04), 0px 30px 26px rgba(25, 30, 46, 0.025), 0px 12px 10px rgba(25, 30, 46, 0.02), 0px 4px 3.5px rgba(25, 30, 46, 0.02);
}
.plan-column.is-expanded .plan-column-mobile-header {
	display: none;
}
.plan-column-mobile-header::after {
	content: "+";
}
.plan-column-mobile-header::after,
.plan-column .plan-column-name::after {
	float: right;
	font-size: 38px;
}
.plan-column.is-expanded .plan-column-content {
	display: block;
}
.pricing-top-contact-second-button {
	margin-left: 24px;
}
.download-pdf-mobile {
	display: none;
	margin-top: 44px;
}
.page-template-template-page-pricing .try-monitask-now,
.page-template-template-page-contact-sales .try-monitask-now {
	background: #F6FAFF;
}
.page-template-template-page-pricing .try-monitask-now-cta a {
	font-weight: 600;
}
.page-template-template-page-pricing .faq-item-header {
	background-color: #F6FAFF;
	font-weight: 500;
}
.page-template-template-page-pricing .faq-item {
	margin-bottom: 24px;
}

.play-button {
	transition: transform 500ms;
	position: absolute;
	width: 120px;
	height: 120px;
	background-color: rgb(255 64 65 / 30%);
	border-radius: 50%;
	left: calc( 50% - 60px );
	top: calc( 50% - 60px );
}

.play-button-inner {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: #ff4041;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home .intro-img:hover {
	cursor: pointer;
}
.intro-img:hover .play-button {
	transform: scale(1.3);
}

.monitask-custom-list-item {
	display: flex;
	column-gap: 16px;
}

.monitask-custom-list-item:not(:last-of-type) {
    margin-bottom: 24px;
}

.monitask-custom-list-item-disc {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.monitask-custom-list-item-square {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-top: 7px;
    margin-left: 30px;
}

.monitask-custom-list-item-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.24px;
	margin-bottom: 8px;
}

.monitask-custom-list-item-description {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 145%;
}

.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}

.modal-overlay {
	position: absolute;
	z-index: -9;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
}

.modal-container {
	display: flex;
	justify-content: center;
	height: 100%;
}

.modal-row {
	display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.modal-box {
	height: 0;
    position: relative;
    padding: 0 20px 56.25%;
    width: 100%;
}

#intro-video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-box-close {
    position: absolute;
	top: -40px;
    right: 10px;
	cursor: pointer;
}

@media ( min-width: 768px ) {
	.modal-box-close {
		right: -40px;
	}
	.modal-row {
		width: 80%;
		padding: 50px;
	}
}

@media screen and (max-width: 768px) {
	.dt-item-content {
		flex-direction: column;
		margin-top: 30px;
	}
	.dt-item-content-cta {
		margin-top: 30px;
	}
	#eckb-article-page-container-v2 #eckb-article-content {
		padding: 20px !important;
	}
}
@media screen and (max-width: 510px) {
	.dt-item-content-cta {
		flex-direction: column;
	}
	.dt-button:first-of-type {
		margin-bottom: 20px;
		margin-right: 0 !important;
	}
	.popup-download-form {
		flex-direction: column;
	}
	.popup-download-input {
		margin-bottom: 20px;
	}
	.plan-columns {
		flex-direction: column;
	}
}
@media screen and (max-width: 736px) {
	.compare-plans {
		display: none;
	}
	.page-template-template-page-pricing .landing-trusted-users {
		margin-top: 48px;
	}
	.landing-trusted-user {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.landing-trusted-user:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid #E6E8ED;
	}
	.plans-sidebar {
		display: none;
	}
	.plan-columns > div {
		width: 100%;
	}
	.plan-columns > div:not(:last-child) {
		margin-bottom: 32px;
	}
	.plan-column-content {
		display: none;
	}
	.plan-column-mobile-header {
		display: block;
	}
	.plan-column-highlighted > div.plan-column-content {
		padding: 32px 16px;
	}
	.plan-column .plan-column-content {
		border-radius: 16px !important;
	}
	.plan-column .plan-column-name::after {
		content: "-";
	}
	.key-features-container,
	.blue-container {
		padding: 32px 16px;
	}
	.key-feature-item {
		margin-bottom: 24px;
	}
	.key-feature-item img {
		width: 32px;
	}
	.page-template-template-page-pricing h2 {
		font-size: 32px;
		line-height: 35px;
	}
	.download-pdf-mobile {
		display: block;
	}
}

/* START CONTACT SALE PAGE */
.contact-sales {
	padding-bottom: 90px;
}
.contact-sales-container {
	max-width: 790px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}
.contact-sales-row {
	column-gap: 24px;
}
.contact-sales-form-container,
.contact-sales-reasons-container {
	flex: 1;
}
.contact-sales-form-container {
	position: relative;
}
.contact-sales-form-overlay {
	display: none;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(252, 254, 255, 0.94);
    z-index: 99;
	transform: scale(0.05);
    transition: transform 500ms;
}
.animate-sales-form-overlay {
	transform: scale(1);
	display: block;
}
.contact-sales-form-overlay-flex {
	flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.contact-sales-form-overlay-image img {
	width: 128px;
}
.contact-sales-form-overlay-heading {
	font-size: 40px;
	line-height: 48px;
	margin-top: 16px;
	margin-bottom: 8px;
}
.contact-sales-form-overlay-footer {
	margin-top: 48px;
}
.field-row,
.field-row-first {
	float: left;
}
.field-row-second {
	float: right;
}
.field-row,
.field-row .iti,
.country-select {
	width: 100%;
}
.field-row-first,
.field-row-second {
	width: calc( (100% - 24px) / 2 );
}
.field-row,
.field-row-first,
.field-row-second {
	margin-bottom: 32px;
}
.field-row > label,
.field-row-first > label ,
.field-row-second > label,
.contact-sales-employees-label {
	font-weight: 500;
}
.contact-sales-employees-container label {
	font-weight: 400;
	font-size: 17px;
}
.white-input {
	font-size: 18px;
	border: 1px solid #E3E8F0;
	background: #FFF;
	color: rgba(41, 55, 99, 0.5);
	border-radius: 6px;
	width: 100%;
	padding: 10px 12px;
	transition: 0.15s;
	outline: none;
}

.white-input:focus, .white-input:active {
	color: #293763;
	border-color: #5470CB;
	opacity: 1;
}

.white-input::-webkit-input-placeholder {
	color: rgba(41, 55, 99, 0.5);
	opacity: 1;
}

.white-input::-moz-placeholder {
	color: rgba(41, 55, 99, 0.5);
	opacity: 1;
}
.contact-sales-form::after {
	content: "";
	display: block;
	clear: both;
}
.contact-sales-form input,
.contact-sales-form .country-select,
.contact-sales-form .iti--allow-dropdown,
.contact-sales-form textarea,
.contact-sales-form .radio-label:first-of-type {
	margin-top: 4px;
}
.contact-sales-form button {
	font-weight: 500;
	text-transform: capitalize;
}
.contact-sales-reasons {
	padding: 32px 48px 16px;
	background: #F6FAFF;
	border-radius: 16px;
	margin-bottom: 15px;
}
.contact-sales-reasons-container {
	display: flex;
	flex-direction: column;
}
.contact-sales-reasons-heading,
.contact-sales-reasons-item {
	margin-bottom: 24px;
}
.contact-sales-reasons-heading {
	font-size: 40px;
	line-height: 48px;
}
.radio-label {
	display: inline-block;
    padding: 12px 24px;
    border: 1px solid #E3E8F0;
    border-radius: 100px;
	margin-right: 8px;
	margin-bottom: 12px;
}
.radio-label:hover {
	cursor: pointer;
	color: #293763;
	border-color: #5470CB;
}
.contact-sales-employees-container input:checked + label {
	color: #293763;
	border-color: #5470CB;
}
.contact-sales-employees-container input {
	position: absolute;
    opacity: 0;
    visibility: hidden;
}
.contact-sales-reasons-item {
	display: flex;
    align-items: flex-start;
}
.contact-sales-reasons-item img {
	margin-right: 8px;
	width: 24px;
}
.contact-sales-form-description {
	margin-bottom: 48px;
}
.country-select .flag {
	background-image: url("assets/img/flags.png");
}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.country-select .flag{
		background-image:url("assets/img/flags@2x.png");
		background-size:5630px 15px
	}
}
.iti__flag {
	background-image: url("assets/img/flags-phone.png");
}
.field-row-error input,
.field-row-error .radio-label {
	border-color: red;
}
@media screen and (max-width: 568px) {
	.contact-sales-row {
		flex-direction: column;
	}
	.field-row-first,
	.field-row-second {
		width: 100%;
	}
	.contact-sales-reasons {
		order: 2;
	}
}

/* END CONTACT SALE PAGE */



/* TABLE OF CONTENTS PLUGIN */

.lwptoc .lwptoc_i {
	padding: 30px;
    border-radius: 8px;
}

.lwptoc .lwptoc_header {
	margin-bottom: 20px;
}

.lwptoc .lwptoc_title {
	text-transform: uppercase;
}

.lwptoc .lwptoc_item {
	margin-bottom: 10px;
}

.lwptoc_item .lwptoc_item {
	margin-bottom: 0;
}

/* END TABLE OF CONTENTS PLUGIN */


/* TIMESHEET PAGE  */

.timesheet-intro {
	padding-top: 48px;
	border-radius: 0px 0px 120px 120px;
}

.timesheet-intro-inner {
	padding-bottom: 64px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.timesheet-intro-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.timesheet-intro-preview {
	order: -1;
	display: flex;
}

.timesheet-heading {
	line-height: 1;
	margin-bottom: 20px;
}

.timesheet-content {
	line-height: 140%;
}

.timesheet-content p,
.timesheet-content ul,
.timesheet-content ol,
.timesheet-more-item-content p:not(:last-child),
.timesheet-more-item-content ul,
.timesheet-more-item-content ol {
	margin-bottom: 20px;
	line-height: 140%;
}

.timesheet-more-item-content h2 {
	margin-bottom: 4px;
	font-size: 48px;
}

.timesheet-download-widget {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.timesheet-download-item {
	flex: 1 0;
}

.timesheet-download-widget a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 24px 20px;
	border-radius: 6px;
	text-align: center;
}

.timesheet-white-download-widget .timesheet-download-item a {
	background: #fff;
}

.timesheet-gray-download-widget .timesheet-download-item a {
	background: #F6FAFF;
}

.timesheet-download-widget a:hover {
	background: #5470CB;
}

.timesheet-download-widget a:hover * {
	color: #fff;
}

.timesheet-download-item-heading {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-transform: capitalize;
	color: #5470CB;
}

.timesheet-download-item-description{
	font-weight: 400;
	font-size: 18px;
	color: #A5B5E5;
	line-height: 100%;
}

.timesheet-additional-download-widget {
	border: 2px solid #f6faff;
	padding: 24px 20px;
	margin-top: 40px;
	border-radius: 6px;
}

.timesheet-additional-download-title {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 16px;
}

.timesheet-additional-download-items {
	display: flex;
}

.timesheet-additional-download-platform {
	flex: 1;
	text-align: center;
	padding: 0 10px;
}

.timesheet-additional-download-platform-name {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.timesheet-additional-download-platform-extention {
	color: #29376380;
	margin-bottom: 16px;
}

.timesheet-additional-download-item-link {
	margin-top: 7px;
	color: #5470cb;
	display: block;
	text-decoration: underline;
}

.timesheet-more-item {
	padding: 48px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.timesheet-more-item-img {
	order: -1;
}

.timesheet-downloal {
	padding: 48px 0;
}

.timesheet-downloal-combo-img {
	margin-bottom: 20px;
}

.use-timesheet {
	padding: 80px 0;
}

.use-timesheet-advices {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.use-timesheet-advice-item {
	padding: 48px 32px;
	background: #FFFFFF;
	border-radius: 10px;
	flex: 1 0;
}

.use-timesheet-advice-item p {
	color: #313131;
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
	margin-top: 10px;
}

.use-timesheet-heading {
	font-size: 48px;
	line-height: 1;
	text-align: center;
	color: #313131;
	margin-bottom: 40px;
}

.use-timesheet-caret-right {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.timesheet_addition_content {
	padding-bottom: 80px;
}

.rounded-count {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #F6FAFF;
	color: #5470CB;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 32px;
	width: 64px;
	height: 64px;
}

.increase-cta-column .wp-block-image {
	position: relative;
}

.increase-cta-column img {
    max-width: 240px;
    display: block;
    position: absolute;
    left: calc( 50% - 120px );
    bottom: 4px;
}

.increase-cta-column .wp-block-button-center {
	margin-block-start: 0;
}

.enabled-feature-item,
.disabled-feature-item {
	list-style-type: none;
	display: flex;
	gap: 12px;
	font-size: 22px;
	font-weight: 500;
}

.enabled-feature-item:not(:last-of-type),
.disabled-feature-item:not(:last-of-type) {
	margin-bottom: 20px;
}

.enabled-feature-item::before,
.disabled-feature-item::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	flex: 20px 0 0;
	border-radius: 50%;
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 3px;
}

.enabled-feature-item::before {
	content: "\2713";
	background-color: rgba(84, 203, 103, 1);
}

.disabled-feature-item::before {
	content: "\00D7";
	background-color: rgba(203, 86, 84, 1);
}

@media( min-width: 1024px ) {
	.timesheet-intro-grid {
		flex-direction: row;
	}
	.timesheet-download-widget {
		flex-direction: row;
	}
	.timesheet-more-item-description,
	.timesheet-more-item-img,
	.timesheet-intro-inner {
		flex: 1 0 50%;
	}
	.timesheet-intro-preview {
		flex: 1 0 50%;
		order: 1;
		position: relative;
	}
	.timesheet-more-item {
		padding: 48px 0 96px;
		flex-direction: row;

	}
	.timesheet-more-item:nth-child(odd) .timesheet-more-item-img {
		order: 1;
	}
	.timesheet-more-item:nth-child(even) .timesheet-more-item-img {
		order: -1;
	}
	.timesheet-downloal {
		padding: 48px 0 96px;
	}

	.use-timesheet-advices {
		flex-direction: row;
		justify-content: space-evenly;
	}
	.use-timesheet-caret-right {
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
}

.archive-title {
	margin: 0;
}

@media (max-width: 767px){
	.archive-title {
		text-align: center;
		margin-bottom: 30px;
	}

}

/* Functionality page */

.functionality-intro {
	padding-top: 48px;
	position: relative;
	margin-bottom: 72px;
	overflow: hidden;
}

.functionality-intro-left-align .functionality-intro-container {
	max-width: 662px;
}

.functionality-intro-title {
	border-radius: 64px;
	background: linear-gradient(0deg, #465EAA 0%, #4C65B8 100%);
	margin-bottom: 48px;
	height: 300px;
	position: relative;
}

.functionality-intro-title h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 85%;
	letter-spacing: -0.8px;
	color: #FFFFFF;
	position: absolute;
	width: 100%;
    bottom: 16px;
    height: 136px;
    z-index: 99;
	text-align: center;
}

.functionality-intro-description {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.functionality-intro-cta {
	display: flex;
	align-items: center;
}

.definition-block .functionality-text,
.functionality-intro .functionality-text {
	font-size: 20px;
}

.functionality-text p,
.functionality-text li,
.functionality-text span {
	line-height: 140%;
}

.functionality-content.functionality-text h2,
.functionality-text p {
	margin-bottom: 24px;
}
.functionality-content.functionality-text h3,
.functionality-content.functionality-text h4,
.functionality-content.functionality-text h5 {
	margin-bottom: 16px;
}

.functionality-intro .button {
	width: 100%;
}

.definition-block {
	margin-bottom: 48px;
}

.definition-block-container {
	padding: 32px 24px;
	border-radius: 24px;
	border: 1px solid#FFF;
	background: #F6FAFF;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.definition-block-container.definition-block-has-image {
	padding-top: 72px;
}

.definition-block-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.definition-block-image {
	margin-top: -120px;
}

.definition-block-has-image {
	margin-top: 45px;
}

.definition-block-has-image img {
	margin-bottom: 40px;
}

.definition-block-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -0.4px;
	min-width: 220px;
}

.functionality-content-block {
	margin-bottom: 72px;
	overflow: hidden;
}

.functionality-content .puzzle-block {
	margin-bottom: 72px;
}

.puzzle-block-title h2 {
    font-size: 40px;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -0.4px;
}

.puzzle-block-header {
	margin-bottom: 24px;
}

.puzzle-block-header-left-align {
	display: flex;
	flex-direction: column;
}

.puzzle-block-header-left-align .puzzle-block-description {
	flex: 1;
}

.puzzle-block-header-center-align .puzzle-block-title h2,
.puzzle-block-header-center-align .puzzle-block-description {
	text-align: center;
	max-width: 564px;
    margin: 8px auto 24px;
}

.puzzle-block-description {
	font-size: 20px;
	line-height: 140%;
}

.puzzle-block-grid {
	display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
}

.puzzle-item {
	border-radius: 32px;
	background: #F6FAFF;
	padding: 32px 24px;
	position: relative;
	z-index: 0;
}

.puzzle-item-image {
	margin-bottom: 24px;
}

.puzzle-item-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 95%;
	letter-spacing: -0.24px;
	margin-bottom: 24px;
}

.puzzle-item-description {
	font-size: 18px;
	line-height: 140%;
	letter-spacing: -0.18px;
}

.puzzle-item-button {
	margin-top: 24px;
	box-shadow: none;
	padding: 18px 64px;
	color: #5470CB;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

.puzzle-item-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

span.puzzle-item-number {
	text-shadow: 0px 0px 2px #293763;
    color: #f6faff;
    font-size: 128px;
    position: absolute;
    bottom: 0;
    font-weight: 800;
    right: 0;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -1.28px;
	z-index: -1;
}

.desktop-only {
	display: none;
}

.functionality-bordered-block {
	border-radius: 32px;
	padding: 32px 16px;
	margin-bottom: 72px;
}

.functionality-bordered-block .wp-block-columns {
	row-gap: 0;
}

.functionality-bordered-block img {
	filter: drop-shadow(38px 68px 28px rgba(84, 112, 203, 0.3));
	-webkit-filter: drop-shadow(38px 68px 28px rgba(84, 112, 203, 0.3));
}

.wp-block-feature-item {
	border-left: 3px solid #5470CB;
	padding-left: 24px;
}

.wp-block-feature-item-title {
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 8px;
}

.image-shadow img {
	filter: drop-shadow(0 25px 40px rgba(31, 37, 51, 0.10));
	-webkit-filter: drop-shadow(0 25px 40px rgba(31, 37, 51, 0.10));
}

.keep-track-block .wp-block-column {
	border-radius: 32px;
	background:#F6FAFF;
	padding: 32px 24px;
}

.keep-track-block .wp-block-columns p {
	font-size: 18px;
}

.orange-highlight {
	color: #CB5654;
	font-size: inherit !important;
	line-height: inherit !important;
}

.keep-track-block-description {
	max-width: 564px;
    margin: 0 auto;
    line-height: 140%;
    font-size: 20px;
    margin-bottom: 24px;
}

.functionality-content .bialty-container > div:last-child {
	margin-bottom: initial;
}

.page-template-template-page-functionality .faq-block {
	max-width: 1200px;
}

.page-template-template-page-functionality .section-feature-heading {
	font-size: 36px;
	color: #293763;
}

.bottom-image-white-filter {
	position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    max-height: 520px;
}

.bottom-image-white-filter::after {
	content: "";
    display: block;
    width: 100%;
    height: 140px;
    background: linear-gradient(360deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 0;
    position: absolute;
    bottom: 0;
}

.functionality-column-rounded {
	border-radius: 40px;
}

/* TimeCard Calculator - Start */

.timecard-calculator {
	padding-bottom: 70px;
}

.timecard-calculator td {
	padding: 8px 10px;
}

.timecard-calculator .flex {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}

.timecard-calculator select.input {
	padding: 8px;
	min-width: 50px;
	max-width: 70px;
}

.timecard-calculator-table input {
	max-width: 55px;
	text-align: center;
}

.timecard-calculator thead {
	background: aliceblue;
}

.timecard-calculator tfoot td.timecard-calculator-total {
	background: aliceblue;
}

.timecard-calculator .timecard-calculator-total.div_placeholder {
	color: #BCCDE7;
}

.timecard-calculator-errors {
	width: 100%;
}

.timecard-calculator-error {
	padding: 10px 30px;
	background: #ffa7a7;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #313131;
}

.timecard-calculator-table .mobile-only {
	display: none;
}

.customer-trust-us-stars {
	background: url("assets/img/material-symbols_star.svg");
	background-repeat: repeat-x;
	width: 155px;
	height: 27px;
	margin-bottom: 8px;
}

/* GDPR Plugin */

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}
.cli-modal-backdrop.cli-fade {
    opacity: 0
}
.cli-fade {
	transition: opacity .15s linear;
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}
#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172,171,171,.3)
}
#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px
}
.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

/* GDPR END */

@media( max-width: 1023px ) {

	.timecard-calculator-table {
		margin-bottom: 20px;
	}

	.timecard-calculator-table td {
		width: 100%;
		display: block;
	}

	.timecard-calculator-table thead {
		display: none;
	}

	.timecard-calculator-table .mobile-only {
		display: block;
	}


	.timecard-calculator-tr:nth-of-type(even) {
		background: aliceblue;
	}

	td.timecard-calculator-day {
		display: none;
	}

	.timecard-calculator-total {
		text-align: center !important;
	}

	.functionality-intro-title h1::after {
		content: "";
		display: block;
		background: #354680;
		filter: blur(50px);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: -1;
	}
	.functionality-content .wp-block-image img {
		max-height: 350px;
		width: auto;
		margin: 0 auto;
		display: block;
	}

	.buisness-plan-block .wp-block-column:last-child {
		order: 3 !important;
	}

	.functionality-intro-title .functionality-intro-image {
		height: 100%;
		display: block;
		margin: 0 auto;
		object-fit: contain;
	}

	.page-id-1724 .functionality-intro-image {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1)
	}
	.mobile-reverse-columns {
		flex-direction: column-reverse;
	}
	.functionality-content .wp-block-image {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.functionality-content .wp-block-image.alignright,
	.functionality-content .wp-block-image.alignleft {
		float: initial;
	}

	.functionality-primary-cta-block .wp-block-columns {
		border-radius: 40px;
		padding: 200px 24px 40px 24px !important;
	}

	.functionality-best-software-title {
		font-size: 40px !important;
		line-height: 40px;
	}
}


@media( min-width: 1024px ) {
	.definition-block {
		margin-bottom: 72px;
	}

	.desktop-only {
		display: block;
	}

	.mobile-only {
		display: none;
	}

	.functionality-intro {
		padding-top: 24px;
		overflow: initial;
	}

	.button-long-primary {
		padding-left: 64px;
		padding-right: 64px;
	}

	.functionality-best-software-title {
		line-height: 68px;
	}

	.functionality-intro-center-align .functionality-intro-image {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.functionality-intro-left-align .functionality-intro-image {
		position: absolute;
		top: 0;
		right: 0%;
		transform: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
	}

	.functionality-intro-center-align {
		max-height: 648px;
	}

	.functionality-intro-title {
		overflow: hidden;
		padding: 48px 96px 0 96px;
		height: auto;
		min-height: 464px;
	}

	.functionality-intro-center-align::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(360deg, #4C65B8 0%, rgba(76, 101, 184, 0.00) 100%);
		height: 100px;
	}

	.page-id-1956 .functionality-intro-image {
		width: 48%;
	}

	.page-id-1985 .functionality-intro-image {
		max-width: 80%;
	}

	.page-id-1774 .functionality-intro-image {
		max-width: 50%;
	}

	.page-id-983 .functionality-intro-image {
		top: initial;
		filter: brightness(0.82);
		-webkit-filter: brightness(0.82);
	}

	.page-id-26735 .functionality-intro-image{
		top: 50%;
		transform: translateY(-50%);
	}

	.functionality-intro-left-align {
		padding-bottom: 48px;
		display: flex;
		align-items: center;
	}

	.functionality-intro-title h1 {
		font-size: 80px;
		position: relative;
		bottom: 0;
		height: auto;
		text-transform: uppercase;
	}

	.functionality-intro-left-align h1 {
		text-align: left;
	}

	.functionality-intro .button {
		width: auto;
	}

	.definition-block-container {
		padding: 72px 98px 48px;
		border-radius: 64px;
		-webkit-border-radius: 64px;
		-moz-border-radius: 64px;
		-ms-border-radius: 64px;
		-o-border-radius: 64px;
	}

	.definition-block-content {
		flex-direction: row;
	}

	.puzzle-block-header-left-align .puzzle-block-title {
		width: 368px;
	}

	.puzzle-block-header-left-align {
		flex-direction: row;
	}

	.puzzle-block-grid.two-columns {
		grid-template-columns: 1fr 1fr;
	}

	.puzzle-block-grid.three-columns {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.functionality-bordered-block {
		border-radius: 64px;
		padding: 72px 98px;
	}

	.functionality-bordered-block .wp-block-column {
		position: relative;
		order: unset;
	}

	.time-reporting-system-cta-macbook img {
		position: absolute;
		right: -5%;
		bottom: 50%;
		margin-bottom: -60%;
	}

	.buisness-plan-block .wp-block-image img {
		right: auto;
		bottom: auto;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
	}

	.bottom-image-white-filter {
		max-width: 80%;
	}

	.timecard-calculator .flex {
		gap: 15px;
		justify-content: space-between;
	}

	.timecard-calculator td {
		padding: 8px 30px;
	}

	.functionality-intro-description {
		flex-direction: row;
		max-width: 1004px;
		margin: 0 auto;
	}

	.functionality-intro-description .functionality-text {
		flex-basis: 60%;
	}
	.page-id-1724 .functionality-intro-image {
		top: -38%;
		right: 50px;
		width: 35%;
	}
	.page-id-26492 .functionality-intro-image {
		right: 80px;
		top: 50%;
		transform: translateY(-50%);
	}
	.page-id-26799 .functionality-intro-image {
		bottom: 0;
		top: auto;
		right: 50px;
	}
}