html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.2s linear;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 3.125rem;
    font-weight: 700;
}

@media (max-width: 74.9375em) {
    h1 {
        font-size: 2.375rem;
    }
}

@media (max-width: 38.125em) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 1.875rem;
    font-weight: 700;
}

@media (max-width: 61.9375em) {
    h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 38.125em) {
    h2 {
        font-size: 1.625rem;
    }
}

h3 {
    font-size: 1.5rem;
    font-weight: 900;
}

h4 {
    font-size: 1.375rem;
    font-weight: 900;
}

html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #161615;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
    max-width: 100vw;
}

body * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

body.noFlow {
    overflow: hidden;
}

.nonVisible {
    visibility: hidden;
}

*:before,
*:after {
    transition: 0.2s ease-in-out;
}

.container {
    max-width: 100%;
    width: 90rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.btn {
    outline: none;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    text-decoration: none;
    padding: 1.5625rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 28.125rem;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.2s linear;
}

@media (min-width: 30.125rem) {
    .btn {
        min-width: 28.125rem;
    }
}

.btn:hover {
    transform: scale(1.02);
}

.btn--primary {
    background: #8bce43;
    color: #fff;
}

.btn--submit {
    line-height: 1;
    padding: 0;
    background: none;
    border-width: 0.125rem;
    font-size: 1.25rem;
    font-weight: bold;
}

.btn--outline {
    border: 1px solid #fff;
    color: 900;
    max-width: 100%;
    width: 28.125rem;
}

.btn--outline:hover {
    background: #fff;
}

.btn--outlineGreen {
    border: 1px solid #8bce43;
    color: #000;
    max-width: 100%;
    width: 28.125rem;
}

.btn--outlineGreen:hover {
    background: #8bce43;
    color: #fff;
}

input:not(submit),
select,
textarea {
    height: 3.125rem;
    padding: 0.9375rem;
    font-size: 1rem;
    -webkit-appearance: none;
    border: 1px solid #ccc;
}

input:not(submit):focus,
select:focus,
textarea:focus {
    border-color: #006ebd;
    outline: none;
}

textarea {
    height: 9.375rem;
}

label.error {
    margin-top: 0.625rem;
    font-weight: 700;
    background: red;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 0.125rem 0.625rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.2s linear;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 3.125rem;
    font-weight: 700;
}

@media (max-width: 74.9375em) {
    h1 {
        font-size: 2.375rem;
    }
}

@media (max-width: 38.125em) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 1.875rem;
    font-weight: 700;
}

@media (max-width: 61.9375em) {
    h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 38.125em) {
    h2 {
        font-size: 1.625rem;
    }
}

h3 {
    font-size: 1.5rem;
    font-weight: 900;
}

h4 {
    font-size: 1.375rem;
    font-weight: 900;
}

.header {
    height: 9.0625rem;
    position: relative;
    z-index: 5;
}

@media (max-width: 48.125em) {
    .header {
        height: auto;
        background: #8bce43;
        display: -ms-flexbox;
        display: flex;
        padding: 0.625rem 0;
    }
}

.header>.in {
    position: relative;
    z-index: 1;
}

.header__hamburger {
    display: none;
    margin-left: auto;
    margin-right: 1.25rem;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    right: 0;
    top: 1.75rem;
    z-index: 15;
}

@media (max-width: 48.125em) {
    .header__hamburger {
        display: -ms-flexbox;
        display: flex;
    }
}

.header__logo {
    z-index: 14;
}

.header__logo img {
    position: absolute;
    z-index: 3;
    margin-top: .5rem;
    width: 12.5625rem;
}

@media (max-width: 61.9375em) {
    .header__logo img {
        width: 9.375rem;
        margin: 0.9375rem 0 0 0;
    }
}

@media (max-width: 48.125em) {
    .header__logo img {
        position: initial;
        margin: 0;
    }
}

.header .navContact>.in,
.header .navbar>.in {
    position: relative;
    z-index: 2;
}

.header .navContact {
    position: relative;
}

@media (max-width: 48.125em) {
    .header .navContact {
        display: none;
    }
}

.header .navContact__contact {
    position: relative;
    z-index: 2;
}

.header .navContact:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #413f41;
}

@media (max-width: 48.125em) {
    .header .navContact:before {
        display: none;
    }
}

.header .navbar {
    position: relative;
}

@media (max-width: 48.125em) {
    .header .navbar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #8bce43;
        opacity: 1;
    }
}

.header .navbar>.nav {
    position: relative;
    z-index: 2;
}

.header .navbar:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
}

@media (max-width: 48.125em) {
    .header .navbar:before {
        display: none;
    }
}

.header .navContact {
    font-size: 1.125rem;
    padding: 2.0625rem 0;
    font-weight: 700;
}

.header .navContact i {
    color: #fff;
    margin-right: 0.625rem;
    font-size: 1.5rem;
}

.header .navContact a {
    color: #fff;
}

.header .navContact__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 48.125em) {
    .header .navContact__contact {
        display: none;
    }
}

.header .navContact__contact>ul {
    display: -ms-flexbox;
    display: flex;
}

.header .navContact__contact>ul li {
    margin-right: 3.125rem;
}

.header .navContact__contact>ul li:last-of-type {
    margin-right: 0;
}

.header .navContact__contact>ul li:last-of-type a {
    text-decoration: underline;
}

