/*
 Theme Name:   PHASE Blank Child Theme
 Theme URI:    https://phase-digital.com
 Description:  GeneratePress child theme by PHASE Digital
 Author:       PHASE Digital
 Author URI:   https://phase-digital.com
 Template:     generatepress
 Version:      0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("/wp-content/themes/generatepress_child/includes/css/phase-lightbox.css");
@import url("https://use.typekit.net/wfs2urf.css");
/* @font-face {
    font-family: 'Zuume Cut';
    src: url('/wp-content/themes/generatepress_child/includes/fonts/ZuumeCut-Bold.woff2') format('woff2'),
        url('/wp-content/themes/generatepress_child/includes/fonts/ZuumeCut-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Zuume Cut Italic';
    src: url('/wp-content/themes/generatepress_child/includes/fonts/ZuumeCut-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/generatepress_child/includes/fonts/ZuumeCut-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */
:root {
    --SIA-Color: #000;
    --SIA-Font: "zuume-cut", sans-serif;
    --SIA-ItalicFont: "zuume-cut", sans-serif;
    --SIA-BodyFont: "Roboto", sans-serif;
}
a {
    color: var(--SIA-BodyFont);
}
body {
    font-family: var(--SIA-Font);
    font-weight: 400;
}
p, li, a {
    font-family: var(--SIA-BodyFont);
    font-weight: 400;
}
b, strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--SIA-Font);
	font-weight: 700;
}
.one-container .site-content {
    padding: 0px;
}
/*============================================================================
                    Navigation
=============================================================================*/
.main-navigation {
	background: transparent;
	max-width: 1400px;
	margin: 0 auto;
    padding-top: 30px;
}
.main-navigation ul ul {
	background: transparent;
}
.main-navigation .menu-toggle {
    color: #f89721;
	margin-top: 10px;
    transition: 0.2s;
}
.main-navigation .menu-toggle::before {
	transform: scale(2.5,1.4);
}
.main-navigation .navigation-branding img {
	height: 86px;
}
#generate-slideout-menu {
	background: #fff;
}
#generate-slideout-menu .slideout-exit::before {
	color: #000;
	float: right;
}
#generate-slideout-menu h2 {
	color: #000;
	text-align: center;
	margin-top: 50px;
}
/*============================================================================
                    Footer
=============================================================================*/
.footer > div:first-of-type {
	padding: 50px 0 30px 0;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}
