body,html{
	margin:0px;
	padding:0px;
}
body *{
	box-sizing:border-box;
	font-family:"Reddit Sans" ,sans-serif;
}
.container{
	max-width: 1440px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.hero__section .outer__hero{
	min-height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding-bottom: 90px;
	position: relative;
}
.hero__section{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
	position: relative;
}
.hero__section:before{
	content:"";
	position: absolute;
	left:0px;
	bottom:0px;
	width: 100%;
	height:100%;
	opacity:.4;
	background:linear-gradient(to bottom , rgba(0,0,0,0) , rgba(0,0,0,1));
}
.hero__section .outer__hero .box{
	padding:16px 64px;
	position: relative;
	z-index: 2;
}
.hero__section .outer__hero .box>span{
	display: block;
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 30px;
	color:#F2F2F2;
}
.hero__section .outer__hero .box>h1{
	margin:0px;
	font-size: 48px;
	line-height: 120%;
	font-weight: 500;
	color:#FFFFFF;
	letter-spacing: -0.02em;
}
.hero__section .outer__hero .box>h1 span{
	font-weight: 800;
}
header{
	position: fixed;
	top:40px;
	left:0px;
	width: 100%;
	z-index: 5;
}
header .outer__header{
	padding:20px 40px;
	border-radius: 20px;
	backdrop-filter: blur(15px);
	background-color:rgba(246,246,246,.15);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .outer__header>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition:.3s ease all;
}
header .outer__header>a:hover{
	opacity:.7;
}
header .outer__header ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .outer__header ul>li{
	margin-right: 8px;
}
header .outer__header ul>li:last-child{
	margin-right: 0px;
}
header .outer__header ul>li>a{
	padding:8px 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 140%;
	font-weight: 500;
	text-decoration: none;
	color:#FFFFFF;
	transition:.3s ease all;
	border-radius: 8px;
}
header .outer__header ul>li>a:hover{
	background-color:rgba(255,255,255,.2);
}
header .outer__header .btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
header .outer__header .btn>a:hover{
	opacity:.85;
}
header .outer__header .btn>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding-left: 24px;
	padding-right: 24px;
	min-height: 48px;
	background-color:#191919;
	border-radius: 32px;
	font-size: 16px;
	line-height: 22px;
	color:#FFFFFF;
	text-transform: uppercase;
	transition:.3s ease all;
}
.desc__wrapper{
	padding-top: 140px;
	padding-bottom: 70px;
}
.desc__wrapper .outer__desc{
	max-width: 1218px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	padding-bottom: 40px;
	padding-left: 58px;
	padding-right: 58px;
	text-align: center;
}
.desc__wrapper .outer__desc>h2{
	margin-top: 0px;
	font-size: 48px;
	line-height: 120%;
	color:#191919;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.desc__wrapper .outer__desc>p{
	font-size: 40px;
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 140%;
	font-weight: 500;
	color:#191919;
}
.desc__wrapper .btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.desc__wrapper .btn>a{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 48px;
    background-color: #191919;
    border-radius: 32px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .3s ease all;
}
.desc__wrapper .btn>a:hover{
	opacity:.85;
}
.desc__wrapper .grid__elems{
	display: grid;
	grid-template-columns: repeat(4 ,1fr);
	grid-column-gap: 8px;
	grid-row-gap:20px;
	grid-auto-rows: 1fr;
	padding-bottom: 70px;
}
.desc__wrapper .grid__elems .box{
	padding:20px;
	background-color:#E9E9E9;
	border-radius: 24px;
}
.desc__wrapper .grid__elems .box>p{
	margin:0px;
	font-size: 28px;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: -0.04em;
	color:#191919;
}
.desc__wrapper .grid__elems .box>.media{
	position: relative;
	padding-bottom: 65.6%;
	margin-bottom: 10px;
	width: 100%;
}
.desc__wrapper .grid__elems .box>.media img{
	position: absolute;
	left:0px;
	top:0px;
	border-radius: 20px;
	width: 100%;
	height:100%;
	object-fit: cover;
}
.desc__wrapper .grid__elems .box.main{
	background-color:#2D2D2D;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.desc__wrapper .grid__elems .box.main>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 48px;
	line-height: 120%;
	color:#FFFFFF;
	font-weight: 800;
}
.desc__wrapper .grid__elems .box.main>p{
	margin:0px;
	font-size: 16px;
	line-height: 140%;
	color:#FFFFFF;
	font-weight: 400;
}
.desc__wrapper .grid__elems .box.main .btn{
	display: flex;
	justify-content: flex-start;
	margin-top: 24px;
}
.desc__wrapper .grid__elems .box.main .btn>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:4px 26px;
	min-height: 39px;
	background-color: transparent;
	border:3px solid #DCDCDC;
	text-decoration: none;
	font-size: 16px;
	line-height: 140%;
	color:#FFFFFF;
	transition:.3s ease all;
}
.desc__wrapper .grid__elems .box.main .btn>a:hover{
	background-color:rgba(220,220,220,.15);
}
header .outer__header{
	transition:.3s ease all;
}
header.active .outer__header{
	background-color:rgba(0,0,0,.3);
}
.outer__article{
	min-height: 800px;
	padding-bottom: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.article__outer--box{
	padding-top: 70px;
	padding-bottom: 70px;
}
.article__box{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
.outer__article>h2{
	margin:0px;
	font-size: 128px;
	line-height: 100%;
	letter-spacing: -0.02em;
	font-weight: 800;
	color:#FFFFFF;
	text-transform: uppercase;
}
.cta__wrapper{
	padding-bottom: 70px;
	padding-top: 70px;
}
.cta__wrapper .outer__cta{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 16px;
}
.cta__wrapper .outer__cta .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta__wrapper .outer__cta .media>img{

	border-radius: 24px;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.cta__wrapper .outer__cta .desc{
	width: 100%;
	background-color:#F6F6F6;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta__wrapper .outer__cta .desc .inn{
	max-width: 412px;
	margin-left: auto;
	margin-right: auto;
}
.cta__wrapper .outer__cta .desc .inn>h2{
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 120%;
	font-weight: 800;
	color:#1A1A1A;
	letter-spacing: -0.02em;
}
.cta__wrapper .outer__cta .desc .inn>.btn{
	display: inline-flex;
	align-items: center;

}
.cta__wrapper .outer__cta .desc .inn>.btn>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding-left: 48px;
	padding-right: 48px;
	border-radius: 32px;
	background-color:#191919;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	color:#FFFFFF;
	text-transform: uppercase;
}
.cta__wrapper .outer__cta .desc .inn>.btn>a{
	transition:.3s ease all;
}
.cta__wrapper .outer__cta .desc .inn>.btn>a:hover{
	opacity:.85;
}
footer{
	background-color:#0F1215;
	padding-top: 48px;
}
footer .outer__footer{
	padding:25px 0px;
	padding-top: 0px;
}
footer .bottom{
	display: flex;
	align-items: center;
	margin-top: 16px;
	padding-top: 25px;
	justify-content: space-between;
}
footer .bottom ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
footer .bottom ul>li{
	font-size: 13px;
	margin-right: 44px;
	line-height: 18px;
	color:rgba(255,255,255,.65);
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .bottom ul>li:last-child{
	margin-right: 0px;
}
footer .bottom ul>li>a{
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 18px;
	color:rgba(255,255,255,.65);
	transition:.3s ease all;
}
footer .bottom ul>li>a.icon:hover{
	opacity:.7;
}
footer .bottom ul>li>a:hover{
	color:rgba(255,255,255,1);
}
footer{
	margin-top: 70px;
}
footer .top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
footer .top .menus .menu{
	width: 100%;
}
footer .top .menus{
	width: 100%;
	gap:40px;
	max-width: 818px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
footer .top .menus>.menu>p{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 18px;
	color:rgba(255,255,255,.65);
}
footer .top .menus>.menu ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
footer .top .menus>.menu ul>li{
	font-size: 20px;
	line-height: 32px;
	color:#FFFFFF;
	letter-spacing: -0.02px;
}
footer .top .menus>.menu ul>li{
	margin-bottom: 16px;
}
footer .top .menus>.menu ul>li>a{
	text-decoration: none;
	font-size: 20px;
	line-height: 32px;
	color:#fff;
	letter-spacing: -0.02em;
	transition:.3s ease all;
}
footer .top .menus>.menu ul>li>a:hover{
	opacity:.85;
}
footer .top .menus>.menu ul>li:last-child{
	margin-bottom: 0px;
}
.outer__article>h2{
	text-shadow:0px 0px 8px rgba(0,0,0,.35);
}
.cta__wrapper .outer__cta .desc{
	min-height: 380px;
}
.cta__wrapper .outer__cta .desc .inn{
	max-width: 452px;
	padding-left: 20px;
	padding-right: 20px;
} 
.hero__section .box>p{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 140%;
	color:#F2F2F2;
	font-weight: 500;
}
.hero__section.contact-us .box{
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
.hero__section .box>p:last-child{
	margin-bottom: 0px;
}
.hero__section .box>h1.extra-bold{
	font-weight: 800;
	margin-bottom: 16px;
}
.conversation__block{
	padding-top: 70px;
	padding-bottom: 70px;
}
.conversation__block .outer__conversation>p span{
	font-weight: 800;
}
.conversation__block .outer__conversation>p{
	margin:0px;
	font-size: 32px;
	line-height: 140%;
	color:#FFFFFF;
	font-weight: 500;
}
.conversation__block .outer__conversation>h2{
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 48px;
	line-height: 120%;
	font-weight: 800;
	color:#FFFFFF;
	letter-spacing: -0.02em;
}
.conversation__block .outer__conversation{
	border-radius: 24px;
	background-color:#2D2D2D;
	padding:80px;
}
.reach-out{
	padding-top: 140px;
	padding-bottom: 70px;
}
.reach-out .outer__reach .desc .inn>ul>li{
	margin-bottom: 4px;
}
.reach-out .outer__reach .desc .inn>ul>li:last-child{
	margin-bottom: 0px;
}
.reach-out .outer__reach .desc .inn>ul{
	padding:0px;
	padding-left:25px;
	margin:0px;
	font-size: 24px;
	line-height: 140%;
	font-weight: 500;
	color:#191919;
}
.reach-out .outer__reach .desc .inn>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 48px;
	line-height: 120%;
	color:#191919;
	font-weight: 800;
}
.reach-out .outer__reach .desc .inn{
	width: 100%;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.reach-out .outer__reach .desc{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	border-radius: 32px;
	background-color:#F6F6F6;
}
.reach-out .outer__reach .media img{
	max-width: 100%;
	border-radius: 32px;
}
.reach-out .outer__reach .media{
	display: flex;
	align-items: center;
	justify-content: center;
}
.reach-out .outer__reach{
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	grid-column-gap: 8px;
}
.reach-out.who-we-are .outer__reach .desc{
	padding:80px;
}
.reach-out.who-we-are .outer__reach .desc .inn>p span{
	font-weight: 800;
}
.reach-out.who-we-are .outer__reach .desc .inn>p{
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 140%;
	font-weight: 500;
	color:#191919;
}
.reach-out.who-we-are .outer__reach .desc .inn>p:last-child{
	margin-bottom: 0px;
}
.reach-out.who-we-are .outer__reach .inn{
	max-width: 100%;
}
.reach-out.who-we-are .outer__reach{
	grid-template-columns: 1fr;
}
.reach-out.why-we .outer__reach>.desc .inn>p{
	margin:0px;
	font-size: 28px;
	line-height: 140%;
	font-weight: 500;
	color:#FFFFFF;
}
.reach-out.why-we{
	padding-top: 70px;
}
.reach-out.why-we .outer__reach>.desc .inn>h2{
	color:#fff;
}
.reach-out.why-we .outer__reach>.desc{
	background-color:#2D2D2D;
}
.services__wrapper{
	padding-top: 140px;
	padding-bottom: 70px;
}
.services__wrapper .outer__services .elem .media>img{
	width: 100%;
	max-width: 100%;
	border-radius: 32px;
}
.services__wrapper .outer__services .elem .media{
	margin-bottom: 48px;
	position: relative;
	padding-bottom: 64.1%;
}
.services__wrapper .outer__services>.elem .media img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	object-fit: cover;
}
.services__wrapper .outer__services .elem .desc>span{
	margin:0px;
	font-size: 20px;
	line-height: 140%;
	color:#66717C;
	font-weight: 500;
}
.services__wrapper .outer__services .elem.double{
	grid-column-start: 1;
	grid-column-end: 3;
}
.services__wrapper .outer__services .elem.double .media{
	position: relative;
	padding-bottom: 29.6%;
	width: 100%;
}
.services__wrapper .outer__services .elem.double .media img{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: top left;
}
.services__wrapper .outer__services .elem .desc>p{
	margin-top: 0px;
	margin-bottom: 24px;
	letter-spacing: -0.02px;
	font-size: 40px;
	line-height: 120%;
	color:#191919;
	font-weight: 800;
}
.services__wrapper .outer__services>.elem{
	padding:40px;
	border-radius: 32px;
	background-color:#F6F6F6;
}
.services__wrapper .outer__services{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 16px;
	grid-row-gap:16px;
}
.services__wrapper + footer{
	margin-top: 0px;
}
.join__mission{
	padding-top: 140px;
	padding-bottom: 70px;
}
.join__mission .media{
	grid-auto-rows: 1fr;
}
.join__mission .media .image__double{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.join__mission .media .image__double>.img>img{
	height:100%;
	width: 100%;
	object-fit: cover;
}
.join__mission .outer__join .desc>p{
	margin:0px;
	font-size: 24px;
	line-height: 140%;
	color:#191919;
	font-weight: 500;
}
.join__mission .outer__join .desc>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 48px;
	line-height: 120%;
	font-weight: 800;
	color:#191919;
}
.join__mission .outer__join .desc{
	width: 100%;
	max-width: 540px;
}
.join__mission .outer__join{
	background:url('../img/back-dots.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color:#F6F6F6;
	border-radius: 32px;
	padding:80px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.join__mission .outer__join .media img{
	max-width: 100%;
	border-radius: 32px;
}
.join__mission .outer__join .media{
	max-width: 625px;
	min-width: 625px;
	display: grid;
	width: 100%;
	margin-right: 48px;
	grid-template-columns: repeat(2 ,1fr);
	grid-column-gap: 16px;
	grid-row-gap:16px;
}
.specialization{
	padding-top: 70px;
	padding-bottom: 70px;
}
.specialization .outer__spec>.top>p{
	margin:0px;

	font-size: 24px;
	line-height: 140%;
	color:#66717C;
	font-weight: 500;
}
.specialization .outer__spec>.top>h2{
	margin-top: 0px;
	margin-bottom: 24px;
	font-size: 48px;
	line-height: 120%;
	color:#1A1A1A;
	font-weight: 800;
}
.specialization .outer__spec ul>li{
	min-height: 82px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin:8px;
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap;
	border-radius: 20px;
	background-color:#2D2D2D;
	font-size: 24px;
	line-height: 120%;
	color:#FFFFFF;
	font-weight: 500;
	letter-spacing: -0.02em;
}
.specialization .outer__spec ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	flex-wrap:wrap;
}
.specialization .outer__spec>.top{
	text-align: center;
	margin-bottom: 48px;
}
.specialization + .reach-out{
	padding-top: 70px;
}
.image-long{
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-long>img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.join__mission .outer__join{
	padding-left: 40px;
	padding-right: 40px;
}
.join__mission .media .image__double>.img{
	margin-bottom: 16px;
}
.join__mission .media .image__double>.img:last-child{
	margin-bottom: 0px;
}
img{
	width: auto;
	height:auto;
}
.reach-out.who-we-are .outer__reach .desc .inn>p span a{
	color:#000;
}
.outer__conversation a {
	color:#1799dd;
}
.services__wrapper .outer__services .elem .desc>span{
	display: block;
	margin-bottom: 12px;
}
.services__wrapper .outer__services .elem .desc>span:last-child{
	margin-bottom: 0px;
}
footer .bottom{
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 1200px){
	.join__mission .outer__join .desc>p{
		font-size: 21px;
	}
	.join__mission .outer__join .desc>h2{
		font-size: 40px;
		margin-bottom: 16px;
	}
	.join__mission .outer__join .media{
		min-width: 440px;
		max-width: 440px;
	}
	.join__mission .outer__join .media img{
		border-radius: 20px;
	}
	.join__mission .outer__join{
		padding:50px 30px;
	}
	.join__mission{
		padding-top: 75px;
	}
	.services__wrapper{
		padding-top: 70px;
	}
	.services__wrapper .outer__services .elem .desc>p{
		margin-bottom: 16px;
		font-size: 32px;
	}
	.services__wrapper .outer__services .elem .media{
		margin-bottom: 30px;
	}
	.specialization{
		padding:40px 0px;
	}
	.specialization .outer__spec>.top>h2{
		font-size: 40px;
		margin-bottom: 16px;
	}
	.specialization .outer__spec>.top>p{
		font-size: 20px;
	}
	.specialization .outer__spec>.top{
		margin-bottom: 24px;
	}
	.specialization .outer__spec ul>li{
		min-height: 60px;
		font-size: 20px;
		margin:5px;
	}
	.specialization + .reach-out{
		padding-top: 35px;
	}
	.join__mission{
		padding-bottom: 25px;
	}
	.reach-out.why-we{
		padding-top: 40px;
	}
	.reach-out.why-we .outer__reach>.desc .inn>p{
		font-size: 24px;
	}
	.reach-out.who-we-are .outer__reach .desc .inn>p{
		font-size: 24px;
		margin-bottom: 25px;
	}
	.reach-out.who-we-are .outer__reach .desc{
		padding:60px;
	}
	.reach-out{
		padding-top: 75px;
		padding-bottom: 40px;
	}
	.conversation__block{
		padding:40px 0px;
	}
	.conversation__block .outer__conversation>h2{
		font-size: 40px;
		margin-bottom: 25px;
	}
	.conversation__block .outer__conversation>p{
		font-size: 26px;
	}
	.conversation__block .outer__conversation{
		padding:60px;
	}
	.reach-out .outer__reach .desc .inn>h2{
		font-size: 40px;
		margin-bottom: 16px;
	}
	.reach-out .outer__reach .desc .inn>ul{
		font-size: 21px;
	}
	.reach-out .outer__reach .desc{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.hero__section .box>p{
		font-size: 21px;
	}
	.hero__section .box>p{
		margin-bottom: 12px;
	}
	footer{
		margin-top: 35px;
	}
	footer .top .menus{
		max-width: 640px;
	}
	footer .top .menus>.menu ul>li , footer .top .menus>.menu ul>li>a{
		font-size: 18px;
		line-height: 28px;
	}
	footer .top .menus>.menu ul>li{
		margin-bottom: 10px;
	}
	footer .top .menus>.menu>p{
		margin-bottom: 12px;
	}
	.cta__wrapper{
		padding:35px 0px;
	}
	.cta__wrapper .outer__cta .desc .inn>h2{
		font-size: 40px;
		margin-bottom: 24px;
	}
	.article__outer--box{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.outer__article>h2{
		font-size: 100px;
	}
	.desc__wrapper .grid__elems{
		grid-template-columns: repeat(2 ,1fr);
	}
	.desc__wrapper .grid__elems .box>p{
		font-size: 24px;
	}
	.desc__wrapper .grid__elems .box>p br{
		display: 	none;
	}
	.desc__wrapper .grid__elems .box.main>h2{
		font-size: 40px;
	}
	.desc__wrapper{
		padding-top: 75px;
		padding-bottom: 40px;
	}
	.desc__wrapper .outer__desc>p{
		font-size: 26px;
	}
	.desc__wrapper .outer__desc>h2{
		font-size: 40px;
	}
	.desc__wrapper .outer__desc{
		max-width: 940px;
	}
	.container{
		padding-left: 24px;
		padding-right: 24px;
	}
	header .outer__header{
		padding:20px 24px;
	}
	.hero__section .outer__hero .box>h1{
		font-size: 40px;
	}
	.hero__section .outer__hero .box>span{
		font-size: 18px;
		line-height: 28px;
	}
	.hero__section .outer__hero .box{
		padding:16px 32px;
	}
	.hero__section .outer__hero{
		padding-bottom: 45px;
	}
	.desc__wrapper .grid__elems{
		padding-bottom: 35px;
	}
}
.menu__btn{
	display: none;
}
@media (max-width: 1024px){
	.hero__section .outer__hero{
		min-height: 0px;
	}
}
@media (min-width: 991px){
	header .outer__header ul{
		display: flex!important;
	}
}
@media (max-width: 991px){
	.menu__btn{
		top:12px;
	}
	.join__mission .outer__join{
		flex-direction: column;
	}
	.join__mission .outer__join .desc{
		max-width:100%;
		margin-top: 30px;
	}
	.join__mission .outer__join .media{
		min-width: 0px;
		max-width: 100%;
		margin-right: 0px;
	}
	.services__wrapper{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.services__wrapper .outer__services>.elem{
		padding:25px;
	}
	.services__wrapper .outer__services .elem .desc>p{
		font-size: 26px;
	}
	.services__wrapper .outer__services .elem .desc>span{
		font-size: 17px;
	}
	.reach-out.why-we .outer__reach>.desc .inn>p{
		font-size: 22px;
	}
	.reach-out.who-we-are .outer__reach .desc .inn>p{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.reach-out.who-we-are .outer__reach .desc{
		padding:40px;
	}
	.conversation__block .outer__conversation>h2{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.conversation__block .outer__conversation>p{
		font-size: 22px;
	}
	.conversation__block .outer__conversation{
		padding:40px;
	}
	.reach-out .outer__reach .desc .inn{
		max-width: 100%;
	}
	.reach-out .outer__reach .desc{
		padding:40px 30px;
	}
	.reach-out .outer__reach .desc .inn>h2{
		font-size: 32px;
	}
	.reach-out .outer__reach .desc .inn>ul{
		font-size: 18px;
	}
	.reach-out .outer__reach {
		grid-template-columns: 1fr;
		grid-row-gap:8px;
	}
	.cta__wrapper .outer__cta .media{
		margin-bottom: 8px;
	}
	.hero__section .box>p{
		font-size: 17px;
		line-height: 22px;
	}
	footer{
		margin-top: 30px;
	}
	footer .top .menus{
		max-width: 100%;
	}
	footer .top{
		flex-direction: column;
	}
	footer .top .logo{
		margin-bottom: 15px;
	}
	.cta__wrapper .outer__cta{
		grid-template-columns: 1fr;
	}
	.cta__wrapper .outer__cta .desc .inn{
		text-align: center;
	}
	.cta__wrapper .outer__cta .desc{
		min-height: 280px;
	}
	.outer__article>h2{
		font-size: 80px;
	}
	.outer__article{
		min-height: 640px;
	}
	.menu__btn{
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.menu__btn>a{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		min-width: 48px;
		max-width: 48px;
		min-height: 48px;
		border-radius: 250px;
		background-color:#191919;
		max-height: 48px;
	}
	.menu__btn>a>span{
		min-width: 32px;
		min-height: 3px;
		background-color:#fff;
		border-radius: 4px;
		margin-bottom: 5px;
		transition:transform .3s ease, opacity .3s ease;
		transform-origin:center;
	}
	.menu__btn>a>span:last-child{
		margin-bottom: 0px;
	}
	.menu__btn.active>a>span:nth-child(1){
		transform:translateY(8px) rotate(45deg);
	}
	.menu__btn.active>a>span:nth-child(2){
		opacity:0;
	}
	.menu__btn.active>a>span:nth-child(3){
		transform:translateY(-8px) rotate(-45deg);
	}
	header .outer__header>a img{
		max-width: 170px;
	}
	header .outer__header{
		padding:12px 16px;
	}
	header{
		top:25px;
	}
	header .outer__header{
		flex-wrap:wrap;
	}
	header .outer__header>ul{
		width: 100%;
		order:3;
	}
	header .outer__header>ul{
		width: 100%;
		margin-top: 12px;
		display: none;
	}
	header .outer__header>ul>li>a{
		width: 100%;
		font-size: 18px;
		padding:8px 12px;
		justify-content: flex-start;
	}
	header .outer__header>ul>li{
		width: 100%;
		margin-right: 0px;
	}
	.hero__section .outer__hero .box>h1{
		font-size: 32px;
	}
	.hero__section .outer__hero .box>span{
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 24px;
	}
	.container{
		padding-left: 16px;
		padding-right: 16px;
	}
	header .outer__header{
		padding-right: 76px;
	}
	.menu__btn{
		position: absolute;
		right:16px;
	}
	.join__mission .outer__join .desc>p{
		font-size: 18px;
	}
}
.mobile-image{
	display: none;
}
@media (max-width: 767px){
	.specialization{
		padding:25px 0px;
	}
	.specialization .outer__spec>.top>p{
		font-size: 16px;
	}
	.specialization + .reach-out{
		padding-top: 25px;
	}
	.specialization .outer__spec>.top>h2{
		font-size: 32px;
	}
	.specialization .outer__spec ul>li{
		min-height: 40px;
		font-size: 14px;
		margin:4px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 12px;
	}
	.join__mission .outer__join{
		padding:30px 15px;
	}
	.join__mission{
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.join__mission .outer__join .desc>p{
		font-size: 16px;
	}
	.join__mission .outer__join .desc>h2{
		font-size: 32px;
	}
	.services__wrapper .outer__services{
		grid-template-columns: 1fr;
	}
	.mobile-image{
		display: block;
	}
	.services__wrapper .outer__services .elem.double .media{
		padding-bottom: 64.1%;
	}
	.elem.double>.media>.desktop{
		display: none;
	}
	.services__wrapper .outer__services .elem.double{
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.services__wrapper .outer__services>.elem{
		padding:15px;
	}
	.services__wrapper .outer__services .elem .media{
		margin-bottom: 15px;
	}
	.services__wrapper .outer__services .elem .desc>p{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.services__wrapper .outer__services .elem .desc>span{
		font-size: 15px;
	}
	.reach-out.why-we{
		padding-top: 25px;
	}
	.reach-out.why-we .outer__reach>.desc .inn>p{
		font-size: 19px;
	}
	.reach-out.who-we-are .outer__reach .desc .inn>p{
		font-size: 19px;
	}
	.desc__wrapper{
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.reach-out{
		padding-bottom: 25px;
		padding-top: 30px;
	}
	footer .top .menus>.menu ul>li, footer .top .menus>.menu ul>li>a{
		font-size: 16px;
		line-height: 24px;
	}
	footer .bottom ul>li{
		margin-right: 20px;
	}
	footer .bottom ul>li ,footer .bottom ul>li>a{
		font-size: 11px;
		line-height: 24px;
	}
	footer .top .logo{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	footer .top .menus{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	footer .top .menus>.menu ul>li, footer .top .menus>.menu ul>li>a{
		width: 100%;

	}
	.cta__wrapper{
		padding:25px 0px;
	}
	.desc__wrapper{
		padding-bottom: 25px;
	}
	.cta__wrapper .outer__cta .desc .inn>h2{
		font-size: 32px;
	}
	.outer__article>h2{
		font-size: 64px;
	}
	.desc__wrapper .grid__elems{
		padding-bottom: 15px;
	}
	.desc__wrapper .outer__desc{
		padding-bottom: 40px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.desc__wrapper .outer__desc>p{
		font-size: 22px;
		margin:15px 0px;
	}
	.desc__wrapper .outer__desc>h2{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.desc__wrapper .grid__elems .box>p{
		font-size: 20px;
	}
	.desc__wrapper .grid__elems .box{
		padding:15px;
	}
	.desc__wrapper .grid__elems .box.main>h2{
		font-size: 32px;
		margin-bottom: 16px;
	}
	.desc__wrapper .grid__elems .box.main .btn{
		margin-top: 16px;
	}

	.menu__btn>a{
		min-width: 36px;
		max-width: 36px;
		min-height: 36px;
		max-height: 36px;
	}
	.menu__btn>a>span{
		min-width: 22px;
		margin-bottom: 4px;
		min-height: 2px;
	}
	.menu__btn.active>a>span:nth-child(1){
		transform:translateY(6px) rotate(45deg);
	}
	.menu__btn.active>a>span:nth-child(3){
		transform:translateY(-6px) rotate(-45deg);
	}
	header .outer__header{
		padding-right: 60px;
	}
	header .outer__header .btn>a{
		min-height: 36px;
		padding-left: 16px;
		padding-right: 16px;
		font-size: 14px;
		line-height: 20px;
	}
	header .outer__header>a img{
		max-width: 130px;
	}
	.hero__section .outer__hero .box>h1{
		font-size: 26px;
		line-height: 32px;
	}
	.hero__section .outer__hero .box{
		padding:10px 16px;
	}
	.hero__section .outer__hero{
		padding-bottom: 25px;
	}
	.conversation__block .outer__conversation>p{
		font-size: 18px;
	}
	.conversation__block{
		padding:25px 0px;
	}
	.hero__section .box>p{
		font-size: 15px;
		line-height: 20px;
	}
	.reach-out.who-we-are .outer__reach .desc{
		padding:25px;
	}
}
@media (max-width: 540px){
	.reach-out.why-we .outer__reach>.desc .inn>p{
		font-size: 16px;
	}
	.reach-out.who-we-are .outer__reach .desc .inn>p{
		font-size: 16px;
	}
	.conversation__block .outer__conversation>p{
		font-size: 16px;
	}
	.conversation__block .outer__conversation{
		padding:30px;
	}
	.reach-out .outer__reach .desc{
		padding:25px;
	}
	.reach-out .outer__reach .desc .inn>ul{
		font-size: 16px;
	}
	footer .top .menus>.menu ul>li, footer .top .menus>.menu ul>li>a{
		font-size: 14px;
		line-height: 22px;
	}
	.desc__wrapper .grid__elems{
		grid-auto-rows: initial;
		grid-template-columns: 1fr;
	}
	.desc__wrapper .grid__elems .box.main{
		padding:35px 15px;
	}
	.desc__wrapper .grid__elems .box.main>h2 br{
		display: none;
	}
	footer .bottom{
		align-items: flex-end;
	}
	footer .bottom ul{
		align-items: flex-start;
		flex-direction: column-reverse;
	}
}
@media (max-width: 360px){
	.menu__btn.active>a>span:nth-child(1){
		transform:translateY(4.5px) rotate(45deg);
	}
	.menu__btn.active>a>span:nth-child(3){
		transform:translateY(-5.5px) rotate(-45deg);
	}
	header .outer__header>a img{
		max-width: 100px;
	}
	header .outer__header .btn>a{
		min-height: 30px;
		font-size: 12px;
		line-height: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.menu__btn>a{
		min-width: 30px;
		max-width: 30px;
		min-height: 30px;
		max-height: 30px;
	}
	header .outer__header{
		padding-right: 52px;
	}
	.menu__btn>a>span{
		min-width: 20px;
		min-height: 2px;
		margin-bottom: 3px;
	}
}