.header .navbar {
    padding: 15px 0;
}

@media (max-width: 48.125em) {
    .header .navbar {
        padding: 7.5rem 0 0 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
    }
}

@media (min-width: 48.125em) {
    .header .navbar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid #fff;
    }

    .header .navbar.fixed:before {
        background: #8bce43;
    }
}

.header .navbar--open {
    opacity: 1;
    visibility: visible;
    overflow: scroll;
}

.header .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 61.9375em) {
    .header .nav ul {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 48.125em) {
    .header .nav ul {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.header .nav ul li {
    font-size: 1.125rem;
    margin-right: 4.6875rem;
    font-weight: 900;
    position: relative;
}

@media (max-width: 74.9375em) {
    .header .nav ul li {
        margin-right: 1.875rem;
    }
}

@media (max-width: 61.9375em) {
    .header .nav ul li {
        margin-right: 0;
    }
}

@media (max-width: 48.125em) {
    .header .nav ul li {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
    }

    .header .nav ul li>ul {
        margin-top: 1.875rem;
        margin-left: 0.625rem;
    }
}

.header .nav ul li:last-of-type {
    margin-right: 0;
}

.header .nav ul li.active {
    position: relative;
}

.header .nav ul li.active:after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    right: 0;
    height: 0.125rem;
    background: #fff;
}

@media (max-width: 48.125em) {
    .header .nav ul li.active:after {
        display: none;
    }
}

.header .nav ul li#home {
    font-size: 1.5rem;
    margin-right: 3.125rem;
}

@media (max-width: 61.9375em) {
    .header .nav ul li#home {
        margin-right: 0;
    }
}

@media (max-width: 48.125em) {
    .header .nav ul li#home {
        display: none;
    }
}

.header .nav ul li#home a {
    color: #fff;
}

.header .nav ul li a {
    color: #fff;
}

@media (min-width: 48.125em) {
    .header .nav ul li a {
        padding: 1rem 0;
    }
}

@media (max-width: 48.125em) {
    .header .nav ul li a {
        color: #fff;
    }
}

@media (min-width: 48.125em) {
    .header .nav ul li ul {
        position: absolute;
        left: 0;
        right: 0;
        width: 21.875rem;
        left: -6.25rem;
        top: 2.25rem;
        background: #8bce43;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        border-radius: 0.3125rem;
        visibility: hidden;
        opacity: 0;
        border-top: 0.1875rem solid #fff;
        padding: 0.625rem 0;
    }

    .header .nav ul li ul li {
        text-align: left;
        margin: 0;
        width: 100%;
        padding: 0.625rem 0.9375rem;
        font-weight: 600;
    }

    .header .nav ul li ul li a {
        color: #fff;
    }
}

.header .nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.header--inner .navbar:before {
    background: #8bce43;
}

.header--inner .navbar .nav ul li#home a {
    color: #413f41;
}

.header--inner .navbar .nav ul li.active:after {
    background: #fff;
}

#hamburger {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 0.28125rem;
    width: 50%;
    background: #fff;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(even) {
    left: 50%;
    border-radius: 0 0.28125rem 0.28125rem 0;
}

#hamburger span:nth-child(odd) {
    left: 0px;
    border-radius: 0.28125rem 0 0 0.28125rem;
}

#hamburger span:nth-child(1),
#hamburger span:nth-child(2) {
    top: 0px;
}

#hamburger span:nth-child(3),
#hamburger span:nth-child(4) {
    top: 0.625rem;
}

#hamburger span:nth-child(5),
#hamburger span:nth-child(6) {
    top: 1.25rem;
}

#hamburger.open span:nth-child(1),
#hamburger.open span:nth-child(6) {
    transform: rotate(45deg);
}

#hamburger.open span:nth-child(2),
#hamburger.open span:nth-child(5) {
    transform: rotate(-45deg);
}

#hamburger.open span:nth-child(1) {
    left: 0.4375rem;
    top: 7px;
}

#hamburger.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#hamburger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#hamburger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#hamburger.open span:nth-child(5) {
    left: 0.4375rem;
    top: 0.9375rem;
}

#hamburger.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 0.9375rem;
}

.testimonials {
    background: #fff;
    color: #000;
    text-align: center;
    border-top: 0.5rem solid #fff;
    border-bottom: 0.5rem solid #fff;
}

@media (max-width: 61.9375em) {
    .testimonials {
        border-width: 0.25rem;
    }
}

.testimonials h2 {
    text-align: center;
    margin-bottom: 3.125rem;
    font-weight: normal;
    position: relative;
    padding-bottom: 1.875rem;
    margin-bottom: 1.75rem;
}

.testimonials h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7.5rem;
    margin: 0 auto;
    height: 0.0625rem;
    background: #8bce43;
}

