.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.container{width:1230px;padding:0 15px;margin:0 auto}.container--900{max-width:930px}@media screen and (max-width:1310px){.container{width:1170px}}@media screen and (max-width:1199px){.container{width:1100px}}@media screen and (max-width:1100px){.container{width:970px}}@media screen and (max-width:991px){.container{width:850px}}@media screen and (max-width:860px){.container{width:100%}}h3{color:#272d37;font-size:22px;font-weight:600;line-height:30px}p{color:#5f6d7e;line-height:150%;letter-spacing:-.1px}a{color:#5f6d7e;text-decoration:none}.title{color:#272d37;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.48px;margin-bottom:16px}@media screen and (min-width:767px){.title{margin-bottom:25px;letter-spacing:-.64px;color:#272d37;font-size:32px;font-weight:700;line-height:40px}}.title--main{color:#333;font-size:32px;font-weight:600;line-height:36px;letter-spacing:-.64px}@media screen and (min-width:767px){.title--main{color:#333;font-size:52px;font-weight:700;line-height:60px;letter-spacing:-.52px}}.title--white{color:#fff}.subtitle{color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px;margin-bottom:30px;max-width:800px}.subtitle--main{color:#333;font-size:18px;font-weight:400;line-height:26px}.subtitle--white{color:#fff}body,html{height:100%;padding:0;margin:0}body{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#5f6d7e;background:#fff;overflow-x:hidden;position:relative;line-height:24px;overflow-x:hidden}body.stop-scrolling{height:100%;overflow:hidden}*{box-sizing:border-box}*,:active,:focus,:hover{outline:0}select{-webkit-appearance:none}.main{flex:1 0 auto;position:relative}footer{flex-shrink:0}img{max-width:100%;height:auto}.no-scroll{overflow:hidden}.visible-mob{display:none}@media screen and (max-width:991px){.main{padding-top:85px}}@media screen and (max-width:767px){.visible-mob{display:block}}.socials{display:flex;align-items:center;gap:24px}.button{position:relative;display:flex;justify-content:center;align-items:center;border:1px solid #333;max-width:150px;filter:drop-shadow(0 1px 2px rgba(16, 24, 40, .04));border-radius:30px;color:#333;font-size:15px;font-weight:600;line-height:22px;padding:12px 18px;transition:all .2s ease}.button:hover{background:#669eff;color:#fff;border:1px solid #fff}.button--hover-arrow{transition:max-width .2s ease}@media screen and (min-width:1200px){.button--hover-arrow:hover{max-width:160px}.button--hover-arrow:hover::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}}@media screen and (max-width:1199px){.button--hover-arrow::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}}.button--arrow::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:14px;height:12px;margin-left:10px}.button--arrow:hover::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.circle-scroll-top{display:block;position:fixed;bottom:80px;right:12.5px;cursor:pointer;width:50px;height:50px;background-image:url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2564_37' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='23' height='21'%3E%3Crect x='22.5' y='20.2273' width='22' height='19.1986' transform='rotate(-180 22.5 20.2273)' fill='%23C4C4C4' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(//theappsolutions.com/wp-content/themes/appsolution_theme/css/%23mask0_2564_37)'%3E%3Cpath d='M19.7158 13.5137L11.2668 6.29988L3.28724 13.5137' stroke='white' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;background-color:#669eff;border-radius:50%;opacity:0;transform:translateY(25px);z-index:-1;transition:.3s}.circle-scroll-top.visible{opacity:1;transform:translateY(0);z-index:10}.hamburger{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:9}@media screen and (min-width:992px){.hamburger{display:none}}.hamburger{cursor:pointer;padding:10px 35px 16px 0}.hamburger span,.hamburger span:after,.hamburger span:before{cursor:pointer;border-radius:10px;height:2px;width:20px;background:#333;position:absolute;display:inline-block;content:""}.hamburger span:before{top:-5px}.hamburger span:after{bottom:-5px}.hamburger span,.hamburger span:after,.hamburger span:before{transition:all .3s cubic-bezier(.645,.045,.355,1)}.hamburger.active span{background-color:rgba(0,0,0,0)}.hamburger.active span:after,.hamburger.active span:before{top:0}.hamburger.active span:before{transform:rotate(45deg)}.hamburger.active span:after{transform:translateY(-10px) rotate(-45deg);top:10px}.header{width:100%;z-index:9;position:absolute;top:0;left:0;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (min-width:991px){.header{position:absolute}}@media(max-width:1023px){.header.is-overflow{overflow:hidden}}.header__inner{display:flex;align-items:center;justify-content:space-between;height:90px}@media screen and (max-width:992px){.header__inner{height:60px}}.header__button-wrapper{display:flex;justify-content:space-between;gap:10px}@media screen and (max-width:992px){.header__button{display:none}}.header__button-calc{max-width:201px;background:#669eff;color:#fff;border:1px solid #669eff}.header__button-calc:hover{background:rgba(0,0,0,0);color:#333;border:1px solid #333}@media screen and (max-width:992px){.header__button-calc{margin:15px auto 0}}@media screen and (min-width:993px){.header__button-calc.mobile{display:none}}@media screen and (max-width:992px){.header__button-calc.mobile{display:flex}}.header__logo{z-index:9}@media screen and (max-width:992px){.header__logo{width:90px;margin-top:7px}}.header.is-sticky{position:fixed;box-shadow:0 5px 16px rgba(0,0,0,.1);padding:8px 0;top:0;left:0;z-index:9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideDown .35s ease-in-out}@media screen and (max-width:992px){.header.is-sticky{background-color:#fff}}.header.is-sticky .header__inner{height:50px}.header__socials{position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}@media screen and (min-width:991px){.header__socials{display:none}}@media screen and (max-width:992px){.main-navigation{position:absolute;top:0;left:0;background:#464646;z-index:2;width:100%;height:100vh;padding:35px 15px;transform:translateX(104%) scaleX(0);transition:all .25s ease-in;background-color:#fff}.main-navigation.is-active{transform:translateX(0) scaleX(1)}}.main-navigation .menu{display:flex;gap:30px}@media screen and (max-width:992px){.main-navigation .menu{flex-direction:column;align-items:center;margin-top:100px}}.main-navigation .menu a{display:inline-block;width:auto;position:relative;color:#272d37;font-size:18px;font-weight:600;line-height:28px}@media screen and (min-width:991px){.main-navigation .menu a{color:#333;font-size:15px;font-weight:600;line-height:22px}}.main-navigation .menu a::before{content:"";display:block;width:0;height:1px;position:absolute;bottom:0;left:0;background:#5f6d7e;transition:width .3s}.main-navigation .menu a:hover{color:#333b44}.main-navigation .menu a:hover::before{width:100%;transition:width .3s}@media screen and (max-width:992px){.main-navigation .menu li:last-child:not(.sub-menu>li:last-child){max-width:201px;width:100%}}@media screen and (max-width:992px){.main-navigation .menu a[href="/contact-us/"]{text-align:center;border:1px solid #333;width:100%;filter:drop-shadow(0 1px 2px rgba(16, 24, 40, .04));border-radius:30px;color:#333;font-size:15px;font-weight:600;line-height:22px;padding:12px 18px;transition:all .2s ease}}.main-navigation .menu-item-has-children{position:relative}@media(min-width:1024px){.main-navigation .menu-item-has-children:hover a::after{transform:rotate(180deg)}.main-navigation .menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible;transform:translateY(10px);z-index:1}}@media(max-width:1023px){.main-navigation .menu-item-has-children.is-open a::after{transform:rotate(180deg)}.main-navigation .menu-item-has-children.is-open .sub-menu{display:grid;visibility:visible}}.main-navigation .menu-item-has-children a{display:flex;gap:5px;align-items:center}@media(max-width:1023px){.main-navigation .menu-item-has-children a{justify-content:center}}.main-navigation .menu-item-has-children a::after{content:"";display:block;width:15px;height:15px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath stroke='%23393A40' stroke-width='1.5' d='M4 6.5 8.5 11 13 6.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;transition:.3s}.main-navigation .sub-menu{position:absolute;top:100%;left:0;z-index:-1;visibility:hidden;display:grid;grid-template-columns:repeat(3,auto);grid-gap:5px 20px;width:-moz-max-content;width:max-content;padding:20px;border-radius:20px;background-color:#fff;transition:.3s}@media(min-width:1024px){.main-navigation .sub-menu{opacity:0;transform:translateY(-20px)}}@media(max-width:1023px){.main-navigation .sub-menu{display:none;grid-template-columns:1fr;padding:0;border-radius:0;background-color:rgba(0,0,0,0);position:relative;top:unset;left:unset;z-index:1}}.main-navigation .sub-menu a::after{content:none}.submenu{display:flex;opacity:0;pointer-events:none;width:100%;height:230px;justify-content:center;gap:60px;position:absolute;top:-200px;z-index:-1;left:50%;transform:translateX(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 0;transition:all .4s ease}.submenu.hovered{display:flex;transform:translate(-50%,280px);opacity:1;pointer-events:all;z-index:0}.submenu__item{background-color:#fff;padding:16px;border-radius:30px;display:flex;flex-direction:column;gap:18px;max-width:302px}.submenu__item:hover{background:#669eff;transition:all .2s ease}.submenu__item:hover .submenu__button,.submenu__item:hover .submenu__text,.submenu__item:hover .submenu__title{color:#fff}.submenu__item:hover .submenu__button{border-color:#fff}.submenu__title{color:#333;font-size:15px;font-weight:600;line-height:22px}.submenu__text{color:#333;font-size:15px;font-weight:400;line-height:22px}.submenu__button{padding:12px 18px;border-radius:30px;border:1px solid #333;width:200px;color:#333;font-size:15px;font-weight:600;line-height:22px}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}.footer{background:linear-gradient(270deg,#e8f4ff 0,#ecfffe 100%);padding:30px 0}@media screen and (min-width:767px){.footer{padding:64px 0}}.footer a{display:inline-block;width:auto;position:relative}.footer a::after{content:"";display:block;width:0;height:1px;background:#5f6d7e;transition:width .3s}.footer a:hover{color:#333b44}.footer a:hover::after{width:100%;transition:width .3s}.footer__logo a::after,.footer__socials a::after{display:none}@media screen and (max-width:767px){.footer__logo{width:100px}}.footer__inner{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:1200px){.footer__inner{gap:40px 30px}}@media(max-width:767px){.footer__inner{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px 10px}}.footer__column{min-width:100px;max-width:100%;width:auto}@media(min-width:768px)and (max-width:1200px){.footer__column{flex:1 0 200px}}@media screen and (min-width:500px){.footer__column{max-width:240px}}.footer__column p{font-weight:500}@media(max-width:767px){.footer__column .footer__contact,.footer__column:first-child,.footer__column:nth-child(3),.footer__column:nth-child(4){grid-column-start:1;grid-column-end:3}}.footer__column:first-child{margin-right:0}@media screen and (min-width:767px){.footer__column:first-child{margin-right:20px}}.footer__row{margin-bottom:20px}@media screen and (min-width:767px){.footer__row{margin-bottom:40px}}.footer__heading{font-weight:600;color:#272d37;margin-bottom:15px}@media screen and (min-width:767px){.footer__heading{margin-bottom:24px}}.footer p.footer__text{margin:16px 0;font-weight:400}.footer__copyright{text-align:center;margin-top:60px}@media screen and (min-width:767px){.footer__copyright br{display:none}}.footer-menu{padding:0;list-style:none}.footer-menu li:not(:last-child){margin-bottom:10px}.footer-menu a{font-weight:500}.footer__contact{max-width:280px}.footer__contact-link{font-weight:500}.footer__contact-link:not(:last-child){margin-bottom:10px}.footer__address{margin-bottom:10px}.footer__img{margin:20px 0}.footer-icons-list{display:flex;align-items:center;gap:30px;justify-content:flex-end;margin-top:20px}@media screen and (max-width:1200px){.footer-icons-list{justify-content:center;margin-top:40px}}@media screen and (max-width:400px){.footer-icons-list{margin-top:0}}.footer-icons-list__item{width:90px;height:90px}.footer-icons-list__item:last-child{width:155px}.footer-icons-list__item:hover::after{display:none}.footer-icons-list__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;gap:20px;z-index:9999}#preloader-spinner{width:40px;height:40px;border-radius:50%;border:4px solid #669eff;border-top-color:#fff;animation:spin 1s infinite linear;margin-top:15px}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#preloader-text{margin-top:20px;font-family:Arial,sans-serif}.loaded#preloader{display:none}.top-screen{padding:135px 0 90px;background:linear-gradient(270.63deg,#a4d3ff .91%,#b3fffa 99.83%)}@media(max-width:1023px){.top-screen{padding:50px 0}}@media(max-width:767px){.top-screen{padding:40px 0 60px}}@media(max-width:767px){.top-screen .container{padding:0 30px}}.top-screen__wrap{display:grid;grid-template-columns:625px 1fr;grid-gap:80px}@media(max-width:1180px){.top-screen__wrap{grid-template-columns:530px 1fr}}@media(max-width:1023px){.top-screen__wrap{grid-template-columns:450px 1fr;grid-gap:30px}}@media(max-width:767px){.top-screen__wrap{grid-template-columns:1fr;grid-gap:40px}}@media(min-width:768px){.top-screen--right{display:flex;justify-content:center;align-items:center;grid-row-start:1;grid-row-end:3;grid-column-start:2}}.top-screen__subtitle{margin:25px auto 0}.top-screen__button{margin:30px 0 0}.top-screen--right img,.top-screen--right picture{display:flex;justify-content:center;align-items:center}@media(max-width:767px){.top-screen--right img,.top-screen--right picture{max-width:235px;width:100%;margin:0 auto;min-height:200px}}.top-screen img{width:auto}.top-screen .support__title{color:#333;font-size:14px;font-weight:500;line-height:20px;margin-bottom:15px}.top-screen .support__item{display:flex;justify-content:center;align-items:center;width:93px}@media(max-width:767px){.top-screen .support__item:nth-child(1){width:93px}.top-screen .support__item:nth-child(2){width:70px}.top-screen .support__item:nth-child(3){width:110px}.top-screen .support__item:nth-child(4){width:40px}.top-screen .support__item:nth-child(5){width:98px}.top-screen .support__item:nth-child(6){width:80px}}.top-screen .support__list{display:flex;justify-content:space-between;align-items:center;gap:25px}@media(max-width:767px){.top-screen .support__list{justify-content:start;flex-wrap:wrap;gap:15px}}.developers--top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 auto 30px;position:relative;z-index:1}@media(max-width:1023px){.developers--top{flex-direction:column;align-items:start}}.developers--top .developers__filter{display:flex;align-items:center;gap:10px}@media(max-width:767px){.developers--top .developers__filter{flex-direction:column;align-items:start;width:100%}}.developers--top .developers__filter-title{color:#333;font-size:18px;font-weight:500;line-height:27px}.developers--top .developers__filter-list{display:flex;gap:10px}@media(max-width:767px){.developers--top .developers__filter-list{flex-direction:column;width:100%}}.developers--top .developers__filter-item{position:relative;max-width:185px;width:100%;flex-shrink:0}@media(max-width:767px){.developers--top .developers__filter-item{max-width:100%}}.developers--top .developers__filter-item::after{content:"";display:block;width:12px;height:7px;position:absolute;right:20px;top:calc(50% - 3.5px);background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0.833336L6.58926 5.24408C6.26382 5.56952 5.73618 5.56952 5.41074 5.24408L1 0.833336' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}.developers--top .developers__filter-select{display:block;width:100%;color:#272d37;font-size:15px;font-weight:600;line-height:18px;padding:12.5px 40px 12.5px 15px;border-radius:40px;background:#fff;border:1px solid #f0f0f0;cursor:context-menu}.developers--top .counters{color:#333;font-size:18px;font-weight:500;line-height:27px}.developers--top .counters span{font-weight:700}.developers{padding:65px 0}@media(max-width:767px){.developers{padding:35px 0}}.developers .container{position:relative}.developers .container::after,.developers .container::before{content:"";display:block;width:150px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 250px 250px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;opacity:.5}.developers .container::before{top:200px;left:0}@media(max-width:767px){.developers .container::before{top:150px}}.developers .container::after{top:unset;right:0;bottom:0}@media(max-width:767px){.developers .container::after{bottom:150px}}@media(min-width:768px){.developers .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}}@media(min-width:1024px)and (max-width:1179px){.developers .swiper-wrapper{grid-gap:15px}}@media(min-width:1024px){.developers .swiper-wrapper{grid-template-columns:repeat(3,1fr)}}.developers .swiper-slide{width:300px}@media(min-width:768px){.developers .swiper-slide{width:unset}}.developers__item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:30px;background:rgba(255,255,255,.7490196078);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #f0f0f0;border-radius:40px}@media(max-width:1179px){.developers__item{padding:25px 15px}}@media(max-width:767px){.developers__item{height:auto}}.developers .item__avatar{display:block;width:124px;height:124px;border-radius:50%;border:4px solid #669eff}.developers .item__name{color:#272d37;font-size:16px;font-weight:600;line-height:18px;letter-spacing:-1%;text-align:center;margin:15px 0 0}.developers .item__position{color:#5f6d7e;font-size:13px;font-weight:500;line-height:16px;letter-spacing:-1%;text-align:center;margin:10px 0 0}.developers .item__info{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.developers .item__hourly-rate,.developers .item__rating{color:#5f6d7e;font-size:14px;font-weight:500;line-height:16px;letter-spacing:-.1px}.developers .item__star{display:block;width:17px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.49992 11.5134L12.6199 14L11.5266 9.31337L15.1666 6.16004L10.3733 5.75337L8.49992 1.33337L6.62658 5.75337L1.83325 6.16004L5.47325 9.31337L4.37992 14L8.49992 11.5134Z' fill='%23FFD500'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}.developers .item__skills{display:flex;justify-content:center;align-items:baseline;flex-wrap:wrap;flex-grow:1;gap:4px;margin:25px auto 0}.developers .item__skill{color:#5f6d7e;font-size:12px;font-weight:500;line-height:24px;background:#d9ebff;letter-spacing:-.1px;padding:4px 12px;border-radius:500px}.developers .item__hire-btn{background:rgba(0,0,0,0);max-width:126px;width:100%;margin:25px auto 0;cursor:pointer;outline:0}.developers .item__hire-btn:hover{background:#669eff}.developers__load-more{max-width:200px;width:100%;margin:30px auto 0;cursor:pointer;outline:0}.developers__load-more.hidden{display:none}.developers__swiper-btns{display:flex;justify-content:center;align-items:center;gap:15px;margin:30px auto 0}@media(min-width:768px){.developers__swiper-btns{display:none}}.developers__swiper-button{display:flex;justify-content:center;align-items:center;width:46px;height:46px;background-image:url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08325 7H12.9999M8.41659 1.5L13.2684 6.35182C13.6264 6.7098 13.6264 7.2902 13.2684 7.64818L8.41659 12.5' stroke='%23333333' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;box-shadow:0 1px 2px 0 rgba(16,24,40,.0392156863);border:1px solid #333;border-radius:50%;cursor:pointer;transition:.3s}.developers__swiper-button.swiper-button-disabled{opacity:.5}.developers__button-prev{transform:scale(-1)}.developers-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:111111;display:none;width:100vw;height:100dvh;background:rgba(0,0,0,.5019607843);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.developers-popup__wrap{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);max-width:545px;width:100%;padding:65px 80px 50px;background:#fff}@media(max-width:767px){.developers-popup__wrap{max-width:100%;height:100%;padding:65px 25px 30px 15px}}.developers-popup__close{display:flex;justify-content:center;align-items:center;position:absolute;top:25px;right:25px;width:14px;height:14px;cursor:pointer}.developers-popup__close::after,.developers-popup__close::before{content:"";display:block;width:100%;height:1.5px;background:#272d37;position:absolute}.developers-popup__close::before{transform:rotate(45deg)}.developers-popup__close::after{transform:rotate(-45deg)}.developers-popup__title{color:#333;font-size:24px;font-weight:600;line-height:32px}.developers-popup__info{display:flex;align-items:center;gap:25px;margin:25px 0 20px}.developers-popup .info__avatar{display:block;width:80px;height:80px;border-radius:50%;border:4px solid #669eff}.developers-popup .info__name{color:#333;font-size:18px;font-weight:600;line-height:30px}.developers-popup .info__position{color:#5f6d7e;font-size:14px;font-weight:500;line-height:24px}.developers-popup__text{color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px;margin-bottom:20px}.developers-popup .wpcf7 form{display:flex;flex-direction:column;gap:24px}.developers-popup .hidden{display:none}.developers-popup br{display:none}.developers-popup__row{display:flex;justify-content:space-between;gap:24px}.developers-popup__input p{display:flex;flex-direction:column}.developers-popup .label,.developers-popup label{color:#272d37;font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px}.developers-popup input[type=email],.developers-popup input[type=tel],.developers-popup input[type=text]{border-radius:10px;border:1px solid #dae0e6;background:#fff;width:100%;position:relative;padding:12px 16px;box-shadow:0 1px 2px 0 rgba(16,24,40,.04);letter-spacing:-.1px;color:#333;font-size:15px;font-weight:400;line-height:22px}.developers-popup ::-moz-placeholder{color:#919ba7}.developers-popup ::placeholder{color:#919ba7}.developers-popup input[type=submit]{background:#fff;width:190px;max-width:190px;cursor:pointer}.developers-popup input[type=submit]:hover{color:#fff;background:#669eff;width:190px;max-width:190px}.developers-popup input[type=checkbox]{display:none;background:#669eff;color:#fff;line-height:0;position:relative;background:0 0;opacity:0;height:0}.developers-popup .wpcf7-list-item{margin:0!important}.developers-popup .terms-checkbox{margin-top:-30px;display:block}.developers-popup .terms-checkbox label span{position:relative;display:flex;align-items:center;margin:0;letter-spacing:-.1px;color:#272d37;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}.developers-popup .terms-checkbox label span::before{content:"";width:20px;height:20px;border:1px solid #919191;display:inline-block;border-radius:5px;margin-right:10px}.developers-popup input[type=checkbox]:checked+span::before{background:#669eff;border:1px solid #669eff;z-index:2}.developers-popup input[type=checkbox]:checked+span::after{content:"";width:10px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.5L3.85355 6.64645C3.65829 6.84171 3.34171 6.84171 3.14645 6.64645L1 4.5' stroke='white' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");display:block;position:absolute;z-index:3;top:8px;left:6px}.developers-popup input[type=email].wpcf7-not-valid,.developers-popup input[type=text].wpcf7-not-valid{border:1px solid #db4545!important}.developers-popup .terms-checkbox.wpcf7-not-valid label span::before{border:1px solid #db4545}.developers-popup__terms{margin-top:25px}.developers-popup__btn{margin-top:0;margin-left:auto}.choose{padding:35px 0 65px}@media(max-width:767px){.choose{padding:35px 0}}.choose__title{margin-bottom:30px}.choose__list{display:grid;grid-template-columns:repeat(3,auto);grid-gap:50px}@media(min-width:768px)and (max-width:1023px){.choose__list{grid-gap:15px}}@media(max-width:767px){.choose__list{grid-template-columns:repeat(auto-fill,350px)}}.choose__item{display:flex;align-items:flex-start;gap:24px}.choose .item__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:48px;height:48px}.choose .item__icon img{width:auto;height:auto}.choose .item__title{color:#333;font-size:36px;font-weight:900;line-height:44px;margin-bottom:10px}@media(max-width:1023px){.choose .item__title{font-size:30px}}.choose .item__text{color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px}.plan{position:relative;padding:85px 0}@media(max-width:767px){.plan{padding:35px 0}}.plan::before{content:"";display:block;width:50px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 150px 150px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;left:0;top:calc(50% - 25px);opacity:.5}@media(max-width:767px){.plan::before{top:150px}}.plan__wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}@media(max-width:1179px){.plan__wrap{flex-direction:column;align-items:start}}.plan__title{max-width:400px;width:100%;margin:0}@media(max-width:1179px){.plan__title{max-width:100%}}.plan__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;align-items:start;width:100%}@media(max-width:767px){.plan__list{grid-template-columns:1fr}}.plan__item{display:flex;justify-content:space-between;position:relative;gap:10px;padding:15px;background-color:#669eff;box-shadow:0 .5px 0 0 rgba(255,255,255,.1019607843) inset;border-radius:20px;transition:.3s}@media(min-width:768px){.plan__item{flex-direction:column;min-height:175px}}@media(min-width:768px){.plan__item:hover .item__text{opacity:1;transform:scaleY(1) translateY(0);position:relative;height:auto}}.plan .item__info{display:flex;flex-direction:column;justify-content:space-between;gap:10px;flex-grow:1}.plan .item--top{display:flex}.plan .item__counter{display:flex;justify-content:center;align-items:center;flex-shrink:0;position:relative;z-index:1;width:48px;height:48px;border-radius:50%;color:#fff;font-size:15px;font-weight:600;line-height:22px;background-color:#669eff;border:1px solid #fff}.plan .item__exclusive{display:flex;justify-content:center;align-items:center;max-width:106px;width:100%;background-color:#66dbff;border-radius:500px;color:#fff;font-size:13px;font-weight:600;line-height:22px;margin-left:-8px}.plan .item__title{max-width:130px;width:100%;color:#fff;font-size:15px;font-weight:400;line-height:22px}@media(max-width:768px){.plan .item__title{max-width:100%}}.plan .item__text{max-width:160px;width:100%;color:#fff;font-size:14px;font-weight:400;line-height:22px;border-left:1px solid #fff;padding-left:10px;transform-origin:bottom;transition:.3s}@media(min-width:768px){.plan .item__text{max-width:100%;position:absolute;bottom:0;border-left:none;border-top:1px solid #fff;padding-top:10px;padding-left:0;opacity:0;transform:scaleY(0) translateY(-20px)}}.logos{position:relative;padding:65px 0}@media(max-width:767px){.logos{padding:35px 0}}.logos::before{content:"";display:block;width:150px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 250px 250px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;left:calc(50% - 75px);top:calc(50% - 25px);opacity:.55}.logos__title{margin-bottom:0}.logos__subtitle{letter-spacing:-.1px;margin:15px 0 0}.logos__list{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;position:relative;z-index:1;margin:30px 0 0}@media(max-width:1023px){.logos__list{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.logos__list{grid-gap:8px;grid-template-columns:repeat(auto-fill,minmax(160px,auto))}}.logos__item{display:flex;justify-content:center;align-items:center;max-width:240px;width:100%;height:128px;background:#fff;border-radius:20px;padding:24px 0}@media(max-width:767px){.logos__item{max-width:100%;height:96px}}.logos__item img{max-width:60%;width:auto;max-height:75px}.features{padding:65px 0}@media(max-width:767px){.features{padding:35px 0}}.features .container{position:relative}.features .container::after,.features .container::before{content:"";display:block;width:150px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 250px 250px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;top:calc(50% - 25px);opacity:.5}.features .container::before{left:0}@media(max-width:767px){.features .container::before{top:150px}}.features .container::after{right:0}@media(max-width:767px){.features .container::after{top:unset;bottom:150px}}.features__title{margin-bottom:0}.features__subtitle{letter-spacing:-.1px;margin:15px 0 0}.features__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;position:relative;z-index:1;margin:30px 0 0}@media(min-width:768px)and (max-width:1179px){.features__list{grid-gap:15px}}@media(max-width:767px){.features__list{grid-template-columns:1fr}}.features__item{display:flex;flex-direction:column;gap:15px;background:#fff;padding:30px 5px 60px 30px;border-radius:40px}@media(min-width:768px)and (max-width:1179px){.features__item{padding:15px 5px 30px 15px}}@media(max-width:767px){.features__item{background:rgba(255,255,255,.5803921569);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.features .item__icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:48px;height:48px}.features .item__icon img{width:auto}.features .item__title{color:#272d37;font-size:22px;font-weight:600;line-height:30px}.features .item__list{list-style:initial;padding-left:15px}.features li{color:#5f6d7e;font-size:16px;font-weight:400;line-height:22px;letter-spacing:-.1px}.features li strong{font-weight:600}.contact-us{padding:65px 0}@media(max-width:767px){.contact-us{padding:35px 0}}.contact-us .container{position:relative}.contact-us .container::before{content:"";display:block;width:150px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 250px 250px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;top:calc(40% - 25px);left:calc(50% - 50px);opacity:.5}.contact-us__title{margin-bottom:15px}.contact-us__wrap{display:flex;justify-content:space-between;align-items:start;gap:20px}@media(max-width:1023px){.contact-us__wrap{flex-direction:column}}.contact-us__info{max-width:440px;width:100%}@media(max-width:1023px){.contact-us__info{max-width:100%}}.contact-us .info__title{color:#272d37;font-size:18px;font-weight:500;line-height:28px;letter-spacing:-.1px}.contact-us .info__clients-list{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:15px 0 30px}.contact-us .info__clients-list img{width:auto}.contact-us .info__clients-address{display:grid;grid-gap:10px;margin:10px 0 0}.contact-us .info__clients-address-item{display:flex;align-items:flex-start;gap:10px;color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px}.contact-us .info__clients-address-item img{display:block;width:24px;height:24px}.contact-us .info__list{display:grid;grid-gap:10px;margin:25px 0 0}.contact-us .info__list-item{display:flex;align-items:center;gap:10px;color:#437ef7;font-size:15px;font-weight:600;line-height:22px}.contact-us .info__list-item img{display:block;width:20px;height:20px}.contact-us .contact-us-form{border-radius:40px;background:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:32px;max-width:732px;width:100%}@media screen and (max-width:767px){.contact-us .contact-us-form{padding:14px}}.contact-us .contact-us-form .wpcf7 form{display:flex;flex-direction:column;gap:24px}.contact-us .contact-us-form br{display:none}.contact-us .contact-us-form__row{display:flex;justify-content:space-between}@media screen and (max-width:767px){.contact-us .contact-us-form__row{flex-direction:column;gap:24px}}.contact-us .contact-us-form__input p{display:flex;flex-direction:column}.contact-us .contact-us-form .label,.contact-us .contact-us-form label{color:#272d37;font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px}.contact-us .contact-us-form input[type=email],.contact-us .contact-us-form input[type=tel],.contact-us .contact-us-form input[type=text]{border-radius:10px;border:1px solid #dae0e6;background:#fff;position:relative;padding:12px 16px;box-shadow:0 1px 2px 0 rgba(16,24,40,.04);letter-spacing:-.1px;color:#333;font-size:15px;font-weight:400;line-height:22px;width:320px;height:46px}@media screen and (max-width:767px){.contact-us .contact-us-form input[type=email],.contact-us .contact-us-form input[type=tel],.contact-us .contact-us-form input[type=text]{width:100%}}.contact-us .contact-us-form ::-moz-placeholder{color:#919ba7}.contact-us .contact-us-form ::placeholder{color:#919ba7}.contact-us .contact-us-form textarea{width:100%;height:120px;border-radius:10px;border:1px solid #dae0e6;background:#fff;padding:12px 16px;box-shadow:0 1px 2px 0 rgba(16,24,40,.04);color:#333;font-size:15px;font-weight:400;line-height:22px;font-family:Inter}.contact-us .contact-us-form input[type=submit]{background:#fff;margin-top:24px;margin-bottom:-30px;width:190px;max-width:190px;cursor:pointer}.contact-us .contact-us-form input[type=submit]:hover{color:#fff;background:#669eff;width:190px;max-width:190px}.contact-us .contact-us-form input[type=checkbox]{display:none;background:#669eff;color:#fff;line-height:0;position:relative;background:0 0;opacity:0;height:0}.contact-us .contact-us-form .wpcf7-list-item{margin:0!important}.contact-us .contact-us-form .send_nda-checkbox,.contact-us .contact-us-form .terms-checkbox{margin-top:-30px;display:block}.contact-us .contact-us-form .send_nda-checkbox label span,.contact-us .contact-us-form .terms-checkbox label span{position:relative;display:flex;align-items:center;margin:0;letter-spacing:-.1px;color:#272d37;font-size:16px;font-weight:500;line-height:24px;cursor:pointer}.contact-us .contact-us-form .send_nda-checkbox label span::before,.contact-us .contact-us-form .terms-checkbox label span::before{content:"";width:20px;height:20px;border:1px solid #919191;display:inline-block;border-radius:5px;margin-right:10px}.contact-us .contact-us-form input[type=checkbox]:checked+span::before{background:#669eff;border:1px solid #669eff;z-index:2}.contact-us .contact-us-form input[type=checkbox]:checked+span::after{content:"";width:10px;height:8px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.5L3.85355 6.64645C3.65829 6.84171 3.34171 6.84171 3.14645 6.64645L1 4.5' stroke='white' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");display:block;position:absolute;z-index:3;top:8px;left:6px}.contact-us .contact-us-form input[type=email].wpcf7-not-valid,.contact-us .contact-us-form input[type=text].wpcf7-not-valid{border:1px solid #db4545!important}.contact-us .contact-us-form .send_nda-checkbox.wpcf7-not-valid label span::before,.contact-us .contact-us-form .terms-checkbox.wpcf7-not-valid label span::before{border:1px solid #db4545}.contact-us .contact-us-form__terms{margin-top:25px}.contact-us .contact-us-form__send-nda{margin-top:10px}.blog-preview{padding:32px 0;background:#f6fdff}@media screen and (min-width:767px){.blog-preview{padding:64px 0}}.blog-preview .container{position:relative}.blog-preview .container::after,.blog-preview .container::before{content:"";display:block;width:150px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 250px 250px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;top:calc(50% - 25px);opacity:.5}.blog-preview .container::before{left:0}@media(max-width:767px){.blog-preview .container::before{top:150px}}.blog-preview .container::after{right:0}@media(max-width:767px){.blog-preview .container::after{top:unset;bottom:150px}}.blog-preview__inner{display:flex;justify-content:space-between;gap:16px;position:relative;z-index:2}@media screen and (max-width:1200px){.blog-preview__inner{flex-direction:column;align-items:center}}.blog-preview__list-cards{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1200px){.blog-preview__list-cards{gap:20px}}.blog-preview .button{margin-left:auto;margin-top:40px}@media(max-width:767px){.blog-preview .article-preview.article-preview--big{min-height:unset!important}}.article-preview{max-width:384px;border-radius:10px;background:rgba(255,255,255,.75);border:1px solid #fff;transition:all .2s ease-in-out;position:relative;height:470px}@media screen and (max-width:991px){.article-preview{max-width:345px;min-height:400px;height:auto}}@media screen and (max-width:767px){.article-preview{min-height:auto;height:auto;max-width:100%;width:100%}}.article-preview:hover{box-shadow:0 4px 20px rgba(0,0,0,.05)}.article-preview:hover .article-preview__title a{color:#669eff;transition:all .2s ease-in-out}.article-preview__text-wrp{display:none}@media screen and (min-width:767px){.article-preview__text-wrp{display:block}}.article-preview__text-wrp.mobile-version{display:block}@media screen and (min-width:767px){.article-preview__text-wrp.mobile-version{display:none}}.article-preview__thumbnail-wrp{display:block}.article-preview__thumbnail-wrp img{border-radius:10px 10px 0 0}@media screen and (max-width:767px){.article-preview__thumbnail-wrp img{-o-object-fit:cover;object-fit:cover;width:100%}}.article-preview__text{padding:16px 10px}@media screen and (min-width:767px){.article-preview__text{padding:24px 32px}}.article-preview__title,.article-preview__title a{color:#272d37;font-size:22px;font-weight:600;line-height:30px;display:block;margin:20px 0}.article-preview__categories span{position:relative}.article-preview__categories span:not(:last-child)::after{content:"";width:5px;height:1px;background:#5f6d7e;position:absolute;right:-10px;top:50%;transform:translateY(-50%)}.article-preview__meta{display:flex;gap:15px;position:absolute;bottom:20px;color:#5f6d7e;font-size:14px;font-weight:500;line-height:20px}@media screen and (max-width:767px){.article-preview__meta{position:relative;bottom:initial;margin-top:20px}}.article-preview__meta .article-preview__date{position:relative}.article-preview__meta .article-preview__date::after{content:"";width:5px;height:1px;background:#5f6d7e;display:block;position:absolute;right:-10px;top:50%;transform:translateY(-50%)}.article-preview.article-preview--big{width:600px;max-width:580px;min-height:580px;border-radius:40px}@media screen and (max-width:1300px){.article-preview.article-preview--big{max-width:500px;min-height:610px}}@media screen and (max-width:991px){.article-preview.article-preview--big{width:100%;max-width:100%;height:100%;border-radius:10px}}@media screen and (max-width:767px){.article-preview.article-preview--big{min-height:auto;height:auto}}.article-preview.article-preview--big:hover .article-preview__title{color:#669eff;transition:all .2s ease}.article-preview.article-preview--big .article-preview__thumbnail-wrp{width:100%;height:350px;display:block}@media screen and (max-width:600px){.article-preview.article-preview--big .article-preview__thumbnail-wrp{height:auto}}.article-preview.article-preview--big .article-preview__thumbnail-wrp img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:40px 40px 0 0}@media screen and (max-width:600px){.article-preview.article-preview--big .article-preview__thumbnail-wrp img{border-radius:10px 10px 0 0}}.article-preview.article-preview--big .article-preview__title{margin-top:0}@media screen and (max-width:600px){.article-preview.article-preview--big .article-preview__meta{position:relative;margin-top:40px}}.article-preview.article-preview--horizontal{display:flex;max-width:100%;width:580px;height:180px;min-height:initial}@media screen and (max-width:991px){.article-preview.article-preview--horizontal{width:100%;height:100%}}.article-preview.article-preview--horizontal:hover .article-preview__title{color:#669eff;transition:all .2s ease-in-out}.article-preview.article-preview--horizontal a{display:flex}@media screen and (max-width:600px){.article-preview.article-preview--horizontal a{flex-direction:column}}.article-preview.article-preview--horizontal .article-preview__thumbnail-wrp{width:180px;height:180px}@media screen and (max-width:600px){.article-preview.article-preview--horizontal .article-preview__thumbnail-wrp{width:100%;height:auto}}.article-preview.article-preview--horizontal .article-preview__thumbnail-wrp img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px 0 0 10px}@media screen and (max-width:600px){.article-preview.article-preview--horizontal .article-preview__thumbnail-wrp img{border-radius:10px 10px 0 0}}.article-preview.article-preview--horizontal .article-preview__text{width:410px;padding:10px 20px}@media screen and (max-width:600px){.article-preview.article-preview--horizontal .article-preview__text{width:100%}}.article-preview.article-preview--horizontal .article-preview__title{margin:0 0 14px}.article-preview.article-preview--horizontal .article-preview__meta{bottom:10px}@media screen and (max-width:600px){.article-preview.article-preview--horizontal .article-preview__meta{position:relative;margin-top:20px}}.content{padding:65px 0}@media(max-width:767px){.content{padding:35px 0}}.content__wrap{max-width:800px;width:100%}.content__show-more{background:rgba(0,0,0,0);margin:30px 0 0;cursor:pointer}.content__wrap.visible{height:auto}.content__wrap.visible+.content__show-more{display:none}.content .wp-element-caption{color:#bdbdbd;font-size:14px;font-weight:400;line-height:21px}.content img{margin:40px 0 0}.content .wp-element-caption{margin-bottom:30px}.content p{letter-spacing:-.1px;color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px}.content a{color:#669eff}.content a:hover{text-decoration:underline}.content h2{color:#272d37;font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.48px;margin-bottom:16px}@media screen and (min-width:767px){.content h2{margin-bottom:25px;letter-spacing:-.64px;color:#272d37;font-size:32px;font-weight:700;line-height:40px}}.content h2,.content h3,.content h4,.content h5{margin:0 0 20px}.content h3,.content h4,.content h5{line-height:110%}.content h3{font-size:26px;margin:0 0 15px}@media screen and (min-width:767px){.content h3{font-size:28px}}.content h4{font-size:22px;margin:0 0 15px}@media screen and (min-width:767px){.content h4{font-size:26px}}.content h5{font-size:20px;margin:0 0 15px}@media screen and (min-width:767px){.content h5{font-size:24px}}.content ol,.content ul{padding-left:45px;margin:0 0 15px}.content ol li,.content ul li{letter-spacing:-.01em;position:relative;color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px}.content ol li:not(:last-child),.content ul li:not(:last-child){margin-bottom:10px}.content ul li::before{content:"";width:14px;height:14px;background:#669eff;border-radius:50%;position:absolute;top:5px;left:-25px}.content ol{counter-reset:item;padding-left:17px}.content ol li{display:block}.content ol li:before{content:counter(item) ". ";counter-increment:item;color:#669eff;font-size:16px;font-weight:400;line-height:24px}.content .wp-block-quote{margin:50px 0}.content .wp-block-quote cite,.content .wp-block-quote p{color:#222;font-size:24px;font-weight:500;line-height:35px}.testimonials{padding:64px 0}.testimonials-swiper{position:relative;padding-bottom:70px;margin-top:30px}.testimonials-card{text-align:left}@media screen and (max-width:767px){.testimonials-card{width:100%}}.testimonials-video{position:relative;cursor:pointer;height:260px!important}@media screen and (max-width:767px){.testimonials-video{width:100%}}.testimonials-video::after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='65' height='64' viewBox='0 0 65 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.666504' width='64' height='64' rx='32' fill='white' fill-opacity='0.25'/%3E%3Cpath d='M24.333 41.8971V22.1029C24.333 19.3373 27.5066 17.7746 29.6987 19.4608L42.565 29.3579C44.2996 30.6923 44.2996 33.3078 42.565 34.6421L29.6987 44.5392C27.5066 46.2254 24.333 44.6627 24.333 41.8971Z' fill='white'/%3E%3C/svg%3E%0A");width:65px;height:64px;display:block;position:absolute;left:50%;top:16%;transform:translateX(-50%)}.testimonials-video img{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:20px}.testimonials-video iframe{border-radius:20px}@media screen and (max-width:767px){.testimonials-video iframe{width:100%}}.testimonials-card{text-align:left}.testimonials-text{margin:14px 0 16px;font-size:15px}@media screen and (min-width:991px){.testimonials-text{margin:24px 0}}.testimonials-author{display:flex;gap:10px}.testimonials-author__wrapper{display:flex;flex-direction:column}.testimonials-author__name{font-size:15px;line-height:22px;letter-spacing:-.1px;font-weight:500}.testimonials-author__position{font-size:14px}.testimonials-author img{width:40px;height:40px}.testimonials-author-video{position:absolute;bottom:12px;left:20px;color:#fff}.testimonials .video-play .testimonials-author-video{display:none}.testimonials .video-play .testimonials-video::after{display:none}.testimonials .video-play .testimonials-video__wrapper{display:none}.testimonials .swiper-button-next,.testimonials .swiper-button-prev{top:90%;width:50px;height:50px}@media screen and (max-width:767px){.testimonials .swiper-button-next,.testimonials .swiper-button-prev{top:88%}}.testimonials .swiper-button-next::after,.testimonials .swiper-button-prev::after{content:"";background:url(//theappsolutions.com/wp-content/themes/appsolution_theme/images/dist/icon-arrow-slider.webp);width:50px;height:50px;display:block;background-size:contain}.testimonials .swiper-button-prev{right:80px;left:auto;top:89.8%;transform:rotate(180deg)}@media screen and (max-width:767px){.testimonials .swiper-button-prev{top:87.8%}}@media screen and (max-width:767px){.testimonials .swiper-slide{width:100%!important}}.faq{padding:65px 0}@media(max-width:767px){.faq{padding:35px 0}}.faq .container{position:relative}.faq .container::after,.faq .container::before{content:"";display:block;width:150px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 250px 250px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;opacity:.5}.faq .container::before{top:200px;left:40%}@media(max-width:767px){.faq .container::before{top:250px}}.faq .container::after{right:0;bottom:0;top:unset}@media(max-width:767px){.faq .container::after{bottom:250px}}.faq__wrap{display:flex;justify-content:space-between;align-items:start;gap:25px}@media(max-width:1023px){.faq__wrap{flex-direction:column;gap:30px}}.faq--left{max-width:290px;width:100%;flex-shrink:0}@media(max-width:1023px){.faq--left{max-width:100%}}.faq__title{margin:0}.faq__subtitle{margin:55px 0 0}@media(max-width:1023px){.faq__subtitle{margin:12px 0 0}}.faq__list{display:grid;grid-template-columns:1fr;grid-gap:15px;position:relative;z-index:1;width:100%}.faq__item{padding:15px 25px;border-radius:10px;background:rgba(255,255,255,.7490196078);border:1px solid #fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:.3s}.faq .item__head{display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer}.faq .item__title{color:#272d37;font-size:16px;font-weight:500;line-height:24px;letter-spacing:-.1px}.faq .item__icon{display:flex;justify-content:center;align-items:center;position:relative;width:20px;height:20px;transition:.3s;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 0.833497L6.58926 5.24424C6.26382 5.56968 5.73618 5.56968 5.41074 5.24424L1 0.833496' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}.faq .item__content{color:#5f6d7e;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.1px;transition:all .3s ease;max-height:0;overflow:hidden}.faq__item.active .item__icon{transform:rotate(180deg)}.faq__item.active .item__content{padding-top:25px;max-height:unset}.hire-list{padding:65px 0}@media(max-width:767px){.hire-list{padding:35px 0}}.hire-list .container{position:relative}.hire-list .container::before{content:"";display:block;width:150px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 250px 250px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;opacity:.5}.hire-list .container::before{top:50%;left:0}.hire-list__title{position:relative;z-index:1;margin-bottom:30px}.hire-list__item{display:flex;flex-direction:column;gap:25px 10px;margin-bottom:30px}.hire-list__item:last-child{margin-bottom:0}.hire-list .item__title{color:#333;font-size:18px;font-weight:600;line-height:26px}@media(max-width:767px){.hire-list .item__title{display:flex;justify-content:space-between;align-items:center;gap:10px}}@media(max-width:767px){.hire-list .item__title::after{content:"";display:block;width:12px;height:7px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.36621L6.58926 5.77696C6.26382 6.10239 5.73618 6.10239 5.41074 5.77696L1 1.36621' stroke='%23272D37' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-position:center center;background-repeat:no-repeat;transition:.3s}}.hire-list__item.active .item__title::after{transform:rotate(180deg)}.hire-list__item.active .item__list{display:grid}.hire-list__item.active .hire-list__item-skills-btn{display:flex}.hire-list .item__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,auto));grid-gap:8px;position:relative;z-index:1}@media(max-width:767px){.hire-list .item__list{display:none;grid-template-columns:repeat(auto-fit,minmax(155px,1fr))}}.hire-list .list__item{display:flex;align-items:center;gap:8px;border-radius:20px;transition:.3s;outline:0;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.0588235294),0 1px 3px 0 rgba(0,0,0,.1019607843);padding:14px 16px}.hire-list .list__item span{color:#272d37;font-size:16px;font-weight:600;line-height:28px;letter-spacing:-.1px;overflow:hidden;text-overflow:ellipsis;text-decoration:none;transition:.3s}.hire-list .list__item img{display:block;width:20px;height:20px}@media(max-width:767px){.hire-list__item-skills-btn{display:none}}.banner{padding:30px 0 65px}.banner .container{position:relative}.banner .container::before{content:"";display:block;width:150px;height:50px;background:rgba(83,143,248,.3019607843);box-shadow:0 0 250px 250px rgba(83,143,248,.3019607843);border-radius:50%;position:absolute;top:50px;left:0;opacity:.5}.banner__wrap{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#669eff;border-radius:40px;padding:32px}@media(max-width:767px){.banner__wrap{flex-direction:column;align-items:start;gap:24px}}.banner__title{color:#fff;font-size:32px;font-weight:600;line-height:42px}@media(min-width:768px)and (max-width:1023px){.banner__title{font-size:28px;line-height:120%}}@media(max-width:767px){.banner__title{font-size:24px}}.banner__btn{border:1px solid #fff;color:#fff}.banner__btn::after{background:url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16669 6H12M7.83335 1L12.2441 5.41074C12.5695 5.73618 12.5695 6.26382 12.2441 6.58926L7.83335 11' stroke='%23FFF' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}@media(max-width:767px){.banner__btn{max-width:100%;width:100%}}@media(max-width:767px){.main{padding-top:60px}}/*!
Theme Name: appsolution_theme
Theme URI: 
Author: Dmitry Tishakov
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appsolution_theme


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

appsolution_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */