.show__mobile {
	display: none;
}
#swiping__top-wrapper {
	position: relative;
	height: 100vh;
	background: -webkit-gradient(linear, left top, left bottom, from(#0e032a), to(#866eff));
	background: -o-linear-gradient(top, #0e032a 0, #866eff 100%);
	background: linear-gradient(180deg, #0e032a 0, #866eff 100%);
	-webkit-clip-path: circle(1384px at 49.1% calc(100% - 1430px));
	clip-path: circle(1384px at 49.1% calc(100% - 1430px));
}
#swiping__top-wrapper .container::before {
	position: absolute;
	display: block;
	content: '';
	border: 2px solid #1d2965;
	border-radius: 50%;
	width: 1236px;
	height: 1236px;
	z-index: -1;
	bottom: 106px;
	left: calc(50vw - 618px);
}
#swiping__top-wrapper .container::after {
	position: absolute;
	display: block;
	content: '';
	border: 2px solid #1d2965;
	border-radius: 50%;
	width: 954px;
	height: 954px;
	z-index: -1;
	bottom: 245px;
	left: calc(50vw - 476px);
}
#swiping__top-wrapper h1 {
	font-size: 43px;
	font-weight: 400;
	line-height: 36px;
	font-family: Montserrat, sans-serif;
	padding-top: 4em;
}
#swiping__info-section {
	height: 82vw;
	background: url(/images/src/swiping/swiping_info.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#swiping__cubes-section .case_studies__cube_wr {
	margin-top: 150px;
	-webkit-perspective: 250px;
	perspective: 250px;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	width: 20%;
	position: relative;
	text-align: center;
}
#swiping__cubes-section .case_studies__cube_wr::before {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 1px solid #979797;
	display: block;
	position: absolute;
	content: '';
	top: -65px;
	left: calc(50% - 90px);
}
#swiping__cubes-section .case_studies__cube_wr::after {
	display: block;
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #979797;
	z-index: 4;
	top: 20px;
	left: calc(50% - 3px);
	-webkit-transform: rotate(0) translateX(90px);
	-ms-transform: rotate(0) translateX(90px);
	transform: rotate(0) translateX(90px);
}
#swiping__cubes-section .case_studies__cube {
	margin: auto;
	position: relative;
	height: 60px;
	width: 60px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 3;
}
#swiping__cubes-section .case_studies__cube>div {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	height: 100%;
	width: 100%;
	background-color: #000;
	border: solid 0 #eee;
	color: #fff;
	-webkit-transition: background .2s ease-in;
	-o-transition: background .2s ease-in;
	transition: background .2s ease-in;
}
#swiping__cubes-section .case_studies__cube_front {
	-webkit-transform: translateZ(30px);
	transform: translateZ(30px)
}
#swiping__cubes-section .case_studies__cube_back {
	-webkit-transform: translateZ(-30px) rotateY(180deg);
	transform: translateZ(-30px) rotateY(180deg);
}
#swiping__cubes-section .case_studies__cube_top {
	-webkit-transform: rotateX(-270deg) translateY(-30px);
	transform: rotateX(-270deg) translateY(-30px);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}
#swiping__cubes-section .case_studies__cube_bottom {
	-webkit-transform: rotateX(270deg) translateY(30px);
	transform: rotateX(270deg) translateY(30px);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
}
#swiping__cubes-section .case_studies__cube_left {
	-webkit-transform: rotateY(270deg) translateX(-30px);
	transform: rotateY(270deg) translateX(-30px);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}
#swiping__cubes-section .case_studies__cube_right {
	-webkit-transform: rotateY(-270deg) translateX(30px);
	transform: rotateY(-270deg) translateX(30px);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}
