* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-weight: 300;
	letter-spacing: 0.02em;
	font-family: "Sofia Pro", sans-serif;
	color: #1e1e1e;
	background-color: #F4F4F4;

	-moz-osx-font-smoothing: grayscale; /* Firefox */
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */

}
h1 {
	display: inline-block;
	text-align: left;
	color: #5a82ff;
}
@supports (background: -webkit-linear-gradient(45deg, rgb(90,130,255), rgb(90,130,255), rgb(0,215,150), rgb(0,215,150)))
and (-webkit-background-clip: text) and
  (-webkit-text-fill-color: transparent) {
	h1 {
		    background: -webkit-linear-gradient(bottom left, rgb(90,130,255), rgb(90,130,255), rgb(0,215,150), rgb(0,215,150));
		    background: -o-linear-gradient(bottom left, rgb(90,130,255), rgb(90,130,255), rgb(0,215,150), rgb(0,215,150));
		    background: linear-gradient(to top right, rgb(90,130,255), rgb(90,130,255), rgb(0,215,150), rgb(0,215,150));
	  	    -webkit-background-clip: text;
	  	  	-webkit-text-fill-color: transparent;
		}
}
p,span {
	margin-top: 8px;
}
ol {
	margin-top: 32px;
	list-style: none;
}
ul {
	list-style: none;
}



.uppercase {
	text-transform: uppercase;
}

.beez-logo {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-shrink: 0;
	flex-grow: 0;
	line-height: 0;
}
.beez-logo__top {
	background: #ffffff;
	box-shadow: 1px 1px 0px 0px rgba(#1e1e1e, 0.3);
	display: block;
}
.beez-logo__right {
	display: block;
}
.beez-logo__shadow-on-white {
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}


@media screen and (min-width: 0px) {
	body  {
		padding: 18px 18px;
	}
	.beez-logo {
		margin-bottom: 32px;
	}
	.beez-logo__top {
		width: 48px;
		height: 48px;
		margin-right: 16px;
		border-radius: 12px;
	}
	.beez-logo__right {
		margin-top: 2px;
		width: 92px;
	}
	h1 {
		font-size: 31px;
		font-weight: 600;
		line-height: 40px;
		letter-spacing: 0.02em;
		position: relative;
		margin-bottom: 18px;
	}
	p,span {
		font-weight: 300;
		font-size: 15px;
		line-height: 25px;
	}
	.space {
		margin: 0;
		padding-top: 16px;
	}
}
@media screen and (min-width: 481px) {
	body  {
		padding: 24px 48px;
	}
	h1 {
		font-size: 47px;
		line-height: 62px;
	}
	p,span {
		font-size: 15px;
		line-height: 25px;
	}
}
@media screen and (min-width: 769px) {
	body {
		padding: 24px 48px;
	}
	.beez-logo {
		margin-bottom: 32px;
	}
	h1 {
		font-size: 51px;
		line-height: 66px;
	}
	p, span {
		line-height: 25px;
	}
}
@media screen and (min-width: 1281px) {
	body {
		padding: 32px 64px;
	}
	.beez-logo {
		margin-bottom: 52px;
	}
	.container {
		max-width: 1024px !important;
		margin-left: auto;
		margin-right: auto;
	}
	h1 {
		font-size: 55px;
		line-height: 70px;
	}
	p,span{
		font-size: 17px;
		line-height: 24px;
	}
}
@media screen and (min-width: 1441px) {
	body {
		padding: 36px 72px;
	}
	.beez-logo {
		margin-bottom: 72px;
	}
	.beez-logo__top {
		margin-right: 24px;
	}
	.beez-logo__right {
		margin-top: 1px;
		width: 150px;
	}
	.container {
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto;
	}
	h2 {
		font-size: 65px;
		line-height: 82px;
	}
	p,span {
		font-size: 17px;
		line-height: 24px ;
	}
}


