<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***** GENERAL STYLING *******/
/* line 31, main.scss */
body {
    background: #fff;
}

/* line 37, main.scss */
.mainContent {
    width: 100%;
}

/* line 43, main.scss */
.centerAligner {
    position: relative;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

/* line 53, main.scss */
img {
    height: auto;
}

/* line 59, main.scss */
h1, h2, h3, h4, h5, h6 {
    font-family: "bebas_neuebold";
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

/* line 68, main.scss */
h1 {
    font-size: 48px;
}

/* line 75, main.scss */
h2 {
    font-size: 60px;
}

/* line 81, main.scss */
h3 {
    font-size: 30px;
}

/* line 87, main.scss */
h4 {
    font-size: 19px;
}

/* line 93, main.scss */
h5 {
    font-size: 17px;
}

/* line 99, main.scss */
h6 {
    font-size: 15px;
}

/* line 105, main.scss */
P {
    font-size: 16px;
    color: #fff;
    font-family: 'Arial';
}

/* line 113, main.scss */
p, a, span, input, li {
    font-family: "Arial";
    text-decoration: none;
}

/* line 120, main.scss */
.fl {
    float: left;
}

/* line 126, main.scss */
.fr {
    float: right;
}

/* line 132, main.scss */
.one_quarter {
    width: 14.6%;
    margin-right: 1%;
    margin-left: 1%;
}

/* line 140, main.scss */
.one_third {
    width: 30%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

/* line 148, main.scss */
.two_third {
    width: 64%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}
.two_third {
    width: 60%;
}
/* line 156, main.scss */
.half {
    width: 48%;
    margin-right: 2%;
}

/* line 164, main.scss */
.three_quarter {
    width: 73%;
    margin-right: 2%;
}

/* line 171, main.scss */
.full_width {
    width: 100%;
}
/* line 175, main.scss */
.full_width p {
    margin-bottom: 15px;
}

/* line 183, main.scss */
.one_fifth {
    width: 19%;
    margin-left: 1%;
}

/* line 190, main.scss */
.one_eigth {
    width: 10.5%;
    margin-right: 2%;
}

/* line 197, main.scss */
.two_eigth {
    width: 23%;
    margin-right: 2%;
}

/* line 204, main.scss */
.boxShadow {
    box-shadow: 5px 5px 25px #aaaaaa;
}

/* line 210, main.scss */
.learnMore {
    display: block;
    padding: 10px 30px;
    font-size: 30px;
    border: 2px solid #fff;
    margin: 0 auto;
    margin-top: 15px;
    max-width: 160px;
    text-align: center;
    color: #74be44;
    font-family: "Arial";
}

/***** END GENERAL STYLING *******/
/***** HEADER STYLING *******/
/* line 230, main.scss */
header {
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 200;
    height: 70px;
    background: #fff url(../img/header/strip.png) bottom left repeat-x;
    height: 94px;
}
/* line 242, main.scss */
header .logo {
    float: left;
    width: 200px;
    height: 70px;
    margin-top: 12px;
    background: url(../img/header/logo.png) left center no-repeat;
}
/* line 252, main.scss */
header .mainNav {
    display: block;
    width: 520px;
    height: 94px;
    float: right;
}
/* line 259, main.scss */
header .mainNav nav {
    height: 94px;
    float: right;
}
/* line 266, main.scss */
header .mainNav nav ul {
    display: block;
    height: 94px;
}
/* line 271, main.scss */
header .mainNav nav ul li {
    float: left;
    text-align: center;
}
/* line 278, main.scss */
header .mainNav nav ul a {
    display: block;
    height: 94px;
    line-height: 94px;
    text-decoration: none;
    text-transform: uppercase;
    color: #003b70;
    padding: 0px 15px;
    font-family: 'franchiseregular';
    font-size: 28px;
}
/* line 292, main.scss */
header .mainNav nav ul a:hover, header .mainNav nav ul a.current {
    color: #fff;
    background: #003b70;
}
/* line 306, main.scss */
header .menuOpener {
    display: none;
}

/***** MAIN CONTENT STYLING *******/
/* line 319, main.scss */
.mainContent .mastHead {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/* line 325, main.scss */
.mainContent .mastHead img {
    width: 100%;
}
/* line 331, main.scss */
.mainContent .mastHead .description {
    position: absolute;
    top: 15%;
    width: 20%;
    right: 5%;
}
/* line 338, main.scss */
.mainContent .mastHead .description h1 {
    text-align: right;
}
/* line 344, main.scss */
.mainContent .mastHead .description p {
    font-size: 32px;
    text-align: right;
}
/* line 355, main.scss */
.mainContent .centerAligner {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    max-width: 900px;
    width: 100%;
}
/* line 364, main.scss */
.mainContent .centerAligner h2 {
    font-family: 'franchiseregular';
}
/* line 368, main.scss */
.mainContent .centerAligner p {
    line-height: 20px;
    margin-bottom: 15px;
}
/* line 377, main.scss */
.mainContent .slider-pro {
    display: none;
}
/* line 385, main.scss */
.mainContent .sp-layer h1 {
    font-family: 'bebas_neue_regularregular';
    text-align: center;
}
/* line 394, main.scss */
.mainContent .backgroundInfo {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: -150px;
    z-index: 10;
}
/* line 403, main.scss */
.mainContent .backgroundInfo article {
    padding-bottom: 125px;
    margin-top: 30px;
    background: #fff;
}
/* line 411, main.scss */
.mainContent .backgroundInfo h2 {
    color: #74be44;
}
/* line 417, main.scss */
.mainContent .backgroundInfo p {
    color: #003b70;
}
/* line 423, main.scss */
.mainContent .backgroundInfo .smallCloud {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 20;
}
/* line 432, main.scss */
.mainContent .backgroundInfo .smallShip {
    position: absolute;
    left: 10px;
    text-align: center;
    bottom: 0px;
}
/* line 440, main.scss */
.mainContent .backgroundInfo .largeCloud {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 20;
}
/* line 449, main.scss */
.mainContent .backgroundInfo .sun {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 60px;
    z-index: 10;
}
/* line 458, main.scss */
.mainContent .backgroundInfo .largeShip {
    position: absolute;
    right: 20px;
    bottom: -20px;
}
/* line 469, main.scss */
.mainContent .evaluation {
    position: relative;
    padding-bottom: 200px;
    background: url(../img/animation/city_scape.png) bottom left repeat-x;
    background-size: contain;
    overflow: hidden;
    width: 100%;
}
/* line 479, main.scss */
.mainContent .evaluation article {
    background: #ffd81f;
}
/* line 485, main.scss */
.mainContent .evaluation p {
    color: #201e23;
}
/* line 495, main.scss */
.mainContent .evaluation ul li img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
/* line 505, main.scss */
.mainContent .evaluation ul p {
    text-align: center;
    margin-top: 15px;
}
/* line 513, main.scss */
.mainContent .evaluation .tractor {
    bottom: 0px;
    right: -200px;
    position: absolute;
    width: 200px;
}
/* line 522, main.scss */
.mainContent .evaluation .reflect {
    transform: scaleX(-1);
}
/* line 531, main.scss */
.mainContent .results {
    padding-bottom: 100px;
    background: #e4e5e6 url(../img/animation/hills.png) repeat-x left bottom;
    background-size: contain;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}
/* line 540, main.scss */
.mainContent .results .clouds {
    position: absolute;
}
/* line 546, main.scss */
.mainContent .results .white1 {
    top: 50px;
    left: 50px;
}
/* line 553, main.scss */
.mainContent .results .white2 {
    left: 120px;
    top: 70px;
    z-index: 50;
}
/* line 561, main.scss */
.mainContent .results .truck {
    margin-left: -30px;
    width: 110%;
    margin-bottom: -35px;
}
/* line 569, main.scss */
.mainContent .results .white3 {
    right: 50px;
    top: 150px;
    z-index: 0;
}
/* line 577, main.scss */
.mainContent .results .white4 {
    top: 200px;
    left: 40px;
}
/* line 584, main.scss */
.mainContent .results .white5 {
    top: 240px;
    left: 20px;
}
/* line 591, main.scss */
.mainContent .results .sun {
    position: absolute;
    right: 60px;
    top: 50px;
}
/* line 599, main.scss */
.mainContent .results .centerAligner {
    background: #003b70;
}
/* line 603, main.scss */
.mainContent .results .centerAligner .docked {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50%;
}
/* line 613, main.scss */
.mainContent .results .centerAligner p {
    text-align: center;
}
/* line 617, main.scss */
.mainContent .results .centerAligner p img {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 200px;
    display: block;
}
/* line 632, main.scss */
.mainContent .changeTheory {
    overflow: hidden;
    margin-top: 30px;
}
/* line 637, main.scss */
.mainContent .changeTheory h2 {
    color: #003b70;
}
/* line 643, main.scss */
.mainContent .changeTheory p {
    color: #201e23;
    display: inline-block;
}
/* line 650, main.scss */
.mainContent .changeTheory .centerAligner {
    background: url(../img/theory/bg.png) top center no-repeat;
    background-size: 100%;
}
/* line 657, main.scss */
.mainContent .changeTheory ul {
    /*clear: left;*/
    overflow: hidden;
    /*width: 100%;*/
    display: block;
}
/* line 666, main.scss */
.mainContent .changeTheory li {
    text-align: center;
}
/* line 670, main.scss */
.mainContent .changeTheory li img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 200px;
    display: block;
}
/* line 680, main.scss */
.mainContent .changeTheory li h3 {
    color: #74be44;
}
/* line 692, main.scss */
.mainContent .keyItems h1 {
    color: #74be44;
}
/* line 698, main.scss */
.mainContent .keyItems p {
    color: #231f20;
    position: relative;
    padding-left: 15%;
}
/* line 704, main.scss */
.mainContent .keyItems p span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 32px;
    color: #74be44;
    width: 15%;
}

.sp-button{
    border: none !important;
    border-radius: 10%;
    width: 50px  !important;
    height: 12px  !important;
    background-color: #CDCFD1 !important;
}
.sp-selected-button{
    background-color: #E41D1A !important;
}
.mainContent #gallery.centerAligner{
    padding: 30px 0 30px 0;
    max-width: 960px;
}
.mainContent .keyItems p.doc{
    padding-left: 0px;
}
.mainContent .keyItems p.doc a{
    text-decoration: underline;
    color: #003b70;
    /*font-family: 'franchiseregular';*/
}
.mainContent .keyItems p.doc a:hover{
    color: #fff;
    background-color: #003b70;
}
.site-footer {
    background: #01182F;
    min-height: 200px;
    padding: 50px 0 0 0;
}
.c4{width: 32%;}
.c3{width: 23%}
.c2{width: 15%;}
.col {
    display: block;
    float: left;
    margin-right: 1%;
}
.footerCopyright {
    border-top: #032A50 solid 1px;
    background: #011529;
    padding: 20px 0;
}
.group{
    clear: both;
    margin: 0 auto;
}
.site-footer .wrapper,
.footerCopyright .wrapper {
    /* max-width: 1440px; */
    margin: 0 auto;
    padding: 0 10%;
}
.site-footer .c4 p {
    margin: 30px 0 50px 0;
    font-size: 16px;
    color: #888;
}
.site-footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.site-footer ul {
    list-style: none;
    margin: 0;
}
.site-footer ul li {
    text-decoration: none;
    margin:10px 0;
}
.site-footer ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Arial";
    text-decoration: none;
}
.site-footer address {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 24px;
    color: #888;
    font-family: "Arial";
    text-decoration: none;
}