.testimonials>.in {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

@media (max-width: 61.9375em) {
    .testimonials>.in {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

.testimonials .slides {
    width: 48.75rem;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

@media (max-width: 61.9375em) {
    .testimonials .slides {
        padding: 0;
    }
}

.testimonials .slides .slick-slide .slides__slide p:before,
.testimonials .slides .slick-slide .slides__slide p:after {
    display: none;
}

.testimonials .slides .slick-slide.slick-current .slides__slide p:before,
.testimonials .slides .slick-slide.slick-current .slides__slide p:after {
    display: block;
}

.testimonials .slides .slick-arrow.slick-prev {
    left: -10.3125rem;
    color: #000;
}

@media (max-width: 74.9375em) {
    .testimonials .slides .slick-arrow.slick-prev {
        left: -5.625rem;
    }
}

@media (max-width: 61.9375em) {
    .testimonials .slides .slick-arrow.slick-prev {
        left: 0.625rem;
        display: none !important;
    }
}

.testimonials .slides .slick-arrow.slick-next {
    right: -10.3125rem;
    color: #000;
}

@media (max-width: 74.9375em) {
    .testimonials .slides .slick-arrow.slick-next {
        right: -5.625rem;
    }
}

@media (max-width: 61.9375em) {
    .testimonials .slides .slick-arrow.slick-next {
        right: 0.625rem;
        display: none !important;
    }
}

.testimonials .slides .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 61.9375em) {
    .testimonials .slides .slick-track {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.testimonials .slides .slide {
    text-align: center;
}

.testimonials .slides .slide img {
    margin: 0 auto;
    max-width: 12.5rem;
    margin-top: 2.5rem;
}

.testimonials .slides .slide p {
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    line-height: 1.4;
    position: relative;
    padding: 1.875rem 5rem 1.875rem 5rem;
}

.testimonials .slides .slide p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.125rem;
    height: 1.9375rem;
    background: url("../../assets/img/quote.png");
    background-size: cover;
}

.testimonials .slides .slide p:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.125rem;
    height: 1.9375rem;
    background: url("../../assets/img/quote-bottom.png");
    background-size: cover;
}

.testimonials .slides .slide strong {
    font-size: 1.375rem;
    font-weight: 600;
    margin-top: 2.5rem;
    display: block;
}

.fullWidth>.in {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
    text-align: center;
    width: 59.375rem;
}

@media (max-width: 61.9375em) {
    .fullWidth>.in {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

.fullWidth--pattern {
    background: url("../../assets/img/geometric.png");
}

.fullWidth h2 {
    margin-bottom: 3.125rem;
}

.fullWidth p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.875rem;
}

@media (max-width: 61.9375em) {
    .fullWidth p {
        font-size: 1rem;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}

.modal--active {
    display: -ms-flexbox;
    display: flex;
}

.modal__content {
    margin: 5rem;
    width: 50rem;
    max-width: 100%;
    height: auto;
    position: relative;
}

@media (max-width: 38.125em) {
    .modal__content {
        margin: 1.25rem;
    }
}

.modal__content img {
    max-width: 100%;
    height: auto;
}

.modal .modalImage {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.modal__close {
    position: absolute;
    top: -0.9375rem;
    right: -0.9375rem;
    width: 1.875rem;
    height: 1.875rem;
    background: #000;
    color: #fff;
    font-size: 1.375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}

.banner {
    margin-top: -3.42rem;
    position: relative;
    height: calc(1000px + 3.42rem);
}

.banner::before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background: linear-gradient(to right, black 0%, black 50%, transparent 100%);
opacity: .65;;
}

@media only screen and (max-width: 900px) {
.banner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
background: linear-gradient(to bottom, black 0%, black 50%, transparent 100%);
z-index: 2;
    opacity: .65;
    ;
}
}

@media (max-width: 74.9375em) {
    .banner {
        height: 37.5rem;
    }
}

@media (max-width: 61.9375em) {
    .banner {
        height: 45.5rem;
    }
}

@media (max-width: 48.125em) {
    .banner {
        margin-top: 0;
    }
}

@media (max-width: 38.125em) {
    .banner {
        height: 40.625rem;
    }
}

@media (max-width: 30em) {
    .banner {
        height: 48.625rem;
    }
}

@media (max-width: 74.9375em) {
    .banner__image {
        position: absolute;
        top: 0;
        bottom: 0;
    }
}

.banner__image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    height: calc(1000px + 3.42rem);
    object-fit: cover;
}

@media (max-width: 74.9375em) {
    .banner__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.banner__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner__content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #000 0%, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0) 98%);
}

.banner__content>.in {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 90rem;
    margin: 0 auto;
    padding: 0 1.25rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner__content .playVideo {
    position: absolute;
    right: 40px;
}

@media (max-width: 991px) {
    .banner__content .playVideo {
        position: initial;
        margin-top: 40px;
    }
}

.banner__content .playBtn {
    border: 8px solid black;
    padding: 50px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1200px) {
    .banner__content .playBtn {
        padding: 30px;
        border: 5px solid black;
    }
}

.banner__content .playBtn img {
    width: 5rem;
}

@media (max-width: 1200px) {
    .banner__content .playBtn img {
        width: 3.125rem;
    }
}

.banner__content p {
    color: #fff;
    width: 33.75rem;
    max-width: 100%;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.125rem;
}

@media (max-width: 61.9375em) {
    .banner__content p {
        font-size: 1rem;
    }
}

@media (max-width: 74.9375em) {
    .banner__content p {
        font-size: 1.125rem;
        width: 40.625rem;
    }
}

@media (max-width: 38.125em) {
    .banner__content p {
        font-size: 1rem;
        width: 100%;
    }
}

.banner__content h1 {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 3.4375rem;
    width: 50rem;
    max-width: 100%;
}

@media (max-width: 74.9375em) {
    .banner__content h1 {
        margin-bottom: 1.875rem;
    }
}

.banner__content h1 strong {
    color: #8bce43;
    font-size: 3.75rem;
}

@media (max-width: 74.9375em) {
    .banner__content h1 strong {
        font-size: 2.625rem;
    }
}

@media (max-width: 38.125em) {
    .banner__content h1 strong {
        font-size: 2.25rem;
    }
}

.banner__content .btn {
    margin-top: 2.6875rem;
}

.featuresGrid>.in {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
}

@media (max-width: 61.9375em) {
    .featuresGrid>.in {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 38.125em) {
    .featuresGrid>.in {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.featuresGrid .gridItem {
    position: relative;
}

.featuresGrid .gridItem:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    transition: all 0.3s linear;
}

.featuresGrid .gridItem:hover>.in p,
.featuresGrid .gridItem:hover>.in a {
    opacity: 1;
    visibility: visible;
}

.featuresGrid .gridItem:hover:before {
    background: rgba(139, 206, 67, 0.75);
    opacity: 1;
}

.featuresGrid .gridItem>.in {
    padding: 2.8125rem 4.8125rem;
    z-index: 2;
    position: relative;
}

@media (max-width: 74.9375em) {
    .featuresGrid .gridItem>.in {
        padding: 2.8125rem 1.25rem;
    }
}

.featuresGrid .gridItem>.in h3 {
    color: 900;
    margin-bottom: 1.25rem;
}

.featuresGrid .gridItem>.in p,
.featuresGrid .gridItem>.in a {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

@media (max-width: 61.9375em) {

    .featuresGrid .gridItem>.in p,
    .featuresGrid .gridItem>.in a {
        font-size: 1rem;
    }
}

.featuresGrid .gridItem--facility {
    background: url("../../assets/img/STILL 18.jpg?v=0.1");
    background-size: cover;
    background-position: center center;
}

.featuresGrid .gridItem--maintenance {
    background: url("../../assets/img/STILL 40.jpg?v=0.1");
    background-size: cover;
    background-position: center top;
}

.featuresGrid .gridItem--projects {
    background: url("../../assets/img/col3.jpg");
    background-size: cover;
    background-position: center center;
}

.featuresGrid .gridItem--refurbishments {
    background: url("../../assets/img/col4.jpg");
    background-size: cover;
    background-position: center center;
}

.featuresGrid .gridItem--hygiene {
    background: url("../../assets/img/STILL 26.jpg");
    background-size: cover;
    background-position: center center;
}

.featuresGrid .gridItem--design {
    background: url("../../assets/img/col6.jpg");
    background-size: cover;
    background-position: center center;
}

.whatwedo {
    background: url("../../assets/img/green-back.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    border-top: 0.5rem solid #fff;
}

@media (max-width: 61.9375em) {
    .whatwedo {
        border-width: 0.25rem;
    }
}

.whatwedo>.in {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
    text-align: center;
    color: #000;
    width: 53.75rem;
}

@media (max-width: 61.9375em) {
    .whatwedo>.in {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

.whatwedo h3 {
    text-transform: uppercase;
    margin-bottom: 3.125rem;
}

.whatwedo p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.4;
}

@media (max-width: 61.9375em) {
    .whatwedo p {
        font-size: 1rem;
    }
}

.whatwedo p strong {
    font-weight: 900;
}

.sectors {
    background: url("../../assets/img/geometric-grey.png");
    border-top: 0.5rem solid #fff;
}

@media (max-width: 61.9375em) {
    .sectors {
        border-width: 0.25rem;
    }
}

.sectors>.in {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
    width: 56.25rem;
    max-width: 100%;
    text-align: center;
}

@media (max-width: 61.9375em) {
    .sectors>.in {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

.sectors h2 {
    color: #8bce43;
    margin-bottom: 2.5rem;
    font-weight: 900;
}

@media (max-width: 61.9375em) {
    .sectors h2 {
        margin-bottom: 3.125rem;
    }
}

.sectors__sectors {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid #8bce43;
}

@media (max-width: 38.125em) {
    .sectors__sectors {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 26.25em) {
    .sectors__sectors {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.sectors .sector {
    position: relative;
}

.sectors .sector:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    transition: all 0.3s linear;
    opacity: 0;
}

.sectors .sector:hover:after {
    opacity: 1;
}

.sectors .sector__title {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sectors .sector__title a {
    color: #000;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.sectors .sector__title h3 {
    font-weight: 900;
}

@media (max-width: 38.125em) {
    .sectors .sector__title h3 {
        font-size: 1.25rem;
    }
}

.sectors img {
    width: 100%;
    height: auto;
}

.sectors__content {
    margin-bottom: 3.125rem;
    font-size: 1rem;
    line-height: 1.4;
}

@media (max-width: 61.9375em) {
    .sectors__content {
        margin-top: 3.125rem;
    }
}

.sectors__content p {
    margin: 0;
}

.leafLogo {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    opacity: 0.2;
}

@media (max-width: 48.125em) {
    .leafLogo {
        display: none;
    }
}

.leafLogo--left {
    right: initial;
    left: 1.25rem;
}

.leafLogo img {
    width: 43.75rem;
}

.fiftyFiftySplit .splitPanels {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 48.125em) {
    .fiftyFiftySplit .splitPanels {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.fiftyFiftySplit .splitPanels__img,
.fiftyFiftySplit .splitPanels__content {
    width: 50%;
}

@media (max-width: 48.125em) {

    .fiftyFiftySplit .splitPanels__img,
    .fiftyFiftySplit .splitPanels__content {
        width: 100%;
    }
}

@media (max-width: 48.125em) {
    .fiftyFiftySplit .splitPanels__img {
        -ms-flex-order: 1;
        order: 1;
    }
}

.fiftyFiftySplit .splitPanels__content {
    padding: 5.3125rem 6.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 74.9375em) {
    .fiftyFiftySplit .splitPanels__content {
        padding: 2.5rem;
    }
}

@media (max-width: 48.125em) {
    .fiftyFiftySplit .splitPanels__content {
        padding: 2.5rem 1.25rem;
    }
}

@media (max-width: 48.125em) {
    .fiftyFiftySplit .splitPanels__content {
        -ms-flex-order: 2;
        order: 2;
    }
}

.fiftyFiftySplit .splitPanels__content--right {
    padding-right: calc(50vw - 700px);
    text-align: center;
}

@media (max-width: 91.25em) {
    .fiftyFiftySplit .splitPanels__content--right {
        padding-right: 6.25rem;
    }
}

@media (max-width: 74.9375em) {
    .fiftyFiftySplit .splitPanels__content--right {
        padding-right: 2.5rem;
    }
}

@media (max-width: 48.125em) {
    .fiftyFiftySplit .splitPanels__content--right {
        padding-right: 1.25rem;
    }
}

.fiftyFiftySplit .splitPanels__content--left {
    padding-left: calc(50vw - 700px);
}

@media (max-width: 91.25em) {
    .fiftyFiftySplit .splitPanels__content--left {
        padding-left: 6.25rem;
    }
}

@media (max-width: 74.9375em) {
    .fiftyFiftySplit .splitPanels__content--left {
        padding-left: 2.5rem;
    }
}

@media (max-width: 48.125em) {
    .fiftyFiftySplit .splitPanels__content--left {
        padding-left: 1.25rem;
    }
}

.fiftyFiftySplit .splitPanels__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 48.125em) {
    .fiftyFiftySplit .splitPanels__img img {
        width: 100%;
        height: auto;
    }
}

.fiftyFiftySplit .splitPanels h3 {
    color: #8bce43;
    margin-bottom: 3.125rem;
}

.fiftyFiftySplit .splitPanels h4 {
    color: #8bce43;
    margin-bottom: 1.875rem;
}

.fiftyFiftySplit .splitPanels p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 1.875rem;
}

.fiftyFiftySplit .splitPanels a {
    color: #000;
    text-decoration: underline;
}

.fiftyFiftySplit .splitPanels .logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 3.75rem;
    padding: 0 3.125rem;
    max-width: 33.75rem;
    margin: 0 auto;
}

@media (max-width: 48.125em) {
    .fiftyFiftySplit .splitPanels .logos {
        grid-gap: 2.5rem;
    }
}

.fiftyFiftySplit .splitPanels .logos li {
    list-style: none;
}

.fiftyFiftySplit .splitPanels .logos img {
    max-width: 100%;
    height: auto;
}

.logoSlider>.in {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    position: relative;
}

@media (max-width: 61.9375em) {
    .logoSlider>.in {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media (max-width: 38.125em) {
    .logoSlider>.in {
        padding-top: 0rem;
        padding-bottom: 3.75rem;
    }
}

@media (max-width: 38.125em) {

    .logoSlider--caseStudies>.in,
    .logoSlider--noMarg>.in {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

.logoSlider img {
    max-width: 100%;
    height: auto;
}

.slideLogos img,
.caseStudyImages img {
    padding: 0 1.875rem;
}

.slick-slide {
    height: auto;
}

.slick-arrow {
    background: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-size: 3.75rem;
    padding: 0 1.875rem;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.slick-arrow.slick-prev {
    left: 0;
    padding-left: 0;
}

.slick-arrow.slick-next {
    right: 0;
    padding-right: 0;
}

@media (max-width: 48.125em) {
    .footer {
        border-top: 0.0625rem solid #fff;
    }
}

.footer .footTopBar {
    background: #413f41;
    padding: 1.15625rem 0;
}

@media (max-width: 48.125em) {
    .footer .footTopBar {
        display: none;
    }
}

.footer .nav {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 74.9375em) {
    .footer .nav {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer .nav ul {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

@media (max-width: 48.125em) {
    .footer .nav ul {
        display: block;
    }
}

@media (max-width: 74.9375em) {
    .footer .nav ul {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
        width: 100%;
    }
}

.footer .nav ul li {
    font-size: 1.125rem;
    margin-right: 4.6875rem;
    font-weight: 700;
}

@media (max-width: 61.9375em) {
    .footer .nav ul li {
        margin-right: 0;
    }
}

@media (max-width: 48.125em) {
    .footer .nav ul li {
        margin-bottom: 0.9375rem;
    }
}

.footer .nav ul li:last-of-type {
    margin-right: 0;
}

.footer .nav ul li a {
    color: #fff;
}

.footBottom {
    background: #413f41;
    padding-bottom: 5rem;
    border-bottom: 1px solid #fff;
}

@media (max-width: 74.9375em) {
    .footBottom {
        padding-bottom: 1.875rem;
    }
}

.footBottom__logo {
    position: relative;
    top: -2.125rem;
    display: inline-block;
}

@media (max-width: 74.9375em) {
    .footBottom__logo {
        top: 0;
        padding-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 48.125em) {
    .footBottom__logo {
        text-align: center;
    }
}

.footBottom__logo img {
    width: 12.5625rem;
}

@media (max-width: 61.9375em) {
    .footBottom__logo img {
        width: 9.375rem;
    }
}

.footBottom__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 48.125em) {
    .footBottom__content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footBottom__social {
    margin-left: auto;
}

@media (max-width: 48.125em) {
    .footBottom__social {
        margin-left: 0;
        margin-top: 1.875rem;
    }
}

.footBottom__social ul {
    display: -ms-flexbox;
    display: flex;
}

.footBottom__social ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.625rem;
    margin-right: 0.9375rem;
}

.footBottom__social ul li:last-of-type {
    margin-right: 0;
}

.footBottom__social ul a {
    color: #8bce43;
}

.footBottom__social ul img {
    width: 1.875rem;
    height: 1.875rem;
}

.footBottom__contact ul {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
}

.footBottom__contact ul i {
    color: #fff;
    margin-right: 0.625rem;
    font-size: 1.125rem;
}

.footBottom__contact ul a {
    color: #fff;
}

.footBottom__contact ul li {
    margin-right: 3.125rem;
}

.footBottom__contact ul li:last-of-type {
    margin-right: 0;
}

.footBottom__contact ul li:last-of-type a {
    text-decoration: underline;
}

.footCopy {
    background: #413f41;
    padding: 1.25rem 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
}

.footCopy>.in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 61.9375em) {
    .footCopy>.in {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footCopy>.in a {
    color: #fff;
}

.footCopy__copy {
    margin-right: 0.3125rem;
}

@media (max-width: 48.125em) {
    .footCopy__copy {
        line-height: 1.4;
        font-size: 1rem;
    }
}

@media (max-width: 61.9375em) {
    .footCopy__nav {
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0.9375rem;
    }
}

.footCopy ul {
    display: -ms-flexbox;
    display: flex;
}

.footCopy ul li {
    list-style: none;
    position: relative;
}

.footCopy ul li:before {
    content: "|";
    padding: 0 0.3125rem;
    color: #fff;
}

@media (max-width: 61.9375em) {
    .footCopy ul li:first-of-type:before {
        display: none;
    }
}

.footCopy ul li a {
    color: #000;
}

.contentFull .sitemap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contentFull .sitemap a {
    color: #000;
}

.contentFull .sitemap ul {
    margin-top: 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contentFull {
    background: url("../../assets/img/geometric.png");
}

@media (max-width: 61.9375em) {
    .contentFull {
        border-width: 0.25rem;
    }
}

.contentFull>.in {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    text-align: center;
    color: #000;
    width: 53.75rem;
    position: relative;
    overflow: hidden;
}

@media (max-width: 61.9375em) {
    .contentFull>.in {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

.contentFull a {
    color: #8bce43;
    text-decoration: underline;
}

.contentFull form {
    position: relative;
    z-index: 1;
}

.contentFull .btn--primary {
    color: #fff;
    text-decoration: none;
    width: 12.5rem;
    min-width: 12.5rem;
}

.contentFull img {
    max-width: 100%;
    height: auto;
}

.contentFull hr {
    border-color: #000;
    margin: 2.5rem 0;
}

.contentFull h2 {
    color: #8bce43;
    font-weight: 700;
    margin-bottom: 3.125rem;
}

.contentFull .imageWrapText {
    margin-top: 2.5rem;
}

.contentFull .imageWrapText p {
    margin: 0 0 1.25rem 0;
    width: 43.75rem;
    max-width: 100%;
}

@media (min-width: 61.9375em) {
    .contentFull .imageWrapText img {
        max-width: 50%;
    }
}

.contentFull h4 {
    margin-bottom: 1.25rem;
}

.contentFull h4 strong {
    font-weight: 500;
}

.contentFull h3 {
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
    line-height: 1.2;
}

@media (max-width: 74.9375em) {
    .contentFull h3 {
        font-size: 1.75rem;
    }
}

.contentFull p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    line-height: 1.4;
}

@media (max-width: 61.9375em) {
    .contentFull p {
        font-size: 1rem;
    }
}

.contentFull p strong {
    font-weight: 900;
}

.contentFull ul {
    padding: 0;
    margin: 0 0 1.875rem 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
}

@media (max-width: 38.125em) {
    .contentFull ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.contentFull ul.one {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.contentFull ul li {
    padding-left: 1.5625rem;
    position: relative;
    font-size: 1.375rem;
    line-height: 1.2;
}

@media (max-width: 74.9375em) {
    .contentFull ul li {
        font-size: 1.125rem;
    }
}

.contentFull ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.625rem;
    height: 0.625rem;
    background: #8bce43;
    border-radius: 100%;
}

.contentFull .contentPanels {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.125rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 61.9375em) {
    .contentFull .contentPanels {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 1.875rem;
    }
}

.contentFull .contentPanels img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 61.9375em) {
    .contentFull .contentPanels img {
        width: 100%;
        height: auto;
    }
}

.contentFull--inner>.in {
    width: 90rem;
    text-align: left;
}

@media (max-width: 74.9375em) {
    .contentFull--inner>.in {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

@media (max-width: 74.9375em) {
    .contentFull--inner p {
        font-size: 1.125rem;
    }
}

.contentFull--panels>.in {
    width: 90rem;
    text-align: left;
}

@media (max-width: 74.9375em) {
    .contentFull--panels>.in {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

.contentFull--panels p {
    font-size: 1.375rem;
    line-height: 1.4;
}

@media (max-width: 74.9375em) {
    .contentFull--panels p {
        font-size: 1.125rem;
    }
}

.contentFull--white {
    background: #fff;
}

.contentFull--green {
    background: #8bce43;
}

.contentFull--green .btn--primary {
    color: #fff;
    background: #000;
    text-decoration: none;
    width: 12.5rem;
    min-width: 12.5rem;
}

.contentFull--green ul li:before {
    background: #000;
}

.contentFull--green h2 {
    color: #000;
}

.contentFull--green a {
    color: #000;
}

.contentFull--caseStudy>.in {
    position: relative;
}

.contentFull--caseStudy>.in .caseLogo {
    position: absolute;
    top: 0;
    right: 1.25rem;
    margin: 2.5rem 0 0 0;
}

@media (max-width: 48.125em) {
    .contentFull--caseStudy>.in .caseLogo {
        display: none;
    }
}

.contentFull--caseStudy>.in .caseLogo img {
    width: 11.25rem;
    height: auto;
}

.contentFull--data {
    background: none;
}

.contentFull--data h2 {
    color: #000;
}

.contentFull--data ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

@media (max-width: 61.9375em) {
    .contentPanel.contentPanel--img {
        -ms-flex-order: 2;
        order: 2;
    }
}

.form__inputGroup {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
}

@media (max-width: 38.125em) {
    .form__inputGroup {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.form__inputGroup--message {
    margin-top: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.form__inputGroup--submit {
    margin-top: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.form .inputGroup__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form .inputGroup__item label {
    font-size: 1.125rem;
    margin-bottom: 0.4375rem;
    font-weight: 700;
}

.form .inputGroup__item input:not(submit) {
    width: 100%;
}

.form .inputGroup__item textarea {
    width: 100%;
}

address {
    line-height: 1.4;
}

.fiftyPanels__wrapper {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 48.125em) {
    .fiftyPanels__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.fiftyPanels__text,
.fiftyPanels__images {
    width: 50%;
}

@media (max-width: 48.125em) {

    .fiftyPanels__text,
    .fiftyPanels__images {
        width: 100%;
    }
}

.fiftyPanels__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr) [2];
    grid-template-rows: repeat(2, 1fr);
}

.fiftyPanels__images img {
    width: 100%;
    height: auto;
}

.fiftyPanels__images img:first-of-type {
    grid-column: 1/3;
    grid-row: 1/3;
    height: 100%;
    min-height: 31.25rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 48.125em) {
    .fiftyPanels__images img:first-of-type {
        height: auto;
    }
}

.fiftyPanels__images img.smallImage {
    min-height: 25rem;
}

.fiftyPanels__text {
    padding: 7.5rem 6.25rem 2.1875rem calc(50vw - 700px);
    background: #f4f4f4;
}

@media (max-width: 87.5em) {
    .fiftyPanels__text {
        padding-left: 1.25rem;
        padding-top: 3.125rem;
        padding-right: 1.25rem;
    }
}

.fiftyPanels__text p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    line-height: 1.4;
    color: #000;
}

@media (max-width: 61.9375em) {
    .fiftyPanels__text p {
        font-size: 1rem;
    }
}

.intro {
    padding: 4.0625rem 0;
    text-align: center;
    position: relative;
    background: url("../../assets/img/geometric-grey.png");
}

.intro:after {
    content: "";
    width: 6.875rem;
    height: 6.875rem;
    position: absolute;
    bottom: -3.4375rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff url("../../assets/img/arrow-down.png");
    background-repeat: no-repeat;
    z-index: 4;
    background-position: center center;
}

@media (max-width: 61.9375em) {
    .intro:after {
        display: none;
    }
}

.intro__logo,
.intro__text {
    text-align: center;
    position: relative;
    padding-bottom: 3.125rem;
    margin-bottom: 3.125rem;
}

.intro__logo:after,
.intro__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7.5rem;
    margin: 0 auto;
    height: 0.0625rem;
    background: #8bce43;
}

.intro__logo img,
.intro__text img {
    max-width: 18.75rem;
    height: auto;
}

@media (max-width: 38.125em) {

    .intro__logo img,
    .intro__text img {
        max-width: 11.25rem;
    }
}

.intro p {
    width: 43.75em;
    max-width: 100%;
    margin: 0 auto 1.25rem auto;
    font-size: 1rem;
    line-height: 1.4;
}

@media (max-width: 61.9375em) {
    .intro p {
        font-size: 1rem;
    }
}

.topBanner {
    margin-top: -3.4375rem;
    height: 29rem;
    overflow: hidden;
}

@media (max-width: 38.125em) {
    .topBanner {
        height: 12.5rem;
    }
}

.topBanner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.services .contentFull,
.sectorWrapper .contentFull,
.aboutWrapper .contentFull {
    background: #f4f4f4;
}

.services ul.one,
.sectorWrapper ul.one,
.aboutWrapper ul.one {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
}

@media (max-width: 61.9375em) {

    .services ul.one,
    .sectorWrapper ul.one,
    .aboutWrapper ul.one {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.services .btn,
.sectorWrapper .btn,
.aboutWrapper .btn {
    text-decoration: none;
    margin-top: 3.75rem;
}

.services .btn--outlineGreen,
.sectorWrapper .btn--outlineGreen,
.aboutWrapper .btn--outlineGreen {
    color: #000;
}

.services .btn--outlineGreen:hover,
.sectorWrapper .btn--outlineGreen:hover,
.aboutWrapper .btn--outlineGreen:hover {
    color: #fff;
}

.services .container,
.sectorWrapper .container,
.aboutWrapper .container {
    width: 100%;
    padding: 0;
}

.services .leafLogo,
.sectorWrapper .leafLogo,
.aboutWrapper .leafLogo {
    display: none;
}

.services .contentPanel--text,
.sectorWrapper .contentPanel--text,
.aboutWrapper .contentPanel--text {
    padding: 4.375rem calc(50vw - 700px) 4.375rem 4.375rem;
}

@media (max-width: 87.5em) {

    .services .contentPanel--text,
    .sectorWrapper .contentPanel--text,
    .aboutWrapper .contentPanel--text {
        padding: 3.75rem;
        padding-right: 3.75rem;
    }
}

@media (max-width: 61.9375em) {

    .services .contentPanel--text,
    .sectorWrapper .contentPanel--text,
    .aboutWrapper .contentPanel--text {
        padding: 2.5rem 1.25rem;
    }
}

.services .contentFull--panels:nth-of-type(2n) .contentPanel--text,
.sectorWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text,
.aboutWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text {
    padding: 6.875rem 6.875rem 6.875rem calc(50vw - 700px);
    text-align: right;
}

@media (max-width: 61.9375em) {

    .services .contentFull--panels:nth-of-type(2n) .contentPanel--text,
    .sectorWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text,
    .aboutWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text {
        text-align: left;
    }
}

@media (max-width: 87.5em) {

    .services .contentFull--panels:nth-of-type(2n) .contentPanel--text,
    .sectorWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text,
    .aboutWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text {
        padding: 3.75rem;
        padding-left: 3.75rem;
    }
}

@media (max-width: 61.9375em) {

    .services .contentFull--panels:nth-of-type(2n) .contentPanel--text,
    .sectorWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text,
    .aboutWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text {
        padding: 2.5rem 1.25rem;
    }
}

.services .contentFull--panels:nth-of-type(2n) .contentPanel--text li,
.sectorWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text li,
.aboutWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text li {
    text-align: left;
    line-height: 1.4;
}

.services .contentFull--panels:nth-of-type(2n) .contentPanel--text h3:after,
.sectorWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text h3:after,
.aboutWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: initial;
    right: 0;
    width: 7.5rem;
    height: 0.0625rem;
    background: #8bce43;
}

@media (max-width: 61.9375em) {

    .services .contentFull--panels:nth-of-type(2n) .contentPanel--text h3:after,
    .sectorWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text h3:after,
    .aboutWrapper .contentFull--panels:nth-of-type(2n) .contentPanel--text h3:after {
        right: initial;
        left: 0;
    }
}

.services .contentFull .contentPanels,
.sectorWrapper .contentFull .contentPanels,
.aboutWrapper .contentFull .contentPanels {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
}

.services .contentPanel--img img,
.sectorWrapper .contentPanel--img img,
.aboutWrapper .contentPanel--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 61.9375em) {

    .services .contentPanel--img img,
    .sectorWrapper .contentPanel--img img,
    .aboutWrapper .contentPanel--img img {
        height: auto;
    }
}

.contentPanel {
    max-width: 96vw;
}

.services .contentFull--panels p,
.sectorWrapper .contentFull--panels p,
.aboutWrapper .contentFull--panels p {
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.services .contentFull--panels ul,
.sectorWrapper .contentFull--panels ul,
.aboutWrapper .contentFull--panels ul {
    margin-top: 2.5rem;
}

.services .contentFull--panels li,
.sectorWrapper .contentFull--panels li,
.aboutWrapper .contentFull--panels li {
    position: relative;
    font-size: 1rem;
    list-style: none;
    padding-left: 1.875rem;
}

.services .contentFull--panels li:after,
.sectorWrapper .contentFull--panels li:after,
.aboutWrapper .contentFull--panels li:after {
    display: none;
}

.services .contentFull--panels li:before,
.sectorWrapper .contentFull--panels li:before,
.aboutWrapper .contentFull--panels li:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #8bce43;
    left: 0;
    font-size: 1.375rem;
    background: none;
    top: 0;
}

.services .contentFull p strong,
.sectorWrapper .contentFull p strong,
.aboutWrapper .contentFull p strong {
    font-weight: 600;
}

.services .contentFull--panels h3,
.sectorWrapper .contentFull--panels h3,
.aboutWrapper .contentFull--panels h3 {
    padding-bottom: 2.8125rem;
    margin-bottom: 2.8125rem;
    position: relative;
    font-weight: 600;
}

.services .contentFull--panels h3:after,
.sectorWrapper .contentFull--panels h3:after,
.aboutWrapper .contentFull--panels h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7.5rem;
    height: 0.0625rem;
    background: #8bce43;
}

.safetyLogos {
    display: -ms-grid;
    display: grid;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 120px 120px 120px;
    grid-template-columns: 120px 120px 120px;
    grid-gap: 2.5rem;
    margin-top: 3.125rem;
}

.safetyLogos img {
    width: 7.5rem;
}