.our-work .content-title-width {
	margin: 0 auto;
	max-width: 774px;
	padding: 80px 0 50px;
	text-align: center
}

.our-work .content-title-width label {
	color: #f2f2f2;
	display: block;
	font-weight: 200;
	margin-bottom: 20px;
	font-family: Alaska-Expanded;
}

.our-work .content-title-width p {
	font-family: 'Alaska-LightContrast';
}

.our-work .content-title-width h1 {
	font-family: Alaska-MediumContrast;
	font-size: 5rem;
	line-height: 1.1;
	margin-bottom: 20px;
}

.our-work .out-works {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 144rem;
	padding: 3rem 6rem;
}

.our-work .our-work-item {
	padding: 0 12px 90px;
	width: 50%
}

.our-work .our-work-image img {
	display: block;
	height: auto;
	max-width: 100%;
	transition: all .5s
}

.our-work .our-work-item-inner .our-work-image:before {
	background: linear-gradient(92.12deg, #1957FC 0%, #FC2BF5 100%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s;
	width: 100%
}

.our-work .our-work-item-inner:hover .our-work-image:before {
	opacity: .5
}

.our-work .our-work-image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.our-work-item-inner:hover .outwork-title span,
.our-work-item-inner:hover .outwork-title p,
.our-work-item-inner:hover .outwork-title label,
.our-work-item-inner:hover .outwork-title h4 {
	color: #9E7CF7
}

.our-work .our-work-item-inner {
	color: #fff;
	text-decoration: none
}

.our-work .our-work-image a {
	display: block
}

.our-work .outwork-title {
	padding-top: 30px
}

.our-work .outwork-title span {
	color: #fff;
	display: block;
	font-size: 2.4rem;
	font-family: 'Alaska-MediumContrast';
	line-height: 1.25;
	margin-bottom: 8px;
	text-decoration: none;
	transition: all .5s;
}

.our-work .outwork-title p {
	font-family: 'Alaska-LightContrast';
	transition: all .5s;
}

.our-work .outwork-title p:last-child {
	margin-bottom: 0;
}

.our-work .our-work-arrow {
	padding-top: 25px
}

.our-work .our-work-arrow img {
	display: block
}

.our-work .our-work-arrow span {
	background-image: linear-gradient(to right, #1957FC, #FC2BF5);
	border-radius: 0px 10px 10px 0px;
	display: block;
	height: 2px;
	position: relative;
	transition: all .3s;
	width: 50px;
	zoom: .8;
}

.our-work .our-work-arrow span:before {
	bottom: -1px;
	border-radius: 5px;
	background-color: #DF30F5;
	content: "";
	height: 9px;
	position: absolute;
	right: 2px;
	transform: rotate(-45deg);
	width: 2px;
}

.our-work .our-work-arrow span:after {
	border-radius: 5px;
	background-color: #DF30F5;
	content: "";
	height: 9px;
	position: absolute;
	right: 2px;
	transform: rotate(45deg);
	top: -1px;
	width: 2px;
}

.our-work .our-work-item-inner:hover .our-work-arrow span {
	width: 100%;
}

.our-work .our-work-item:nth-child(even) {
	padding-top: 30px
}

.our-work .business-area {
	margin: 0 auto;
	max-width: 144rem;
	padding: 10rem 6rem;
	position: relative;
	text-align: center
}

.our-work .business-area ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.our-work .business-area ul li {
	padding: 6px
}

.business-area ul li a,
.business-area ul li button {
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #1957FC, #FC2BF5) border-box;
	border-radius: 10rem;
	border: 1px solid transparent;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	overflow: hidden;
	padding: 13px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background 0.45s ease-in-out;
}

.business-area .alt li a,
.business-area .alt li button {
	background: linear-gradient(black, black) padding-box, linear-gradient(to right, #1957FC, #FC2BF5) border-box;
}

/* .business-area ul li a:after, .business-area ul li button:after {
		background: linear-gradient(to right, #1957FC, #FC2BF5);
		border-radius: 100px;
		bottom: 0;
		content: "";
		left: 0;
		border: 1px solid transparent;
		border-right-color: #FC2BF5;
		border-left-color: #1957FC;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
	}
	*/
.business-area ul li a:hover,
.business-area ul li a.active,
.business-area ul li button:hover,
.business-area ul li button.active {
	background: #6C39D9;
	border-color: #6C39D9;
}

.our-work .white-busy .business-area ul li a {
	color: #000000;
}

.our-work .white-busy .business-area ul li a:hover {
	color: #ffffff;
}

.business-area ul li a:hover:after,
.business-area ul li a.active:after,
.business-area ul li button:hover:after,
.business-area ul li button.active:after {
	background: linear-gradient(to right, #6C39D9, #6C39D9);
	border-right-color: transparent;
	border-left-color: transparent;
}

.our-work .business-area h2 {
	font-family: 'Alaska-MediumContrast';
	font-size: 5rem;
	line-height: 1.1;
	margin-bottom: 40px;
}

.our-work .content-wrapper.bussines-page {
	position: relative
}

.our-work .overflow-hide {
	overflow: hidden
}

.our-work .content-wrapper.bussines-page:before {
	background: linear-gradient(321.46deg, rgba(25, 87, 252, 0.5) 0%, rgba(252, 43, 245, 0.5) 100%);
	content: "";
	filter: blur(100px);
	height: 286px;
	position: fixed;
	right: -130px;
	top: -23px;
	transform: rotate(-150deg);
	width: 211px;
	z-index: -1
}

.our-work .content-wrapper.bussines-page:after {
	background: linear-gradient(321.46deg, rgba(25, 87, 252, 0.5) 0%, rgba(252, 43, 245, 0.5) 100%);
	content: "";
	display: inline-block;
	filter: blur(100px);
	height: 300px;
	left: -157px;
	position: fixed;
	top: 370.51px;
	transform: rotate(100.72deg);
	width: 300px;
	z-index: -1
}

.our-work .teamdetails {
	background-color: #fff
}

.our-work .workdetails-breadcrumb ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 32px 0
}

.our-work .workdetails-breadcrumb ul li {
	color: #000;
	font-family: 'Alaska-LightContrast';
}

.our-work .workdetails-breadcrumb ul li a {
	color: #333333;
	display: block;
	font-family: Alaska-LightContrast;
	padding-right: 15px;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}

.our-work .workdetails-breadcrumb ul li a:hover {
	color: #6C39D9;
	text-decoration: underline;
}

.our-work .workdetails-breadcrumb {
	margin: 0 auto;
	max-width: 1100px
}

.our-work .workdetails-breadcrumb ul li:not(:last-child) {
	padding-right: 12px
}

.our-work .workdetails-breadcrumb ul li a:after {
	border: 1px solid #333333;
	border-bottom: 0;
	border-left: 0;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	right: 0;
	top: 9px;
	transform: rotate(45deg);
	width: 6px
}

.our-work .workdetail-content {
	margin: 0 auto;
	max-width: 740px;
	padding: 40px 0
}

.our-work .workdetail-content-banner {
	margin: 0 auto;
	max-width: 740px;
	padding-bottom: 40px;
	padding-top: 32px
}

.our-work .workdetail-content-banner label {
	color: #000;
	display: block;
	font-family: 'Alaska-ExpandedMedium';
	margin-bottom: 16px;
	text-transform: uppercase
}

.our-work .workdetail-content-banner h1 {
	color: #000;
	font-family: Alaska-MediumContrast;
	margin-bottom: 0;
	padding-bottom: 32px
}

.our-work .workdetail-content-banner p {
	color: #333;
	font-family: 'Alaska-LightContrast';
	margin-bottom: 0;
}

.our-work .workdetail-content-image {
	margin: 0 auto;
	max-width: 1128px;
	padding: 40px 0;
}

.workdetail-content-image img,
.workdetail-content-image video {
	border-radius: 5px;
	display: block;
	height: auto;
	max-width: 100%
}

.our-work .workdetail-content-image .video-container {
	position: relative;
}

.our-work .play-button {
	background: url('../play.svg') transparent top left no-repeat;
	border: 0;
	bottom: 2.0rem;
	filter: drop-shadow(0 0 2px rgb(108 57 217 / 1));
	cursor: pointer;
	height: 7.6rem;
	position: absolute;
	right: 2.0rem;
	width: 7.6rem;
	z-index: 2;
}

.our-work .play-button.paused {
	background: url('../pause.svg') transparent top left no-repeat;
}

.our-work .recognition-block {
	padding-bottom: 80px;
	text-align: center;
}

.our-work .recognition-block h5 {
	color: black;
	text-wrap: nowrap;
}

.our-work .recognition-block h5 span {
	margin: 0 20px 0 16px;
}

.our-work .recognition-block.workdetail-content p:not(:last-child) {
	margin-bottom: 7px;
}

@media (max-width:600px) {
	.our-work .play-button {
		bottom: 0;
		right: 0;
	}
}

.our-work .workdetail-content h2 {
	color: #000;
	font-family: 'Alaska-MediumContrast';
	margin-bottom: 24px;
}

.our-work .workdetail-content h3 {
	color: #000;
	font-size: 1.6rem;
	font-family: Alaska-Expanded;
	line-height: 1.875;
	margin-bottom: 8px;
	text-transform: uppercase
}

.our-work .workdetail-content p {
	color: #333;
	font-weight: 300;
}

.our-work .workdetail-content p a {
	color: #6C39D9;
	font-weight: 600;
}

.our-work .workdetail-content p a:hover {
	color: #000000;
}

.our-work .workdetail-content p:not(:last-child) {
	margin-bottom: 24px;
}

.our-work .workdetail-content-image.bottom-img-item {
	padding-bottom: 0;
	padding-top: 0;
}

.our-work .pagination-next {
	margin-bottom: 8px;
	padding: 21px 0;
	position: relative
}

.our-work .pagination-next:before {
	background: linear-gradient(to right, #1957FC, #FC2BF5);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	opacity: .3;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.our-work .white-busy .business-area label {
	color: #000;
	display: block;
	font-size: 1.6rem;
	font-family: 'Alaska-ExpandedMedium';
	line-height: 1.875;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.our-work .white-busy .business-area h2 {
	color: #333;
	font-size: 3rem;
	line-height: 1.2;
}

.our-work .pagination-content {
	color: #828282;
	display: flex;
	font-size: 1.2rem;
	justify-content: flex-end;
	line-height: 1.666;
	text-decoration: none;
}

.our-work .pagination-content span {
	color: #000;
	font-size: 1.4rem;
	margin-left: 20px;
	position: relative;
}

.our-work .pagination-content .next-label {
	color: #828282;
	display: block;
	font-size: 1.2rem;
	line-height: 1.666;
	margin-top: 0.2rem;
	padding: 0;
	white-space: nowrap;
}

.our-work .pagination-content .next-label::after {
	display: none;
}

.our-work .pagination-content span a {
	color: #000000;
	text-decoration: none;
}

.our-work .pagination-content span:after {
	background: linear-gradient(to right, #1957FC, #FC2BF5);
	bottom: -1px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	opacity: .6;
	padding: 0;
	position: absolute;
	width: 100%
}

.our-work .white-busy .business-area {
	padding-bottom: 134px
}

.our-work .counter-section {
	margin: 0 auto;
	max-width: 1128px;
	position: relative
}

.our-work .counter-section:after {
	/* background:linear-gradient(to right,#1957FC,#FC2BF5);
		bottom:0;
		content:"";
		display:block;
		height:1px;
		left:0;
		opacity:.4;
		padding:0;
		position:absolute;
		width:100%  */
}

.our-work .counter-section label {
	color: #000;
	display: block;
	font-family: 'Alaska-Expanded';
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.875;
	margin-bottom: 8px;
	text-transform: uppercase
}

.our-work .counter-section {
	padding-bottom: 104px;
	padding-top: 64px;
	text-align: center
}

.our-work .counter-section h2 {
	color: #333;
	font-size: 3rem;
	font-family: 'Alaska-MediumContrast';
	line-height: 1.2;
	margin-bottom: 80px
}

.our-work .counterwrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px;
}

.our-work .counter-item {
	padding: 0px 10px 26px 10px;
	width: 33.3333%;
}

.our-work .count-num {
	color: #000;
	font-family: 'Alaska-ExpExtBlkContrast';
	font-size: 7.6rem;
	line-height: 1;
	margin-bottom: 8px;
}

.our-work .count-title {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.875;
	text-transform: uppercase
}

.our-work .counter-item p {
	color: #000;
	font-size: 1.6rem;
	font-family: 'Alaska-LightContrast';
	font-weight: 300;
	line-height: 1.5;
	margin: 0
}

.our-work .workdetail-content p:last-child {
	margin-block: 0
}

.workdetail-content.pt64,
.workdetail-content-image.pt64 {
	padding-top: 64px
}

.our-work .workdetail-content-image.pb16 {
	padding-bottom: 16px
}

.our-work .workdetail-content-image.pt16 {
	padding-top: 16px
}

.our-work .detailspageslider {
	margin: 0 auto;
	max-width: 1128px;
	padding: 40px 0;
}

.our-work .detailsslideitem img {
	border-radius: 5px;
	max-width: 100%;
	width: 100%;
}

.our-work .dotsstyledea .slick-dots {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0px 0px 0px;
	padding: 0;
	position: relative;
}

.our-work .dotsstyledea {
	display: flex;
	justify-content: center;
	padding-top: 32px;
	text-align: center;
}

.our-work .dotsstyledea .slick-dots li {
	display: inline-block;
	height: 66px;
	position: relative;
	text-align: center;
	width: 64px;
	z-index: 2;
}

.our-work .dotsstyledea .slick-dots li button {
	background-color: transparent;
	border: none;
	color: #6C39D9;
	cursor: pointer;
	font-family: 'Alaska-Expanded';
	font-size: 1.2rem;
	height: 62px;
	width: 64px;
}

.our-work .dotsstyledea .slick-dots li button:before {
	content: "0";
}

.our-work .dotsstyledea .slick-dots:before {
	background: linear-gradient(to right, #1957FC, #FC2BF5);
	border-radius: 50%;
	border: 1px solid transparent;
	border-left-color: #1957FC;
	border-right-color: #FC2BF5;
	content: "";
	display: inline-block;
	height: 38px;
	left: 12px;
	pointer-events: none;
	position: absolute;
	top: 10px;
	transition: all .5s;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 38px;
	z-index: 2;
}

.our-work .dotsstyledea .slick-dots:after {
	background: linear-gradient(to right, #bfd0ff, #ffc8fd);
	border-radius: 50%;
	border: 1px solid transparent;
	border-left-color: #bfd0ff;
	border-right-color: #ffc8fd;
	content: "";
	display: inline-block;
	height: 64px;
	left: -1px;
	pointer-events: none;
	position: absolute;
	top: -3px;
	transition: all .5s;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	width: 64px;
	z-index: 2;
}

.our-work .dotsstyledea .slick-dots[aria-controls="slick-slide01"]:before {
	left: 76px;
}

.our-work .dotsstyledea .slick-dots[aria-controls="slick-slide01"]:after {
	left: 63px;
}

.our-work .dotsstyledea .slick-dots[aria-controls="slick-slide02"]:before {
	left: 140px;
}

.our-work .dotsstyledea .slick-dots[aria-controls="slick-slide02"]:after {
	left: 127px;
}

.our-work .dotsstyledea .slick-dots[aria-controls="slick-slide03"]:before {
	left: 204px;
}

.our-work .dotsstyledea .slick-dots[aria-controls="slick-slide03"]:after {
	left: 190px;
}

.our-work .dotsstyledea .slick-dots[aria-controls="slick-slide04"]:before {
	left: 268px;
}

.our-work .dotsstyledea .slick-dots[aria-controls="slick-slide04"]:after {
	left: 254px;
}

.our-work .col2wrp {
	align-items: center;
	color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 144rem;
	padding: 0 6rem;
	text-decoration: none;
}

.our-work .rec-blog-img {
	padding: 0px 10px;
	width: 50%;
}

.our-work .rec-blog-cont {
	padding: 10px 10px;
	width: 50%;
}

.our-work .rec-blog-img img {
	border-radius: 5px;
	width: 100%;
	display: block;
}

.our-work .prefeature {
	color: #BDBDBD;
	display: block;
	font-family: 'Alaska-LightContrast';
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.our-work .rec-blog-cont h3 {
	font-family: 'Alaska-MediumContrast';
	margin-bottom: 32px;
}

.our-work .rec-blog-cont p {
	font-family: 'Alaska-LightContrast';
	margin-bottom: 7px;
}

.our-work .col2wrp:hover .our-work-arrow span {
	width: 100%;
}

.our-work .business-area.blogpg ul {
	max-width: 833px;
	margin: 0 auto;
}

.our-work .business-area.blogpg ul li {
	padding-bottom: 10px;
	padding-top: 10px;
}

.our-work .business-area.blogpg h2 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.our-work .business-area.blogpg {
	padding-bottom: 90px;
}

.our-work .out-works-contain.blogpagelistcont {
	padding-top: 0px;
}

.our-work .blogpagelist .content-wrapper.bussines-page:before {
	filter: blur(73px);
	top: 87px;
}

.our-work .blogpagelist .content-wrapper.bussines-page:after {
	filter: blur(90px);
	top: 496.51px;
}

.our-work .overlayhover {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.our-work .overlayhover:before {
	background: linear-gradient(92.12deg, #1957FC 0%, #FC2BF5 100%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s;
	width: 100%;
}

.our-work .col2wrp:hover .overlayhover:before {
	opacity: .5;
}

.our-work .col2wrp:hover .prefeature {
	color: #9E7CF7;
}

.our-work .col2wrp:hover .rec-blog-cont h3 {
	color: #9E7CF7;
}

.our-work .postloader {
	text-align: center;
	line-height: 1;
	padding-bottom: 150px;
}

.our-work .loadme {
	display: none;
}

.outwork-title label,
.outwork-title h4 {
	color: #BDBDBD;
	display: block;
	font-size: 1.4rem;
	font-family: 'Alaska-LightContrast';
	margin-bottom: 10px;
	transition: all .3s;
}

.our-work .out-works.loaderPost {
	display: none;
}



@media (min-width: 768px) {
	.our-work .workdetail-content-image.pt100 {
		padding-top: 100px
	}

	.our-work .detailspageslider.pt100 {
		padding-top: 100px;
	}
}

@media (max-width: 1200px) and (min-width: 768px) {
	.our-work .count-num {
		font-size: 6.5vw;
	}
}

@media (max-width: 900px) {
	.our-work .business-area {
		max-width: 634px
	}

	.our-work .business-area.blogpg {
		max-width: 100%;
	}

	.our-work .recognition-block h5 {
		text-wrap: wrap;
	}

	.our-work .recognition-block h5 span {
		display: block;
		height: 0;
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 767px) {
	.our-work .business-area {
		padding-bottom: 160px;
		padding-top: 28px
	}

	.our-work .our-work-item {
		padding: 0 12px 60px
	}

	.our-work .content-title-width {
		padding: 70px 0 40px
	}

	.our-work .content-wrapper.bussines-page:before {
		height: 310px;
		right: -68px;
		width: 247px
	}

	.our-work .workdetail-content-banner {
		max-width: 767px
	}

	.our-work .workdetail-content {
		max-width: 767px
	}

	.our-work .white-busy .business-area {
		padding-bottom: 134px;
		padding-top: 104px
	}

	.our-work .counter-item {
		padding-bottom: 64px;
		width: 100%
	}

	.our-work .counter-section {
		padding-bottom: 40px
	}

	.our-work .rec-blog-img {
		padding: 0px 0px;
		width: 100%;
	}

	.our-work .rec-blog-cont {
		padding: 32px 0px 62px;
		width: 100%;
	}

	.our-work .blogpagelist .out-works {
		margin-left: -12px;
		margin-right: -12px;
	}
}

@media (max-width: 575px) {
	.our-work .content-wrapper.bussines-page:after {
		top: 241.51px
	}

	.our-work .our-work-item {
		padding: 0 0 56px;
		width: 100%
	}

	.our-work .our-work-item:nth-child(even) {
		padding-top: 0
	}

	.our-work .outwork-title span {
		font-size: 2rem;
		line-height: 1.3;
	}

	.our-work .outwork-title p {
		font-size: 1.4rem;
		line-height: 1.42857;
	}

	.our-work .business-area {
		padding-bottom: 90px;
		padding-top: 50px
	}

	.our-work .business-area h2 {
		font-size: 2.6rem;
		line-height: 1.23076;
		margin-bottom: 24px
	}

	.our-work .content-title-width p {
		font-size: 1.4rem;
		line-height: 1.42857;
		margin-bottom: 0
	}

	.our-work .content-title-width {
		padding: 43px 0 35px
	}

	.our-work .content-title-width h1 {
		font-size: 2.6rem;
		margin-bottom: 10px
	}

	.our-work .content-title-width label {
		font-size: 1rem;
		line-height: 1.2;
		margin-bottom: 8px
	}

	.our-work .business-area ul li a {
		font-weight: 300;
	}

	.our-work .business-area ul {
		margin-left: -15px;
		margin-right: -15px
	}

	.our-work .workpage .header-wrapper {
		background-color: #000
	}

	.our-work .workdetails-breadcrumb ul {
		font-size: 1.4rem;
		line-height: 1.42857;
		padding-bottom: 24px
	}

	.workdetails-breadcrumb ul li:last-child,
	.workdetails-breadcrumb ul li:first-child {
		display: none
	}

	.our-work .workdetails-breadcrumb ul li:nth-child(2) {
		padding-right: 0
	}

	.our-work .workdetails-breadcrumb ul li:nth-child(2) a:after {
		left: 0;
		right: auto;
		top: 5px;
		transform: rotate(-129deg)
	}

	.our-work .workdetails-breadcrumb ul li:nth-child(2) a {
		padding-left: 16px;
		padding-right: 0
	}

	.our-work .workdetail-content-banner {
		padding-bottom: 16px;
		padding-top: 0
	}

	.our-work .workdetail-content-banner h1 {
		padding-bottom: 24px
	}

	.our-work .workdetail-content-image {
		padding: 16px 0
	}

	.our-work .workdetail-content {
		padding: 16px 0
	}

	.our-work .workdetail-content h2 {
		margin-bottom: 16px
	}

	.our-work .workdetail-content h3 {
		font-size: 1.3rem;
		line-height: 1.5384615;
	}

	.our-work .workdetail-content p {
		font-size: 1.4rem;
		line-height: 1.42857;
	}

	.our-work .workdetail-content p:not(:last-child) {
		margin-bottom: 32px
	}

	.workdetail-content.pt64,
	.workdetail-content-image.pt64 {
		padding-top: 32px
	}

	.our-work .counter-section {
		padding-bottom: 0;
		padding-top: 32px
	}

	.our-work .counter-section h2 {
		font-size: 2rem;
		line-height: 1.3;
		margin-bottom: 64px
	}

	.our-work .count-num {
		font-size: 56px;
		line-height: 1;
		margin-bottom: 14px
	}

	.our-work .count-title {
		font-size: 1.3rem;
		line-height: 1.538;
	}

	.our-work .counter-item p {
		font-size: 1.4rem;
		line-height: 1.57142;
		margin-top: 6px
	}

	.our-work .counter-item:last-child {
		padding-bottom: 48px
	}

	.our-work .white-busy .business-area {
		padding-bottom: 80px;
		padding-top: 48px
	}

	.our-work .white-busy .business-area label {
		font-size: 1.3rem;
		line-height: 1.53846;
	}

	.our-work .white-busy .business-area h2 {
		font-size: 2rem;
		line-height: 1.3;
		margin-bottom: 30px;
	}

	.our-work .rec-blog-cont p {
		font-size: 1.4rem;
	}

	.our-work .blogpagelist .out-works {
		margin-left: 0px;
		margin-right: 0px;
	}

	.our-work .business-area.blogpg ul {
		flex-wrap: nowrap;
		margin-right: -30px;
		margin-left: -30px;
		padding-left: 20px;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 30px;
		padding-right: 20px;
	}

	.our-work .business-area-wrap.blogfiltertag {
		overflow: hidden;
	}

	.our-work .business-area.blogpg ul li button {
		white-space: nowrap;
	}

	.our-work .business-area.blogpg {
		padding-bottom: 0;
	}

	.our-work .business-area-wrap.blogfiltertag .page-center {
		margin-bottom: -40px;
	}

	.our-work .out-works-contain.blogpagelistcont {
		padding-top: 55px;
	}

	.our-work .recognition-block {
		padding-bottom: 30px;
	}
}

@media (max-width: 340px) {
	.our-work .business-area ul li a {
		padding: 12px 15px
	}
}