.site-footer .c3 a {
    color: #72c144;
}
.social li {
    display: inline-block;
    width: 30%;
    margin-bottom: 6%;
}
.social a {
    text-indent: -99999em;
    width: 48px;
    height: 48px;
    border: 2px #032a50 solid;
    display: block;
    border-radius: 50%;
    background: url(../img/social.png) no-repeat 9px 14px;
}
.facebook a {
    background-position: 11px -58px;
}
.instagram a {
    background-position: 13px -130px;
}
.youtube a {
    background-position: 12px -254px;
}
.linkedIn a {
    background-position: 11px -307px;
}
.newsletter a {
    background-position: 11px -203px;
}
.topImpact1{
    position: absolute;
    top: 5px;
    right: 170px;
    z-index: 100;
}
.topImpact2{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 101;
}
.topImpact1 img{max-width: 150px !important;}
.topImpact2 img{max-width: 160px !important;}
#gallery{text-align: center;}
#gallery h2 {
    color: #E31D1A;
    text-align: center;
    border-bottom: #D0D1D3 solid 8px;
    display: inline-block;
}
.gallery-control{
    min-height: 35px;
}
.gallery-control a{
    font-weight: 600;
    text-transform: uppercase;
    color: #E31D19;
    font: 1.2em/1 bebas_neuebold,"Arial Black","Arial Bold",Gadget,sans-serif;
    padding: 8px 12px;
    display: inline;
}
.gallery-control a.active{
    background: #E31D19;
    border-radius: 12px;
    color: #fff;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /** 16:9 **/
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.partners{
    background-color: #e4e5e6;
    overflow: hidden;
}
.partners article{
    /*    max-height: 100px;
        width: auto;*/
    background-color: #e4e5e6;
    padding: 30px 0px !important;
}
ul.ul-partners{
    max-height: 100px;
}
ul.ul-partners li.li-partners{  
    float: left;
}
.partners .partner-logo{
    /*width: 18%;*/
    /*padding-left: 8%;*/
    max-height: 99px;
    width: auto;
    margin-right: 10px;
}
p.doc{
    background-image: url("../img/download.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 30px !important;
}
#downloads .keyItems {
    width: 100% !important;
}
#downloads h1{
    margin-bottom: 40px;
}
#downloads .keyItems p.doc {
    padding-left: 30px;
    width: 45% !important;
    margin-right: 1%;
    float: left;
    position: relative;
}
#downloads .keyItems p.doc a{
    color: #231f20;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "bebas_neuebold";
    font-size: 24px;
}
#downloads .keyItems p.doc a:hover{
    background-color: #fff ;
    color: #74be44;
}
/***** END MAIN CONTENT STYLING *******/
@media screen and (max-width: 810px) {
    #downloads .keyItems p.doc {
        padding-left: 30px;
        width: 90% !important;
    }
    .c4{width: 45%;}
    .c3{width: 45%}
    .c2{width: 45%;}
    .site-footer .col:nth-child(3) {
        clear: left;
    }
    .site-footer .col{
        margin-right: 5%;
    }

    /* line 730, main.scss */
    h2 {
        font-size: 36px;
    }

    /* line 736, main.scss */
    .half, .one_quarter, .three_quarter, .one_third {
        width: 98%;
        margin: 0 auto;
    }
    .one_quarter {
        width: 48%;
        margin-top: 5%;
    }


    /* line 743, main.scss */
    .learnMore {
        padding: 10px 15px;
        font-size: 22px;
    }

    /* line 752, main.scss */
    header .mainNav {
        position: absolute;
        top: 94px;
        width: 100%;
        background: #fff;
        z-index: 200;
        display: none;
    }
    /* line 761, main.scss */
    header .mainNav nav {
        width: 100%;
    }
    /* line 767, main.scss */
    header .mainNav nav ul a {
        font-size: 20px;
    }
    /* line 776, main.scss */
    header .mainNav li {
        width: 23%;
        margin-left: 1%;
        margin-right: 1%;
        overflow: hidden;
    }
    /* line 787, main.scss */
    header .menuOpener, header .menuCloser {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/header/menu_opener.png) center center no-repeat;
        right: 20px;
        top: 27px;
        position: absolute;
        cursor: pointer;
    }
    /* line 800, main.scss */
    header .menuCloser {
        background: url(../img/header/menu_closer.png) center center no-repeat;
    }

    /* line 809, main.scss */
    .mainContent .mastHead .description {
        width: 60%;
    }

    /* line 813, main.scss */
    .mainContent .backgroundInfo {
        margin-top: 0px;
    }

    /* line 817, main.scss */
    .mainContent .mastHead .description p {
        font-size: 20px;
    }

    /* line 825, main.scss */
    .mainContent .centerAligner {
        width: 94%;
        margin: 0 auto;
        padding: 2%;
    }
    /* line 835, main.scss */
    .mainContent .mastHead .description {
        bottom: 35%;
    }
    /* line 839, main.scss */
    .mainContent .mastHead .description h1 {
        font-size: 28px;
    }
    /* line 852, main.scss */
    .mainContent .backgroundInfo .largeShip {
        display: none;
    }
    /* line 862, main.scss */
    .mainContent .results .docked {
        display: none;
    }
    /* line 867, main.scss */
    .mainContent .results .white3 {
        display: none;
    }
}
/***** END MEDIA QUERY 960PX *******/
@media screen and (max-width: 600px) {
    .topImpact1{
        position: relative;
        right: 5px
    }
    .topImpact2{
        position: relative;
    }
    .c4{width: 90%;}
    .c3{width: 90%}
    .c2{width: 90%;}
    .one_quarter {
        width: 98%;
    }
    /* line 883, main.scss */
    header .mainNav {
        position: absolute;
        top: 94px;
        width: 100%;
        height: auto;
    }
    /* line 890, main.scss */
    header .mainNav nav {
        width: 100%;
        height: auto;
        float: none;
    }
    /* line 898, main.scss */
    header .mainNav nav ul a {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
    /* line 909, main.scss */
    header .mainNav li {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        overflow: hidden;
        float: none;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #003b70;
    }
    /* line 924, main.scss */
    header .menuOpener, header .menuCloser {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../img/header/menu_opener.png) center center no-repeat;
        right: 20px;
        top: 27px;
        position: absolute;
        cursor: pointer;
    }
    /* line 937, main.scss */
    header .menuCloser {
        background: url(../img/header/menu_closer.png) center center no-repeat;
    }
}

/*# sourceMappingURL=main.css.map */

/*Footer Partner Logos*/
.center-aligner{
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.investor-logo{
	width: 100%;
	float: left;
}
.investor-logo ul{
	text-decoration: none;
        text-align: center;
}
.investor-logo li{
	list-style: none;
}
.investor-logo ul li{
	width: 19%;
	/*float: left;*/
	margin-right: 3%;
        /*padding-bottom: 40px;*/
        display: inline-block;

}
.investor-logo img{
	width: 100%;
}</pre></body></html>