.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 .hidden-fields-container {
	display: none;
}

.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{max-width:1190px;width:100%;padding:0 15px;margin:0 auto}@media(max-width:767px){.container{padding:0 29px}}.container--900{max-width:930px}h3:not(.redesignh3){color:#272d37;font-size:22px;font-weight:600;line-height:30px}p:not(.redesignp){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}.redesign a{text-decoration:none;transition:var(--transitionTime)}.section-title--main{font-family:Satoshi,sans-serif;font-weight:700;font-size:45px;line-height:120%;color:var(--dark);text-transform:uppercase}@media(max-width:1023px){.section-title--main{font-size:32px}}@media(max-width:767px){.section-title--main{font-weight:500;font-size:28px}}.section-title--main span{color:var(--accentBlue)}:root{--accentBlue:#1D45B0;--royalBlue:#2032A5;--thirdBlue:#7A8CE1;--iceLavender:#E5EBFF;--lavenderMist:#D6DFFF;--ghostLavender:#E8EBFF;--yellow:#F6C343;--red:#D10000;--slateBlue:#8C95AB;--steelGray:#707789;--graphite:#3A3A3A;--dark:#000000;--ghostWhite:#FEFEFF;--white:#FFFFFF;--transitionTime:.3s}body,html{height:100%;padding:0;margin:0;overflow-x:hidden}.redesign>body{font-family:"General Sans",sans-serif;padding-top:123px}@media(max-width:767px){.redesign>body{padding-top:90px}}*{box-sizing:border-box}*,:active,:focus,:hover{outline:0}select{-webkit-appearance:none}.main{flex:1 0 auto;position:relative;overflow-x:hidden}footer{flex-shrink:0}img{max-width:100%;height:auto}.no-scroll{overflow:hidden}.visible-mob{display:none}@media screen and (max-width:767px){.visible-mob{display:block}}.socials{display:flex;align-items:center;gap:24px}.btn--arrow{display:flex;justify-content:flex-end;align-items:center;gap:5px;font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:145%;color:var(--dark);transition:var(--transitionTime)}@media(max-width:767px){.btn--arrow{font-size:18px}}.btn--arrow::after{content:"";display:block;width:30px;height:20px;background-image:url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98535 7C1.43307 7 0.985352 7.44772 0.985352 8C0.985352 8.55228 1.43307 9 1.98535 9L1.98535 8L1.98535 7ZM18.6925 8.70711C19.083 8.31658 19.083 7.68342 18.6925 7.29289L12.3285 0.928931C11.938 0.538407 11.3048 0.538407 10.9143 0.928931C10.5238 1.31946 10.5238 1.95262 10.9143 2.34315L16.5711 8L10.9143 13.6569C10.5238 14.0474 10.5238 14.6805 10.9143 15.0711C11.3048 15.4616 11.938 15.4616 12.3285 15.0711L18.6925 8.70711ZM1.98535 8L1.98535 9L17.9854 9L17.9854 8L17.9854 7L1.98535 7L1.98535 8Z' fill='black'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;transition:var(--transitionTime)}@media(min-width:1200px){.btn--arrow:hover{color:var(--royalBlue)}.btn--arrow:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98535 7C1.43307 7 0.985352 7.44772 0.985352 8C0.985352 8.55228 1.43307 9 1.98535 9L1.98535 8L1.98535 7ZM18.6925 8.70711C19.083 8.31658 19.083 7.68342 18.6925 7.29289L12.3285 0.928931C11.938 0.538407 11.3048 0.538407 10.9143 0.928931C10.5238 1.31946 10.5238 1.95262 10.9143 2.34315L16.5711 8L10.9143 13.6569C10.5238 14.0474 10.5238 14.6805 10.9143 15.0711C11.3048 15.4616 11.938 15.4616 12.3285 15.0711L18.6925 8.70711ZM1.98535 8L1.98535 9L17.9854 9L17.9854 8L17.9854 7L1.98535 7L1.98535 8Z' fill='%231D45B0'/%3E%3C/svg%3E%0A")}}.btn--arrow:active{color:var(--royalBlue)}.btn--arrow:active::after{background-image:url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98535 7C1.43307 7 0.985352 7.44772 0.985352 8C0.985352 8.55228 1.43307 9 1.98535 9L1.98535 8L1.98535 7ZM18.6925 8.70711C19.083 8.31658 19.083 7.68342 18.6925 7.29289L12.3285 0.928931C11.938 0.538407 11.3048 0.538407 10.9143 0.928931C10.5238 1.31946 10.5238 1.95262 10.9143 2.34315L16.5711 8L10.9143 13.6569C10.5238 14.0474 10.5238 14.6805 10.9143 15.0711C11.3048 15.4616 11.938 15.4616 12.3285 15.0711L18.6925 8.70711ZM1.98535 8L1.98535 9L17.9854 9L17.9854 8L17.9854 7L1.98535 7L1.98535 8Z' fill='%231D45B0'/%3E%3C/svg%3E%0A")}.btn--main-arrow{display:flex;justify-content:center;align-items:center;gap:15px;max-width:220px;width:100%;font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:145%;border-radius:17px;padding:20px;background-color:var(--accentBlue);color:var(--ghostWhite);transition:var(--transitionTime)}@media(max-width:767px){.btn--main-arrow{max-width:200px;padding:10px}}.btn--main-arrow::after{content:"";display:block;width:33px;height:33px;border-radius:50%;background-color:var(--ghostWhite);background-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4209 5.63158C0.941283 5.63158 0.552477 6.02038 0.552477 6.5C0.552477 6.97962 0.941283 7.36842 1.4209 7.36842L1.4209 6.5L1.4209 5.63158ZM14.1929 7.11407C14.532 6.77493 14.532 6.22507 14.1929 5.88593L8.66626 0.359337C8.32712 0.020197 7.77727 0.020197 7.43813 0.359336C7.09899 0.698476 7.09899 1.24833 7.43813 1.58747L12.3507 6.5L7.43813 11.4125C7.09899 11.7517 7.09899 12.3015 7.43813 12.6407C7.77727 12.9798 8.32712 12.9798 8.66626 12.6407L14.1929 7.11407ZM1.4209 6.5L1.4209 7.36842L13.5788 7.36842L13.5788 6.5L13.5788 5.63158L1.4209 5.63158L1.4209 6.5Z' fill='%231D45B0'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;transition:var(--transitionTime)}@media(max-width:767px){.btn--main-arrow::after{width:27px;height:27px}}@media(min-width:1200px){.btn--main-arrow:hover{color:var(--ghostWhite);background-color:var(--royalBlue)}.btn--main-arrow:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4209 5.63158C0.941283 5.63158 0.552477 6.02038 0.552477 6.5C0.552477 6.97962 0.941283 7.36842 1.4209 7.36842L1.4209 6.5L1.4209 5.63158ZM14.1929 7.11407C14.532 6.77493 14.532 6.22507 14.1929 5.88593L8.66626 0.359337C8.32712 0.020197 7.77727 0.020197 7.43813 0.359336C7.09899 0.698476 7.09899 1.24833 7.43813 1.58747L12.3507 6.5L7.43813 11.4125C7.09899 11.7517 7.09899 12.3015 7.43813 12.6407C7.77727 12.9798 8.32712 12.9798 8.66626 12.6407L14.1929 7.11407ZM1.4209 6.5L1.4209 7.36842L13.5788 7.36842L13.5788 6.5L13.5788 5.63158L1.4209 5.63158L1.4209 6.5Z' fill='%231D45B0'/%3E%3C/svg%3E%0A")}}.btn--main-arrow:active{color:var(--ghostWhite);background-color:var(--royalBlue)}.btn--main-arrow:active::after{background-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4209 5.63158C0.941283 5.63158 0.552477 6.02038 0.552477 6.5C0.552477 6.97962 0.941283 7.36842 1.4209 7.36842L1.4209 6.5L1.4209 5.63158ZM14.1929 7.11407C14.532 6.77493 14.532 6.22507 14.1929 5.88593L8.66626 0.359337C8.32712 0.020197 7.77727 0.020197 7.43813 0.359336C7.09899 0.698476 7.09899 1.24833 7.43813 1.58747L12.3507 6.5L7.43813 11.4125C7.09899 11.7517 7.09899 12.3015 7.43813 12.6407C7.77727 12.9798 8.32712 12.9798 8.66626 12.6407L14.1929 7.11407ZM1.4209 6.5L1.4209 7.36842L13.5788 7.36842L13.5788 6.5L13.5788 5.63158L1.4209 5.63158L1.4209 6.5Z' fill='%231D45B0'/%3E%3C/svg%3E%0A")}.slider-btn--main{display:flex;justify-content:center;align-items:center;width:63px;height:63px;border-radius:50%;background-color:var(--accentBlue)}.slider-btn--main::after{content:"";width:30px;height:23px;background-image:url("data:image/svg+xml,%3Csvg width='30' height='23' viewBox='0 0 30 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.48535 10C1.65692 10 0.985352 10.6716 0.985352 11.5C0.985351 12.3284 1.65692 13 2.48535 13L2.48535 11.5L2.48535 10ZM29.546 12.5607C30.1318 11.9749 30.1318 11.0251 29.546 10.4393L20.0001 0.8934C19.4143 0.307613 18.4645 0.307613 17.8788 0.8934C17.293 1.47919 17.293 2.42893 17.8788 3.01472L26.364 11.5L17.8787 19.9853C17.293 20.5711 17.293 21.5208 17.8787 22.1066C18.4645 22.6924 19.4143 22.6924 20.0001 22.1066L29.546 12.5607ZM2.48535 11.5L2.48535 13L28.4854 13L28.4854 11.5L28.4854 10L2.48535 10L2.48535 11.5Z' fill='%23FEFEFF'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}@media(max-width:767px){.slider-btn--main::after{transform:scale(.7)}}.slider-btn--main.swiper-button-prev{transform:scaleX(-1)}@media(min-width:1200px){.slider-btn--main:hover{background-color:var(--royalBlue)}}.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}.cookie-banner{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;position:fixed;bottom:30px;right:30px;z-index:1000;max-width:685px;width:100%;padding:30px;background-color:var(--iceLavender);border-radius:15px;transition:var(--transitionTime);transform-origin:right;transform:translateX(100%);visibility:hidden;animation-name:cookieBannerVisible;animation-duration:var(--transitionTime);animation-fill-mode:forwards;animation-delay:3s}@media(max-width:767px){.cookie-banner{max-width:calc(100% - 60px);flex-direction:column;align-items:flex-start;gap:20px;padding:20px}}.cookie-banner.close{display:none}.cookie-banner__title{font-weight:500;font-size:21px;line-height:140%;color:var(--dark)}.cookie-banner__text{font-weight:400;font-size:18px;line-height:140%;color:var(--dark);margin:10px 0}@media(max-width:767px){.cookie-banner__text{font-size:16px}}.cookie-banner__more{font-weight:400;font-size:16px;line-height:140%;color:var(--graphite)}.cookie-banner__more a{color:var(--accentBlue)}.cookie-banner__accept{display:flex;justify-content:center;align-items:center;max-width:140px;width:100%;flex-shrink:0;cursor:pointer;outline:0;padding:12px;font-family:Satoshi,sans-serif;font-weight:500;font-size:18px;line-height:145%;color:var(--ghostWhite);border-radius:13px;background-color:var(--accentBlue)}@keyframes cookieBannerVisible{0%{transform:translateX(100%);visibility:hidden}100%{transform:translateX(0);visibility:visible}}.header__burger{display:flex;align-items:center;gap:15px;max-width:105px;width:100%;cursor:pointer}@media(max-width:767px){.header__burger{max-width:30px}}.header__burger-logo{position:relative;display:flex;justify-content:center;align-items:center;width:30px;height:30px}.header__burger-logo span{position:absolute;left:0;right:0;width:100%;height:3px;background-color:var(--dark);border-radius:5px;transition:var(--transitionTime)}.header__burger-logo span:nth-child(1){top:5px}.header__burger-logo span:nth-child(3){bottom:5px}.header__burger-text{font-family:Satoshi,sans-serif;font-weight:700;font-size:22px;line-height:135%;color:var(--dark);opacity:1;transition:var(--transitionTime)}@media(max-width:767px){.header__burger-text{display:none}}.header.is-open .header__burger span{background-color:#a9c2ff}.header.is-open .header__burger span:nth-child(1){top:unset;transform:rotate(45deg)}.header.is-open .header__burger span:nth-child(2){opacity:0;transform:scaleY(0)}.header.is-open .header__burger span:nth-child(3){transform:rotate(-45deg);bottom:unset}.header.is-open .header__burger-text{font-size:10px;opacity:0}.header__menu{position:absolute;top:0;left:0;z-index:-1;display:flex;flex-direction:column;gap:15px;max-width:30px;width:100%;padding:160px 70px 130px;background-color:var(--accentBlue);opacity:0;transform:scaleY(0);transform-origin:top left;border-radius:50%;visibility:hidden;overflow:hidden;transition:var(--transitionTime)}@media(max-width:767px){.header__menu{padding:130px 30px 30px;gap:20px}}.header__menu a{display:block;font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:140%;color:var(--ghostWhite);transition:var(--transitionTime)}@media(max-width:767px){.header__menu a{font-size:18px}}@media(min-width:1200px){.header__menu a:hover{color:#a9c2ff}}.header.is-open .header__menu{top:-40px;left:-20px;max-width:450px;opacity:1;transform:scaleY(1);border-radius:0 0 20px 20px;visibility:visible}@media(max-width:1199px){.header.is-open .header__menu{top:-10px;left:0}}@media(max-width:1023px){.header.is-open .header__menu{top:-40px;left:0;max-width:100%}}@media(max-width:767px){.header.is-open .header__menu{height:100dvh;border-radius:0}}@media(max-width:1023px){.header.is-sticky.is-open .header__menu{top:-20px}}.header{position:fixed;top:0;left:0;right:0;z-index:100;width:100%;background:rgba(255,255,255,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 0 5px;transition:var(--transitionTime)}.header.is-sticky{padding:10px 0}.header.is-sticky .header__logo{max-width:75px}.header.is-sticky .header__burger-text,.header.is-sticky .header__contact{font-size:18px}.header.is-open .header__overlay{z-index:-2;visibility:visible;opacity:.6}@media(max-width:1023px){.header.is-open .header__logo{filter:invert(1)}}.header:not(.header.is-sticky) .header__logo{margin-left:20px}.header__overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:-100;visibility:hidden;opacity:0;background-color:var(--iceLavender);-webkit-backdrop-filter:blur(500px);backdrop-filter:blur(500px);transition:var(--transitionTime)}.header .container{position:relative;max-width:1280px}.header__wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}.header__logo{display:flex;max-width:108px;width:100%;transition:var(--transitionTime)}@media(max-width:767px){.header__logo{max-width:55px!important;min-height:39px}}.header__logo img{width:100%;height:auto;transition:var(--transitionTime)}.header__contact{font-weight:700;color:var(--dark)}@media(max-width:767px){.header__contact{display:none}}.footer{position:relative;margin-top:140px;background-color:var(--iceLavender);padding:50px 0}@media(max-width:1023px){.footer{padding:50px 0 30px}}@media(max-width:767px){.footer{margin:100px 0 25px}}.footer__logo{display:flex;justify-content:center;align-items:center;max-width:150px;min-height:105px;margin:0 auto}@media(max-width:767px){.footer__logo{max-width:85px;min-height:60px}}.footer__logo img{width:100%}.footer__scroll-top{display:block;width:40px;height:40px;position:absolute;right:20px;top:50px;z-index:2;background-color:#afc2ea;box-shadow:0 2px 8px 0 rgba(0,0,0,.0784313725);border-radius:50%;cursor:pointer;transition:all var(--transitionTime) ease-in-out;background-image:url("data:image/svg+xml,%3Csvg width='20' height='28' viewBox='0 0 20 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4.30371L10 26.1973' stroke='white' stroke-width='2.29362' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.7603 10.5596L10.0036 1.80282L9.996 1.80282L1.23926 10.5596' stroke='white' stroke-width='2.29362' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}@media(max-width:767px){.footer__scroll-top{display:none}}@media(min-width:1200px){.footer__scroll-top:hover{background-color:var(--thirdBlue)}}.footer__scroll-top:active{background-color:var(--thirdBlue)}.footer__menu{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;max-width:920px;width:100%;margin:50px auto 0}@media(max-width:1023px){.footer__menu{max-width:725px;margin:30px auto 0}}@media(max-width:767px){.footer__menu{max-width:320px;gap:8px;margin:25px auto 0}}.footer__menu li{display:flex;align-items:center;gap:20px}@media(max-width:767px){.footer__menu li{gap:8px}}.footer__menu li::after{content:"●";display:inline-block;color:var(--accentBlue)}@media(min-width:1024px){.footer__menu li:last-child::after,.footer__menu li:nth-child(3)::after,.footer__menu li:nth-child(6)::after{content:none}}@media(min-width:767px)and (max-width:1023px){.footer__menu li:last-child::after,.footer__menu li:nth-child(2)::after,.footer__menu li:nth-child(4)::after,.footer__menu li:nth-child(7)::after{content:none}}@media(max-width:767px){.footer__menu li:last-child::after,.footer__menu li:nth-child(2)::after,.footer__menu li:nth-child(3)::after,.footer__menu li:nth-child(4)::after,.footer__menu li:nth-child(5)::after,.footer__menu li:nth-child(9)::after{content:none}}@media(max-width:767px){.footer__menu li:nth-child(7)::after{content:"";width:10px}}.footer__menu a{font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:140%;color:var(--dark)}@media(max-width:767px){.footer__menu a{font-size:16px}}@media(min-width:1200px){.footer__menu a:hover{color:var(--accentBlue)}}.footer__menu a:active{color:var(--accentBlue)}.footer__line{width:100%;height:2px;background-color:var(--accentBlue);margin:50px 0}@media(max-width:1023px){.footer__line{margin:30px 0}}@media(max-width:767px){.footer__line{margin:25px 0}}.footer--bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:50px}@media(max-width:1023px){.footer--bottom{flex-wrap:wrap;gap:30px}}@media(max-width:767px){.footer--bottom{flex-direction:column;flex-wrap:nowrap;gap:25px}}.footer__certification,.footer__contact,.footer__social{display:flex;align-items:flex-start;gap:20px}@media(max-width:767px){.footer__certification,.footer__contact,.footer__social{flex-direction:column;align-items:center;width:100%}}.footer .certification__title,.footer .contact__title,.footer .social__title{font-family:Satoshi,sans-serif;font-weight:500;font-size:22px;line-height:140%;color:var(--dark)}@media(max-width:767px){.footer .certification__title,.footer .contact__title,.footer .social__title{font-size:16px;text-align:center}}.footer__social{max-width:192px;width:100%}@media(max-width:767px){.footer__social{max-width:100%}}.footer .contact__list,.footer .social__list{display:flex;flex-direction:column;gap:15px}@media(max-width:767px){.footer .social__list{flex-direction:row;justify-content:center}}.footer .social__link{font-weight:400;font-size:18px;line-height:130%;color:var(--dark)}@media(max-width:767px){.footer .social__link{font-size:0;width:28px;height:28px;border-radius:3px;background-repeat:no-repeat;background-size:contain}}@media(min-width:1200px){.footer .social__link:hover{color:var(--accentBlue)}}.footer .social__link:active{color:var(--accentBlue)}@media(max-width:767px){.footer .social__link.linkedin{background-image:url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='%231D45B0'/%3E%3Cpath d='M6.28054 11.5712H9.59626V22.2138H6.28054V11.5712ZM7.9384 6.28223C8.99781 6.28223 9.85504 7.13948 9.85504 8.19889C9.85504 9.2583 8.99781 10.1155 7.9384 10.1155C6.87899 10.1155 6.01367 9.2583 6.01367 8.19889C6.01367 7.13948 6.8709 6.28223 7.9384 6.28223Z' fill='%23E5EBFF'/%3E%3Cpath d='M11.6741 11.5716H14.8442V13.0272H14.8847C15.3295 12.1862 16.4051 11.3047 18.0144 11.3047C21.3625 11.3047 21.9852 13.5044 21.9852 16.3753V22.2142H18.6775V17.0384C18.6775 15.8011 18.6533 14.216 16.955 14.216C15.2567 14.216 14.9736 15.5585 14.9736 16.9495V22.2142H11.666V11.5716H11.6741Z' fill='%23E5EBFF'/%3E%3C/svg%3E%0A")}}@media(max-width:767px){.footer .social__link.behance{background-image:url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1426_1245)'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='%231D45B0'/%3E%3Cpath d='M13.8461 17.261C13.8461 17.7373 13.7494 18.1615 13.5559 18.5262C13.3624 18.8908 13.1019 19.1885 12.767 19.4341C12.4321 19.6797 12.0451 19.8658 11.5986 19.9923C11.1595 20.1188 10.6832 20.1858 10.1846 20.1858H4.70703V8.84375H10.7799C11.1744 8.84375 11.5316 8.92564 11.8516 9.09681C12.1716 9.26798 12.4396 9.49124 12.6628 9.75916C12.8861 10.0345 13.0573 10.3397 13.1838 10.6894C13.3029 11.0392 13.3699 11.3816 13.3699 11.7388C13.3699 12.2895 13.2285 12.8105 12.9531 13.2942C12.6777 13.778 12.2684 14.1352 11.74 14.3734C12.3875 14.5669 12.901 14.9092 13.2805 15.4004C13.6601 15.899 13.8461 16.5168 13.8461 17.261ZM6.90994 10.7267V13.5845H9.84965C10.2218 13.5845 10.5418 13.458 10.8023 13.1975C11.0627 12.9444 11.1967 12.5872 11.1967 12.1407C11.1967 11.6942 11.0776 11.3593 10.8395 11.0988C10.6013 10.8457 10.3036 10.7118 9.95383 10.7118H6.91739L6.90994 10.7267ZM11.6283 16.8442C11.6283 16.6433 11.5911 16.4498 11.5242 16.2637C11.4572 16.0776 11.3604 15.9139 11.2413 15.78C11.1223 15.6386 10.9883 15.5344 10.8246 15.4525C10.6683 15.3706 10.4897 15.3334 10.2962 15.3334H6.90994V18.3178H10.1846C10.3855 18.3178 10.579 18.2806 10.7502 18.2061C10.9288 18.1317 11.0776 18.0275 11.2041 17.8936C11.3307 17.7596 11.4349 17.6033 11.5093 17.4247C11.5837 17.2461 11.6209 17.0526 11.6209 16.8516L11.6283 16.8442Z' fill='%23E5EBFF'/%3E%3Cpath d='M18.6234 20.1871C17.976 20.1871 17.388 20.0755 16.8596 19.8522C15.8177 19.4057 15.0809 18.6615 14.6567 17.6121C14.4558 17.106 14.3516 16.5776 14.3516 16.0195C14.3516 15.4613 14.4483 14.8957 14.6493 14.3896C15.066 13.3253 15.8028 12.5737 16.8522 12.1197C17.3806 11.8964 17.9834 11.7773 18.6383 11.7773C19.2932 11.7773 19.8886 11.889 20.4096 12.1197C22.1213 12.8639 22.9325 14.5236 22.8581 16.332C22.8581 16.4586 22.8432 16.5627 22.8209 16.6446H16.547C16.5768 16.9646 16.6587 17.2474 16.7778 17.493C16.9043 17.7386 17.0606 17.9544 17.2541 18.1256C17.4476 18.3042 17.6708 18.4382 17.9164 18.5275C18.162 18.6168 18.4225 18.6689 18.6904 18.6689C19.0997 18.6689 19.4942 18.5647 19.8589 18.3638C20.2235 18.1628 20.4766 17.8949 20.6105 17.5674L22.3892 18.0661C22.0915 18.6838 21.6152 19.1973 20.9603 19.5917C20.3054 19.9862 19.524 20.1871 18.616 20.1871H18.6234ZM20.7296 15.2901C20.6775 14.6798 20.4542 14.1961 20.0523 13.824C19.6579 13.4593 19.1742 13.2732 18.6011 13.2732C18.3258 13.2732 18.0653 13.3254 17.8197 13.4221C17.5741 13.5189 17.3657 13.6602 17.1796 13.8314C16.9936 14.01 16.8447 14.2184 16.7257 14.464C16.6066 14.7096 16.5396 14.985 16.5173 15.2827H20.7296V15.2901Z' fill='%23E5EBFF'/%3E%3Cpath d='M15.8906 9.37891H21.3161V10.726H15.8906V9.37891Z' fill='%23E5EBFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1426_1245'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}}@media(max-width:767px){.footer .social__link.dribbble{background-image:url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='%231D45B0'/%3E%3Cpath d='M14.0008 5.33496C9.08101 5.33496 5.07617 9.33228 5.07617 14.2521C5.07617 19.1719 9.08101 23.1617 14.0008 23.1617C18.9206 23.1617 22.9254 19.1644 22.9254 14.2521C22.9254 9.33978 18.9206 5.33496 14.0008 5.33496ZM19.8731 9.54227C20.893 10.8022 21.508 12.3997 21.538 14.1321C21.2005 14.0646 19.7681 13.7946 18.0506 13.7946C17.4957 13.7946 16.9182 13.8246 16.3332 13.8921C16.2807 13.7721 16.2357 13.6521 16.1832 13.5321C16.0332 13.1796 15.8682 12.8196 15.7032 12.4747C18.3431 11.3872 19.6181 9.87978 19.8806 9.53479L19.8731 9.54227ZM14.0008 6.72989C15.9057 6.72989 17.6381 7.43488 18.9656 8.59733C18.7556 8.88232 17.6156 10.3073 15.0733 11.2672C13.8958 9.11481 12.6059 7.32987 12.2984 6.91738C12.8458 6.78989 13.4158 6.72241 14.0008 6.72241V6.72989ZM10.7609 7.46487C11.0234 7.82485 12.3134 9.62476 13.5208 11.7622C10.281 12.6171 7.40107 12.6697 6.7036 12.6697H6.62861C7.13109 10.3672 8.68352 8.45483 10.7609 7.46487ZM6.46362 14.2596C6.46362 14.1996 6.46362 14.1321 6.46362 14.0721C6.50862 14.0721 6.57611 14.0721 6.65861 14.0721C7.59607 14.0721 10.8434 13.9971 14.1883 12.9996C14.3908 13.3971 14.5858 13.8021 14.7658 14.1996C14.6833 14.2221 14.6008 14.2446 14.5183 14.2746C10.7534 15.4895 8.67602 18.7144 8.36104 19.2394C7.18359 17.9119 6.46362 16.1645 6.46362 14.2521V14.2596ZM14.0008 21.7893C12.2684 21.7893 10.6784 21.2043 9.40349 20.2218C9.62098 19.8019 11.1809 16.982 15.3132 15.5495C15.3132 15.5495 15.3132 15.5495 15.3207 15.5495C16.3557 18.2419 16.7982 20.5068 16.9182 21.2118C16.0257 21.5868 15.0358 21.7968 14.0083 21.7968L14.0008 21.7893ZM18.2681 20.4618C18.1706 19.8843 17.7581 17.7619 16.8207 15.1745C17.3457 15.092 17.8556 15.0621 18.3356 15.0621C19.9106 15.0621 21.1405 15.407 21.433 15.497C21.0955 17.5519 19.9181 19.3294 18.2681 20.4693V20.4618Z' fill='%23E5EBFF'/%3E%3C/svg%3E%0A")}}@media(max-width:767px){.footer .social__link.x{background-image:url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.248047' width='28' height='28' rx='3.03234' fill='%231D45B0'/%3E%3Cpath d='M15.6933 12.8567L22.3355 5.12988H20.7632L14.9954 11.8393L10.388 5.12988H5.07422L12.0443 15.2697L5.07422 23.3664H6.64648L12.7421 16.287L17.6103 23.3664H22.924L15.6933 12.8483V12.8567ZM13.5325 15.3706L12.8262 14.3617L7.2098 6.3238H9.63125L14.1631 12.8062L14.8693 13.8152L20.7632 22.2482H18.3418L13.5325 15.3706Z' fill='%23E5EBFF'/%3E%3C/svg%3E%0A")}}.footer__contact{max-width:355px;width:100%}@media(max-width:767px){.footer__contact{max-width:100%}}.footer .contact__email,.footer .contact__phone{font-weight:400;font-size:18px;line-height:130%;color:var(--dark)}@media(max-width:767px){.footer .contact__email,.footer .contact__phone{text-align:center;font-size:16px}}@media(min-width:1200px){.footer .contact__email:hover,.footer .contact__phone:hover{color:var(--accentBlue)}}.footer .contact__email:active,.footer .contact__phone:active{color:var(--accentBlue)}.footer .contact__address{font-weight:400;font-size:18px;line-height:130%;color:var(--dark)}@media(max-width:767px){.footer .contact__address{max-width:275px;text-align:center;font-size:16px}}.footer__certification{max-width:515px;width:100%}@media(max-width:1023px){.footer__certification{max-width:100%;justify-content:center;order:3}}@media(max-width:767px){.footer__certification{order:unset}}.footer .certification__logo{display:flex;justify-content:center}.footer .certification__logo img{width:100%}.footer__copyrights{text-align:center;font-weight:400;font-size:16px;line-height:130%;color:var(--dark);margin:35px auto 0}@media(max-width:767px){.footer__copyrights{margin:40px auto 0}}@media(min-width:768px){.footer__copyrights br{display:none}}.footer__privacy{font-weight:400;font-size:16px;line-height:130%;color:var(--dark)}@media(min-width:1200px){.footer__privacy:hover{color:var(--accentBlue)}}.footer__privacy:active{color:var(--accentBlue)}#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}.post{padding-top:120px;background:#fff}@media(max-width:1023px){.post{padding-top:0}}.post__title{margin:30px 0;letter-spacing:-.01em;color:#222;font-size:47px;font-weight:700;line-height:120%}@media screen and (min-width:767px)and (max-width:1400px){.post__title{font-size:2.7647vw}}@media screen and (max-width:767px){.post__title{font-size:32px}}.post__inner{display:flex;justify-content:space-between;gap:30px;margin-top:50px}@media(max-width:1023px){.post__inner{flex-direction:column-reverse}}.post__meta{display:flex;align-items:center;gap:15px}.post-content{width:100%;max-width:855px}.post-sidebar{position:sticky;top:45px;display:flex;flex-direction:column;grid-gap:15px;max-width:330px;width:100%;height:-moz-fit-content;height:fit-content}@media(max-width:1023px){.post-sidebar{position:relative;top:unset;max-width:100%}}.post-categories{gap:10px;position:relative;margin-right:15px}.post-categories a{font-weight:600}.post-categories::after{content:"";width:10px;height:10px;border-radius:50%;border:1.8px solid #dfe1e2;position:absolute;right:-20px;top:50%;transform:translateY(-50%)}.post-date,.post-reading-time{color:#bdbdbd;font-size:14px;font-weight:600;line-height:18px}.post-crumbs{display:flex;align-items:center;gap:10px}.post-crumbs .post-crumbs__item{color:#646161;font-size:14px;font-weight:400;line-height:21px}.post-crumbs .post-crumbs__item--home{background-image:url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 11.9273C2 7.23484 2.51167 7.56234 5.26583 5.00817C6.47083 4.03817 8.34583 2.1665 9.965 2.1665C11.5833 2.1665 13.4958 4.029 14.7117 5.00817C17.4658 7.56234 17.9767 7.23484 17.9767 11.9273C17.9767 18.8332 16.3442 18.8332 9.98833 18.8332C3.6325 18.8332 2 18.8332 2 11.9273Z' stroke='%23646161' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.56549 13.946H12.4113' stroke='%23646161' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");width:20px;height:21px}.post-crumbs__title{color:#bdbdbd;font-size:14px;font-weight:400;line-height:21px}.post-crumbs .decor-circle{width:10px;height:10px;border-radius:50%;border:1.8px solid #dfe1e2}.post-categories{display:flex;gap:15px}@media(max-width:767px){.post-categories{display:none}}.post-categories a,.post-categories span{color:#669eff;font-size:14px;font-weight:500;line-height:20px}.wp-element-caption{color:#bdbdbd;font-size:14px;font-weight:400;line-height:21px}.post-content img{margin:40px 0 0}.post-content .wp-element-caption{margin-bottom:30px}.post-content p{letter-spacing:-.01em;color:#222;font-size:16px;font-weight:400;line-height:24px;margin-bottom:16px}.post-content a{color:#669eff}.post-content a:hover{text-decoration:underline}.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-weight:700;line-height:130%;color:#222}.post-content h2 span,.post-content h3 span,.post-content h4 span,.post-content h5 span,.post-content h6 span{font-weight:700!important}.post-content h2{color:#222;font-size:24px;font-weight:700;line-height:130%;margin:50px 0 15px}.post-content h3{font-size:20px;margin:25px 0 15px}.post-content h4,.post-content h5,.post-content h6{font-size:18px;margin:15px 0}.post-content ol,.post-content ul{padding-left:45px;margin:50px 0}.post-content ol li,.post-content ul li{letter-spacing:-.01em;position:relative;color:#222;font-size:16px;font-weight:400;line-height:24px}.post-content ol li:not(:last-child),.post-content ul li:not(:last-child){margin-bottom:10px}.post-content ul li::before{content:"";width:14px;height:14px;background:#669eff;border-radius:50%;position:absolute;top:5px;left:-25px}.post-content ol{counter-reset:item;padding-left:17px}.post-content ol li{display:block}.post-content ol li:before{content:counter(item) ". ";counter-increment:item;color:#669eff;font-size:16px;font-weight:400;line-height:24px}.post-content .wp-block-quote{margin:50px 0}.post-content .wp-block-quote cite,.post-content .wp-block-quote p{color:#222;font-size:18px;font-weight:500;line-height:24px}.post-content strong{font-weight:700}.post-also-like{padding:40px 0}.post-also-like__inner{display:flex;justify-content:space-between}.post-also-like .title{font-size:40px;margin-bottom:50px}.post-also-like .post-categories::after{content:"";display:none}.post-prev-next{padding:0 0 30px;display:flex;gap:20px;justify-content:space-between}@media(max-width:767px){.post-prev-next{flex-direction:column}}.post-prev-next .post-link{position:relative;padding:30px;border:1px solid #e8e8e8;border-radius:20px;min-height:160px;width:100%;color:#222;font-size:18px;font-weight:700;line-height:27px}.post-prev-next .post-link__label{color:#bdbdbd;font-size:14px;font-weight:600;line-height:18px;margin-bottom:10px}.post-prev-next .post-link:hover{text-decoration:none;box-shadow:0 2px 2px #e8e8e8}.post-prev-next .post-link:hover .post-link__title{text-decoration:underline}.post-prev-next .previous-post-link{padding-left:74px}.post-prev-next .previous-post-link::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.24988 11.7256L19.2499 11.7256' stroke='%23669EFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3002 5.70124C10.3002 5.70124 4.25017 8.96224 4.25017 11.7242C4.25017 14.4882 10.3002 17.7502 10.3002 17.7502' stroke='%23669EFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");width:24px;height:24px;display:inline-block;position:absolute;left:27px;top:27px}.post-prev-next .next-post-link{padding-right:74px}.post-prev-next .next-post-link::before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.24988 11.7256L19.2499 11.7256' stroke='%23669EFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3002 5.70124C10.3002 5.70124 4.25017 8.96224 4.25017 11.7242C4.25017 14.4882 10.3002 17.7502 10.3002 17.7502' stroke='%23669EFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");width:24px;height:24px;display:inline-block;position:absolute;right:27px;top:27px;transform:rotate(180deg)}.post-author{display:flex;align-items:center;gap:30px;border-top:1px solid #e8e8e8;padding-top:36px}.post-author img.post-author__avatar{width:80px;height:80px;border-radius:20px;margin:0}.post-author__info{display:flex;flex-direction:column;padding-top:8px}.post-author__name{color:#222;font-size:24px;font-weight:500;line-height:35px}.post-author__description{color:#bdbdbd;text-transform:capitalize}.circle_indicator{position:fixed;opacity:1;z-index:2;bottom:80px;right:12.5px;width:50px;height:50px;border-radius:50%;background-color:#fff;transition:opacity .2s ease,box-shadow .1s linear;border:2px solid #dfdfdf}.back-to-top svg.circle{transform:rotate(-90deg)}.circle_indicator svg.circle{transform:rotate(-90deg)}.circle_indicator svg.circle{position:absolute;stroke:conic-gradient(-90deg,0,#669eff);opacity:1;z-index:3;bottom:3px;right:2.35px;width:40px;height:40px}.circle_indicator svg.up_arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circle_indicator svg.circle circle{transition:all .1s linear;stroke-dasharray:195;stroke-dashoffset:195}.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}}.post-navigation{padding:24px;border:1px solid rgba(0,0,0,.1019607843);border-radius:20px}.post-navigation__title{color:#222;font-size:24px;font-weight:500;line-height:110%;margin-bottom:24px}@media(max-width:767px){.post-navigation__title{font-size:20px}}.post-navigation__inner{height:100%}.post-navigation__wrapper{display:flex;gap:10px}.post-navigation section{height:1000px;width:100%;display:flex;justify-content:center;align-items:center;font-size:2em}.post-navigation ::-webkit-scrollbar{display:none}#table-of-contents{list-style:none;padding:0}#table-of-contents li{margin-bottom:20px}#table-of-contents li:last-child{margin-bottom:0}#table-of-contents li a{color:#222;font-size:16px;font-weight:500;line-height:150%;transition:.3s ease-in-out}@media(min-width:1200px){#table-of-contents li a:hover{text-decoration:underline}}#table-of-contents a.active{color:#669eff!important}#table-of-contents a.viewed{color:#bdbdbd}.post__breadcrumbs{display:flex;align-items:center;gap:15px}@media(max-width:767px){.post__breadcrumbs{gap:5px}}.post .breadcrumbs__link{display:inline-block;color:#646161;font-size:14px;font-weight:400;line-height:120%;transition:.3s ease-in-out}.post .breadcrumbs__link svg path{transition:.3s ease-in-out}@media(min-width:1200px){.post .breadcrumbs__link:hover{color:#669eff}.post .breadcrumbs__link:hover svg path{stroke:#669eff}}.post .breadcrumbs__link:active{color:#669eff}.post .breadcrumbs__link:active svg path{stroke:#669eff}.post .breadcrumbs__link:first-child{font-size:0;line-height:0}.post .breadcrumbs-circle{display:inline-block;width:8px;height:8px;border-radius:50%;border:1.5px solid #dfe1e2}.post .breadcrumbs__item{display:inline-block;color:#bdbdbd;font-size:14px;font-weight:400;line-height:120%}@media(max-width:1023px){.post .breadcrumbs__item{max-width:40ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:767px){.post .breadcrumbs__item{max-width:13ch}}.related-posts{margin:40px 0 0}.related-posts>h3{color:#333;font-size:36px;font-weight:600;line-height:130%;margin:0}@media(max-width:1023px){.related-posts>h3{font-size:32px}}@media(max-width:767px){.related-posts>h3{font-size:28px}}.related-posts__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;margin:30px 0 0}@media(max-width:1023px){.related-posts__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.related-posts__list{grid-template-columns:1fr}}.related-posts__item{display:flex;flex-direction:column;gap:15px;padding:20px 18px 40px;border:1px solid #e8ebfb;border-radius:24px}.related-posts__item-thumbnail{min-height:178.5px}.related-posts__item-thumbnail img{display:block;margin:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:16px}.related-posts .related-posts__item-category{display:inline-block;width:-moz-fit-content;width:fit-content;padding:4px 12px;border-radius:12px;color:#fff;font-size:14px;font-weight:500;line-height:130%;background-color:#669eff;text-decoration:none!important}.related-posts .related-posts__item-title{height:100%;flex-grow:1;margin:0}.related-posts .related-posts__item-title a{display:block;color:#333;font-size:24px;font-weight:600;line-height:130%;text-decoration:none;transition:.3s ease-in-out}@media(min-width:1200px){.related-posts .related-posts__item-title a:hover{color:#669eff}}.related-posts .related-posts__item-title a:active{color:#669eff}.related-posts__item-text{color:#5f6d7e;font-size:14px;font-weight:400;line-height:130%}.related-posts__item-meta{color:#333;font-size:14px;font-weight:600;line-height:130%}.banner{padding:100px 0}@media(max-width:1023px){.banner{padding:80px 0}}@media(max-width:767px){.banner{padding:60px 0}}.banner h2{color:#333;font-size:36px;font-weight:600;line-height:130%;margin:0;text-align:center}@media(max-width:1023px){.banner h2{font-size:32px}}@media(max-width:767px){.banner h2{font-size:28px}}.banner__subtitle{color:#5f6d7e;font-size:14px;font-weight:400;line-height:130%;margin:15px auto 0;text-align:center}.banner__btn{display:flex;justify-content:center;align-items:center;max-width:220px;width:100%;padding:12px 10px;border-radius:5px;margin:30px auto 0;color:#fff;font-size:16px;font-weight:600;line-height:130%;background-color:#669eff;outline:0;cursor:pointer;transition:all .3s ease-in-out}@media(min-width:1200px){.banner__btn:hover{background-color:#333}}.banner__btn:active{background-color:#333}.sidebar-banner{padding:24px;background-color:#4478ff;border-radius:20px}@media(max-width:1023px){.sidebar-banner{display:none}}.sidebar-banner__title{color:#fff;font-size:24px;font-weight:500;line-height:130%;margin-bottom:10px}.sidebar-banner__text{color:#fff;font-size:16px;font-weight:400;line-height:150%}.sidebar-banner__btn{display:flex;justify-content:center;align-items:center;gap:10px;max-width:100%;width:100%;padding:12px 10px;border-radius:20px;margin:24px auto 0;color:#fff;font-size:15px;font-weight:600;line-height:130%;background-color:rgba(0,0,0,0);border:1px solid #fff;outline:0;cursor:pointer;transition:all .3s ease-in-out}.sidebar-banner__btn::after{content:"";display:block;width:14px;height:12px;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.16675 6H12.0001M7.83342 1L12.2442 5.41074C12.5696 5.73618 12.5696 6.26382 12.2442 6.58926L7.83342 11' stroke='white' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center center;transition:all .3s ease-in-out}@media(min-width:1200px){.sidebar-banner__btn:hover{background-color:#fff;color:#669eff}.sidebar-banner__btn:hover::after{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.16675 6H12.0001M7.83342 1L12.2442 5.41074C12.5696 5.73618 12.5696 6.26382 12.2442 6.58926L7.83342 11' stroke='%23669EFF' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}}.sidebar-banner__btn:active{background-color:#fff;color:#669eff}.sidebar-banner__btn:active::after{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.16675 6H12.0001M7.83342 1L12.2442 5.41074C12.5696 5.73618 12.5696 6.26382 12.2442 6.58926L7.83342 11' stroke='%23669EFF' stroke-width='1.67' stroke-linecap='round'/%3E%3C/svg%3E%0A")}/*!
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
--------------------------------------------- */