<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Provided by design agency */
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*::before,*::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	line-height: 1;
	font-size: 14px;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0; border:0}
a, a:visited{text-decoration: none; list-style: none;}
a:hover{text-decoration: none; list-style: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight: 400;}
/* ========================================================================ÐžÐ‘ÐÐ£Ð›Ð•ÐÐ˜Ð•=========================================================== */

/* ===================ÐžÐ¡ÐÐžÐ’ÐÐ«Ð• ÐŸÐ&nbsp;ÐÐ’ÐšÐ˜==================== */
.wrapper{
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.container{
	max-width: 1229px;
	margin: 0 auto;
}
/* footer{} */

.oll-page {
	padding: 100px 0;
}
.oll-container {
	padding: 0 54px;
}
.oll-title {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	color: #212528;
	line-height: 105%;
}
.oll-text{
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
	font-size: 16px;
	color: #212528;
}
.oll-subtitle{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #212528;
}
/* ==========================================================================Ð‘Ð&nbsp;Ð•Ð™ÐšÐŸÐžÐ˜ÐÐ¢Ð«============================================================ */


@media (max-width: 992px){
	.oll-title {
		max-width: 660px;
	}
	.oll-text{
		max-width: 660px;
	}
	.oll-page {
		padding: 65px 0;
	}
	.oll-container {
		padding: 0 54px;
	}
}	
@media (max-width: 769px){
	.oll-title {
		max-width: 660px;
	}
	.oll-text{
		max-width: 660px;
	}
	.oll-page {
		padding: 65px 0;
	}
	.oll-container {
		padding: 0 54px;
	}
}	
@media (max-width: 376px){
	.oll-page {
		padding: 45px 0;
	}
	.oll-container {
		padding: 0 20px;
	}
}
@media (max-width: 322px){}	
/* ==========================================================================Ð‘Ð&nbsp;Ð•Ð™ÐšÐŸÐžÐ˜ÐÐ¢Ð«===================================================================== */

/* =====================================================IBG============================================== */
/* .ibg{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.ibg img{
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
} */

/* ====================INPUT+(inp+tab)===================================== */

input[tupe=text], input[tupe=email], input[tupe=tel], textarea{-webkit-appearence:none;-moz-appearence:none;appearance:none;}
.input{
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding:  0 20px;
}
textarea.input{
	resize: none;
	padding: 0 0;
}
	/* ===============================CONTANT============================================== */

		/* ===============================page-one============================================== */
.page-one__block{
	display: flex;
	justify-content: space-between;
}
.page-one__title span {
	line-height: 115%;
	font-weight: 700;
}
.page-one__title {
	margin: 0 0 30px 0;
}
.page-one__contant {
max-width: 562px;
}
.page-one__img {
	margin: 0 0 30px 0;
}
.page-one__img  img{
	width: 100%;
}

/* ===============MEDIA/PAGE===================== */
@media (max-width: 991px){
	.page-one__block{
	flex-direction: column;
	}
	.page-one__contant {
		max-width: 660px;
	}
}	
@media (max-width: 768px){
	.page-one__block{
		max-width: 660px;
	}
	.page-one__title {
		margin: 0 -9px 30px 0;
	}
}

/* ===============MEDIA/PAGE===================== */
/* ===============================page-one============================================== */

/* ===============================page-two============================================== */

.page-two__title {
	margin: 0 0 50px 0;
}
.page-two__subtitle {
	margin: 0 0 30px 0;
}

.page-two__body {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 43px;

}
.page-two__column {
	max-width: 340px;
}
.column-ferst {
	min-width: 172px;
	max-width: 172px;
}
.page-two__item {
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
	position: relative;
	color: #212528;
	font-size: 16px;
}
.page-two__item::after{
	content: "";
	position: absolute;
	top: 6%;
	left: -43px;
	background:url('../img/Vector.svg') no-repeat;
	width: 45px;
	height: 45px;
}
.last-item::before{
	content:"*optionally";
	position: absolute;
	top: -25px;
	left: 0;
	opacity: 0.6;
}

.page-two__row {
	padding: 60px 54px;
	background:#203A46;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.page-two__text {
	max-width: 796px;
	text-align: center;
	color:#ffff;
}
/* ===============MEDIA/PAGE===================== */
@media (max-width: 1080px){
.page-two__block{
	display: flex;
	justify-content: space-between;
}
.page-two__title {
	margin: 0 0 30px 0;
}
.page-two__body {
	flex-direction: column;
	margin: 0 0 30px 0;
}
.page-two__header{
	max-width: 252px;
}
.page-two__column {
	margin: 30px 0 0 0;
	max-width: 284px;
}
.column-ferst{
	margin-top: 0;
}
.last-column{
	margin-top: 50px;
}

}	
@media (max-width: 769px){
	.page-two__text {
		text-align: left;
	}
	.page-two__row {
		padding: 40px 54px;
	}

}
@media (max-width: 728px){

	.page-two__block{
		flex-direction: column;
	}
	.page-two__body {
		margin-left: 45px;
	}

}	
@media (max-width: 375px){
	.page-two__row {
		padding: 30px 20px;
	}

}

/* ===============MEDIA/PAGE===================== */
/* ===============================page-two============================================== */


/* ===============================page-three============================================== */
.page-three__body {
	position: relative;
}
.page-three__title {
	position: absolute;
	top: 15px;
	left: 0%;
	max-width: 500px;
}
.page-three__title span {
	line-height:115% ;
	font-weight: 700;
}
.page-three__block {
	display: flex;
	gap: 7%;
}
.page-three__img {
	max-width: 562px;
	order: 2;
}
.page-three__img img {
	width:100%;
}
.page-three__text{
	align-self:flex-end;
	order: 1;
	padding: 30px 30px 30px 0;
	max-width: 500px;
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
	font-size: 16px;
	color: #212528;
}
/* ===============MEDIA/PAGE===================== */

@media (max-width: 1136px){
	.page-three__title {
		position: static;
		max-width: 660px;
	}
	.page-three__text{
		max-width: 335px;
	}
	.page-three__img {
		margin: 30px 0 0 0;
		max-width: 337px;
		min-width: 240px;
	}	
	.page-three__text{
		align-self: center;
		padding: 30px 30px 30px 0;
	}

}	
	@media (max-width: 767px){
		.page-three__block {
			flex-direction: column;
	}
		.page-three__img {
			margin: 30px 0;
			order: 2;
	}
		.page-three__text{
			order: 3;
			padding: 0;
	}
}
@media (max-width: 379px){
	.page-three__block {
		flex-direction: column;
	}
	.page-three__img {
		margin: 30px 0;
		order: 2;
	}
	.page-three__text{
		order: 3;
		padding: 0;
	}
	.page-three__title {
		padding: 0 10px 0 0;
		margin: 0 -15px 0 0;
	}
}
@media (max-width: 321px){
	.page-three__title {
		
		margin: 0 -22px 0 0;
	}
}
/* ===============MEDIA/PAGE===================== */
/* ===============================page-three============================================== */

/* ==============================.page-four============================================= */
.page-four__body {
	display: flex;
	position: relative;
}
.page-four__title {
	position: absolute;
	top: 15px;
	right:0%;
	max-width: 410px;
	min-width: 340px;

}
.page-four__title span {
	line-height:115% ;
	font-weight: 700;
}
.page-four__block {
	display: flex;
	position: relative;

}
.page-four__img {
	max-width: 562px;
	order: 2;
}
.page-four__img img {
	width:100%;
}
.page-four__text{
	position: absolute;
	top: 56%;
	right: -3%;
	order: 1;
	padding: 30px 30px 30px 0;
	max-width: 439px;
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
	font-size: 16px;
	color: #212528;
}


/* ===============MEDIA/PAGE===================== */
@media (max-width: 1136px){
	.page-four__block {
		transform: translate(-6%);
		gap: 7%;
		
	}
	.page-four__title {
		transform: translateY(3%);
		order: 2;
		position: static;

	}
	.page-four__text{
		right: 10%;
		max-width: 335px;
	}
	.page-four__img {
		max-width: 562px;
		min-width: 240px;
		order: 1;
	}	
	.page-four__text{
		transform: translate(6%);
		align-self: center;
		padding: 20px 30px 30px 0;
	}

}	
@media (max-width: 769px){
	.page-four__block {
		transform: translate(-9%);
		min-height: 360px;
		gap: 7%;
		
	}
	.page-four__title {
		order: 2;
	}
	.page-four__text{
		transform: translate(60%,5%);
		right: 16%;
		padding: 0 30px 30px 0;
		max-width: 335px;
	}
	.page-four__img {
		min-width: 359px;
		order: 1;
	}	
}

@media (max-width: 376px){
	.page-four__block {
		transform: translate(0%);
		flex-direction: column;
	}
	.page-four__img {
		transform: translateX(0%);
		margin: 30px 0;
		max-width: 335px;
		padding:0 50px 0 0 ;
		order: 2;
	}
	.page-four__text{
		position: static;
		transform: translate(0);
		order: 3;
		padding: 0;
	}

}
@media (max-width: 321px){
	.page-four__title {
		max-width: 335px;
		padding: 0 0 0 0;
	}
	.page-four__img {
		padding: 0 100px 0 0;
	}
}
/* ===============MEDIA/PAGE===================== */

/* ==============================.page-four============================================= */

/* ==============================.page-five============================================= */
.page-five__content {
	display: flex;
	justify-content: space-between;
}
.page-five__title {
	margin: -10px 0 30px 0;
	min-width: 280px;
	max-width: 369px;
}
.page-five__subtitle {
	margin-bottom: 20px;
}
.page-five__row {
	position: relative;
	display: flex;
	padding: 20px 0;
}
.page-five__row::after{
	content:'';
;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-bottom: 1px solid #212528;
	opacity: 0.1;
}
.row-icon img:last-child{
	width: 33px;
}
.row-icon {
	display: flex;

}
.page-five__row:nth-child(2) {
	display: flex;
	align-items: baseline;
}
.text-row{
transform: translateY(-16px);
}
.page-five__row:nth-child(2)::after{
	display: none;
}
.page-five__row:last-child{
	padding-bottom: 0px;
}
.row-title {
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
	font-size: 16px;
	color: #212528;
	font-weight: 700;
	font-size: 18px;
	color: #3A7FA3;
}
.icon-row{
	max-width: 26px;
}
.row-text {
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
	font-size: 16px;
	color: #212528;
	max-width: 348px;
	line-height: 160%;
}

/* ===============MEDIA/PAGE===================== */
@media (min-width: 319px){
	.page-five__container{
		padding: 0 20px 90px 20px;
	}
	.page-five{
		flex-direction: column;
	}
	.page-five__content{
		flex-direction: column;
	}
	.row-icon {
		flex-direction: column;
	}
	.row-icon img{
		width: 32px;
	}
	.row-title {
		min-width: 210px;
		margin: 0 25px 0 25px;
	}
	.text-row{
		margin: 10px 0 -17px 0;
		}
		.page-five__row {
			flex-direction: column;
			align-items: left;
	}
	.row-title {
		margin: 5px 0 5px 0;
	}
}
@media (min-width: 767px){
	.row-title {
		min-width: 188px;

	}

	.page-five{
		flex-direction: row;
	}
	.page-five__title {
		max-width: 660px;
	}
	.page-five__content{
		flex-direction: column;
	}
	.page-five__row {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.row-icon {
		flex-direction: row;
		gap: 12px;
		display: flex;
	}
	.row-text {
		display: inline;
		min-width: 380px;
		line-height: 160%;
	}
}

@media (min-width: 1023px){

	.page-five__title{
		max-width: 369px;
	}
	.text-row{
		font-family: 'Poppins', sans-serif;
		line-height: 160%;
		font-size: 16px;
		color: #212528;
		min-width: 333px;
		margin-bottom: -25px;
		transform: translate(-10%,-21%);
		}
	.page-five__content {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.row-title {
		min-width: 210px;
		margin: 0 30px 0 25px;
	}
	.row-icon {
		gap: 0;
		align-items: center;
	}
	.page-five__row {
		align-items: center;
		padding: 30px 0;
	}
}
/* ===============MEDIA/PAGE===================== */
/* ==============================.page-five============================================ */

/* ==============================.page-six============================================ */
	/* ------------------------------page-six------------------------------ */
.page-six {

	background-color:#203A46;
	color: #fff;
}
.page-six__flex-block{
	display: flex;
	justify-content: space-around;
}
.page-six__body {
	max-width: 562px;
}

.page-six__title {
	color: #fff;
	margin: 0 0 30px 0;
}

.page-six__text {
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
	font-size: 16px;
	color: #fff;
	position: relative;
	font-size: 16px;
	line-height: 160%;
	padding: 0 15px 30px 30px;
}

.page-six__text::after {
	content: "";
	position: absolute;
	top: 5px;
	left: -7px;
	background:url('../img/Vector\ 2.svg') no-repeat;
	width: 45px;
	height: 35px;
}


/* ===============MEDIA/PAGE===================== */
@media (min-width: 319px){

	.page-six__text:last-child {
		padding-bottom: 0;
	}
	.page-six__flex-block{
		display: flex;
		flex-direction: column;
	}
	.contant-six{
		max-width: 615px;
	}
	.body-six{
		margin: 45px 0 0  0;
	}
	.body__six-page{
		padding: 90px 0 0 0 ;
	}
	.body-second{
		padding-top: 90px;
		margin: 0 0 45px  0;
	}
}
@media (min-width: 375px){
	.page-six {
		margin: 45px 0;
	}
	.body-second{
		padding-top: 90px;
		margin: 0 0 45px  0;
	}
	.body__six-page{
		padding: 90px 0 0 0 ;
	}

}	
@media (min-width: 767px){
	.page-six {
		margin: 65px 0;
	}
	.body-six{
		margin: 65px 0 0 0;
	}
	.body__six-page{
		padding: 0 ;
	}

	.body-second{
		padding-top: 90px;
	}
	.body__six-page{
		margin: 133px 0 0 0;
	}
	.page-six__contant{
		min-width: 615px;
	}
	.page-six__title {
		min-width: 615px;
	}
}
@media (min-width: 1026px){
	.page-six {
		margin: 100px 0;
	}
	.page-six__flex-block{
		flex-direction: row;
		margin: 0;
	}
	.body-six{
		min-width: 517px;
		margin-top: 0;
	}
	.body-second{
		padding-top: 0px;
		margin-bottom: 0;
	}
	.body__six-page{
		transform: translateX(23%);
		margin: 0;
	}
	.page-six__text {
		max-width: 517px;
	}
	.contant-six{
		max-width: 400px;
	}
}
/* ===============MEDIA/PAGE===================== */
/* ==============================.page-six============================================ */

/* ==============================page-seven============================================ */

.page-seven__contant{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.page-seven__header{
	position: absolute;
	top: 0;
	left: 0;
}
.page-seven__title {
	line-height: 105%;
	font-size: 32px;
	margin: 0 0 30px 0;
}
.page-seven__subtitle {
	font-size: 16px;
	line-height: 160%;
	max-width: 430px;
}
.page-seven__img {
	max-width: 776px;
}
/* ===============MEDIA/PAGE===================== */
@media (min-width: 280px){

	.page-seven__contant{
		flex-direction: column;
	}
	.page-seven__header{
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 50px;
	}
	.page-seven__img  {
		transform: translateX(-1%);
		}
	.page-seven__img img {
		width: 100%;
		}
	
}	
@media (min-width: 374px){

	.page-seven__header{
		margin-bottom: 30px;
	}
	.page-seven__img  {
		transform: translateX(8%);
		}
	.page-seven__img img {
		width: 80%;
		}
}	
@media (min-width: 767px){

	.page-seven__contant{
		flex-direction: column;
	}
	.page-seven__header{
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 50px;
		display: flex;
	}
	.page-seven__img img {
		width: 80%;
		}
	.page-seven__title{
		max-width: 280px;
	}

}
@media (min-width: 1100px){
	.page-seven {
		margin:100px 0 100px 0 ;
	}
	.page-seven__contant{
		flex-direction: row;
		align-items: center;
	}
	.page-seven__img  {
		transform: translateX(2%);
		}
	.page-seven__img img {
		width: 100%;
		}
	.page-seven__header{
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(3%);
		margin-bottom: 50px;
		flex-direction: column;
		max-width: 430px;
	}
	.page-seven__title{
		max-width: 430px;
		
	}
}
/* ===============MEDIA/PAGE===================== */
/* ==============================page-seven============================================ */

/* ==============================page-eaght============================================ */

.page-eight {
	background-color:#203A46;
}
.page-eight__container{
	padding: 48px 45px;
}
.page-eight__body{
	display: flex;
	justify-content: space-between;
	gap: 64px;
}
.page-eight__title {
	transform: translateY(120px);
	color: #fff;
}
.page-eight__block{
	align-self: center;
	order: 1;
}
.page-eight__img {
	order: 2;
	align-self: flex-end;
	max-width: 562px;
}
.page-eight__img  img{
	width: 100%;
}
.page-eight__link-container{
	margin: 30px 0;
	min-width: 318px;
}
.page-eight__link {
	display: block;
	text-align: center;
	padding: 15px 0;
	background-color: #fff;
	color: #212528;
	border-radius: 4px;
	font-size: 18px;
	color: #203A46;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
}
.page-eight__tell {
	font-family: 'Poppins', sans-serif;
	line-height: 160%;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
}
.gcalendar-btn img {
	margin-top: 8px;
}
.header_homepage .dropdown-item {
	font-size: 16px;
}

/* ===============MEDIA/PAGE===================== */

@media (max-width: 1025px){

	.page-eight__img {
		align-self: flex-end;
		max-width: 285px;
	}
	.page-eight__title {
		transform: translateY(64px);
		color: #fff;
	}
	.page-eight__container{
		margin-top: 65px;
		padding: 50px 32px 50px 54px;
	}
	.page-eight__tell {
		margin: 0 29px 0 30px;
	}
}
@media (max-width: 765px){

	.page-eight__body{
		flex-direction: column;
		align-items:center;
		gap: 0;
	}
	.page-eight__title {
		margin: 0 -25px 0 -7px;
		transform: translateY(0px);
		max-width: 407px;
	}

	.page-eight__container{
		padding: 50px 20px
	}

	.page-eight__block{
		order: 2;
		align-self:center;
	}
	.page-eight__img {
		align-self: center;
		max-width: max-content;
		order: 1;
		padding: 30px 0 0 0;
	}
	.page-eight__tell {
		margin: 0 30px 0 30px;
		text-align: center;
	}
}
@media (max-width: 321px){
	.page-eight__link {
		max-width: 280px;
		margin-left: 18px;
	}
	.page-eight__tell {
		margin: 0 35px;
	}
}
/* ===============MEDIA/PAGE===================== */
/* ==============================page-eaght============================================ */</pre></body></html>