.footer > div:first-of-type > div:first-of-type {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
    align-items: center;
	gap: 5px;
}
.footer > div:first-of-type > div:first-of-type a {
	color: #000;
    font-size: 20px;
}
.footer > div:first-of-type > div:first-of-type span {
    color: #000;
}
.footer > div:last-of-type {
	background: #231f20;
	color: #fff;
    padding: 10px 0;
	text-align: center;
}
.footer .footer-social {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
    align-items: center;
	gap: 10px;
    margin-top: 10px;
}
.footer a.email {
	color: #c7521b;
	border: 3px solid #c7521b;
	text-transform: uppercase;
	padding: 10px 50px;
	border-radius: 5px;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: var(--SIA-Font);
	font-weight: 700;
}
.footer h2 {
	color: #000;
	font-size: 50px;
	margin: 0px;
}
.footer h4 {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.footer p {
	color: #000;
	font-size: 20px;
	margin-bottom: 0px;
    text-transform: uppercase;
}
/*============================================================================
                    HomePage
=============================================================================*/
.home-banner {
    background: url('/wp-content/uploads/gears-background.jpg');
    background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
    height: 970px;
    margin-top: -116px;
}
.home-banner .mobile {
	display: none;
}
.home-banner img {
	margin-top: 150px;
}
.home-banner > div:first-of-type {
	text-align: right;
	max-width: 1400px;
	margin: 0 150px 0 auto;
}
.home-banner a {
	color: #fff;
	border: 3px solid #f89721;
	text-transform: uppercase;
	padding: 10px 50px;
	border-radius: 5px;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: var(--SIA-Font);
	font-weight: 700;
}
.home-banner h1 {
	color: #fff;
	font-weight: 700;
	font-size: 130px;
	line-height: 120px;
	margin: 0 200px 30px auto;
	max-width: 1400px;
	text-align: right;
}
.home-banner h1 span {
	color: #6bb444;
}
.home .uses {
    margin-top: -110px;
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
}
.home .uses::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 150px;
	width: 100%;
	background: #fff;
	transform: skewY(3deg);
	transform-origin: top;
}
.home .uses > div {
	margin: -30px auto 0 auto;
	max-width: 1400px;
	position: relative;
	z-index: 2;
}
.home .uses > div > h2 {
	color: #c7521b;
	font-size: 120px;
	font-weight: 700;
	line-height: 110px;
}
.home .uses > div > p {
	color: #000;
	font-size: 26px;
	font-weight: 400;
	max-width: 750px;
	margin-left: 45px;
	line-height: 35px;
}
.home .uses .areas {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 750px;
	margin-left: 19px;
}
.home .uses .areas > div {
    text-align: center;
    width: 23%;
}
.home .uses .areas p {
	color: #000;
	font-family: var(--SIA-Font);
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 2px;
}
.home .uses .use-img {
	position: absolute;
	top: -90px;
	right: 0px;
}
.home .uses .use-img#fisher {
	display: none;
	top: -130px;
}
.home .powerful {
	background: linear-gradient(100deg, rgba(247,151,32,1) 0%, rgba(198,167,50,1) 25%, rgba(73,169,66,1) 100%);
	margin: 0px;
	position: relative;
	padding-bottom: 80px;
}
.home .powerful:before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	height: 150px;
	width: 100%;
	background: #fff;
	transform: skewY(3deg);
	transform-origin: top;
}
.home .powerful:after {
	content: "";
	position: absolute;
	background: url('/wp-content/uploads/white-gears-background.png');
	background-position: top center;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.home .powerful > img:first-of-type {
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.home .powerful > div {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 150px;
	padding-top: 100px;
	position: relative;
	z-index: 2;
}
.home .powerful > div > div {
	padding-top: 170px;
}
.home .powerful > div > div > div > div {
	text-align: center;
}
.home .powerful > div > img.mobile {
	display: none;
}
.home .powerful a {
	color: #000;
	border: 3px solid #000;
	text-transform: uppercase;
	padding: 10px 50px;
	border-radius: 5px;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: var(--SIA-Font);
	font-weight: 700;
}
.home .powerful h2 {
	color: #000;
	font-size: 130px;
	line-height: 130px;
	margin-bottom: 50px;
}
.home .powerful h2.mobile {
	display: none;
}
.home .powerful img.mobile {
	display: none;
}
.home .powerful img.bottom-bottle.mobile {
	margin-bottom: 50px;
	margin-left: 60px;
	width: 550px;
}
.home .powerful ul {
	list-style: none;
	display: flex;
	flex-flow: column wrap;
	height: 450px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.home .powerful ul li {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 20px;
	margin-right: 30px;
}
.home .powerful ul li p {
	color: #fff;
	font-size: 45px;
	letter-spacing: 1px;
	font-family: var(--SIA-ItalicFont);
	font-style: italic;
	font-weight: 700;
	margin: 0px;
	max-width: 340px;
	line-height: 45px;
}
.home .powerful ul li svg {
	margin-right: 10px;
	margin-top: 5px;
	flex-shrink: 0;
}
.home .enviroment {
	background: url('/wp-content/uploads/ocean-background.jpg');
	background-position: top;
	padding-bottom: 170px;
	padding-top: 150px;
	clip-path: polygon( 0 0, 100% 100px, 100% 100%, 0 100%);
	margin-top: -100px;
}
.home .enviroment > div {
	background: rgba(0,0,0,0.8);
	border-radius: 20px;
	margin: 0 auto 50px auto;
	max-width: 1200px;
	padding: 20px;
}
.home .enviroment h2 {
	color: #000;
	font-size: 140px;
	line-height: 130px;
	text-align: center;
	margin-bottom: 100px;
}
.home .enviroment ul {
	display: flex;
	flex-flow: column wrap;
	height: 265px;
	margin: 0 0 0 100px;
	width: 100%;
}
.home .enviroment ul li {
	color: #f89721;
	font-family: var(--SIA-ItalicFont);
	font-size: 50px;
	font-weight: 700;
	font-style: italic;
	line-height: 59px;
}
.home .video {
	margin-top: -120px;
	position: relative;
	padding-top: 120px;
	padding-bottom: 100px;
}
.home .video:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	height: 150px;
	width: 100%;
	background: #fff;
	transform: skewY(3deg);
	transform-origin: top;
    z-index: 1;
}
.home .video > div {
	position: relative;
	z-index: 2;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.home .video > div > div {
    width: 48%;
}
.home .video .play-video {
	color: #f89721;
	cursor: pointer;
	font-size: 23px;
	font-family: var(--SIA-BodyFont);
	font-weight: bold;
	text-transform: uppercase;
}
.home .video h2 {
	color: #000;
	font-size: 130px;
	line-height: 120px;
}
.home .video h2 span {
	color: #6bb444;
}
.home .video img {
	cursor: pointer;
}
.home .video p {
	color: #000;
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 10px;
}
.home .clean {
	background: linear-gradient(100deg, rgba(247,151,32,1) 0%, rgba(198,167,50,1) 25%, rgba(73,169,66,1) 100%);
    margin: 0px;
    padding-bottom: 50px;
    position: relative;
}
.home .clean:before {
	content: "";
	position: absolute;
	top: -100px;
	bottom: 0;
	left: 0;
	height: 150px;
	width: 100%;
	background: #fff;
	transform: skewY(3deg);
	transform-origin: top;
}
.home .clean > div:first-of-type {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-left: 40px;
  	padding-right: 40px;
}
.home .clean > div:first-of-type > div:first-of-type {
	width: 58%;
}
.home .clean > div:first-of-type > div:last-of-type {
	width: 38%;
}
.home .clean > div:first-of-type img {
	position: relative;
	z-index: 3;
	display: block;
	margin: -70px 0 0 auto;
}
.home .clean > div:last-of-type {
	margin: 100px auto 40px auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 50px;
	max-width: 1400px;
	justify-content: center;
}
.home .clean > div:last-of-type img {
	height: 100px;
}
.home .clean h2 {
	color: #000;
	font-size: 125px;
	padding-top: 150px;
	line-height: 115px;
	margin-bottom: 20px;
}
.home .clean p {
	color: #000;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 35px;
}
.home .clean a {
	color: #fff;
	border: 3px solid #fff;
	text-transform: uppercase;
	padding: 10px 50px;
	border-radius: 5px;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: var(--SIA-Font);
	font-weight: 700;
}
/*============================================================================
                    Responsive Media Queries
=============================================================================*/
@media screen and (max-width: 1600px) {
	.home-banner h1 {
		margin: 0 50px 30px auto;
	}
	.home-banner > div:first-of-type {
		margin: 0 50px 0 auto;
	}
}
@media screen and (max-width: 1450px) {
	.home-banner h1 {
		font-size: 90px;
		line-height: 90px;
		max-width: 900px;
	}
}
@media screen and (max-width: 1400px) {
	.main-navigation {
		padding: 30px 40px 0 40px;
	}
	.home .video > div {
		padding-left: 40px;
		padding-right: 40px;
	}
	.home .uses {
		padding: 100px 40px 200px 40px;
	}
	.home .uses .use-img {
		width: 30%;
	}
	.home .uses .use-img#fisher {
		width: 60%;
	}
	.home .powerful > div {
		padding-left: 40px;
		padding-right: 40px;
		gap: 20px;
	}
	.home .powerful > div img {
		width: 400px;
	}
	.home .powerful ul {
		height: 430px;
	}
	.home .powerful ul li {
		margin-right: 0px;
		width: 50%;
	}
	.home .powerful ul li p {
		font-size: 35px;
		line-height: 40px;
	}
	.home .enviroment > div {
		max-width: 100%;
		margin: 0 40px;
	}
	.home .enviroment ul {
		display: flex;
		flex-flow: column wrap;
		height: 350px;
		margin: 0 0 0 100px;
		width: 100%;
	}
	.home .enviroment h2 {
		font-size: 100px;
		line-height: 90px;
		margin-bottom: 70px;
	}
	.home .video h2 {
		font-size: 110px;
		line-height: 110px;
	}
}
@media screen and (max-width: 1200px) {
	.home-banner {
		height: 900px;
	}
	.home .powerful > div {
		padding-top: 20px;
		flex-flow: row nowrap;
		align-items: flex-start;
		justify-content: center;
	}
	.home .powerful > div > div {
		width: 60%;
		padding-top: 0px;
	}
	.home .powerful > div > img.desktop {
		display: none;
	}
	.home .powerful > div > img.mobile {
		display: block;
		width: 150px;
	}
	.home .powerful h2.desktop {
		display: none;
	}
	.home .powerful h2.mobile {
		display: block;
		padding-top: 250px;
		text-align: center;
		position: relative;
		margin-bottom: 0px;
		z-index: 3;
		font-size: 100px;
		line-height: 100px;
	}
	.home .powerful ul {
		margin-top: 50px;
		height: 460px;
	}
	.home .powerful ul li {
		margin-right: 20px;
		width: 60%;
	}
	.home .uses .use-img {
		width: 350px;
		left: 10%;
		right: unset;
		top: -160px;
	}
	.home .uses .use-img#fisher {
		width: 64%;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	.home .uses > div > h2 {
		margin-bottom: 150px;
		display: flex;
		justify-content: right;
		max-width: 1000px;
		padding-top: 100px;
	}
	.home .uses > div > p {
		max-width: 100%;
		margin-left: 0px;
	}
	.home .uses .areas {
		max-width: 100%;
		margin: 0px;
	}
	.home .video {
		padding-bottom: 170px;
	}
	.home .video > div > div {
		width: 100%;
	}
	.home .video h2 {
		text-align: center;
	}
	.home .video img {
		margin: 0 auto 50px auto;
		display: block;
	}
	.home .video p {
		max-width: 80%;
		margin: 0 auto;
	}
	.home .video .play-video {
		margin-top: 20px;
		text-align: center;
	}
	.home .clean > div:first-of-type {
		flex-flow: column-reverse nowrap;
	}
	.home .clean > div:first-of-type > div {
		text-align: center;
		width: 100% !important;
	}
	.home .clean > div:first-of-type img {
		margin: -150px -10px 0 auto;
	}
	.home .clean h2 {
		padding-top: 30px;
	}
	.home .clean p {
		text-align: left;
	}
}
@media screen and (max-width: 1000px) {
	.home .uses .use-img {
		left: 5%;
	}
	.home .powerful ul {
		margin-top: 50px;
		height: auto;
		margin-bottom: 30px;
	}
	.home .powerful > div > img.mobile {
		width: 200px;
	}
	.home .powerful ul li {
		margin-right: 0px;
		width: 100%;
	}
	.home .powerful ul li p {
		font-size: 30px;
		line-height: 30px;
	}
	.home .powerful ul li svg {
		height: 18px;
	}
	.home .powerful > div > img.mobile {
		width: 230px;
	}
	.home .powerful img.mobile {
		display: block;
	}
	.home .enviroment {
		clip-path: polygon( 0 0, 130% 100px, 100% 100%, 0 100%);
	}
}
@media screen and (max-width: 900px) {
	.home .uses .use-img {
		left: 0px;
	}
	.home .uses > div > h2 {
		font-size: 100px;
		line-height: 90px;
		margin-bottom: 180px;
	}
	.home .enviroment ul {
		height: 300px;
	}
	.home .enviroment ul li {
		font-size: 35px;
		line-height: 50px;
	}
	.home .uses .use-img#fisher {
		width: 80%;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
}
@media screen and (max-width: 767px) {
	.home .uses .use-img {
		width: 45%;
		top: -20vw;
	}
	.home .uses > div > h2 {
		font-size: 13vw;
		line-height: 13.2vw;
		margin-bottom: 18vw;
		padding-top: 6vw;
	}
	.home .uses .areas svg {
		height: 60px;
	}
	.home .uses .areas p {
		font-size: 20px;
	}
	.home .enviroment ul {
		margin: 0 0 0 50px;
	}
	.home .powerful h2.mobile {
		font-size: 90px;
		line-height: 90px;
	}
	.home .video h2 {
		text-align: left;
	}
	.home .video p {
		max-width: 100%;
	}
	.home .clean > div:last-of-type img {
		height: 80px;
	}
	.home .powerful img.bottom-bottle.mobile {
		margin-left: 3%;
		width: 400px;
	}
}
@media screen and (max-width: 600px) {
	.main-navigation {
		padding: 30px 30px 0 30px;
	}
	.home-banner {
		height: 950px;
		background: url('/wp-content/uploads/gear-background-mobile.jpg');
		background-size: contain;
	}
	.home-banner > h1, .home-banner > img , .home-banner > div:first-of-type {
		display: none;
	}
	.home-banner .mobile {
		display: flex;
		flex-flow: row nowrap;
		gap: 30px;
		padding-top: 130px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.home-banner .mobile > div {
		width: 100%;
	}
	.home-banner .mobile > div > div {
		text-align: right;
	}
	.home-banner h1 {
		font-size: 70px;
		line-height: 75px;
		margin: 130px 0 50px 0;
	}
	.home-banner img {
		margin: 0px;
		width: 200px;
	}
	.home .enviroment {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.home .enviroment > div {
		margin: 50px auto 150px auto;
		width: 300px;
	}
	.home .enviroment h2 {
		font-size: 80px;
		line-height: 70px;
		margin-bottom: 40px;
	}
	.home .enviroment ul {
		height: auto;
	}
	.home .enviroment ul li {
		font-size: 30px;
		line-height: 45px;
	}
	.home .uses .areas {
		justify-content: center;
		gap: 20px 40px;
	}
	.home .uses .areas > div {
		width: 40%;
	}
	.home .uses .use-img#fisher {
		top: -90px;
	}
	.home .video > div {
		padding-left: 30px;
		padding-right: 30px;
	}
	.home .video h2 {
		font-size: 80px;
		line-height: 75px;
	}
	.home .clean > div:first-of-type {
		padding-left: 30px;
		padding-right: 30px;
	}
	.home .clean h2 {
		font-size: 80px;
		line-height: 75px;
	}
	.footer > div:first-of-type {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 550px) {
	.home-banner a {
		padding: 10px 25px;
		font-size: 20px;
	}
	.home-banner h1 {
		font-size: 60px;
		line-height: 65px;
		margin: 150px 0 50px 0;
	}
	.home .powerful > img:first-of-type {
		top: -60px;
		width: 200px;
	}
	.home .clean p {
		font-size: 20px;
		line-height: 28px;
	}
	.home .uses > div > h2 {
		margin-bottom: 14vw;
	}
	.home .powerful h2.mobile {
		padding-top: 150px;
	}
	.home .powerful > div > img.mobile {
		width: 175px;
	}
	.home .powerful ul li p {
		font-size: 25px;
		line-height: 30px;
	}
	.home .powerful ul li {
		margin-bottom: 13px;
	}
}
@media screen and (max-width: 500px) {
	.home-banner .mobile {
		padding-left: 30px;
		padding-right: 30px;
	}
	.home-banner {
		height: 820px;
	}
	.home-banner h1 {
		font-size: 49px;
		line-height: 55px;
		margin-top: 120px;
	}
	.home-banner img {
		width: 160px;
	}
	.home .uses .use-img {
		top: -24vw;
	}
	.home .uses {
		padding: 100px 30px 200px 30px;
	}
	.home .uses > div > p {
		font-size: 20px;
		line-height: 28px;
	}
	.home .video p {
		font-size: 20px;
		line-height: 28px;
	}
	.home .video > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .video img {
		margin: 0 auto 30px auto;
		display: block;
	}
	.home .powerful > div {
		gap: 0px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.home .clean > div:last-of-type {
		margin: 100px auto 40px auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 30px;
		max-width: 1400px;
		justify-content: center;
	}
	.home .powerful a {
		padding: 10px 20px;
		font-size: 18px;
	}
	.home .powerful ul li {
		margin-bottom: 5px;
	}
	.home .powerful ul li p {
		font-size: 22px;
		line-height: 25px;
	}
	.home .powerful ul li svg {
		height: 16px;
	}
	.home .powerful img.bottom-bottle.mobile {
		margin-bottom: 50px;
		width: 70%;
	}
	.home .video {
		margin-top: -180px;
		padding-top: 80px;
	}
	.home .enviroment {
		clip-path: polygon( 0 0, 130% 40px, 100% 100%, 0 100%);
	}
}
@media screen and (max-width: 450px) {
	.home-banner {
		height: 750px;
	}
	.home-banner a {
		padding: 10px 20px;
		font-size: 18px;
	}
	.home-banner h1 {
		font-size: 52px;
		line-height: 53px;
		margin-top: 100px;
	}
	.home-banner img {
		width: 130px;
	}
	.home .enviroment {
		padding-top: 80px;
	}
	.home .enviroment h2 {
		font-size: 65px;
		line-height: 65px;
		margin-bottom: 40px;
	}
	.home .clean h2 {
		font-size: 56px;
		line-height: 60px;
	}
	.home .clean > div:last-of-type {
		flex-flow: column nowrap;
		margin-top: 50px;
		margin-bottom: 0px;
	}
	.home .clean > div:last-of-type img {
		height: auto;
		max-width: 60%;
	}
	.home .clean > div:last-of-type img:last-of-type {
		max-width: 40%;
	}
	.home .powerful > div > img.mobile {
		width: 150px;
	}
	.home .powerful h2.mobile {
		font-size: 70px;
		line-height: 70px;
	}
	.home .powerful ul li p {
		font-size: 20px;
		line-height: 25px;
	}
	.home-banner .mobile {
		gap: 10px;
	}
	.home .video h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.footer p {
		font-size: 16px;
	}
	.footer > div:first-of-type > div:first-of-type a, .footer > div:first-of-type > div:first-of-type a span {
		font-size: 16px;
	}
}
@media screen and (max-width: 400px) {
	.main-navigation {
		padding: 20px 20px 0 20px;
	}
	.home-banner h1 {
		font-size: 43px;
		line-height: 44px;
		margin-top: 100px;
	}
	.home-banner .mobile {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .uses {
		padding: 90px 20px 80px 20px;
	}
	.home .uses .use-img {
		top: -26vw;
	}
	.home .powerful > div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .clean > div:first-of-type {
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .powerful ul li p {
		font-size: 20px;
		line-height: 25px;
	}
	.home .powerful img.bottom-bottle.mobile {
		margin-bottom: 50px;
		width: 80%;
	}
	.footer > div:first-of-type {
		padding-left: 20px;
		padding-right: 20px;
	}
}