@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	font: 62.5%/1.5em 'bunday_cleansemibold_up', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: rgb(35,74,55);
    background: rgb(248,242,218);
}

a {
	transition: 0.5s ease-in-out; 
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.scale:hover,
.scale:focus {
    transform: scale(.95);
}

.box-sizing {
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'bunday_cleanbold';
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.start h2, .start h3 {
    background-repeat: no-repeat;
    background-image: url("../images/arrow.svg");
}
h1 {
    font-size: 4.9em;
    line-height: 1.4em;
    text-transform: uppercase;
}
h2 {
    font-size: 3.6em;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.start h2 {
    background-size: 1.25em;
    background-position: left 0.2em;
    padding-left: 1.8em;
}
h3 {
    font-size: 3em;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.start h3 {
    background-size: 1.5em;
    background-position: left 0.15em;
    padding-left: 2.2em;
    margin-left: -2.2em;
}
h4 {
    font-size: 2.2em;
    line-height: 1.4em;
}
h5 {	
}
p, ul {
    margin: 0;
}
#header .header-bottom p {
    font-family: 'bunday_cleanbold';
    font-size: 2.3em;
    line-height: 1.4em;
    margin-bottom: 1.8em;
}
#main p, #main ul, #footer p {
    line-height: 1.4em;
    margin-bottom: 1.4em;
}
#main p.small, #main ul.small, #footer p.small {
    font-size: 2em;
}
#main p.medium, #main ul.medium, #footer p.medium {
    font-size: 2.2em;
}
#main p.large, #main ul.large, #footer p.large {
    font-size: 3.6em;
}
#main p.font-beyond {
    font-family: 'beyond_infinity_-_demoregular';
    font-size: 4.9em;
    margin-top: -0.6em;
}
#main ul {
	list-style: none;
	padding: 0 0 0 0;
    margin-left: 0.3em;
}
#main ul li {
	padding-left: 1.8em;
    position: relative;
    margin-bottom: 1em;
}
#main ul li:before {
	content: "";
	position: absolute;
	left: 0;
    top: 4px;
    width: 13px;
    height: 19px;
	background-image: url("../images/dot.svg");
    background-repeat: no-repeat;
    background-size: 13px;
}
#main .flex-intro .left ul {
    margin-bottom: 2.6em;
}
#main .flex-intro .left ul li:before {
    background-image: url("../images/dot-bright.svg");
}
i, em {
	font-style: normal;
}
b, strong {
    font-family: 'bunday_cleanbold';
	font-weight: normal;
}
.align-center {
    text-align: center;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.inside {
    margin: 0 auto;
    width: 166em;
}
.inner {
    padding: 0 8.313253012048193%; /* 138/1660 */
    box-sizing: border-box;
}

section {
    padding-top: 5.4em;
}
section .inside {
    padding-bottom: 3.2em;
    border-bottom: 2px solid rgb(35,74,55);
}
section:last-child .inside {
    border-bottom: none;
}

.flex-footer {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    margin-top: 3.2em;
    margin-bottom: 4.2em;
}
.flex-footer .item:nth-child(2) {
    margin-left: -26.011560693641616%; /* 360/1384 */
}

.flex-intro {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
    margin-top: 5em;
    margin-bottom: 4.2em;
}
.flex-intro .left {
    width: 59.6820809248555%; /* 826/1384 */
    margin-left: -3.395953757225433%; /* 47/1384 */
    background-image: url("../images/box-bg.svg");
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
    color: rgb(248,242,218);
    box-sizing: border-box;
    padding: 4.335260115606936% 3.395953757225433% 2.167630057803468%; /* 60 47 30/1384 */
    align-self: stretch;
}
.flex-intro .right {
    width: 41.90751445086705%; /* 580/1384 */
}

.border-box {
    background-image: url("../images/box-border.svg");
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
    box-sizing: border-box;
    padding: 2.167630057803468% 1.9508670520231215% 0.1445086705202312%; /* 30 27 2/1384 */
    margin-left: -1.9508670520231215%; /* 27/1384 */
    margin-bottom: 4.2em;
}

.extend {
    margin-left: -3.395953757225433%; /* 47/1384 */
}
.float {
    float: right;
    width: 28.468208092485547%; /* 394/1384 */
    margin: 0 0 2em 2em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header{ 
}
.header-top {
    color: rgb(255,255,255);
    background: rgb(35,74,55);
    padding: 6.4em 0 2.2em 0;
}
.header-bottom {
    border-bottom: 2px solid rgb(35,74,55);
    padding-top: 8.6em;
    padding-bottom: 9.4em;
}
.header-bottom .inner {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.header-bottom .inner .left {
    width: 22.254335260115607%; /* 308/1384 */
    margin-left: -1.5895953757225432%; /* 22/1384 */
}
.header-bottom .inner .right {
    width: 70.95375722543352%; /* 982/1384 */
    margin-top: 6.502890173410404%; /* 90/1384 */
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
    margin-top: auto;
    color: rgb(248,242,218);
    background: rgb(35,74,55);
    padding: 3.3em 0;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#menu {
}
#menu ul {
    text-align: right;
}
#menu ul > li {
    display: inline-block;
}
#menu > ul > li:before {
  	content: " • ";
	margin: 0 0.15em;
	font-size: 2em;
}
#menu > ul > li:first-child:before,
#menu > ul > li:last-child:before {
  	content: "";
	margin: 0;
}
#menu > ul > li:last-child {
    margin-left: 3.8em;
}
#menu ul > li > a {
    font-size: 2em;
    text-transform: uppercase;
}
#menu ul > li > a:hover,
#menu ul > li > a:active,
#menu ul > li > a:focus,
#menu ul > li.current-menu-item > a {
}