#swiping__cubes-section .case_studies__cube_text {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	margin: 100px 0 60px;
	display: inline-block;
}
#swiping__cubes-section .case_studies__cube_1 .case_studies__cube {
	-webkit-animation: rotate 50s infinite linear;
	animation: rotate 50s infinite linear;
}
#swiping__cubes-section .case_studies__cube_1 .case_studies__cube .case_studies__cube_back, #swiping__cubes-section .case_studies__cube_1 .case_studies__cube .case_studies__cube_front {
	background: #8154ef;
}
#swiping__cubes-section .case_studies__cube_1 .case_studies__cube .case_studies__cube_bottom, #swiping__cubes-section .case_studies__cube_1 .case_studies__cube .case_studies__cube_top {
	background: #754ade;
}
#swiping__cubes-section .case_studies__cube_1 .case_studies__cube .case_studies__cube_left, #swiping__cubes-section .case_studies__cube_1 .case_studies__cube .case_studies__cube_right {
	background: #8c67e8;
}
#swiping__cubes-section .case_studies__cube_1::after {
	border-color: #8154ef;
	-webkit-animation: orbit5 50s infinite;
	animation: orbit5 50s infinite;
}
#swiping__cubes-section .case_studies__cube_2 .case_studies__cube {
	-webkit-animation: rotate 40s infinite linear 1s;
	animation: rotate 40s infinite linear 1s;
}
#swiping__cubes-section .case_studies__cube_2 .case_studies__cube .case_studies__cube_back, #swiping__cubes-section .case_studies__cube_2 .case_studies__cube .case_studies__cube_front {
	background: #36a8a4;
}
#swiping__cubes-section .case_studies__cube_2 .case_studies__cube .case_studies__cube_bottom, #swiping__cubes-section .case_studies__cube_2 .case_studies__cube .case_studies__cube_top {
	background: #35a7a3;
}
#swiping__cubes-section .case_studies__cube_2 .case_studies__cube .case_studies__cube_left, #swiping__cubes-section .case_studies__cube_2 .case_studies__cube .case_studies__cube_right {
	background: #329995;
}
#swiping__cubes-section .case_studies__cube_2::after {
	-webkit-animation: orbit5 50s linear infinite 1s;
	animation: orbit5 50s linear infinite 1s;
	border-color: #36a8a4;
}
#swiping__cubes-section .case_studies__cube_3 .case_studies__cube {
	-webkit-animation: rotate 55s infinite linear;
	animation: rotate 55s infinite linear;
}
#swiping__cubes-section .case_studies__cube_3 .case_studies__cube .case_studies__cube_back, #swiping__cubes-section .case_studies__cube_3 .case_studies__cube .case_studies__cube_front {
	background: #bc78b5;
}
#swiping__cubes-section .case_studies__cube_3 .case_studies__cube .case_studies__cube_bottom, #swiping__cubes-section .case_studies__cube_3 .case_studies__cube .case_studies__cube_top {
	background: #ce8dc7;
}
#swiping__cubes-section .case_studies__cube_3 .case_studies__cube .case_studies__cube_left, #swiping__cubes-section .case_studies__cube_3 .case_studies__cube .case_studies__cube_right {
	background: #d894d1;
}
#swiping__cubes-section .case_studies__cube_3::after {
	-webkit-animation: orbit5 65s linear infinite;
	animation: orbit5 65s linear infinite;
	border-color: #bc78b5;
}
#swiping__cubes-section .case_studies__cube_4 .case_studies__cube {
	-webkit-animation: rotate 40s infinite linear;
	animation: rotate 40s infinite linear;
}
#swiping__cubes-section .case_studies__cube_4 .case_studies__cube .case_studies__cube_back, #swiping__cubes-section .case_studies__cube_4 .case_studies__cube .case_studies__cube_front {
	background: #448aca;
}
#swiping__cubes-section .case_studies__cube_4 .case_studies__cube .case_studies__cube_bottom, #swiping__cubes-section .case_studies__cube_4 .case_studies__cube .case_studies__cube_top {
	background: #3b77ae;
}
#swiping__cubes-section .case_studies__cube_4 .case_studies__cube .case_studies__cube_left, #swiping__cubes-section .case_studies__cube_4 .case_studies__cube .case_studies__cube_right {
	background: #4994d9;
}
#swiping__cubes-section .case_studies__cube_4::after {
	-webkit-animation: orbit5 55s linear infinite;
	animation: orbit5 55s linear infinite;
	border-color: #448aca;
}
#swiping__cubes-section .case_studies__cube_5 .case_studies__cube {
	-webkit-animation: rotate 46s infinite linear .6s;
	animation: rotate 46s infinite linear .6s;
}
#swiping__cubes-section .case_studies__cube_5 .case_studies__cube .case_studies__cube_back, #swiping__cubes-section .case_studies__cube_5 .case_studies__cube .case_studies__cube_front {
	background: #555273;
}
#swiping__cubes-section .case_studies__cube_5 .case_studies__cube .case_studies__cube_bottom, #swiping__cubes-section .case_studies__cube_5 .case_studies__cube .case_studies__cube_top {
	background: #5d5c7e;
}
#swiping__cubes-section .case_studies__cube_5 .case_studies__cube .case_studies__cube_left, #swiping__cubes-section .case_studies__cube_5 .case_studies__cube .case_studies__cube_right {
	background: #403f57;
}
#swiping__cubes-section .case_studies__cube_5::after {
	-webkit-animation: orbit5 46s linear infinite .6s;
	animation: orbit5 46s linear infinite .6s;
	border-color: #555273;
}
#swiping__preimpact-section {
	height: 100vh;
	position: relative;
	width: 100%;
	background: url(/images/src/swiping/swiping_circles.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#swiping__preimpact-section .phone-1 {
	left: 0;
	bottom: 0;
	background-size: cover;
	width: 30vw;
	height: 50vw;
	position: absolute;
}
#swiping__preimpact-section .phone-2 {
	left: 22vw;
	bottom: 5.3vw;
	background-size: cover;
	width: 43vw;
	height: 50vw;
	position: absolute;
}
#swiping__preimpact-section .phone-3 {
	right: 0;
	bottom: 0;
	background-size: cover;
	width: 35vw;
	height: 50vw;
	position: absolute;
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotateX(0) rotateY(0);
		transform: rotateX(0) rotateY(0);
	}
	to {
		-webkit-transform: rotateX(360deg) rotateY(360deg);
		transform: rotateX(360deg) rotateY(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotateX(0) rotateY(0);
		transform: rotateX(0) rotateY(0);
	}
	to {
		-webkit-transform: rotateX(360deg) rotateY(360deg);
		transform: rotateX(360deg) rotateY(360deg);
	}
}
@-webkit-keyframes orbit5 {
	from {
		-webkit-transform: rotate(0) translateX(90px);
		transform: rotate(0) translateX(90px);
	}
	to {
		-webkit-transform: rotate(360deg) translateX(90px);
		transform: rotate(360deg) translateX(90px);
	}
}
@keyframes orbit5 {
	from {
		-webkit-transform: rotate(0) translateX(90px);
		transform: rotate(0) translateX(90px);
	}
	to {
		-webkit-transform: rotate(360deg) translateX(90px);
		transform: rotate(360deg) translateX(90px);
	}
}
@-webkit-keyframes orbit3 {
	from {
		-webkit-transform: rotate(0) translateX(60px);
		transform: rotate(0) translateX(60px)
	}
	to {
		-webkit-transform: rotate(360deg) translateX(60px);
		transform: rotate(360deg) translateX(60px);
	}
}
@keyframes orbit3 {
	from {
		-webkit-transform: rotate(0) translateX(60px);
		transform: rotate(0) translateX(60px);
	}
	to {
		-webkit-transform: rotate(360deg) translateX(60px);
		transform: rotate(360deg) translateX(60px);
	}
}
@media screen and (max-width:768px) {
	#swiping__top-wrapper p {
		width: 100%!important;
	}
	#swiping__top-wrapper .container {
		height: 100vh;
		-webkit-clip-path: circle(150vw at 50% calc(100% - 156vw));
		clip-path: circle(150vw at 50% calc(100% - 156vw));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#swiping__cubes-section .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#swiping__preimpact-section {
		height: 50vh;
	}
}
.info-title {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 2.688rem;
	word-break: inherit;
	white-space: nowrap;
	padding: 15px 0 15px 25px;
	margin: 0;
	background-image: url(../images/dist/info-bg-title.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.info-mobile-text {
	z-index: 2;
}
.info-text {
	font-size: 1rem;
	line-height: 1.625rem;
}
.info-text-pe {
	padding-right: 11rem;
}
.hexagon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 138px;
	height: 79.67px;
	background-color: #fff;
	margin: 25px 7px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.hexagon-wrapper {
	width: 26rem;
}
.hexagon-1 {
	margin-top: 9rem;
}
.hexagon-2 {
	margin-left: -1rem;
}
.hexagon-3 {
	margin-top: 1.1rem;
	margin-left: .9rem
}
.hexagon:hover {
	-webkit-transform: scale(.92);
	-ms-transform: scale(.92);
	transform: scale(.92);
	background-color: #e5f6ff;
}
.hexagon::after, .hexagon::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97.58px;
	height: 97.58px;
	-webkit-transform: scaleY(.5774) rotate(-45deg);
	-ms-transform: scaleY(.5774) rotate(-45deg);
	transform: scaleY(.5774) rotate(-45deg);
	background-color: inherit;
	left: 20.2096px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}
.hexagon::before {
	top: -48.7904px;
}
.hexagon::after {
	bottom: -48.7904px;
}
.hexagon span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 79.6743px;
	z-index: 2;
	background: inherit;
}
@media screen and (max-width:1024px) {
	.header-mt {
		margin-top: 10rem
	}
	.info-title {
		font-size: 2rem
	}
	.info-text-pe {
		padding-right: 0
	}
	.solution-hand {
		width: 20.625rem;
		left: 0
	}
	.hexagon-wrapper {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 6em 0
	}
	.hexagon-1 {
		margin: 25px 7px
	}
	.hexagon-2 {
		margin: 25px 7px
	}
	.hexagon-3 {
		margin: 25px 7px
	}
	.hexagon.hexagon-ms {
		margin-left: 0
	}
	.hexagon.hexagon-nmt {
		margin: 39.84px 5px
	}
}
@media screen and (max-width:768px) {
	.header-row {
		-webkit-clip-path: circle(150vw at 50% calc(100% - 157vw));
		clip-path: circle(150vw at 50% calc(100% - 157vw));
		margin-bottom: 0
	}
	.header-title {
		font-size: 1.8rem;
		line-height: 1.1
	}
	.header-mt {
		margin-top: 7rem
	}
	.info-title {
		font-size: 1.5rem;
		line-height: 1.5rem;
		padding: 27px 0 15px 27px
	}
	.info-svg {
		width: 7.5rem;
		height: auto
	}
	.info-mobile-text {
		padding: 10px 22px;
		background: rgba(255, 255, 255, .8);
		margin: 0 10px
	}
	.hexagon-wrapper {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2rem 1rem
	}
	.hexagon-3 {
		margin: 25px 7px
	}
	.hexagon-4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-left: 4.7rem;
	}
	.splide__arrow {
		width: 53px;
		height: 53px;
	}
	.mb-custom {
		margin-bottom: 3rem;
	}
	.impact-mt {
		margin-top: 0;
		padding-bottom: 2rem;
	}
	.impact-bg-img {
		top: -100%;
	}
	.willo__impact-title {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:768px) {
	#swiping__top-wrapper {
		position: relative;
	}
	#swiping__top-wrapper h1 {
		padding-top: 1em!important;
	}
	#swiping__top-wrapper .container::after {
		position: absolute;
		display: block;
		content: '';
		border: 2px solid #1d2965;
		border-radius: 50%;
		width: 72vw;
		height: 72vw;
		z-index: -1;
		top: -20vw;
		bottom: auto;
		left: calc(14vw);
		opacity: .5;
	}
	#swiping__top-wrapper .container::before {
		width: 90vw;
		height: 90vw;
		z-index: -1;
		bottom: auto;
		border: 1px solid #1d2965;
		left: calc(5vw);
		opacity: .8;
		top: -29vw;
	}
}
.show__mobile {
	display: none;
}
.about__row h3 {
	font-family: Montserrat, sans-serif;
	font-size: 43px;
	font-weight: 400;
	letter-spacing: 0;
	background-image: url(../../images/case-studies/square_big_grey.png);
	background-position: px 0;
	background-repeat: no-repeat;
	padding: .4em .6em;
}
@media screen and (max-width:768px) {
	.show__mobile {
		display: block;
	}
	.hide__mobile {
		display: none;
	}
	.color__blocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.color__blocks img {
		width: 70%;
	}
	.row {
		margin: 0 .4em;
	}
}
#swiping__top-wrapper {
	height: 1100px;
}
#swiping__preimpact-section {
	height: 125vh;
	background-size: 100%;
}
@media screen and ( max-width: 768px) {
	#swiping__top-wrapper {
		height: 85vh;
		overflow: hidden;
	}
	#swiping__preimpact-section {
		height: 40vh;
	}
	#swiping__cubes-section .row {
		flex-wrap: wrap;
	}
	.swiping__solution-img {
		position: absolute;
		z-index: -1;
		width: 50%;
		left: 50%;
	}
	.swiping__solution-text {
		padding: 0.75em;
		background: rgba(255, 255, 255, 0.5);
	}
}
@media screen and ( max-width: 400px) {
	.hexagon-wp {
		transform: scale(.7);
		margin-left: -4rem;
	}
}
@media screen and ( max-width: 1600px ) {
	#swiping__top-wrapper {
		height: 135vh;
	}
}
@media screen and ( max-width: 1440px ) {
	#swiping__top-wrapper {
		height: 140vh;
	}
}
.top__wrapper-div {
	position: absolute!important;
	left: 5%;
	right: 5%;
	bottom: 0%;
}
.swiping__solution-img {
	width: 35%;
	left: 0%;
	position: absolute;
}
.show__mobile,
.show__mobile-flex {
	display: none;
}
.hexagon-new-hov:hover {
	-webkit-transform: scale(.92);
	-ms-transform: scale(.92);
	transform: scale(.92);
	background-color: #e5f6ff;
}
@media screen and ( max-width: 1450px ) {
	#swiping__top-wrapper h1 {
		padding-top: 2em;
	}
	#swiping__top-wrapper {
		height: 1000px;
	}
}
@media screen and ( max-width: 1024px ) {
	#swiping__top-wrapper {
		height: 950px;
	}
	.breadcrumbs {
		position: absolute;
	}
	.show__mobile-flex {
		display: flex;
	}
	.hide__mobile {
		display: none!important;
	}
	#swiping__top-wrapper > .container > .row {
		padding-top: 3em;
	}
	#swiping__overview-section > .container {
		padding-top: 0em!important;
	}
	#swiping__top-wrapper > .container,
	#swiping__top-wrapper > .container > .row,
	#swiping__top-wrapper > .container > .row > .col-md-12 {
		height: 100%!important;
	}
	.top__wrapper-div img {
		margin-bottom: 0em;
	}
	.swiping__solution-text {
		background: rgba(255, 255, 255, 0.7);
		padding: 1em;
	}
	.about__row h3 {
		font-size: 28px!important;
		padding-top: 1em!important;
		padding-left: 1em!important;
		line-height: 29px;
	}
	.case_studies__cube_wr {
		transform: scale(0.8);
		height: 250px;
	}
	#swiping__top-wrapper .container::before {
		width: 700px;
		height: 700px;
		bottom: 106px;
		left: calc(50vw - 350px);
	}
	#swiping__top-wrapper .container::after {
		width: 480px;
		height: 480px;
		bottom: 245px;
		left: calc(50vw - 240px);
	}
	#swiping__top-wrapper > .container, #swiping__top-wrapper > .container > .row, #swiping__top-wrapper > .container > .row > .col-md-12 {
		height: auto!important;
	}
	#swiping__top-wrapper h1 {
		padding-top: 2em;
	}
}
@media screen and ( max-width: 768px ) {
	.breadcrumbs {
		position: absolute;
		top: 13%;
		left: 5%;
		width: 100%;
	}
	#swiping__cubes-section > .container > .row {
		justify-content: center;
	}
	.top__wrapper-div img {
		width: 100%!important;
		margin-bottom: -0.5em;
	}
	#swiping__top-wrapper {
		height: 800px;
	}
	#swiping__top-wrapper .container {
		clip-path: none!important;
		-webkit-clip-path: none!important;
	}
	#swiping__cubes-section .case_studies__cube_wr {
		/*width: 35%!important;*/
		transform: scale(0.7);
		margin-top: 30px!important;
	}
	.case_studies__cube_wr {
		transform: scale(0.9);
		height: 250px;
	}
	.hexagon__last {
		margin-left: 5em;
	}
	#swiping__solution-section .about__row {
		position: relative;
	}
	.swiping__solution-img {
		z-index: 0;
	}
	#swiping__preimpact-section {
		z-index: 0!important;
	}
	#swiping__top-wrapper h1 {
		margin-top: 1.5em;
		font-size: 41px!important;
	}
	#swiping__top-wrapper .container::before {
		top: 0vw;
		width: 700px;
		height: 700px;
	}
	#swiping__top-wrapper .container::after {
		top: 13vw;
		width: 480px;
		height: 480px;
		left: calc(50vw - 240px);
	}
	.about__row h3 {
		margin-bottom: 0px!important;
	}
}

@media screen and ( max-width: 520px ) {
	.about__row h3 {
		font-size: 24px!important;
		padding-left: 1.25em!important;
	}
	#swiping__cubes-section .case_studies__cube_wr {
		width: 50%!important;
		transform: scale(0.7);
		height: 185px!important;
	}
	.top__wrapper-div img {
		margin-bottom: 0em;
	}
	#swiping__top-wrapper {
		height: 80vh;
	}
	#swiping__cubes-section > .container > .row {
		justify-content: space-around!important;
	}
	#swiping__challenge-section .container,
	#willo__impact-section .container,
	#swiping__preimpact-section {
		padding-bottom: 0em!important;
	}
	#swiping__solution-section .container,
	#willo__impact-section,
	#willo__impact-section .container {
		padding-top: 0em!important;
	}
	.swiping__solution-img {
		left: 50%;
	}
	.hexagon-wp .hexagon:nth-child(1) {
		position: relative;
		top: -29%;
		left: 23%;
	}
	.hexagon-wp {
		transform: scale(0.8);
	}
	.hexagon__last {
		margin-left: 0em;
	}
	.hexagon-wp .hexagon:nth-child(1) {
		left: 0%;
	}
}
@media screen and ( max-width: 430px ) {
	.swiping__hero-description {
		width: 100%!important;
	}
	#swiping__top-wrapper {
		height: 675px!important;
	}
}
@media screen and ( max-width: 400px ) {
	.case_studies__cube_wr {
		transform: scale(0.7);
		height: 190px;
	}
	#swiping__cubes-section .case_studies__cube_wr {
		widows: 50%!important;
		transform: scale(0.55);
		margin-top: 10px!important;
	}
}
@media screen and ( max-width: 380px ) {
	.hexagon-wp {
		padding: 0em;
		width: 100%;
		margin-left: 0em;
	 }
}
@media screen and ( max-width: 330px ) {
	.hexagon-wp .hexagon:nth-child(2) {
		position: relative;
		top: -136.5px;
		left: 160px;
	}
}
