/*
    Theme Name: Rubix Marketing
    Theme URI: http: //cultureinspired.com
    Description: Rubix Marketing theme designed by Culture Inspired.
    Version: 1.0.0
    Framework Version: 1.7.8 Beta
    Author: Culture Inspired
    Author URI: http: //cultureinspired.com
*/


/*** BASE ***/

/* Fonts */

@font-face {
    font-family: 'Open Sans';
    src: url('./assets/fonts/OpenSans-Bold.ttf') format('ttf'),
         url('./assets/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./assets/fonts/OpenSans-SemiBold.ttf') format('ttf'),
         url('./assets/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('./assets/fonts/OpenSans-Regular.ttf') format('ttf'),
         url('./assets/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Bold.ttf') format('ttf'),
         url('./assets/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-SemiBold.ttf') format('ttf'),
         url('./assets/fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Medium.ttf') format('ttf'),
         url('./assets/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Regular.ttf') format('ttf'),
         url('./assets/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./assets/fonts/Montserrat-Light.ttf') format('ttf'),
         url('./assets/fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/HelveticaNeue-Bold.ttf') format('ttf'),
         url('./assets/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/* Brand Colors */

:root {
  --black: #000;
  --darkGreen: #345446;
  --extraDarkGreen: #264437;
  --lightGreen: #69897B;
  --secondaryGreen: #6DB585;
  --secondaryGreenPale: #bed5bf;
  --floralWhite: #F9F7F4;
  --oliveGreen: #E8E6DF;
  --beige: #D6D3CB;
  --darkBeige: #E8E6E0;

}


/* Global */

.otgs-development-site-front-end,
.grecaptcha-badge {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: var(--darkGreen);
    background: var(--floralWhite);
    /* -webkit-font-smoothing: subpixel-antialiased; */
}

@media screen and (min-width: 1000px) {
    body {
        font-size: 19px;
    }
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 8em;
    font-weight: 700;
    line-height: 1;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 8em;
    font-weight: 700;
    line-height: 1;
}

p {
    font-weight: 500;
}

ul,
li,
article {
    box-sizing: border-box;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/* Common Components */

.pageSection {
    position: relative;
    float: left;
    width: 100%;
}

.pageSection--hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 90%;
    margin: auto;
    float: none;
}

@media screen and (min-width: 1000px) {
    .pageSection--hero {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection--hero {
        max-width: 100%;
    }
}

@media screen and (min-width: 1903px) {
    .pageSection--hero {
        max-width: 1903px;
    }
}

.heroContent {
    width: 100%;
    margin: 140px auto 0 auto;
}

@media screen and (min-width: 1000px) {
    .heroContent {
        width: 40%;
        margin: 140px auto 0 0;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent {
        margin: 140px auto 0 3%;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent {
        margin: 140px auto 0 0;
    }
}

@media screen and (min-width: 1800px) {
    .heroContent {
        margin: 140px auto 0 8%;
    }
}

.heroContent__heading {
    font-size: 4em;
    margin: 0 0 48px 0;
}

@media screen and (min-width: 720px) {
    .heroContent__heading {
        font-size: 5em;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent__heading {
        margin: 0 0 118px 0;
        margin: 0 0 64px 0;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__heading {
        font-size: 8em;    
    }
}

.heroContent__heading span {
    position: relative;
    display: block;
    font-weight: inherit;
}

.heroContent__text {

}

.pageSection__image--hero {
    position: relative;
    width: 100%;
    height: 320px;
    margin: 24px auto 0 auto;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--hero {
        width: 45%;
        height: 340px;
        margin: 200px 0 0 auto;
        margin: 220px 0 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--hero {
        width: 50%;
        height: 420px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__image--hero {
        margin: 200px 0 0 3%;
        margin: 220px 0 0 3%;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__image--hero {
        width: 45%;
        height: 460px;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__image--hero {
        width: 40%;
        height: 520px;
        margin: 220px 5% 0 auto;
    }
}

/* .pageSection__imageCover {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background: var(--floralWhite);
    -moz-transition: width 0.32s cubic-bezier(0.76, 0.1, 0.63, 0.94);
    -webkit-transition: width 0.32s cubic-bezier(0.76, 0.1, 0.63, 0.94);
    -o-transition: width 0.32s cubic-bezier(0.76, 0.1, 0.63, 0.94);
    transition: width 0.66s cubic-bezier(0.76, 0.1, 0.63, 0.94);
} */

.pageSection__imageCover::after {
    display: none; /* Removed from design */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* background-color: var(--darkGreen); */
    animation: imageCoverAfter 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}

.pageSection__imageCover::before {
    display: none; /* Removed from design */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--floralWhite);
    animation: imageCoverBefore 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}

.pageSection__imageCover:nth-of-type(1)::before,
.pageSection__imageCover:nth-of-type(1)::after {
    animation-delay: 0.3s;
}

.pageSection__imageCover:nth-of-type(2)::before,
.pageSection__imageCover:nth-of-type(2)::after {
    animation-delay: 0.8s;
}

@keyframes imageCoverAfter {
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes imageCoverBefore {
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}

/* .pageSection__imageCover.active {
    width: 0%;
} */

.pageContent {
    position: relative;
    width: 90%;
    margin: auto;
}

.pageContent__superTitle {

}

.pageContent__heading {

}

.pageContent__heading span {
    font-weight: inherit;
}

.pageContent__text {

}

.pageSection--newsletter {

}

.newsletterBlock {
    position: relative;
    width: 90%;
    max-width: 1903px;
    margin: 0 auto -128px auto;
    margin: 0 auto -140px auto;
    background: var(--darkBeige);
    box-shadow: 3px 7px 20px 0px rgb(1 26 74 / 13%);
}

.newsletterBlock__inner {
    position: relative;
    padding: 40px 32px 128px 32px;
    box-sizing: border-box;
    z-index: 1;
}

@media screen and (min-width: 1000px) {
    .newsletterBlock__inner {
        padding: 64px 48px;
    }
}

@media screen and (min-width: 1400px) {
    .newsletterBlock__inner {
        padding: 85px 80px;
    }
}

@media screen and (min-width: 1600px) {
    .newsletterBlock__inner {
        padding: 120px 80px;
    }
}

@media screen and (min-width: 1880px) {
    .newsletterBlock__inner {
        padding: 140px 80px;
    }
}

.newsletterBlock__heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 1.15;
    margin: 0 0 16px 0;
}

@media screen and (min-width: 1000px) {
    .newsletterBlock__heading {
        max-width: 50%;
        font-size: 2em;
    }
}

@media screen and (min-width: 1200px) {
    .newsletterBlock__heading {
        font-size: 2.4em;
    }
}

@media screen and (min-width: 1520px) {
    .newsletterBlock__heading {
        font-size: 3.2em;
    }
}

.newsletterBlock__text {
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .newsletterBlock__text {
        font-size: 1em;
        max-width: 51%;
    }
}

@media screen and (min-width: 1400px) {
    .newsletterBlock__text {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1700px) {
    .newsletterBlock__text {
        font-size: 1.48em;
    }
}

.newsletterBlock__form {
    max-width: 785px;
}

@media screen and (min-width: 1000px) {
    .newsletterBlock__form {
        width: 50%;
    }
}

.newsletterBlock__image {
    position: absolute;
    width: 44%;
    max-width: 215px;
    bottom: 16px;
    right: 0;
}

@media screen and (min-width: 1000px) {
    .newsletterBlock__image {
        width: 44%;
        max-width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

.pageContent--newsletter {
    text-align: center;
    padding: 60px 0 0 0;
}

@media screen and (min-width: 1600px) {
    .pageContent--newsletter {
        text-align: center;
        padding: 76px 0 48px 0;
    }
}

.pageContent__heading--newsletter {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.66em;
    margin: 0 auto 38px auto;
}

.pageContent__form--newsletter {
    max-width: 420px;
    margin: auto;
}

@media screen and (min-width: 1240px) {
    .pageContent__form--newsletter {
        max-width: 1140px;
    }
}

.pageContent--getInTouch {
    text-align: center;
    margin: 0 auto 64px auto;
}

@media screen and (min-width: 1400px) {
    .pageContent--getInTouch {
        text-align: center;
        margin: 0 auto 100px auto;
    }
}

.pageContent__heading--getInTouch {
    color: var(--oliveGreen);
    margin: 0 auto 24px auto;
    font-size: 3.2em;
    line-height: 1.15;
}

@media screen and (max-width: 374px) {
    .pageContent__heading--getInTouch:lang(fr) {
        font-size: 2.8em;
    }
}

@media screen and (min-width: 720px) {
    .pageContent__heading--getInTouch {
        font-size: 5em;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent__heading--getInTouch {
        font-size: 8em;
        line-height: 1.5;
        margin: 0 auto;
    }
    .pageContent__heading--getInTouch:lang(fr) {
        font-size: 7em;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--getInTouch:lang(fr) {
        font-size: 8em;
    }
}

.btn--getInTouch {
    position: relative;
}

@media screen and (min-width: 1000px) {
    .btn--getInTouch {
        top: -240px;
    }
    .btn--getInTouch:lang(fr) {
        top: -210px;
    }
}

@media screen and (min-width: 1400px) {
    .btn--getInTouch:lang(fr) {
        top: -240px;
    }
}

.ut-reveal-text span {
    position: relative;
    display: block;
    max-width: max-content;
    padding-right: 32px;
    padding-left: 16px;
    transform: translateX(-16px);
}

.ut-reveal-text span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}

.ut-reveal-text span::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--floralWhite);
    animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}

.ut-reveal-text span:nth-of-type(1)::before,
.ut-reveal-text span:nth-of-type(1)::after {
    animation-delay: 0.3s;
}

.ut-reveal-text span:nth-of-type(2)::before,
.ut-reveal-text span:nth-of-type(2)::after {
    animation-delay: 0.8s;
}

@keyframes a-ltr-after {
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before {
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}

/*
.ut-reveal-text,
.ut-reveal-text::after {
	animation-delay: var(--animation-delay, 2s);
	animation-iteration-count: var(--iterations, 1);
	animation-duration: var(--duration, 800ms);
	animation-fill-mode: both;
	animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.ut-reveal-text {
	--animation-delay: var(--delay, 0);
	--animation-duration: var(--duration, 800ms);
	--animation-iterations: var(--iterations, 1);
	position: relative;
  width: max-content;
	animation-name: clip-text;
	white-space: nowrap;
	cursor: default;	
	&::after {
		content: "";
		position: absolute;
		z-index: 999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		transform: scaleX(0);
		transform-origin: 0 50%;
		pointer-events: none;
		animation-name: text-revealer;
	}
}

@keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
}

@keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }	
    60%, 100% {
      transform-origin: 100% 50%;		
    }	
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
}
*/

.fancyDownArrow {
    position: relative;
    display: none;
}

.pageSection__svg--fancyDownArrowPartOne > svg {
    position: absolute;
    width: 6.667%;
    height: auto;
    margin: auto;
    top: 16px;
    left: 0;
    right: 0;
    z-index: -1;
}

.pageSection__svg--fancyDownArrowPartTwo > svg {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.accordion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto 140px auto;
}

.accordion__item {
    position: relative;
    width: 100%;
    padding: 32px 0;
    cursor: pointer;
    border-bottom: 1px solid #d8d3ca;
}

@media screen and (min-width: 720px) {
    .accordion__item {
        padding: 32px;
    }
}

.accordion__item--active {
}

.accordion__box {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion__titleContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.accordion__titleWrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 8px;
}

.accordion__title {
    position: relative;
    margin: auto 0;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    text-wrap: pretty;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.15;
    font-size: 1.25em;
    margin: 0 auto;
    color: var(--darkGreen);
    padding-right: 1rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

@media screen and (min-width: 720px) {
    .accordion__title {
        font-size: 1.5em;
    }
}

.accordion__plus {
    display: table-cell;
    width: clamp(16px, 1.11vw, 21.33px);
    min-width: clamp(16px, 1.11vw, 21.33px);
    height: clamp(16px, 1.11vw, 21.33px);
    margin: auto 0 auto auto;
    box-sizing: border-box;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    transform: rotate(0deg);
    cursor: pointer;
    background-image: url('./assets/svgs/icon_accordion_arrow_closed_green.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion__plus .st0 {
    fill: var(--cl-black-100);
}

.accordion__minus {
    display: table-cell;
    width: clamp(16px, 1.11vw, 21.33px);
    min-width: clamp(16px, 1.11vw, 21.33px);
    height: clamp(16px, 1.11vw, 21.33px);
    margin: auto 0 auto auto;
    box-sizing: border-box;
    -moz-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    /* transform: rotate(180deg); */
    cursor: pointer;
    background-image: url('./assets/svgs/icon_accordion_arrow_opened_green.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion__minus .st0 {
    fill: var(--cl-black-100);
}

.accordion__expanse {
    width: 100%;
    float: left;
}

.accordion__expanseInner {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.accordion__content {
    float: left;
    width: 100%;
    margin: auto;
    padding: clamp(16px, 2.22vw, 42.667px) 0 0 0;
    box-sizing: border-box;
    text-wrap: pretty;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion__content p:first-of-type {
    margin-top: 0;
}

.accordion__content p:last-of-type {
    margin-bottom: 0;
}

.accordion__content ul {
}

.accordion__content ul li {
}



/* Buttons */

.btn {
    position: relative;
    display: inline-block;
    margin: auto;
    border-radius: 64px;
    padding: 12px 42px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.92em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    opacity: 1 !important;
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 64px;
    padding: 12px 42px;
    box-sizing: border-box;
    background: var(--secondaryGreen);
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.btn:hover:after {
    transform: translateY(-8px);
}

.btn--small {
    padding: 8px 24px;
}

.btn--shadowed {
    box-shadow: 0 0.2em 1em 0 rgba(0,0,0,0.08);
}

.btn--solidGreen {
    background-color: var(--secondaryGreenPale);
    color: #fff;
}

.btn--solidOlive {
    background-color: var(--oliveGreen);
    color: var(--darkGreen);
}

.btn--solidBlack {
    background: #000;
    border: 1.5px solid #000;
    color: #fff;
}

.btn--solidBlack:hover {
    background: #303030;
    border: 1.5px solid #303030;
}

.btn--ghostBlack {
    border: 1.5px solid #000;
    color: #000;
}

.btn--ghostBlack:hover {
    background: #000;
    border: 1.5px solid #000;
    color: #fff;
}

.btn span {
    position: relative;
    display: block;
    font-weight: inherit;
    z-index: 1;
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.btn:hover span {
    transform: translateY(-8px);
}

.btn--frontArrow {
    padding: 12px 28px;
}

.btn--frontArrow span {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.btn--frontArrow span:after {
    content: "";
    position: relative;
    top: 0.5px;
    width: 32px;
    height: 16px;
    margin: auto auto auto 13px;
    background-image: url('./assets/svgs/icon_link_arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 430px) {
    .btn--frontArrow span:after {
        width: 28px;
    }
}

.textLink {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.15em;
    text-decoration: none;
}

.textLink--frontArrow,
.textLink--frontArrow a,
.textLink--backArrow,
.textLink--backArrow a {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

@media screen and (max-width: 430px) {
    .textLink--frontArrow,
    .textLink--frontArrow a,
    .textLink--backArrow,
    .textLink--backArrow a {
        font-size: 1em;
    }
}

.textLink--frontArrowGreen,
.textLink--frontArrowGreen a,
.textLink--backArrowGreen,
.textLink--backArrowGreen a {
    color: var(--darkGreen);
}

.textLink--frontArrow:after {
    content: "";
    position: relative;
    top: 1.5px;
    width: 32px;
    height: 16px;
    margin: auto auto auto 13px;
    background-image: url('./assets/svgs/icon_link_arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 430px) {
    .textLink--frontArrow:after {
        width: 28px;
    }
}

.textLink--frontArrowGreen:after {
    background-image: url('./assets/svgs/icon_link_arrow_green.svg');
}

.textLink--backArrow:before {
    content: "";
    position: relative;
    top: 1.5px;
    width: 32px;
    height: 16px;
    margin: auto 13px auto 0;
    background-image: url(./assets/svgs/icon_link_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media screen and (max-width: 430px) {
    .textLink--backArrow:before {
        width: 28px;
    }
}

.textLink--backArrowGreen:before {
    background-image: url('./assets/svgs/icon_link_arrow_green.svg');
}


/* Popup */

.popupShader {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    opacity: 0;
    background: rgba(0,0,0,0.35);
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.popup {
    position: fixed;
    width: max-content;
    max-width: 94%;
    height: max-content;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    opacity: 0;
    background: #fff;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    box-shadow: 0 0.15em 1em 0 rgba(0,0,0,0.3);
}

.popup--opened {
    opacity: 1;
}

.popupContents {
    width: 92%;
    padding: 24px;
    box-sizing: border-box;
    color: var(--darkGreen);
    opacity: 0;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (min-width: 1000px) {
    .popupContents {
        width: 960px;
        padding: 48px;
    }
}

.popupContents p {
    margin: auto;
}

.popupContents .team__title {
    margin-bottom: 4px;
}

.popupContents .team__role {

}

.popupContents .team__email {

}

.popupContents .team__linkedin {

}


/* Inputs */

input[type='text'], 
input[type='email'], 
input[type='tel'], 
input[type='password'], 
input[type='number'], 
textarea, 
select {
    border-radius: 12px;
    padding: 12px 21px;
    border: 1px solid #D6D3CB;
}

input[type='submit'] {

}

@media screen and (min-width: 600px) {
    input[type='submit'] {
        width: auto;
    }
}

::placeholder {
    color: #D6D3CB !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #D6D3CB;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D6D3CB;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D6D3CB;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #D6D3CB;
}


/* Animations */

/* Push */

@-webkit-keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
}
@keyframes hvr-push {
    50% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover, 
.hvr-push:focus, 
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* Utility & State Classes */

.text-color-dark-green {
    color: var(--darkGreen) !important;
}

.text-color-white {
    color: #fff !important;
}

.state-pre-animated {
    opacity: 0 !important;
    transform: translateY(64px);
    -moz-transition: opacity 1s ease-out,transform 1s ease-out;
    -webkit-transition: opacity 1s ease-out,transform 1s ease-out;
    -o-transition: opacity 1s ease-out,transform 1s ease-out;
    transition: opacity 1s ease-out,transform 1s ease-out
}

.state-pre-animated-alt {
    opacity: 0 !important;
    transform: translateX(-48px);
    -moz-transition: opacity 1s ease-out,transform 1s ease-out;
    -webkit-transition: opacity 1s ease-out,transform 1s ease-out;
    -o-transition: opacity 1s ease-out,transform 1s ease-out;
    transition: opacity 1s ease-out,transform 1s ease-out
}

.state-pre-animated-multi-item {
    opacity: 0 !important;
    transform: translateY(64px);
    -moz-transition: opacity 1s ease-out,transform 1s ease-out;
    -webkit-transition: opacity 1s ease-out,transform 1s ease-out;
    -o-transition: opacity 1s ease-out,transform 1s ease-out;
    transition: opacity 1s ease-out,transform 1s ease-out
}

.pageContent__text.state-pre-animated-multi-item {
    transform: translateY(32px)
}

.state-animated {
    opacity: 1 !important;
    transform: translateY(0px) !important
}


/*** LAYOUTS ***/

/* The Footer */

.footer {
    background-color: var(--extraDarkGreen);
    padding: 200px 5% 48px 5%;
}

@media screen and (min-width: 1000px) {
    .footer {
        padding: 200px 5% 48px 5%;
    }
}

.page-template-page--privacy-policy .footer {
    padding-top: 64px;
}

.footer__columns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1903px;  
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .footer__columns {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
}

.footer__column {
}

.footer__column--first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 32px;
}

@media screen and (min-width: 1000px) {
    .footer__column--first {
        margin-bottom: initial;
    }
}

@media (min-width: 1000px) and (max-width: 1399px) {
    .footer__column--first:lang(fr) {
        max-width: 50%;
    }
}

.footer__column--second {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
    .footer__column--second {
        display: flex;
        flex-direction: column;
        width: auto;
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .footer__column--second {
        padding-left: 64px;
    }
}

@media screen and (min-width: 1600px) {
    .footer__column--second {
        padding-left: 32px;
    }
}

@media screen and (min-width: 1700px) {
    .footer__column--second {
        padding-left: 0;
    }
}

.footer__column--second a {
    color: #fff;
}

.footer__slogan {
    position: relative;
    color: #fff;
    font-size: 2.2em;
    line-height: 1.15;
    margin: 0 0 48px 0;
}

.footer__slogan:lang(fr) {
    font-size: 1.8em;
}

@media screen and (min-width: 1000px) {
    .footer__slogan,
    .footer__slogan:lang(fr) {
        font-size: 2.8em;
        line-height: 1.3;
        margin: -8px 0 48px 0;
    }
}

@media (min-width: 1000px) and (max-width: 1399px) {
    .footer__slogan:lang(fr) br {
        display: none;
    }
}

.footer__slogan:after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 16px;
    border-radius: 6px;
    background: var(--secondaryGreen);
}

.footer__logo {
    display: block;
    width: 215px;
    margin: 0 auto 24px 0;
}

@media screen and (min-width: 720px) {
    .footer__logo {
        width: 260px;
    }
}

@media screen and (min-width: 1000px) {
    .footer__logo {
        margin: auto 0 0 0;
    }
}

.footer__logo img {
    width: 100%;
    margin: 0;
}

.footerInfo {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 1240px) {
    .footerInfo {
        margin: 0;
        text-align: left;
    }
}

.footerInfo__email {
    display: block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 18px;
}

.footerInfo__phone {
    display: block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
}

.footerInfo__address {
    display: block;
    color: #fff;
    font-weight: 500;
}

.footer__menu {
    margin: 0 0 16px auto;
}

.footer__menu .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .footer__menu .menu {
        text-align: right;
        justify-content: flex-start;
        align-items: flex-end;
    }
}

.footer__menu .menu li {
    margin-bottom: 6px;
}

@media screen and (min-width: 1240px) {
    .footer__menu .menu li {
        /* margin-right: 24px; */
        /* margin-bottom: 6px; */
    }
}

@media screen and (min-width: 1400px) {
    .footer__menu .menu li:lang(en) {
        /* margin-bottom: initial; */
    }
}

@media screen and (min-width: 1600px) {
    .footer__menu .menu li:lang(fr) {
        margin-bottom: initial;
    }
}

@media screen and (min-width: 1700px) {
    .footer__menu .menu li {
        /* margin-right: 32px; */
    }
}

.footer__menu .menu li a {
    font-family: 'Open Sans', sans-serif;
    /* font-weight: 600; */
    text-decoration: none;
    color: #fff;
}

.footer__menu .menu li a:hover {
    color: var(--secondaryGreen);
}

.footerSecondary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
}

@media screen and (min-width: 1240px) {
    .footerSecondary {
        /* flex-direction: row; */
        /* justify-content: space-between; */
        /* align-items: center; */
        margin: 0;
    }
}

.footerSocials {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .footerSocials {
        margin: 0 0 32px auto;
    }
}

.footerSocials__item {
    width: 40px;
}

@media screen and (min-width: 1000px) {
    .footerSocials__item {
        width: 48px;
    }
}

.footerSocials__item--instagram {
    display: none;
    margin-right: 0;
}

.footerSocials__item--instagram:hover .st0 {
    fill: var(--secondaryGreen);
}

.footerSocials__item--linkedin {
    margin-right: 16px; /* for use with two icons */
    margin-right: 0;
}

.footerSocials__item--linkedin:hover .st0 {
    fill: var(--secondaryGreen);
}

.footerSecondary__inner {
    display: flex;
    flex-direction: column;
    margin: 0;
}

@media screen and (min-width: 1000px) {
    .footerSecondary__inner {
        flex-direction: row;
        align-items: center;
        margin: 0 0 0 auto;
    }
}

.footerSecondary__copyright {
    color: #fff;
    margin: 0 0 12px 0;
    font-size: 0.92em;
}

@media screen and (min-width: 1000px) {
    .footerSecondary__copyright {
        margin: auto 24px auto auto;
    }
    .footerSecondary__copyright:lang(fr) {
        width: 190px;
    }
}

@media screen and (min-width: 1340px) {
    .footerSecondary__copyright:lang(fr) {
        width: initial;
    }
}

.footerSecondary__line {
    display: none;
    width: 1.5px;
    height: 100%;
    border-radius: 6px;
    background: #fff;
}

@media screen and (min-width: 1000px) {
    .footerSecondary__line {
        display: block;
    }
}

.footerSecondary__privacyPolicy {
    display: block;
    margin: 0;
    font-size: 0.92em;
    text-decoration: none;
}

.footerSecondary__privacyPolicy:hover {
    color: var(--secondaryGreen);
}

@media screen and (min-width: 1000px) {
    .footerSecondary__privacyPolicy {
        margin: auto auto auto 24px;
    }
    .footerSecondary__privacyPolicy:lang(fr) {
        width: 127px;
    }
}

@media screen and (min-width: 1340px) {
    .footerSecondary__privacyPolicy:lang(fr) {
        width: initial;
    }
}


/*** WORDPRESS TEMPLATE CONTENT ***/

/* The Loop */

.loopContent {
}

.loop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 600px) {
    .loop {
        flex-direction: row;
    }
}

.loop article.post {
    position: relative;
    width: 100%;
    /* 1 column loop */
    box-shadow: 0 0.2em 1em 0 rgba(0,0,0,0.15);
}

@media screen and (min-width: 600px) {
    .loop article.post {
        width: 49%;
        /* 2 column loop */
        margin: 0% 2% 2% 0%;
    }

    .loop article.post:nth-of-type(2n+2) {
        margin: 0% 0% 2% 0%;
    }
}

@media screen and (min-width: 1000px) {
    .loop article.post {
        width: 32%;
        /* 3 column loop */
        margin: 0% 2% 2% 0%;
    }

    .loop article.post:nth-of-type(2n+2) {
        margin: 0% 2% 2% 0%;
    }

    .loop article.post:nth-of-type(3n+3) {
        margin: 0% 0% 2% 0%;
    }
}

@media screen and (min-width: 1160px) {
    .loop article.post {
        width: 23.5%;
        /* 4 column loop */
        margin: 0% 2% 2% 0%;
    }

    .loop article.post:nth-of-type(2n+2) {
        margin: 0% 2% 2% 0%;
    }

    .loop article.post:nth-of-type(3n+3) {
        margin: 0% 2% 2% 0%;
    }

    .loop article.post:nth-of-type(4n+4) {
        margin: 0% 0% 2% 0%;
    }
}

.postFeaturedImage {
    min-width: 100%;
    height: auto;
    margin-bottom: 16px;
    overflow: hidden;
}

.postFeaturedImage__link {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 1000px) {
    .postFeaturedImage__link {
        padding-bottom: 72.25%;
    }
}

.postFeaturedImage__link img {
    width: 100%;
}

.post__title {
    font-size: 2em;
    margin: 0 0 16px 0;
    box-sizing: border-box;
}

.post__title--featured {
    width: 100%;
}

.post__title a {
    color: var(--darkGreen);
    text-decoration: none;
}

.post__title a:hover,
.post:hover .post__title a {
    color: var(--secondaryGreen);
}

.publishingInfo {
    display: flex;
    margin: 8px 0 6px 0;
}

@media screen and (min-width: 1000px) {
    .publishingInfo--blog {
        font-size: 14px;
    }
}

@media screen and (min-width: 1400px) {
    .publishingInfo--blog:lang(en) {
        font-size: 1em;
    }
}

@media screen and (min-width: 1800px) {
    .publishingInfo--blog:lang(fr) {
        font-size: 1em;
    }
}

.publishingInfo__info {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--secondaryGreen);
    margin-bottom: 6px;
}

.publishingInfo__info--post {
    border-bottom: 0;
    padding-bottom: 0;
}

.publishingInfo div {
    padding: 0 8px;
    font-weight: 700;
    line-height: 1;
    color: var(--secondaryGreen);
}

.publishingInfo__readTime {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--secondaryGreen);
}

.post__excerpt {
    margin: auto 0 28px 0;
}

.post__excerpt--featured {
    margin: 1em 0;
}

.post__link {
    width: max-content;
    margin: 0;
}

.post-categories {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post-categories li {
    display: inline-block;
}

.pagination {
    float: right;
    clear: both;
}

.pagination > span, .pagination > p, .pagination > a {
}

.pagination > .current {
}


/* The Single Post */

.pageSection--singleBlogHero {
    flex-wrap: wrap;
    width: 90%;
    max-width: 1903px;
}

.heroContent--singleBlogHero {
    position: relative;
    width: 100% !important;
}

@media (min-width: 1000px) {
    .heroContent--singleBlogHero {
        margin: 140px auto 0 0;
    }
}

.heroContent__infoWrap {
    position: relative;
}

@media (min-width: 1000px) {
    .heroContent__infoWrap {
        position: relative;
        width: 50%;
        padding-right: 32px;
        box-sizing: border-box;
        float: left;
    }
}

.heroContent__illustration--singleBlogHero {
    position: absolute;
    display: none;
}

@media screen and (min-width: 1000px) {
    .heroContent__illustration--singleBlogHero {
        display: block;
        width: 102px;
        top: -60px;
        right: -32px;
    }
}

@media screen and (min-width: 1200px) {
    .heroContent__illustration--singleBlogHero {
        right: 24px;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent__illustration--singleBlogHero {
        top: -48px;
        right: 32px;
    }
}

@media screen and (min-width: 1880px) {
    .heroContent__illustration--singleBlogHero {
        right: 72px;
    }
}

.heroContent__heading--singleBlogHero {
    font-size: 2.2em;
    line-height: 1.15;
    margin: 0 0 24px 0;
    text-wrap: pretty;
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--singleBlogHero {
        font-size: 2.4em;
    }
}

@media screen and (min-width: 1240px) {
    .heroContent__heading--singleBlogHero {
        font-size: 2.8em;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent__heading--singleBlogHero {
        font-size: 4em;
    }
    .heroContent__heading--singleBlogHero:lang(fr) {
        font-size: 3em;
        text-wrap: balance;
    }
}

@media screen and (min-width: 1800px) {
    .heroContent__heading--singleBlogHero:lang(fr) {
        font-size: 3.2em;
    }
}

.heroContent__text--singleBlogHero {
    display: contents;
    /* font-size: 1.15em; */
    /* line-height: 1.7; */
    float: left;
}

.heroContent__text--singleBlogHero p,
.heroContent__text--singleBlogHero span {
    font-family: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    margin: initial !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    color: var(--darkGreen);
}

.heroContent__text--singleBlogHero ol li,
.heroContent__text--singleBlogHero ul li {
    margin-bottom: 16px;
    font-weight: 500 !important;
}

.heroContent__text--singleBlogHero a {
    color: var(--darkGreen);
    font-weight: 500
}

.heroContent__text--singleBlogHero b a,
.heroContent__text--singleBlogHero strong a {
    font-weight: 700
}


.contentContainer__right p,
.contentContainer__right span {
    font-weight: 500 !important;	
}

.heroContent__author {
    text-transform: uppercase;
    color: var(--darkGreen);
    margin-bottom: 32px;
}

@media screen and (min-width: 1000px) {
    .heroContent__author {
        margin-bottom: 48px;
    }
}

.heroContent__author {
    font-size: 0.8em;
}

.heroContent__author strong {
    color: inherit;
}

.heroContent__authorName {
    color: inherit;
}

.heroContent__authorName:hover {
    color: var(--secondaryGreen);
}

.heroContent__authorName a {
    color: inherit;
    font-weight: 500;
    text-decoration: none;
}

.pageSection__image--singleBlogHero {
    overflow: visible;
}

@media (min-width: 1000px) {
    .pageSection__image--singleBlogHero {
        width: 50% !important;
        height: 0 !important;
        padding-bottom: 40% !important;
        margin: 58px 0 0 0;
        float: right;
    }
}

@media (min-width: 1000px) {
    .pageSection__imageBorderLeft {
        position: absolute;
        width: 24px;
        height: 100%;
        top: 0;
        background: var(--floralWhite);
    }
    .pageSection__imageBorderBottom {
        position: absolute;
        width: 100%;
        height: 24px;
        bottom: 0;
        background: var(--floralWhite);
    }
}

.sharePost {
    display: flex;
    align-items: center;
    width: 100%;
    transform: translateY(-100%);
    padding-bottom: 16px;
}

@media screen and (min-width: 1000px) {
    .sharePost {
        display: flex;
        align-items: center;
        width: 100%;
        transform: translateY(-100%);
        padding-bottom: 16px;
    }
}

.sharePost--mobile {
    transform: initial;
}

@media screen and (min-width: 1000px) {
    .sharePost--mobile {
        display: none;
    }
}

.sharePost--desktop {
    display: none;
}

@media screen and (min-width: 1000px) {
    .sharePost--desktop {
        display: flex;
    }
}

.sharePost__label {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--secondaryGreen);
    margin: 0 16px 0 0;
}

@media screen and (min-width: 1000px) {
    .sharePost__label {
        margin: 0 16px 0 auto;
    }
}

.sharePost__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sharePost__item {
    width: 48px;
    margin-right: 10px;
}

.sharePost__item:last-of-type {
    margin-right: 0;
}

.sharePost__item a {
}

.sharePost__item svg {
}

.sharePost__item a:hover svg .st0 {
    fill: var(--secondaryGreen);
}

.backToBlog {
    display: none;
    width: 100%;
    margin: 24px 0 12px 0;
    text-decoration: none;
    font-weight: 500;
    float: left;
}

.backToBlog__inner {
    width: auto;
    margin: 0;
}

.singlePost {
    margin: 0 auto 64px auto;
}

.singlePost__title {
    font-size: 2.4em;
    margin: 0 0 32px 0;
    line-height: 1.15;
}

@media screen and (min-width: 1000px) {
    .singlePost__title {
        font-size: 3.2em;
    }
}

@media screen and (min-width: 1600px) {
    .singlePost__title {
        font-size: 6em;
        margin: 0 0 64px 0;
    }
}

.contentContainer__center {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 1903px;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .contentContainer__center {
        flex-direction: row;
    }
}

.contentContainer__left {
        background: var(--darkGreen);
}

@media screen and (min-width: 1000px) {
    .contentContainer__left {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center; */
        min-width: calc(50% + 24px);
        max-width: 55%;
        margin: 1em 24px 1em 0;
    }
}

.contentContainer__left > * {
    width: 90%;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.5 !important;
    font-weight: 700;
    margin: auto;
    padding: 32px 0;
    box-sizing: border-box;
    text-wrap: pretty;
}

@media screen and (min-width: 1000px) {
    .contentContainer__left > * {
        width: 86%;
        font-size: 1.6em;
        font-size: 1.4em;
        margin: auto 0 auto 10%;
        padding: 48px 21px 48px 0;
    }
}

.contentContainer__left p,
.contentContainer__left span {
    font-weight: 400 !important;	
}

.contentContainer__right {
    /* font-size: 1.15em; */
    width: 90%;
    margin: auto;
    margin: 0 auto auto auto;
}

@media screen and (min-width: 1000px) {
    .contentContainer__right {
        width: auto;
        margin-right: 5%;
    }
}

/* .contentContainer__right > *:first-of-type {
    margin-top: 0;
}

.contentContainer__right > *:last-of-type {
    margin-bottom: 0;
} */

.contentContainer__bottom {
    width: 90%;
    margin: auto;
    /* font-size: 1.15em; */
}

@media screen and (min-width: 1600px) {
    .contentContainer__bottom {
        max-width: 1903px;
    }
}

.contentContainer__bottom p,
.contentContainer__bottom span {
    font-weight: 500 !important;	
}

.contentContainer h2,
.heroContent__text--singleBlogHero h2 {
    font-size: 2em;
    line-height: 1.15;
    margin: 0.67em 0;
}

@media screen and (min-width: 1000px) {
    .contentContainer h2,
    .heroContent__text--singleBlogHero h2 {
        font-size: 3.2em;
    }
}

@media screen and (min-width: 1400px) {
    .contentContainer h2,
    .heroContent__text--singleBlogHero h2 {
        font-size: 4em;
    }
}

.contentContainer h3,
.heroContent__text--singleBlogHero h3 {
    position: relative;
    font-size: 1.2em;
}

@media screen and (min-width: 1000px) {
    .contentContainer h3,
    .heroContent__text--singleBlogHero h3 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1600px) {
    .contentContainer h3,
    .heroContent__text--singleBlogHero h3 {
        font-size: 1.6em;
    }
}

.contentContainer h3:before {
    content: "";
    position: relative;
    display: inline-block;
    top: 1.5px;
    width: 35px;
    height: 16px;
    margin: auto 16px auto 0;
    background-image: url('./assets/svgs/icon_link_arrow_green.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
    .contentContainer h3:before {
        width: 55px;
        height: 18px;
        margin: auto 18px auto 0;
        top: -1px;
    }
}

.contentContainer h4,
.heroContent__text--singleBlogHero h4 {
    font-size: 1.2em;
}

@media screen and (min-width: 1000px) {
    .contentContainer h4,
    .heroContent__text--singleBlogHero h4 {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1600px) {
    .contentContainer h4,
    .heroContent__text--singleBlogHero h4 {
        font-size: 1.6em;
    }
}

.contentContainer p {
    /* line-height: 1.7; */
}

.contentContainer ol {
    list-style-position: inside;
    padding: 0;
}

.contentContainer ul {
    list-style: circle;
    list-style-position: inside;
    padding: 0;
}

.contentContainer--post ol,
.contentContainer--post ul {
    padding: 0 0 0 32px;
}

.contentContainer ol li,
.contentContainer ul li {
    margin-bottom: 16px;
    font-weight: 500;
}

.contentContainer--post ol li,
.contentContainer--post ul li {
    list-style: circle;
	list-style: disc;
    list-style-position: outside;
}

.contentContainer--post ol li::marker,
.contentContainer--post ul li::marker {
    /* font-size: 2em; */
    /* color: var(--secondaryGreen); */
}

.contentContainer--post a {
    color: var(--darkGreen);
    font-weight: 500;
}

.contentContainer--post b a,
.contentContainer--post strong a {
    font-weight: 700;
}

.postNavWrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 24px 0 0 0;;
    float: left;
}

.postNavWrap__item--left {
    margin: auto auto auto 0;
}

.postNavWrap__item--right {
    margin: auto 0 auto auto;
}

.postNavWrap__item:nth-of-type(2) {
    margin: auto 0 auto auto;
}

.post-edit-link {
    float: left;
    clear: both;
}


/* Single Case Study */

.pageSection--singleCaseStudyHero {
    flex-wrap: wrap;
    width: 90%;
    max-width: 1903px;
}

.heroContent__superTitle--singleCaseStudyHero {
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: var(--secondaryGreen);
    margin-bottom: 6px;    
}

@media (min-width: 1000px) {
    .heroContent--singleCaseStudyHero {
        margin: 200px auto 0 0;
    }
}

@media (min-width: 1000px) {
    .heroContent--singleCaseStudyHero {
        width: 45%;
    }
}

/* .heroContent__logo--singleCaseStudyHero {
    width: 100%;
    max-width: 21%;
    margin: 0 0 32px 0;
} */

.heroContent__heading--singleCaseStudyHero {
    font-size: 2.2em;
    line-height: 1.15;
    margin: 0 0 24px 0;
    text-wrap: pretty;
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--singleCaseStudyHero {
        font-size: 2.4em;
    }
}

@media screen and (min-width: 1240px) {
    .heroContent__heading--singleCaseStudyHero {
        font-size: 2.8em;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent__heading--singleCaseStudyHero {
        font-size: 3.2em;
    }
    .heroContent__heading--singleCaseStudyHero:lang(fr) {
        font-size: 3em;
    }
}

@media screen and (min-width: 1800px) {
    .heroContent__heading--singleCaseStudyHero {
        font-size: 4em;
    }
    .heroContent__heading--singleCaseStudyHero:lang(fr) {
        font-size: 3.2em;
    }
}

@media screen and (max-width: 999px) {
    .heroContent__heading--singleCaseStudyHero br {
        display: none;
    }
}

.pageSection__image--singleCaseStudyHero {
    margin: 0 auto;
    background-position: top;
}

.postid-862 .pageSection__image--singleCaseStudyHero,
.postid-889 .pageSection__image--singleCaseStudyHero {
    background-position: center; /* Lighting case study adjustment */
}

@media (min-width: 720px) {
    .pageSection__image--singleCaseStudyHero {
        height: 400px;
    }
}

@media (min-width: 1000px) {
    /* .pageSection__image--singleCaseStudyHero {
        width: 50% !important;
        height: 0 !important;
        padding-bottom: 40% !important;
        margin: 140px 0 0 0;
        float: right;
    } */
    .pageSection__image--singleCaseStudyHero {
        width: 45% !important;
        height: 0 !important;
        padding-bottom: 30% !important;
        background-position: top;
        margin: 140px 0 0 0;
        float: right;
    }
}

.heroContent__text--singleCaseStudyHero {
    line-height: 1.7;
}

.singlePost--caseStudy {
    margin: 24px auto 0 auto;
}

@media screen and (min-width: 720px) {
    .singlePost--caseStudy {
        margin: 24px auto 64px auto;
    }
}

@media screen and (min-width: 1000px) {
    .singlePost--caseStudy {
        margin: 0 auto 64px auto;
    }
}

.caseStudyBody {
    width: 90%;
    max-width: 1903px;
    margin: 32px auto 0 auto;
    list-style: none;
    padding:0;
}

@media screen and (min-width: 1000px) {
    .caseStudyBody {
        margin: 100px auto 100px auto;
    }
}

.caseStudyBody__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
}

@media screen and (min-width: 1000px) {
    .caseStudyBody__item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 100px;
    }
    .caseStudyBody__item--results {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1400px) {
    .caseStudyBody__item--results {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.caseStudyBody__heading {
    font-size: 2.4em;
    margin: 0;
    /* text-transform: uppercase; */
}

@media screen and (min-width: 1000px) {
    .caseStudyBody__heading {
        min-width: 35%;
        font-size: 2.8em;
        margin: auto 80px auto 0;
    }
}

@media screen and (min-width: 1400px) {
    .caseStudyBody__heading {
        min-width: 30%;
        min-width: 25%;
    }
}

@media screen and (min-width: 1600px) {
    .caseStudyBody__heading {
        min-width: 25%;
        /* font-size: 3em; */
        margin: auto 100px auto 0;
    }
}

@media screen and (min-width: 1800px) {
    .caseStudyBody__heading {
        min-width: 21%;
    }
}

.caseStudyBody__text {
}

.caseStudyResults {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: 360px;
}

@media screen and (min-width: 700px) {
    .caseStudyResults {
        flex-wrap: no-wrap;
        margin: 28px auto auto 0;
        padding: 16px 0 0 0;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1400px) {
    .caseStudyResults {
        margin: auto auto auto 0;
    }
}

.caseStudyResults__item {
    width: 49%;
    margin-bottom: 24px;
}

@media screen and (min-width: 700px) {
    .caseStudyResults__item {
        width: 23.5%;
        width: 18%;
        text-align: center;
        margin-bottom: auto;
    }
}

.caseStudyResults__value {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1;
    margin: 0 auto 12px auto;
}

.caseStudyResults__value:lang(fr) {
    font-size: 1.8em;
}

@media screen and (min-width: 1000px) {
    .caseStudyResults__value {
        font-size: 3em;
        margin: 0 auto 12px auto;
    }
}

@media screen and (min-width: 1400px) {
    .caseStudyResults__value {
        font-size: 2.8em;
    }
}

@media screen and (min-width: 1600px) {
    .caseStudyResults__value {
        font-size: 3em;
    }
}

@media screen and (min-width: 1880px) {
    .caseStudyResults__value:lang(fr) {
        font-size: 2em;
    }
}

.caseStudyResults__description {
    font-weight: 500;
    margin: 0 auto;
}

.contentContainer--caseStudyBody {
    /* max-width: 1140px; */
    margin: 0 auto;
}

.contentContainer--caseStudyBody h2 {
    font-size: 2em;
    line-height: 1.15;
    margin: 0.67em 0;
}

@media screen and (min-width: 1000px) {
    .contentContainer--caseStudyBody h2 {
        font-size: 3.2em;
    }
}

@media screen and (min-width: 1400px) {
    .contentContainer--caseStudyBody h2 {
        font-size: 4em;
    }
}

.contentContainer--caseStudyBody p {
    line-height: 1.7;
}

.postNavWrap--caseStudy {
    /* max-width: 1140px; */
    margin: 50px auto 0 auto;
}

.pageSection--caseStudyTestimonial {
    margin-bottom: 40px;
    z-index: 3;
}

@media screen and (min-width: 1000px) {
    .pageSection--caseStudyTestimonial {
        margin-bottom: 64px;
    }
}

.testimonials__item.testimonials__item--caseStudyTestimonial {
    margin: auto;
}

.testimonials__content.testimonials__content--caseStudyTestimonial {
    width: 90%;
    max-width: 1648px;
}

@media screen and (min-width: 1200px) {
    .testimonials__content.testimonials__content--caseStudyTestimonial {
        width: calc(90% - 260px);
    }
}

.caseStudyGalleryBg {
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    background: var(--extraDarkGreen);
}

@media screen and (min-width: 1000px) {
    .caseStudyGalleryBg {
        height: 70%;
    }
}

.caseStudyGallery {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 1903px;
}

@media screen and (min-width: 1000px) {
    .caseStudyGallery {
        margin: 0 auto ;
    }
}

@media screen and (min-width: 1200px) {
    .caseStudyGallery {
        margin: 0 auto 19px auto;
    }
}

.caseStudyGallery__desktop {
    display: none;
}

@media screen and (min-width: 1000px) {
    .caseStudyGallery__desktop {
        display: block;
    }
}

.caseStudyGallery__mobile {
    display: block;
}

@media screen and (min-width: 1000px) {
    .caseStudyGallery__mobile {
        display: none;
    }
}

.caseStudyGallery .gallery {
    columns: 2;
    column-gap: 12px;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .caseStudyGallery .gallery {
        columns: 3;
        column-gap: 16px;
    }
}

.caseStudyGallery .gallery-item {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 16px;
    break-inside: avoid;
}

.caseStudyGallery .landscape {
    grid-row: 1 / -1;
    grid-column: 1;
}

.caseStudyGallery a {
    display: block;
    overflow: hidden;
    width: 100%;
}

.caseStudyGallery a img {
    width: 100%;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.caseStudyGallery a img:hover {
    /* transform: scale(1.1); */
}


/*** PAGES & CATEGORIES ***/

/* Home */

.pageSection--homeHero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: var(--floralWhite);
}

@media screen and (min-width: 1240px) {
    .pageSection--homeHero {
        height: 100vh;
    }
}

.pageSection__backgroundVideo--homeHero {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 85px;
    /* z-index: -1; */
}

@media screen and (min-width: 1240px) {
    .pageSection__backgroundVideo--homeHero {
        position: absolute;
        height: 100%;
        margin-top: 0;
    }
}

.pageSection__backgroundVideo--homeHero video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1240px) {
    .pageSection__backgroundVideo--homeHero video {
        position: absolute;
        object-fit: cover;
        height: auto;
        height: 100%;
    }
}

.pageSection__backgroundVideo--homeHero img {
    display: none;
}

.heroContent--homeHero {
    position: absolute;
    display: none;
    text-align: center;
    margin: auto;
}

.heroContent__heading--homeHero {
    color: #fff;
    font-size: 1em;
}

.pageContent--homeDifference {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 64px auto 80px auto;
}

@media screen and (min-width: 720px) {
    .pageContent--homeDifference {
        width: 692px;
		    margin: 64px auto 100px auto;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent--homeDifference {
        width: 900px;
        flex-direction: row;
        justify-content: space-between;
        margin: 100px auto 140px auto;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent--homeDifference {
        width: 970px;
        margin: 100px auto 140px auto;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--homeDifference {
        width: 1428px;
        margin: 200px auto 210px auto;
    }
}

.pageContent__heading--homeDifference {
    font-size: 4em;
    margin: 0 auto 0 0;
}

.pageContent__heading--homeDifference:lang(fr) {
    font-size: 3.2em;
}

@media screen and (min-width: 1000px) {
    .pageContent__heading--homeDifference {
        margin: 0 auto 0 0;
    }
}

@media (min-width: 1000px) and (max-width: 1399px) {
    .pageContent__heading--homeDifference:lang(fr) {
        position: absolute;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeDifference,
    .pageContent__heading--homeDifference:lang(fr) {
        font-size: 5em;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeDifference {
        font-size: 8em;
    }
    .pageContent__heading--homeDifference:lang(fr) {
        font-size: 6em;
    }
}

.pageContent__heading--homeDifference span:nth-of-type(1) {
    position: relative;
    display: block;
}

.pageContent__heading--homeDifference span:nth-of-type(1):lang(fr) {
    right: 0;
}

.pageContent__heading--homeDifference span:nth-of-type(2):lang(fr) {
    right: 0;
}

@media screen and (min-width: 720px) {
    .pageContent__heading--homeDifference span:nth-of-type(1) {
        right: -145px;
    }
    .pageContent__heading--homeDifference span:nth-of-type(2) {
        right: -170px;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent__heading--homeDifference span:nth-of-type(2) {
        right: -200px;
    }
    .pageContent__heading--homeDifference span:nth-of-type(3) {
        display: block;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeDifference span:nth-of-type(1) {
        right: -200px;
    } 
    .pageContent__heading--homeDifference span:nth-of-type(1):lang(fr) {
        right: 45px;
    } 
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeDifference span:nth-of-type(1) {
        right: -400px;
    }
    .pageContent__heading--homeDifference span:nth-of-type(1):lang(fr) {
        right: -45px;
    } 
    .pageContent__heading--homeDifference span:nth-of-type(3):lang(fr) {
        position: relative;
        right: -70px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pageContent__heading--homeDifference span:nth-of-type(3) {
        position: relative;
        left: -100px;
    }
}

.pageContent__text--homeDifference {
    width: 100%;
    margin-top: 32px;
}

@media screen and (min-width: 720px) {
    .pageContent__text--homeDifference {
        width: 340px;
        margin: 32px 0 0 auto;
    }
    .pageContent__text--homeDifference:lang(fr) {
        width: 430px;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent__text--homeDifference {
        width: 495px;
        margin: 116px 0 0 auto;
    }
    .pageContent__text--homeDifference:lang(fr) {
        width: 495px;
        margin: 218px 0 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__text--homeDifference {
        width: 448px;
        margin: 140px 0 0 auto;
    }
    .pageContent__text--homeDifference:lang(fr) {
        min-width: 450px;
        margin: 235px 0 0 auto;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__text--homeDifference {
        width: 642px;
        min-width: 642px;
        margin: 255px 0 0 auto;
    }
    .pageContent__text--homeDifference:lang(fr) {
        width: 630px;
        min-width: 630px;
    }
}

.pageSection__svg--homeDifferencePartOne {
    position: relative;
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 720px) {
    .pageSection__svg--homeDifferencePartOne {
        width: 720px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__svg--homeDifferencePartOne {
        width: 900px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__svg--homeDifferencePartOne {
        width: 970px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__svg--homeDifferencePartOne {
        width: 1428px;
    }
}

.pageSection__svg--homeDifferencePartOne > svg {
    position: absolute;
    display: none;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
}

@media screen and (min-width: 720px) {
    .pageSection__svg--homeDifferencePartOne > svg {
        display: block;
        width: 1140px;
        top: 110px;
        left: -255px;
    }
    .pageSection__svg--homeDifferencePartOne:lang(fr) > svg {
        width: 1065px;
        top: 165px;
        left: -212px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__svg--homeDifferencePartOne > svg {
        width: 1240px;
        top: 80px;
        left: -222px;
    }
    .pageSection__svg--homeDifferencePartOne:lang(fr) > svg {
        width: 1320px;
        top: 185px;
        left: -260px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__svg--homeDifferencePartOne > svg {
        width: 1300px;
        top: 105px;
        left: -215px;
    }
    .pageSection__svg--homeDifferencePartOne > svg:lang(fr) {
        width: 1430px;
        top: 190px;
        left: -283px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__svg--homeDifferencePartOne > svg {
        width: 1374px;
        top: 105px;
        left: -112px;
    }
    .pageSection__svg--homeDifferencePartOne > svg:lang(fr) {
        width: 1374px;
        top: 240px;
        left: -112px;        
    }
}

.pageSection__svg--homeDifferencePartTwo > svg {
    position: absolute;
    display: none;
    width: 140px;
    height: auto;
    margin: auto;
    bottom: 20px;
    left: 0;
    right: 0;
}

@media screen and (min-width: 720px) {
    .pageSection__svg--homeDifferencePartTwo > svg {
        display: block;
        width: 215px;
        bottom: -1438px;
        left: -10px;
    }
    .pageSection__svg--homeDifferencePartTwo:lang(fr) > svg {
        width: 215px;
        bottom: -1355px;
        left: -10px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__svg--homeDifferencePartTwo > svg {
        width: 260px;
        bottom: -1538px;
    }
    .pageSection__svg--homeDifferencePartTwo > svg:lang(fr) {
        width: 260px;
        bottom: -1625px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__svg--homeDifferencePartTwo > svg {
        bottom: -1645px;
    }
    .pageSection__svg--homeDifferencePartTwo > svg:lang(fr) {
        bottom: -1785px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__svg--homeDifferencePartTwo > svg {
        width: 320px;
        bottom: -1604px;
        left: -15px;
    }
    .pageSection__svg--homeDifferencePartTwo:lang(fr) > svg {
        bottom: -1670px;
    }
}

/* SVG Animation - homeDifferencePartOne */

svg .lines_home_difference_part_one_v4_serena-1 {
  stroke-dashoffset: 49.03997039794922px;
  stroke-dasharray: 49.03997039794922px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .lines_home_difference_part_one_v4_serena-1 {
  stroke-dashoffset: 0;
  fill: rgb(214, 211, 203);
}

svg .lines_home_difference_part_one_v4_serena-2 {
  stroke-dashoffset: 6469.5126953125px;
  stroke-dasharray: 6469.5126953125px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .lines_home_difference_part_one_v4_serena-2 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_one_v4_serena-3 {
  stroke-dashoffset: 117.61060965210437px;
  stroke-dasharray: 117.61060965210437px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .lines_home_difference_part_one_v4_serena-3 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

/* OLD, pre-home page services
svg .lines_home_difference_part_one_v2-1 {
  stroke-dashoffset: 80.44674682617188px;
  stroke-dasharray: 80.44674682617188px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .lines_home_difference_part_one_v2-1 {
  stroke-dashoffset: 0;
  fill: rgb(214, 211, 203);
}

svg .lines_home_difference_part_one_v2-2 {
  stroke-dashoffset: 6621.64892578125px;
  stroke-dasharray: 6621.64892578125px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .lines_home_difference_part_one_v2-2 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_one_v2-3 {
  stroke-dashoffset: 117.53521142841824px;
  stroke-dasharray: 117.53521142841824px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .lines_home_difference_part_one_v2-3 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}
*/

/* SVG Animation - End */

/* SVG Animation - homeDifferencePartTwo */

svg .lines_home_difference_part_two_v2-1 {
  stroke-dashoffset: 139.71485556276215px;
  stroke-dasharray: 139.71485556276215px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-1 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-2 {
  stroke-dashoffset: 139.71485556276215px;
  stroke-dasharray: 139.71485556276215px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-2 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-3 {
  stroke-dashoffset: 145.45768693352431px;
  stroke-dasharray: 145.45768693352431px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-3 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-4 {
  stroke-dashoffset: 139.71485556276215px;
  stroke-dasharray: 139.71485556276215px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-4 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-5 {
  stroke-dashoffset: 42.05934524536133px;
  stroke-dasharray: 42.05934524536133px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-5 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-6 {
  stroke-dashoffset: 42.05934524536133px;
  stroke-dasharray: 42.05934524536133px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-6 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-7 {
  stroke-dashoffset: 42.05934524536133px;
  stroke-dasharray: 42.05934524536133px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-7 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-8 {
  stroke-dashoffset: 42.05934524536133px;
  stroke-dasharray: 42.05934524536133px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-8 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-9 {
  stroke-dashoffset: 40.74662399291992px;
  stroke-dasharray: 40.74662399291992px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-9 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-10 {
  stroke-dashoffset: 40.74662399291992px;
  stroke-dasharray: 40.74662399291992px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-10 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-11 {
  stroke-dashoffset: 42.05934524536133px;
  stroke-dasharray: 42.05934524536133px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-11 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-12 {
  stroke-dashoffset: 42.05934524536133px;
  stroke-dasharray: 42.05934524536133px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-12 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-13 {
  stroke-dashoffset: 157.73681640625px;
  stroke-dasharray: 157.73681640625px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-13 {
  stroke-dashoffset: 0;
}

svg .lines_home_difference_part_two_v2-14 {
  stroke-dashoffset: 157.73623657226562px;
  stroke-dasharray: 157.73623657226562px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_difference_part_two_v2-14 {
  stroke-dashoffset: 0;
}

/* SVG Animation - End */

.pageSection__svg--homeCaseStudies svg {
    position: absolute;
    display: none;
    margin: auto;
}

@media screen and (min-width: 720px) {
    .pageSection__svg--homeCaseStudies svg {
        display: block;
        top: 32px;
        width: 180px;
        right: 64px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__svg--homeCaseStudies svg {
        top: 64px;
        width: 240px;
        right: 92px;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__svg--homeCaseStudies svg {
        top: 100px;
        width: 240px;
        right: 160px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__svg--homeCaseStudies svg {
        right: 12%;
    }
}

/* SVG Animation - homeCaseStudies */

svg .lines_home_case_studies_v3-1 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-1 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-2 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-2 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-3 {
  stroke-dashoffset: 80.53981633974483px;
  stroke-dasharray: 80.53981633974483px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-3 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-4 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-4 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-5 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-5 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-6 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-6 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-7 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-7 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-8 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-8 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-9 {
  stroke-dashoffset: 23.21320343017578px;
  stroke-dasharray: 23.21320343017578px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-9 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-10 {
  stroke-dashoffset: 23.21320343017578px;
  stroke-dasharray: 23.21320343017578px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-10 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-11 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-11 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-12 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-12 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-13 {
  stroke-dashoffset: 87.27164459228516px;
  stroke-dasharray: 87.27164459228516px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-13 {
  stroke-dashoffset: 0;
}

svg .lines_home_case_studies_v3-14 {
  stroke-dashoffset: 87.30367279052734px;
  stroke-dasharray: 87.30367279052734px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_case_studies_v3-14 {
  stroke-dashoffset: 0;
}

/* SVG Animation - End */

.pageSection--homeServices {
}

.pageContent--homeServices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 64px auto;
}

@media screen and (min-width: 720px) {
    .pageContent--homeServices {
        width: 692px;
        margin: 0 auto;
        right: -18px;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent--homeServices {
        width: 900px;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto -16px auto;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent--homeServices {
        width: 970px;
    }
    .pageContent--homeServices:lang(fr) {
        right: -62px;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--homeServices {
        position: relative;
        width: 1428px;
        margin: 0 auto -72px auto;
        right: -72px;
    }
}

.pageContent__heading--homeServices {
    font-size: 4em;
    margin: 0 auto 0 0;
}

.pageContent__heading--homeServices:lang(fr) {
    font-size: 3.2em;
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeServices,
    .pageContent__heading--homeServices:lang(fr) {
        font-size: 5em;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeServices {
        font-size: 8em;
    }
    .pageContent__heading--homeServices:lang(fr) {
        font-size: 6em;
    }
}

.pageContent__heading--homeServices span:nth-of-type(1) {
    position: relative;
    display: block;
}

.pageContent__heading--homeServices span:nth-of-type(1):lang(fr) {
    right: 0;
}

@media screen and (min-width: 720px) {
    .pageContent__heading--homeServices span:nth-of-type(1) {
        right: -200px;
    }
    .pageContent__heading--homeServices span:nth-of-type(1):lang(fr) {
        right: -145px;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent__heading--homeServices span:nth-of-type(1):lang(fr) {
        right: -174px;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeServices span:nth-of-type(1) {
        right: -267px;
    }
    .pageContent__heading--homeServices span:nth-of-type(1):lang(fr) {
        right: -267px;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeServices span:nth-of-type(1) {
        right: -463px;
    }
    .pageContent__heading--homeServices span:nth-of-type(1):lang(fr) {
        right: -405px;
    }
}

.pageContent__heading--homeServices span:nth-of-type(2) {
}

.homeServices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 80px auto;
}

@media screen and (min-width: 720px) {
    .homeServices {
        width: 692px;
        margin: 0 auto 120px auto;
    }
}

@media screen and (min-width: 1000px) {
    .homeServices {
        width: 900px;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto 180px auto;
    }
}

@media screen and (min-width: 1400px) {
    .homeServices {
        width: 970px;
        margin: 0 auto 180px auto;
    }
}

@media screen and (min-width: 1600px) {
    .homeServices {
        position: relative;
        width: 1428px;
        margin: 0 auto 180px auto;
    }
}

.homeServices__list {
    width: 100%;
    margin-top: 32px;
    list-style: none;
    padding: 0;
    margin: 0 0 0 auto;
}

@media screen and (min-width: 720px) {
    .homeServices__list {
        width: 340px;
        margin: 0 0 0 auto;
    }
    .homeServices__list:lang(fr) {
        width: 430px;
    }
}

@media screen and (min-width: 1000px) {
    .homeServices__list {
        width: 495px;
        margin: 0 0 0 auto;
    }
    .homeServices__list:lang(fr) {
        width: 495px;
    }
}

@media screen and (min-width: 1400px) {
    .homeServices__list {
        width: 448px;
    }

    .homeServices__list:lang(fr) {
        width: 450px;
        min-width: 450px;
    }
}

@media screen and (min-width: 1600px) {
    .homeServices__list {
        width: 642px;
        margin: 0 0 0 auto;
    }

    .homeServices__list:lang(fr) {
        width: 630px;
        min-width: auto;
    }
}

.homeServices__item {
    margin-bottom: 40px;
}

.homeServices__item:last-of-type {
    margin-bottom: 0;
}

.homeServices__title {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.15;
    font-size: 2em;
    margin: 0 auto 12px auto;
    color: var(--darkGreen);
    -moz-transition: opacity 0.3s ease-out, transform 0.15s ease-out;
    -webkit-transition: opacity 0.3s ease-out, transform 0.15s ease-out;
    -o-transition: opacity 0.3s ease-out, transform 0.15s ease-out;
    transition: opacity 0.3s ease-out, transform 0.15s ease-out;
}

@media screen and (min-width: 1200px) {
    .homeServices__title {
        /* font-size: 1.6em; */
    }
}

@media screen and (min-width: 1600px) {
    .homeServices__title {
        font-size: 1.8em;
    }
}

.homeServices__title a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.homeServices__title a:hover {
    color: var(--secondaryGreen);
}

.homeServices__description {
    margin: 0;
    text-wrap: pretty;
}

.pageContent--homeDiscover {
    text-align: center;
    margin: 0 auto 100px auto;
}

@media screen and (min-width: 720px) {
    .pageContent--homeDiscover {
        margin: 0 auto 410px auto;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent--homeDiscover {
        margin: 0 auto 435px auto;
    }
    .pageContent--homeDiscover:lang(fr) {
        margin: 0 auto 475px auto;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent--homeDiscover {
        margin: 0 auto 480px auto;
    }
    .pageContent--homeDiscover:lang(fr) {
        margin: 0 auto 500px auto;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--homeDiscover {
        margin: 0 auto 500px auto;
    }
}

.pageContent__heading--homeDiscover {
    font-size: 4em;
    margin: 0 auto 40px auto;
}

.pageContent__heading--homeDiscover:lang(fr) {
    font-size: 3.2em;
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeDiscover,
    .pageContent__heading--homeDiscover:lang(fr) {
        font-size: 5em;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeDiscover {
        font-size: 8em;
        margin: 0 auto 60px auto;
    }
}

.btn--homeDiscover {
    z-index: 3;
}

.pageSection--homeTickers {
    background-color: var(--darkGreen);
}

.tickers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    list-style: none;
    padding: 0;
    margin: 72px auto;
}

@media screen and (min-width: 1000px) {
    .tickers {
        flex-direction: row;
        justify-content: space-between;
        margin: 100px auto;
    }
}

@media screen and (min-width: 1800px) {
    .tickers {
        width: 1428px;
    }
}

.tickers__item {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 48px;
}

@media screen and (min-width: 1000px) {
    .tickers__item {
        width: 25%;
        margin-bottom: initial;
    }
}

.tickers__item--first {
}

.tickers__item--second {
}

.tickers__item--third {
}

.tickers__item--fourth {
}

@media screen and (max-width: 999px) {
    .tickers__item--fourth {
        margin-bottom: 0;
    }
}

.tickers__icon {
    display: none;
    width: 80px;
    margin-bottom: 12px;
}

@media screen and (min-width: 1600px) {
    .tickers__icon {
        width: 100px;
        margin-bottom: 16px;
    }
}

.tickers__number {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 6em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin: 0 auto 16px auto;
}

@media screen and (min-width: 1000px) {
    .tickers__number {
        font-size: 5em;
    }
}

@media screen and (min-width: 1600px) {
    .tickers__number {
        font-size: 8.5em;
        margin: 0 auto 32px auto;
    }
}

.tickers__label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    margin: 0 auto;
    color: #fff;
}

@media screen and (min-width: 1600px) {
    .tickers__label {
        font-size: 1.15em;
    }
}

@media screen and (max-width: 999px) {
    .tickers__item--fourth .tickers__label {
        margin-bottom: 0;
    }
}

.pageContent--homeCaseStudies {
    width: 90%;
    margin: 80px auto;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .pageContent--homeCaseStudies {
        margin: 180px auto 120px auto;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--homeCaseStudies {
        margin: 180px auto 180px auto;
    }
}

@media screen and (min-width: 1800px) {
    .pageContent--homeCaseStudies {
        width: 1428px;
    }
}

.pageContent__heading--homeCaseStudies {
    position: relative;
    right: -8%;
    margin: 0 auto 48px auto;
    font-size: 4em;
}

.pageContent__heading--homeCaseStudies:lang(fr) {
    font-size: 3.2em;
}

@media screen and (min-width: 720px) {
    .pageContent__heading--homeCaseStudies {
        right: 12%;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeCaseStudies,
    .pageContent__heading--homeCaseStudies:lang(fr) {
        font-size: 5em;
        right: 13%;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeCaseStudies {
        right: -88px;
        margin: 0 auto 72px auto;
        font-size: 8em;
    }
}

.pageContent__heading--homeCaseStudies span:nth-of-type(1) {
    position: relative;
    left: -84px;
}

.pageContent__heading--homeCaseStudies span:nth-of-type(1):lang(fr) {
    left: -52px;
}

@media screen and (min-width: 412px) {
    .pageContent__heading--homeCaseStudies span:nth-of-type(1):lang(fr) {
        left: -64px;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeCaseStudies span:nth-of-type(1) {
        left: -330px;
    }
    .pageContent__heading--homeCaseStudies span:nth-of-type(1):lang(fr) {
        left: -180px;
    }
}

.btn--homeCaseStudies {
    z-index: 3;
}

.caseStudiesGrid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill,100%);
    justify-content: center;
    width: 90%;
    max-width: 1903px;
    list-style: none;
    padding: 0;
    margin: 0 auto 64px auto;
    z-index: 3;
}

@media screen and (min-width: 1200px) {
    .caseStudiesGrid {
        grid-template-columns: repeat(auto-fill,32%);
        justify-content: space-between;
        margin: 0 auto 100px auto;
    }
}

.caseStudiesGrid--homeCaseStudies {
    margin-bottom: 80px;
}

@media screen and (min-width: 720px) {
    .caseStudiesGrid--homeCaseStudies {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .caseStudiesGrid--homeCaseStudies {
        margin-bottom: 140px;
    }
}

@media screen and (min-width: 1600px) {
    .caseStudiesGrid--homeCaseStudies {
        margin-bottom: 200px;
    }
}

.caseStudiesGrid__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 48px;
    /* background: #fff; */
    /* padding: 24px 24px 32px 24px; */
    /* box-shadow: 3px 7px 20px 0px rgb(1 26 74 / 13%); */
}

@media screen and (min-width: 1000px) {
    .caseStudiesGrid__item {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 1200px) {
    .caseStudiesGrid__item {
        margin-bottom: 1.66%;
    }
}

.caseStudiesGrid__item:last-of-type {
    margin-bottom: 0;
}

.caseStudiesGrid__item--homeCaseStudies {
}

.caseStudiesGrid__imageLink {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    text-decoration: none;
    color: #fff;
    margin: 0 auto 16px auto;
    overflow: hidden;
}

@media screen and (min-width: 720px) {
    .caseStudiesGrid__imageLink {
        height: 420px;
    }
}

@media screen and (min-width: 1000px) {
    .caseStudiesGrid__imageLink {
        height: 350px;
    }
}

.caseStudiesGrid__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.caseStudiesGrid__image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}

.caseStudiesGrid__imageLink:hover .caseStudiesGrid__image {
    transform: scale(1.1);
}

.caseStudiesGrid__logo {
    position: absolute;
    width: 75%;
    max-width: 400px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.caseStudiesGrid__caption {
    display: block;
    width: 100%;
    font-size: 0.92em;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondaryGreen);
    margin-bottom: 6px;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .caseStudiesGrid__caption {
        text-align: left;
    }
}

@media screen and (min-width: 1600px) {
    .caseStudiesGrid__caption {
        font-size: 1em;
    }
}

.caseStudiesGrid__title {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.15;
    font-size: 2em;
    margin: 0 auto 24px auto;
    color: var(--darkGreen);
    text-align: center;
    -moz-transition: opacity 0.3s ease-out, transform 0.15s ease-out;
    -webkit-transition: opacity 0.3s ease-out, transform 0.15s ease-out;
    -o-transition: opacity 0.3s ease-out, transform 0.15s ease-out;
    transition: opacity 0.3s ease-out, transform 0.15s ease-out;
}

@media screen and (min-width: 720px) {
    .caseStudiesGrid__title {
        text-align: left;
        margin: 0 0 24px 0;
    }
}

@media screen and (min-width: 1200px) {
    .caseStudiesGrid__title {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 1600px) {
    .caseStudiesGrid__title {
        font-size: 1.8em;
    }
}

.caseStudiesGrid__title a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.caseStudiesGrid__link {
    width: max-content;
    margin: auto;
}

@media screen and (min-width: 720px) {
    .caseStudiesGrid__link {
        margin: auto 0 0 0;
    }
}

.logosLine {
    display: none;
    width: calc(90% - 48px);
    height: 2px;
    background: var(--beige);
    margin: 72px auto 64px auto;
}

@media screen and (min-width: 1200px) {
    .logosLine {
        max-width: calc(94% - 48px);
        margin: 128px auto 64px auto;
    }
}

@media screen and (min-width: 1400px) {
    .logosLine {
        max-width: calc(90% - 48px);
    }
}

@media screen and (min-width: 1800px) {
    .logosLine {
        max-width: calc(1596px - 48px);
    }
}

.logosHeading {
    width: 92%;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.15;
    margin: 72px auto 48px auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 720px) {
    .logosHeading {
        margin: 72px auto 64px auto;
    }
}

@media screen and (min-width: 1200px) {
    .logosHeading {
        margin: 180px auto 48px auto;
    }
}

@media screen and (min-width: 720px) {
    .logosHeading br {
        display: none;
    }
}

.logos {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin: 80px auto 24px auto;
    list-style: none;
    padding: 0;
    z-index: 3;
}

@media screen and (min-width: 720px) {
    .logos {
        margin: 80px auto 24px auto;
    }
}

@media screen and (min-width: 1000px) {
    .logos {
        width: 750px;
        margin: 100px auto 32px auto;
    }
}

@media screen and (min-width: 1200px) {
    .logos {
        width: 1080px;
		    width: 980px;
        margin: 100px auto 32px auto;
        justify-content: center;
    }
}

@media screen and (min-width: 1440px) {
    .logos {
        width: 75%;
		    width: 67%;
    }
}

@media screen and (min-width: 1600px) {
    .logos {
        width: 1428px;
		    width: 1200px;
        margin: 140px auto 32px auto;
    }
}

.logos__item {
    width: 42%;
    margin-bottom: 48px;
}

@media screen and (min-width: 720px) {
    .logos__item {
        margin-bottom: 64px;
    }
}

@media screen and (min-width: 1200px) {
    .logos__item {
        width: 20%;
        padding: 0 30px;
    }
}

.logos__image {
}

.pageSection--homeTestimonials {
    z-index: 3;
}

.testimonials {
    position: relative;
    width: 94%;
    margin: auto;
    list-style: none;
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .testimonials {
        width: 86%;
    }
}

.testimonials__item {
    background-color: var(--extraDarkGreen);
    margin: auto 5px;
}

.testimonials__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

@media screen and (min-width: 1800px) {
    .testimonials__inner {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.testimonials__quoteMark {
    position: relative;
    width: 72px;
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .testimonials__quoteMark {
        position: absolute;
        top: 116px;
		top: 86px;
        left: -94px;
    }
}

@media screen and (min-width: 1500px) {
    .testimonials__quoteMark {
        width: 100px;
        left: -128px;
    }
}

.testimonials__content {
    position: relative;
    width: calc(100% - 48px);
    margin: 24px auto 32px auto;
    margin: auto;
    padding: 48px 0;
    box-sizing: border-box;
    color: #fff;
}

@media screen and (min-width: 720px) {
    .testimonials__content {
        width: calc(100% - 64px);
        margin: 48px auto;
        margin: auto;
        padding: 48px 0;
    }
}

@media screen and (min-width: 1200px) {
    .testimonials__content {
        width: 70%;
        margin: 100px auto;
        margin: auto;
        padding: 100px 0;
    }
}

.testimonials__quote {
    font-style: italic;
    font-weight: 500;
    font-size: 1.2em;
}

@media screen and (min-width: 720px) {
    .testimonials__quote {
        line-height: 1.66;
    }
}

@media screen and (min-width: 1400px) {
    .testimonials__quote {
        font-size: 1.25em;
    }
}

@media screen and (min-width: 1200px) {
    .testimonials__quote {
        margin-top: 0;
    }
}

.testimonials__attribution {
    font-weight: 300;
}

.testimonials__name {
    font-weight: inherit;
}

.testimonials__role {
    font-weight: inherit;
}

.testimonials__organization {
    font-weight: inherit;
}

.slickSlider {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
}

.slick-list {
    height: inherit;
}

.slick-track {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: inherit;
}

.slick-arrow {
    position: absolute;
    display: none !important;
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 100px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
    background: transparent;
}

@media screen and (min-width: 1200px) {
    .slick-arrow {
        display: block !important;
    }
}

.slick-prev {
    background-image: url('./assets/svgs/arrow_slider_left.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -40px;
}

.slick-next {
    background-image: url('./assets/svgs/arrow_slider_right.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -40px;
}

.slick-dotted.slick-slider {
    margin-bottom: 64px;
}

.slick-dots {
    position: absolute;
    bottom: -48px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    min-width: 16px;
    height: 16px;
    border-radius: 100%;
    cursor: pointer;
    color: transparent;
    border: 2px solid var(--secondaryGreen);
    outline: none;
    background: var(--floralWhite);
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.slick-dots li.slick-active button {
    background: var(--secondaryGreen);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    background: var(--secondaryGreen);
}

.pageSection__svg--homeGetInTouchLine svg {
    position: absolute;
    width: 520px;
    height: auto;
    max-width: none;
    margin: auto;
    top: 0;
    left: -24px;
    right: 0;
    z-index: 2;
}

@media screen and (min-width: 390px) {
    .pageSection__svg--homeGetInTouchLine svg {
        left: -12px;
    }
}

@media screen and (min-width: 412px) {
    .pageSection__svg--homeGetInTouchLine svg {
        width: 560px;
        top: 23px;
        left: -24px;
        right: 0;
    }
}

@media screen and (min-width: 460px) {
    .pageSection__svg--homeGetInTouchLine svg {
        width: 575px;
        top: 6px;
        left: 20px;
        right: -110px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__svg--homeGetInTouchLine svg {
        top: 16px;
        width: 650px;
        left: 0;
        right: -135px;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__svg--homeGetInTouchLine svg {
        top: 16px;
        width: 650px;
        right: -135px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__svg--homeGetInTouchLine svg {
        top: 36px;
        width: 760px;
        right: -130px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__svg--homeGetInTouchLine svg {
        top: 38px;
        width: 1080px;
        right: -104px;
    }
}

.pageSection__svg--homeGetInTouchLine svg:lang(fr) {
    top: -65px;
}

@media screen and (min-width: 382px) {
    .pageSection__svg--homeGetInTouchLine svg:lang(fr) {
        width: 600px;
        top: -117px;
    }
}

@media screen and (min-width: 438px) {
    .pageSection__svg--homeGetInTouchLine svg:lang(fr) {
        width: 560px;
        top: 37px;
    }
}

@media screen and (min-width: 460px) {
    .pageSection__svg--homeGetInTouchLine svg:lang(fr) {
        left: 0;
    }
}

@media screen and (min-width: 476px) {
    .pageSection__svg--homeGetInTouchLine svg:lang(fr) {
        top: -26px;
    }
}

@media screen and (min-width: 600px) {
    .pageSection__svg--homeGetInTouchLine svg:lang(fr) {
        top: -88px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__svg--homeGetInTouchLine svg:lang(fr) {
        width: 483px;
        top: 46px;
        right: -155px; 
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__svg--homeGetInTouchLine svg:lang(fr) {
        width: 645px;
        top: 48px;
        right: -112px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__svg--homeGetInTouchLine svg:lang(fr) {
        width: 910px;
    }
}


/* SVG Animation - homeGetInTouchLine */

svg .lines_home_cta-1 {
  transform: translateY(-3px);
  stroke-dashoffset: 78.72393798828125px;
  stroke-dasharray: 78.72393798828125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .lines_home_cta-1 {
  stroke-dashoffset: 0;
  fill: rgb(214, 211, 203);
}

svg .lines_home_cta-2 {
  stroke-dashoffset: 4491.09912109375px;
  stroke-dasharray: 4491.09912109375px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .lines_home_cta-2 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta-3 {
  stroke-dashoffset: 93.106186954104px;
  stroke-dasharray: 93.106186954104px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .lines_home_cta-3 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

/* SVG Animation - End */

.pageSection__svg--homeGetInTouchPartOne svg {
    position: absolute;
    display: none;
    max-width: none;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

@media screen and (min-width: 720px) {
    .pageSection__svg--homeGetInTouchPartOne svg {
        /* display: block; removed from design */
        width: 160px;
        left: -430px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__svg--homeGetInTouchPartOne svg {
        width: 180px;
        bottom: 80px;
        left: -660px;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__svg--homeGetInTouchPartOne svg {
        width: 222px;
        bottom: 100px;
        left: -800px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__svg--homeGetInTouchPartOne svg {
        width: 250px;
        bottom: 88px;
        left: -828px;
    }
}

/* SVG Animation - homeGetInTouchPartOne */

svg .lines_home_cta_part_one-1 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-1 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-2 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-2 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-3 {
  stroke-dashoffset: 80.53981633974483px;
  stroke-dasharray: 80.53981633974483px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-3 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-4 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-4 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-5 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-5 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-6 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-6 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-7 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-7 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-8 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-8 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-9 {
  stroke-dashoffset: 23.21320343017578px;
  stroke-dasharray: 23.21320343017578px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-9 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-10 {
  stroke-dashoffset: 23.21320343017578px;
  stroke-dasharray: 23.21320343017578px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-10 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-11 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-11 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-12 {
  stroke-dashoffset: 23.931713104248047px;
  stroke-dasharray: 23.931713104248047px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-12 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-13 {
  stroke-dashoffset: 87.27164459228516px;
  stroke-dasharray: 87.27164459228516px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-13 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_one-14 {
  stroke-dashoffset: 87.30367279052734px;
  stroke-dasharray: 87.30367279052734px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .lines_home_cta_part_one-14 {
  stroke-dashoffset: 0;
}

/* SVG Animation - End */

.pageSection__svg--homeGetInTouchPartTwo svg {
    position: absolute;
    width: 120px;
    max-width: none;
    margin: auto;
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 2;
}

@media screen and (min-width: 1600px) {
    .pageSection__svg--homeGetInTouchPartTwo svg {
        width: 140px;
        bottom: 92px;
    }
}

/* SVG Animation - homeGetInTouchPartTwo */

svg .lines_home_cta_part_two-1 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .lines_home_cta_part_two-1 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_two-2 {
  stroke-dashoffset: 23.21320343017578px;
  stroke-dasharray: 23.21320343017578px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .lines_home_cta_part_two-2 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_two-3 {
  stroke-dashoffset: 23.21320343017578px;
  stroke-dasharray: 23.21320343017578px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .lines_home_cta_part_two-3 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_two-4 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .lines_home_cta_part_two-4 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_two-5 {
  stroke-dashoffset: 23.21320343017578px;
  stroke-dasharray: 23.21320343017578px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .lines_home_cta_part_two-5 {
  stroke-dashoffset: 0;
}

svg .lines_home_cta_part_two-6 {
  stroke-dashoffset: 23.21320343017578px;
  stroke-dasharray: 23.21320343017578px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .lines_home_cta_part_two-6 {
  stroke-dashoffset: 0;
}

/* SVG Animation - End */

.pageContent--homeGetInTouch {
    width: 90%;
    margin: 80px auto 90px auto;
    text-align: center;
}

.pageContent--homeGetInTouch:lang(fr) {
    margin: 120px auto 90px auto;
}

@media screen and (min-width: 1400px) {
    .pageContent--homeGetInTouch {
        margin: 100px auto 100px auto;
    }
    .pageContent--homeGetInTouch:lang(fr) {
        margin: 140px auto 100px auto;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--homeGetInTouch {
        margin: 140px auto 180px auto;
    }
    .pageContent--homeGetInTouch:lang(fr) {
        margin: 180px auto 180px auto;
    }
}

@media screen and (min-width: 1800px) {
    .pageContent--homeGetInTouch {
        width: 1428px;
    }
}

.pageContent__heading--homeGetInTouch {
    position: relative;
    margin: 0 auto 48px auto;
    font-size: 3.2em;
}

@media screen and (min-width: 412px) {
    .pageContent__heading--homeGetInTouch:lang(en) {
        font-size: 4em;
    }
}

@media screen and (min-width: 438px) {
    .pageContent__heading--homeGetInTouch:lang(fr) {
        font-size: 4em;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent__heading--homeGetInTouch {
        margin: 0 auto 64px auto;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeGetInTouch:lang(en) {
        font-size: 5em;
    }
    .pageContent__heading--homeGetInTouch:lang(fr) {
        font-size: 5em;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeGetInTouch:lang(en) {
        font-size: 8em;
    }
    .pageContent__heading--homeGetInTouch:lang(fr) {
        font-size: 8em;
    }
}

.pageContent__heading--homeGetInTouch span {
    position: relative;
}

.pageContent__heading--homeGetInTouch span:nth-of-type(1) {
    display: block;
    left: 0;
    margin-bottom: 12px;
    z-index: 3;
}

@media screen and (min-width: 412px) {

}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(1) {
        left: -157px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(1) {
        left: -280px;
        margin-bottom: 0;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(1):lang(fr) {
        left: -186px;
    }
}

.pageContent__heading--homeGetInTouch span:nth-of-type(2) {
    display: block;
    right: -50px;
    margin-bottom: 8px;
}

.pageContent__heading--homeGetInTouch span:nth-of-type(2):lang(fr) {
    right: 42px;
    z-index: 3;
}

@media (min-width: 600px) and (max-width: 1399px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(2):lang(fr) br {
        display: none;
    }
}

@media screen and (min-width: 412px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(2) {
        right: -50px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(2):lang(fr) {
        right: 42px;
    }
}

@media screen and (min-width: 600px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(2):lang(fr) {
        right: 0;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(2) {
        right: -67px;
        margin-bottom: 12px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(2):lang(fr) {
        right: 90px;
    }
}

.pageContent__heading--homeGetInTouch span:nth-of-type(3) {
    display: block;
    left: -65px;
    margin-bottom: 12px;
}

.pageContent__heading--homeGetInTouch span:nth-of-type(3):lang(fr) {
    left: 5px;
    z-index: 3;
}

@media screen and (min-width: 412px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(3) {
        left: -80px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(3):lang(fr) {
        left: 0px;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(3) {
        left: -120px;
        margin-bottom: 21px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(3):lang(fr) {
        left: -30px;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(3) {
        left: -233px;
        margin-bottom: 21px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(3):lang(fr) {
        left: -103px;
    }
}

.pageContent__heading--homeGetInTouch span:nth-of-type(4) {
    display: block;
    left: 4px;
    margin-bottom: 12px;
    z-index: 3;
}

.pageContent__heading--homeGetInTouch span:nth-of-type(4):lang(fr) {
    left: 4px;
}

@media screen and (min-width: 412px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(4):lang(fr) {
        left: 4px;
    }
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(4) {
        margin-bottom: 28px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(4):lang(fr) {
        left: 4px;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(4) {
        left: -32px;
        margin-bottom: 28px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(4):lang(fr) {
        left: -32px;
    }
}

.pageContent__heading--homeGetInTouch span:nth-of-type(5) {
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(5) {
        right: -58px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(5):lang(fr) {
        left: -58px;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__heading--homeGetInTouch span:nth-of-type(5) {
        right: -40px;
    }
    .pageContent__heading--homeGetInTouch span:nth-of-type(5):lang(fr) {
        left: -40px;
    }
}

.pageContent__text--homeGetInTouch {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 48px;
}

.btn--homeGetInTouch {
    z-index: 3;
}


/* Why We're Different */

.pageSection--differenceHero {
    flex-wrap: wrap;
}

@media screen and (min-width: 1800px) {
	.pageSection--differenceHero {
	    width: 90%;
	    max-width: 1903px;
	}
}

@media screen and (min-width: 1000px) {
    .heroContent--differenceHero {
        margin: 140px auto 100px 0;
    }
}

@media screen and (min-width: 1800px) {
    .heroContent--differenceHero {
        margin: 140px auto 128px 8%;
    }
}

.heroContent__heading--differenceHero {

}

@media (min-width: 1600px) and (max-width: 1739px) {
    .heroContent__heading--differenceHero:lang(fr) {
        font-size: 6em;
    }
}

@media (min-width: 1800px) {
    .heroContent__heading--differenceHero:lang(fr) {
        font-size: 7em;
    }
}

/* EN Heading */
.heroContent__heading--differenceHero span:nth-of-type(1):lang(en) {
}

.heroContent__heading--differenceHero span:nth-of-type(2):lang(en) {
    right: -32px;
}

@media screen and (min-width: 720px) {
    .heroContent__heading--differenceHero span:nth-of-type(2):lang(en) {
        right: -53px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--differenceHero span:nth-of-type(2):lang(en) {
        right: -28px;
    }
}

@media screen and (min-width: 1326px) {
    .heroContent__heading--differenceHero span:nth-of-type(2):lang(en) {
        right: -64px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__heading--differenceHero span:nth-of-type(2):lang(en) {
        right: -53px;
    }
}

@media screen and (min-width: 1880px) {
    .heroContent__heading--differenceHero span:nth-of-type(2):lang(en) {
        right: -128px;
    }
}

/* FR Heading */
.heroContent__heading--differenceHero span:nth-of-type(1):lang(fr) {
    right: 12px;
}

.heroContent__heading--differenceHero span:nth-of-type(2):lang(fr) {
	right: 12px;
}

@media screen and (min-width: 1326px) {
	.heroContent__heading--differenceHero span:nth-of-type(2):lang(fr) {
		right: -46px;
	}
}

.heroContent__heading--differenceHero span:nth-of-type(3):lang(fr) {
    right: -52px;
}

.heroContent__text--differenceHero {
}

.heroContent__text--differenceHero strong {
    /* color: var(--lightGreen); */
}

.pageSection__image--differenceHero {
    overflow: initial;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--differenceHero {
        margin: 140px 0 0 auto;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__image--differenceHero {
        margin: 200px 0 0 auto;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__image--differenceHero {
        margin: 200px 0 0 auto;
    }
}

.fancyDownArrow--differenceHero {
    position: absolute;
    width: 200px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -160px;
}

@media screen and (min-width: 1000px) {
    .fancyDownArrow--differenceHero {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .fancyDownArrow--differenceHero {
        bottom: -125px;
    }
}

@media screen and (min-width: 1880px) {
    .fancyDownArrow--differenceHero {

    }
}

.pageSection--differenceSteps {
}

.pageSection__image--differenceSteps {
    flex-basis: 100%;
    height: 420px;
    margin: auto;
    background-position: bottom;
}

.stepsProcess {
    width: 90%;
    margin: 64px auto 72px auto;
}

@media screen and (min-width: 600px) {
    .stepsProcess {
        margin: 100px auto;
    }
}

@media screen and (min-width: 1000px) {
    .stepsProcess {
        width: 900px;
        margin: 128px auto 100px auto;
    }
}

@media screen and (min-width: 1200px) {
    .stepsProcess {
        width: 1080px;
        margin: 128px auto 120px auto;
    }
}

@media screen and (min-width: 1400px) {
    .stepsProcess {
        width: 1400px;
    }
}

.stepsProcess__title {
    position: relative;
    text-align: center;
    font-size: 2em;
    top: -10px; /* font size increase, used top to rebalance spacing without pushing other content around. */
    margin: 0 auto 64px;
}

@media screen and (min-width: 1400px) {
    .stepsProcess__title {
        margin: 0 auto 86px;
    }
}

.stepsProcess__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style: none;
    padding: 0;
}

@media screen and (min-width: 1000px) {
    .stepsProcess__list {
        flex-direction: row;
        justify-content: initial;
    }
}

.stepsProcess__item {
    width: 100%;
    text-align: center;
    margin-bottom: 72px;
}

@media screen and (min-width: 1000px) {
    .stepsProcess__item {
        width: 33.33%;     
        margin-bottom: 0;
    }
}

.stepsProcess__item--first {
}

@media screen and (min-width: 1400px) {
    .stepsProcess__item--first {
    }
}

.stepsProcess__item--second {

}

@media screen and (min-width: 1000px) {
    .stepsProcess__item--second {
        margin-top: 225px;
    }
}

@media screen and (min-width: 1400px) {
    .stepsProcess__item--second {
        margin-top: 225px;
    }
}

.stepsProcess__item--third {

}

@media screen and (min-width: 1000px) {
    .stepsProcess__item--third {
        margin-top: 453px;
    }
}

.stepsProcess__item--fourth {
    
}

@media screen and (min-width: 1000px) {
    .stepsProcess__item--fourth {
        margin-top: -180px;
    }
}

.stepsProcess__item--fifth {
    margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
    .stepsProcess__item--fifth {
        margin-top: 375px;
    }
}

@media screen and (min-width: 1400px) {
    .stepsProcess__item--fifth {
        margin-top: 330px;
    }
}

.stepsProcess__number {
    height: 100px;
    margin: 0 auto 21px auto;
}

@media screen and (min-width: 1400px) {
    .stepsProcess__number {
        height: 150px;
        margin: 0 auto 28px auto;
    }
}

.stepsProcess__heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 2em;
    margin: 0;
}

.stepsProcess__text {
    width: 75%;
    max-width: 420px;
    margin: 1em auto 0 auto;
}

.pageSection--differenceGetInTouch {
    z-index: 3;
}

.pageSection__svg--whyWereDifferentPartOne > svg, 
.pageSection__svg--whyWereDifferentPartTwo > svg {
    position: absolute;
    display: none;
    width: 710px;
    height: auto;
    margin: auto;
    top: 300px;
    left: -240px;
    right: 0;
    z-index: -1;
}

.pageSection__svg--whyWereDifferentPartOne:lang(fr) > svg, 
.pageSection__svg--whyWereDifferentPartTwo:lang(fr) > svg {
    width: 765px;
    top: 300px;
    left: -255px;
}

@media screen and (min-width: 1000px) {
    .pageSection__svg--whyWereDifferentPartOne > svg, 
    .pageSection__svg--whyWereDifferentPartTwo > svg {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__svg--whyWereDifferentPartOne > svg, 
    .pageSection__svg--whyWereDifferentPartTwo > svg {
        width: 730px;
        top: 290px;
        left: -240px;        
    }
    .pageSection__svg--whyWereDifferentPartOne:lang(fr) > svg, 
    .pageSection__svg--whyWereDifferentPartTwo:lang(fr) > svg {
        width: 775px;
        top: 290px;
        left: -257px; 
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__svg--whyWereDifferentPartOne > svg, 
    .pageSection__svg--whyWereDifferentPartTwo > svg {
        width: 800px;
        top: 200px;
        left: -260px;
    }
    .pageSection__svg--whyWereDifferentPartOne:lang(fr) > svg, 
    .pageSection__svg--whyWereDifferentPartTwo:lang(fr) > svg {
        width: 800px;
        top: 230px;
        left: -260px;
    }
}

/* SVG Animation - whyWereDifferentPartOne */

svg .whyWereDifferentPartOne-1 {
  stroke-dashoffset: 2862.520751953125px;
  stroke-dasharray: 2862.520751953125px;
  -webkit-transition: stroke-dashoffset 5s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 5s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .whyWereDifferentPartOne-1 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartOne-2 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 5s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 5s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .whyWereDifferentPartOne-2 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .whyWereDifferentPartOne-3 {
  stroke-dashoffset: 56.94463348388672px;
  stroke-dasharray: 56.94463348388672px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 5s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 5s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .whyWereDifferentPartOne-3 {
  stroke-dashoffset: 0;
  fill: rgb(214, 211, 203);
}

/* SVG Animation - End */

/* SVG Animation - whyWereDifferentPartTwo */

svg .whyWereDifferentPartTwo-1 {
  stroke-dashoffset: 83.05309046261667px;
  stroke-dasharray: 83.05309046261667px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-1 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-2 {
  stroke-dashoffset: 83.05309046261667px;
  stroke-dasharray: 83.05309046261667px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-2 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-3 {
  stroke-dashoffset: 86.19468311620646px;
  stroke-dasharray: 86.19468311620646px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-3 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-4 {
  stroke-dashoffset: 83.05309046261667px;
  stroke-dasharray: 83.05309046261667px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-4 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-5 {
  stroke-dashoffset: 25.559499740600586px;
  stroke-dasharray: 25.559499740600586px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-5 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-6 {
  stroke-dashoffset: 25.559499740600586px;
  stroke-dasharray: 25.559499740600586px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-6 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-7 {
  stroke-dashoffset: 24.76883888244629px;
  stroke-dasharray: 24.76883888244629px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-7 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-8 {
  stroke-dashoffset: 24.76883888244629px;
  stroke-dasharray: 24.76883888244629px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-8 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-9 {
  stroke-dashoffset: 25.559499740600586px;
  stroke-dasharray: 25.559499740600586px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-9 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-10 {
  stroke-dashoffset: 25.559499740600586px;
  stroke-dasharray: 25.559499740600586px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-10 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-11 {
  stroke-dashoffset: 93.36665344238281px;
  stroke-dasharray: 93.36665344238281px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-11 {
  stroke-dashoffset: 0;
}

svg .whyWereDifferentPartTwo-12 {
  stroke-dashoffset: 93.37334442138672px;
  stroke-dasharray: 93.37334442138672px;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
          transition: stroke-dashoffset 1s ease-in-out 0s;
}

svg.active .whyWereDifferentPartTwo-12 {
  stroke-dashoffset: 0;
}

/* SVG Animation - End */


/* Our Services */

.heroContent__heading--servicesHero span:nth-of-type(1) {
}

.heroContent__heading--servicesHero span:nth-of-type(2) {
    right: -32px;
}

@media screen and (min-width: 720px) {
    .heroContent__heading--servicesHero span:nth-of-type(2) {
        right: -53px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--servicesHero span:nth-of-type(2) {
        right: -67px;
    }
}

.fancyDownArrow--servicesHero {
    width: 240px;
    margin: 0 0 0 16%;
}

@media screen and (min-width: 1200px) {
    .fancyDownArrow--servicesHero {
        display: block;
        margin: 32px 0 0 16%;
    }
}

@media screen and (min-width: 1400px) {
    .fancyDownArrow--servicesHero {
        margin: 32px 0 0 28%;
    }
}

@media screen and (min-width: 1500px) {
    .fancyDownArrow--servicesHero {
        margin: 48px 0 0 28%;
    }
    .fancyDownArrow--servicesHero:lang(fr) {
        margin: 28px 0 0 28%;
    }
}

@media screen and (min-width: 1621px) {
    .fancyDownArrow--servicesHero:lang(fr) {
        margin: 48px 0 0 28%;
    }
}

@media screen and (min-width: 1880px) {
    .fancyDownArrow--servicesHero {
        margin: 64px 0 0 16%;
    }
    .fancyDownArrow--servicesHero:lang(fr) {
        margin: 64px 0 0 16%;
    }
}

.pageSection--servicesList {
}

.servicesList {
    width: 85%;
    margin: 64px auto 32px auto;
}

@media screen and (min-width: 1000px) {
    .servicesList {
        width: 90%;
        margin: 100px auto;
    }
}

@media screen and (min-width: 1200px) {
    .servicesList {
        width: 100%;
    }
}

@media screen and (min-width: 1800px) {
    .servicesList {
        /* margin: 200px auto 100px auto; */
    }
}

.servicesList__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 32px;
}

@media screen and (min-width: 1000px) {
    .servicesList__item {
        margin-bottom: 64px;
    }
}

@media screen and (min-width: 1200px) {
    .servicesList__item {
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 100px;
    }
}

.servicesList__item:last-of-type {
    margin-bottom: 0;
}

.servicesList__number {
    width: 120px;
    margin: auto auto 24px 0;
}

@media screen and (min-width: 720px) {
    .servicesList__number {
        width: 160px;
        margin: auto auto 32px 0;
    }
}

@media screen and (min-width: 1000px) {
    .servicesList__number {
        width: 200px;
    }
}

@media screen and (min-width: 1200px) {
    .servicesList__number {
        width: 175px;
        margin: auto 48px auto -3%;
    }
}

@media screen and (min-width: 1400px) {
    .servicesList__number {
        width: 240px;
        margin: auto 100px auto -3%;
    }
}

.servicesList__title {
    font-size: 2.4em;
    margin: auto auto 24px 0;
}

@media screen and (min-width: 720px) {
    .servicesList__title {
        font-size: 3.2em;
    }
}

@media screen and (min-width: 1000px) {
    .servicesList__title {
        font-size: 4em;
        margin: auto auto 32px 0;
    }
}

@media screen and (min-width: 1200px) {
    .servicesList__title {
        width: 20%;
        font-size: 2.2em;
        margin: auto 80px auto 0;
    }
}

@media screen and (min-width: 1400px) {
    .servicesList__title {
        font-size: 2.4em;
    }
    .servicesList__title:lang(fr) {
        width: 16%;
    }
}

@media screen and (min-width: 1700px) {
    .servicesList__title:lang(fr) {
        width: 20%;
    }
}

@media screen and (min-width: 2300px) {
    .servicesList__title {
        width: 16%;
    }
    .servicesList__title:lang(fr) {
        width: 16%;
    }
}

.servicesList__text {
    margin: auto auto 8px auto;
    font-weight: 500;
}

@media screen and (min-width: 1000px) {
    .servicesList__text {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1200px) {
    .servicesList__text {
        width: 25%;
        margin: auto 32px auto 0;
        font-size: 1em;
    }
}

@media screen and (min-width: 1400px) {
    .servicesList__text {
        margin: auto 64px auto 0;
    }
}

@media screen and (min-width: 1600px) {
    .servicesList__text {
        width: 30%;
        margin: auto 80px auto 0;
    }
}

.servicesList__text a {
    color: var(--secondaryGreen);
    font-weight: inherit;
}

.servicesList__bulletPoints {
    list-style: circle;
}

@media screen and (min-width: 1000px) {
    .servicesList__bulletPoints {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1200px) {
    .servicesList__bulletPoints {
        font-size: 1em;
    }
}

.servicesList__bulletPoint {
    margin-bottom: 9px;
}

.servicesList__bulletPoint::marker {
    color: var(--secondaryGreen);
}

/* .pageSection__svg--servicesGetInTouch svg {
    position: absolute;
    display: none;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .pageSection__svg--servicesGetInTouch svg {
        display: block;
        width: 150px;
        top: -75px;
        right: 5%;
        transform: rotate(22.5deg);
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__svg--servicesGetInTouch svg {
        top: -25px;
        width: 180px;
    }
}

@media screen and (min-width: 1540px) {
    .pageSection__svg--servicesGetInTouch svg {
        top: 0;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__svg--servicesGetInTouch svg {
        right: 8%;
    }
}

@media screen and (min-width: 1700px) {
    .pageSection__svg--servicesGetInTouch svg {
        width: 200px;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__svg--servicesGetInTouch svg {
        top: 100px;
        right: 10%;
    }
} */

/* SVG Animation - fancyDownArrowPartOne */

svg .fancy_down_arrow_part_one-1 {
  stroke-dashoffset: 80.40003204345703px;
  stroke-dasharray: 80.40003204345703px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s, fill 0.7s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_one-1 {
  stroke-dashoffset: 0;
  fill: rgb(214, 211, 203);
}

svg .fancy_down_arrow_part_one-2 {
  stroke-dashoffset: 185.800048828125px;
  stroke-dasharray: 185.800048828125px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 2s ease-in-out 0s, fill 0.7s ease-in-out 0.1s;
}

svg.active .fancy_down_arrow_part_one-2 {
  stroke-dashoffset: 0;
}

/* SVG Animation - End */

/* SVG Animation - fancyDownArrowPartTwo */

svg .fancy_down_arrow_part_two-1 {
  stroke-dashoffset: 83.05309046261667px;
  stroke-dasharray: 83.05309046261667px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-1 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-2 {
  stroke-dashoffset: 83.05309046261667px;
  stroke-dasharray: 83.05309046261667px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-2 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-3 {
  stroke-dashoffset: 86.19468311620646px;
  stroke-dasharray: 86.19468311620646px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-3 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-4 {
  stroke-dashoffset: 83.05309046261667px;
  stroke-dasharray: 83.05309046261667px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-4 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-5 {
  stroke-dashoffset: 25.491239547729492px;
  stroke-dasharray: 25.491239547729492px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-5 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-6 {
  stroke-dashoffset: 25.491239547729492px;
  stroke-dasharray: 25.491239547729492px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-6 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-7 {
  stroke-dashoffset: 25.491239547729492px;
  stroke-dasharray: 25.491239547729492px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-7 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-8 {
  stroke-dashoffset: 25.491239547729492px;
  stroke-dasharray: 25.491239547729492px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-8 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-9 {
  stroke-dashoffset: 24.698135375976562px;
  stroke-dasharray: 24.698135375976562px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-9 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-10 {
  stroke-dashoffset: 24.698135375976562px;
  stroke-dasharray: 24.698135375976562px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-10 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-11 {
  stroke-dashoffset: 25.491239547729492px;
  stroke-dasharray: 25.491239547729492px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-11 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-12 {
  stroke-dashoffset: 25.491239547729492px;
  stroke-dasharray: 25.491239547729492px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-12 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-13 {
  stroke-dashoffset: 93.36591339111328px;
  stroke-dasharray: 93.36591339111328px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-13 {
  stroke-dashoffset: 0;
}

svg .fancy_down_arrow_part_two-14 {
  stroke-dashoffset: 93.36897277832031px;
  stroke-dasharray: 93.36897277832031px;
  -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
          transition: stroke-dashoffset 2s ease-in-out 0s;
}

svg.active .fancy_down_arrow_part_two-14 {
  stroke-dashoffset: 0;
}

/* SVG Animation - End */


/* Who We Are */

.pageSection--whoWeAreHero {
}

.heroContent--whoWeAreHero {

}

@media (min-width: 1400px) and (max-width: 1799px) {
    .heroContent--whoWeAreHero:lang(en) {
        margin: 140px auto 0 3%;
    }
    .heroContent--whoWeAreHero:lang(fr) {
        margin: 140px auto 0 0;
    }
}

.heroContent__heading--whoWeAreHero {

}

@media (min-width: 1240px) and (max-width: 1599px) { /* previously 1400px, not 1240px */
    .heroContent__heading--whoWeAreHero {
        font-size: 6em;
    }
}

/* EN Heading */
.heroContent__heading--whoWeAreHero span:nth-of-type(1):lang(en) {
}

.heroContent__heading--whoWeAreHero span:nth-of-type(2):lang(en) {
    right: -51px;
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--whoWeAreHero span:nth-of-type(2):lang(en) {
        right: -64px;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent__heading--whoWeAreHero span:nth-of-type(2):lang(en) {
        right: -128px;
    }
}

/* FR Heading */

@media screen and (min-width: 1000px) {
    .heroContent__heading--whoWeAreHero:lang(fr) {
        font-size: 4em;
    }
}

@media screen and (min-width: 1200px) {
    .heroContent__heading--whoWeAreHero:lang(fr) {
        font-size: 4.5em;
    }
}

@media screen and (min-width: 1500px) {
    .heroContent__heading--whoWeAreHero:lang(fr) {
        font-size: 6em;
    }
}

@media screen and (min-width: 1640px) {
    .heroContent__heading--whoWeAreHero:lang(fr) {
        font-size: 6.5em;
    }
}

@media screen and (min-width: 1880px) {
    .heroContent__heading--whoWeAreHero:lang(fr) {
        font-size: 8em;
    }
}

.heroContent__heading--whoWeAreHero span:nth-of-type(1):lang(fr) {
}

.heroContent__heading--whoWeAreHero span:nth-of-type(2):lang(fr) {
    right: -51px;
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--whoWeAreHero span:nth-of-type(2):lang(fr) {
        right: -64px;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent__heading--whoWeAreHero span:nth-of-type(2):lang(fr) {
        right: -128px;
    }
}


/* .heroContent__heading--whoWeAreHero span:nth-of-type(1):lang(fr) {
    right: 12px;
}

.heroContent__heading--whoWeAreHero span:nth-of-type(2):lang(fr) {
    right: 0;
}

.heroContent__heading--whoWeAreHero span:nth-of-type(3):lang(fr) {
    right: -52px;
} */


/* .heroContent__heading--whoWeAreHero span:nth-of-type(1) {
}

.heroContent__heading--whoWeAreHero span:nth-of-type(2) {
    right: -58px;
}

@media screen and (min-width: 720px) {
    .heroContent__heading--whoWeAreHero span:nth-of-type(2) {
        right: -128px;
    }
    .heroContent__heading--whoWeAreHero span:nth-of-type(3):lang(fr) {
        left: 35px;
    }
} */

@media screen and (min-width: 1000px) {
    .pageSection__image--whoWeAreHero {
        margin: 140px 0 0 auto;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__image--whoWeAreHero {
        margin: 140px 5% 0 auto;
    }
}

.pageSection--whoWeAreFold {
}

.outlineHeadingOurStory {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 305px;
    font-size: 7em;
    margin: 48px 0 64px -20px;
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: var(--secondaryGreen);
    line-height: 0.8;
    text-align: right;
}

@media screen and (min-width: 720px) {
    .outlineHeadingOurStory {
        width: 450px;
        font-size: 10.5em;
        margin: 64px 0 80px -20px;
        -webkit-text-stroke: 2.5px;
        -webkit-text-stroke-color: var(--secondaryGreen);
    }
}

@media screen and (min-width: 1000px) {
    .outlineHeadingOurStory {
        position: absolute;
        width: auto;
        font-size: 10.5em;
        top: 46px;
        left: -128px;
        margin: initial;
        transform: rotate(-90deg);
    }
}

@media screen and (min-width: 1200px) {
    .outlineHeadingOurStory {
        top: 8px;
        left: -129px;
    }
}

@media screen and (min-width: 1400px) {
    .outlineHeadingOurStory {
        font-size: 12em;
        top: 25px;
        left: -163px;
    }
}

.outlineHeadingOurStory:lang(fr) {
    width: 392px;
    font-size: 6em;
    margin: 48px 0 60px -30px;
    line-height: 0.85;
}

@media screen and (min-width: 720px) {
    .outlineHeadingOurStory:lang(fr) {
        width: 665px;
        font-size: 10.5em;
        margin: 64px 0 80px -30px;
    }
}

@media screen and (min-width: 1000px) {
    .outlineHeadingOurStory:lang(fr) {
		width: auto;
		font-size: 11.5em;
		top: 190px;
		left: -267px;
		margin: initial;
		}
}

@media screen and (min-width: 1200px) {
    .outlineHeadingOurStory:lang(fr) {
        top: 149px;
        left: -272px;
    }
}

@media screen and (min-width: 1400px) {
    .outlineHeadingOurStory:lang(fr) {
        font-size: 12em;
        top: 200px;
        left: -282px;
    }
}

.pageSection__image--ourStory {
    position: relative;
    display: none;
    left: -3%;
    width: 60%;
    margin: 100px 0 80px 0;
}

@media screen and (min-width: 720px) {
    .pageSection__image--ourStory {
        left: -4%;
        width: 50%;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--ourStory {
        position: absolute;
        top: -64px;
        left: -16px;
        width: 358px;
        margin: initial;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--ourStory {
        top: -100px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__image--ourStory {
        left: -20px;
        width: 432px;
    }
}

.pageSection__image--ourStoryFr {
    position: relative;
    display: none;
    left: -3%;
    width: 50%;
    margin: 100px 0 80px 0;
}

@media screen and (min-width: 720px) {
    .pageSection__image--ourStoryFr {
        left: -4%;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--ourStoryFr {
        position: absolute;
        top: -64px;
        left: -16px;
        width: 358px;
        margin: initial;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--ourStoryFr {
        top: -100px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__image--ourStoryFr {
        left: -20px;
        width: 432px;
    }
}

.story {
    width: 90%;
    margin: 0 auto 64px auto;
}

@media screen and (min-width: 1000px) {
    .story {
        width: 48%;
        margin: 64px 10% 100px auto;
    }
}

@media screen and (min-width: 1400px) {
    .story {
        width: 52%;
        margin: 64px 10% 140px auto;
    }
}

@media screen and (min-width: 1600px) {
    .story {
        width: 57%;
    }
}

@media screen and (min-width: 1680px) {
    .story:lang(fr) {
        /* margin: 64px 10% 160px auto; */
    }
}

.story__text {
    margin: 0 auto 48px auto;
}

@media screen and (min-width: 1000px) {
    .story__text {
        margin: 0 0 48px 0;
    }
}

.story__signature {
}

.story__johnHancock {
    width: 160px;
    margin: 0;
}

@media screen and (min-width: 1000px) {
    .story__johnHancock {
        width: 260px;
    }
}

.story__name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    margin: 0;
}

.story__role {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15em;
    margin: 0;
}

.pageSection--whoWeAreTeam {
    margin-bottom: 80px;
}

@media screen and (min-width: 1200px) {
    .pageSection--whoWeAreTeam {
        margin-bottom: 140px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection--whoWeAreTeam {
        margin-bottom: 100px;
    }
}

.pageSection__image--group {
    max-width: 90%;
    margin: 0 auto 72px auto;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--group {
        margin: 0 auto 140px auto;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--group {
        max-width: 780px;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__image--group {
        max-width: 980px;
    }
}

@media screen and (min-width: 1540px) {
    .pageSection__image--group {
        max-width: 1080px;
        margin: 0 auto 260px auto;
    }
}

.outlineHeadingOurTeam {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 305px;
    font-size: 7em;
    margin: 0 auto 48px auto;
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: var(--secondaryGreen);
    line-height: 0.8;
}

@media screen and (min-width: 720px) {
    .outlineHeadingOurTeam {
        width: 454px;
        font-size: 10.5em;
        margin: 0 auto 80px 0;
        -webkit-text-stroke: 2.5px;
        -webkit-text-stroke-color: var(--secondaryGreen);
    }
}

@media screen and (min-width: 1000px) {
    .outlineHeadingOurTeam {
        width: auto;
        font-size: 10.5em;
    }
}

@media screen and (min-width: 1200px) {
    .outlineHeadingOurTeam {
        position: absolute;
        font-size: 10.5em;
        top: 32px;
        left: 50%;
        margin: initial;
    }
}

@media screen and (min-width: 1400px) {
    .outlineHeadingOurTeam {
        font-size: 12em;
        top: -32px;
    }
}

.outlineHeadingOurTeam:lang(fr) {
    width: 380px;
    font-size: 6em;
    margin: 0 auto 48px auto;
    line-height: 0.85;
}

@media screen and (min-width: 412px) {
    .outlineHeadingOurTeam:lang(fr) {
        font-size: 7em;
    }
}

@media screen and (min-width: 720px) {
    .outlineHeadingOurTeam:lang(fr) {
        width: 568px;
        font-size: 10.5em;
        margin: 0 auto 80px 0;
    }
}

@media screen and (min-width: 1000px) {
    .outlineHeadingOurTeam:lang(fr) {
        width: auto;
        font-size: 10.5em;
    }
}

@media screen and (min-width: 1200px) {
    .outlineHeadingOurTeam:lang(fr) {
        font-size: 8.5em;
        top: 60px;
        left: 50%;
        margin: initial;
    }
}

@media screen and (min-width: 1400px) {
    .outlineHeadingOurTeam:lang(fr) {
        font-size: 10em;
        top: 16px;
    }
}

@media screen and (min-width: 1560px) {
    .outlineHeadingOurTeam:lang(fr) {
        font-size: 10.5em;
        top: 0;
    }
}

.pageSection__image--ourTeam {
    position: relative;
    display: none;
    width: calc(100% - 64px);
    margin: 0 auto 48px auto;
}

@media screen and (min-width: 720px) {
    .pageSection__image--ourTeam {
        width: 60%;
        margin: 0 auto 80px 0;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--ourTeam {
        width: 60%;
        margin: 0 auto 80px 0;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--ourTeam {
        position: absolute;
        width: 420px;
        top: 60px;
        left: calc(50% + 50px);
        margin: initial;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__image--ourTeam {
        width: 600px;
        top: 0;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__image--ourTeam {
        width: 740px;
        top: -118px;
    }
}

.pageSection__image--ourTeamFr {
    position: relative;
    width: calc(100% - 64px);
    margin: 0 auto 48px auto;
}

@media screen and (min-width: 720px) {
    .pageSection__image--ourTeamFr {
        width: 60%;
        margin: 0 auto 80px 0;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--ourTeamFr {
        width: 60%;
        margin: 0 auto 80px 0;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--ourTeamFr {
        position: absolute;
        width: 420px;
        top: 60px;
        left: calc(50% + 50px);
        margin: initial;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__image--ourTeamFr {
        width: 600px;
        top: 24px;
    }
}

.team {
    position: relative;
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .team {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
    }
}

@media screen and (min-width: 1600px) {
    .team {
        width: 1140px;
    }
}

.team__item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 650px;
    break-inside: avoid-column;
    margin-bottom: 32px;
    cursor: default;
}

@media screen and (min-width: 720px) {
    .team__item {
        height: 520px;
    }
}

@media screen and (min-width: 1000px) {
    .team__item {
        height: 650px;
        margin-bottom: 72px;
    }
}

@media screen and (min-width: 1200px) {
    .team__item {
        width: calc(50% - 36px);
    }
    .team__item:nth-of-type(2n+2) {
        top: 400px;
    }
}

@media screen and (min-width: 1600px) {
    .team__item {
        width: calc(50% - 50px);
    }
}

.team__anchor {
    position: absolute;
    top: -92px;
    height: 1px;
    width: 100%;
}

.team__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.team__shader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(52 84 70 / 85%);
    z-index: 1;
    opacity: 0;
    -moz-transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

@media screen and (min-width: 1200px) {
    .team__item:hover .team__shader {
        opacity: 1;
    }
}

.team__doodle {
    position: absolute;
    display: none;
    z-index: 2;
    width: 64px;
    top: 24px;
    right: 28px;
}

@media screen and (min-width: 1000px) {
    .team__doodle {
        width: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .team__doodle {
        display: block;
    }
}

.team__close {
    position: absolute;
    z-index: 2;
    width: 21px;
    height: 21px;
    top: 24px;
    right: 24px;
    background-image: url(./assets/svgs/icon_close.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
    .team__close {
        display: none;
    }
}

.team__info {
    position: absolute;
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
    color: #fff;
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}


@media screen and (min-width: 1200px) {
    .team__item:hover .team__info {
        opacity: 1;
        transition-delay: 0.2s;
        /* transform: translateY(0); */
    }
}

.team__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.15;
    margin: 0 0 10px 0;
}

@media screen and (min-width: 720px) {
    .team__title {
        font-size: 2.2em;
    }
}

.team__role {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05em;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondaryGreen);
    margin: 0 0 16px 0;
}

.team__bio {
    margin: 0 0 24px 0;
}

.team__item > .team__bio {
    display: none;
}

.team__contacts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.team__item > .team__contacts {
    display: none;
}

.team__email {
    width: 55px;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.team__linkedin {
    width: 55px;
    margin: 0;
    cursor: pointer;
}

.team__linkedin:hover .st0 {
    fill: var(--secondaryGreen);
}

.team__email:hover .st0 {
    fill: var(--secondaryGreen);
}

.teamTab {
    position: absolute;
    bottom: 64px;
    left: 0;
    padding: 16px 32px;
    background-color: rgb(52 84 70 / 80%);
}

@media screen and (min-width: 1200px) {
    .team__item:hover .teamTab {
        display: none;
    }
}

.teamTab__name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.15;
  margin: 0 0 6px 0;
  color: #fff;
}

.teamTab__link {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: var(--secondaryGreen);
    font-size: 0.92em;
    font-weight: 800;
    text-transform: uppercase;
}

.teamTab__link:after {
    content: "";
    position: relative;
    top: 0.5px;
    width: 27px;
    height: 16px;
    margin: auto auto auto 8px;
    background-image: url(./assets/svgs/icon_link_arrow_green_secondary.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.pageSection--whoWeAreHistory {
}

.outlineHeadingOurHistory {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 352px;
    font-size: 6em;
    margin: 0 auto;
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: var(--secondaryGreen);
    line-height: 0.8;
    text-align: right;
}

@media screen and (min-width: 412px) {
    .outlineHeadingOurHistory {
        font-size: 6.5em;
        width: 382px;
    }
}

@media screen and (min-width: 720px) {
    .outlineHeadingOurHistory {
        width: 615px;
        font-size: 10.5em;
        margin: 0 auto;
        -webkit-text-stroke: 2.5px;
        -webkit-text-stroke-color: var(--secondaryGreen);
    }
}

@media screen and (min-width: 1000px) {
    .outlineHeadingOurHistory {
        width: 728px;
        margin: 0 0 80px -20px;
        font-size: 10.5em;
    }
}

@media screen and (min-width: 1200px) {
    .outlineHeadingOurHistory {
        font-size: 10.5em;
        margin: 0 0 100px -20px;
    }
}

@media screen and (min-width: 1400px) {
    .outlineHeadingOurHistory {
        font-size: 12em;
    }
}

.outlineHeadingOurHistory:lang(fr) {
    width: 356px;
    font-size: 5em;
}

@media screen and (min-width: 412px) {
    .outlineHeadingOurHistory:lang(fr) {
        font-size: 5.5em;
        width: 392px;
    }
}

@media screen and (min-width: 720px) {
    .outlineHeadingOurHistory:lang(fr) {
        width: 675px;
        font-size: 9.5em;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1000px) {
    .outlineHeadingOurHistory:lang(fr) {
        width: 886px;
        margin: 0 0 90px -30px;
        font-size: 10.5em;
    }
}

@media screen and (min-width: 1200px) {
    .outlineHeadingOurHistory:lang(fr) {
        font-size: 10.5em;
        margin: 0 0 100px -30px;
    }
}

@media screen and (min-width: 1400px) {
    .outlineHeadingOurHistory:lang(fr) {
        font-size: 12em;
        width: 1010px;
        margin: 0 0 100px -20px;
    }
}

.pageSection__image--ourHistory {
    display: none;
    width: 70%;
    margin: 0 0 80px 0;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--ourHistory {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--ourHistory {
        width: 50%;
        margin: 0 0 100px 0;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__image--ourHistory {
        width: 850px;
        margin: 0 0 140px 0;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__image--ourHistory {
        width: 1005px;
    }
}

.pageSection__image--ourHistoryMobile {
    display: none;
    width: 60%;
    margin: 0 0 80px -8%;
}

@media screen and (min-width: 600px) {
    .pageSection__image--ourHistoryMobile {
        width: 280px;
        margin: 0 0 80px -32px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--ourHistoryMobile {
        display: none;
    }
}

.pageSection__image--ourHistoryFr {
    display: none;
    width: 70%;
    margin: 0 0 80px 0;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--ourHistoryFr {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--ourHistoryFr {
        width: 50%;
        margin: 0 0 100px 0;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__image--ourHistoryFr {
        width: 850px;
        margin: 0 0 140px 0;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__image--ourHistoryFr {
        width: 1005px;
    }
}

.pageSection__image--ourHistoryFrMobile {
    display: none;
    width: 60%;
    margin: 0 0 80px -8%;
}

@media screen and (min-width: 600px) {
    .pageSection__image--ourHistoryFrMobile {
        width: 280px;
        margin: 0 0 80px -32px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__image--ourHistoryFrMobile {
        display: none;
    }
}

.history {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 324px;
    margin: 100px auto 32px auto;
    list-style: none;
    padding: 0;
}

@media screen and (min-width: 390px) {
    .history {
        width: 351px;
    }
}

@media screen and (min-width: 412px) {
    .history {
        width: 370px;
    }
}

@media screen and (min-width: 1000px) {
    .history {
        width: 890px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .history {
        width: 1280px;
        margin: 0 auto 140px auto;
    }
}

@media screen and (min-width: 1700px) {
    .history {
        width: 1428px;
        margin: 0 auto 100px auto;
    }
}

.history__item {
    width: 100%;
    margin-bottom: 64px;
}

@media screen and (min-width: 1000px) {
    .history__item {
        width: 50%;
        margin-bottom: 96px;
    }
}

@media screen and (min-width: 1400px) {
    .history__item {
        margin-bottom: 64px;
    }
}

.history__inner {
    position: relative;
    margin: auto;
}

.history__item--2017 {

}

@media screen and (min-width: 1000px) {
    .history__item--2017 {
        width: 100%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1700px) {
    .history__item--2017 {
        margin-bottom: 40px;
    }
}

.history__item--2018 {

}

@media screen and (min-width: 1000px) {
      .history__item--2018 {
          width: 46%;
      }
}

@media screen and (min-width: 1700px) {
    .history__item--2018 {
        width: 50%;
        margin-bottom: 72px;
    }
}

.history__item--2019 {
    
}

@media screen and (min-width: 1000px) {
    .history__item--2019 {
        width: 46%;
        margin-top: 290px;
    }
}

@media screen and (min-width: 1400px) {
    .history__item--2019 {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1700px) {
    .history__item--2019 {
        width: 50%;
        margin-top: initial;
        margin-bottom: 300px;
    }
}

.history__item--2020 {

}

@media screen and (min-width: 1000px) {
    .history__item--2020 {
        width: 100%;
        margin: 460px 0 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .history__item--2020 {
        margin: 0 0 64px 0;
    }
}

@media screen and (min-width: 1700px) {
    .history__item--2020 {
        width: 50%;
        margin-bottom: 200px;
    }
}

.history__item--2021 {

}

@media screen and (min-width: 1000px) {
      .history__item--2021 {
          width: 100%;
          margin: -292px 0 0 0;
      }
}

@media screen and (min-width: 1400px) {
      .history__item--2021 {
          margin: 0 0 64px 0;
      }
}

@media screen and (min-width: 1700px) {
    .history__item--2021 {
        width: 50%;
        margin: 0 0 64px 0;
    }
}

.history__item--2023 {

}

@media screen and (min-width: 1000px) {
      .history__item--2023 {
          width: 100%;
      }
}

.history__inner--2017 {
    max-width: 212px;
    margin: auto 0 auto auto;
}

@media screen and (min-width: 390px) {
    .history__inner--2017 {
        max-width: 240px;
    }
}

@media screen and (min-width: 1000px) {
    .history__inner--2017 {
        max-width: 300px;
    }
}

@media screen and (min-width: 1400px) {
    .history__inner--2017 {
        max-width: 440px;
    }
}

@media screen and (min-width: 1700px) {
    .history__inner--2017 {
        max-width: 420px;
        margin: 0 10% 0 auto;
    }
}

.history__inner--2018 {
    max-width: 212px;
    margin: auto 0 auto auto;
}

@media screen and (min-width: 390px) {
    .history__inner--2018 {
        max-width: 240px;
    }
}

@media screen and (min-width: 1000px) {
    .history__inner--2018 {
        margin: -70px 0 0 0;
    }
    .history__inner--2018:lang(fr) {
        margin: -100px 0 0 0;
    }
}

@media screen and (min-width: 1400px) {
    .history__inner--2018 {
        max-width: 420px;
        margin: 0;
    }
    .history__inner--2018:lang(fr) {
        margin: -48px 0 0 0;
    }
}

@media screen and (min-width: 1700px) {
    .history__inner--2018 {
        max-width: 420px;
        margin: 0 0 0 10%;
    }
    .history__inner--2018:lang(fr) {
        margin: 0 0 0 10%;
    }
}

.history__inner--2019 {
    max-width: 212px;
    margin: auto 0 auto auto;   
}


@media screen and (min-width: 390px) {
    .history__inner--2019 {
        max-width: 240px;
    }
}

@media screen and (min-width: 1000px) {
    .history__inner--2019 {
        max-width: 340px;
        margin: -240px 0 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .history__inner--2019 {
        max-width: 460px;
        margin: auto 0 auto auto; 
    }
}

@media screen and (min-width: 1700px) {
    .history__inner--2019 {
        max-width: 420px;
        margin: 128px 0 0 auto;
    }
    .history__inner--2019:lang(fr) {
        margin: 160px 0 0 auto;
    }
}

.history__inner--2020 {
    max-width: 212px;
    margin: auto 0 auto auto;
}

@media screen and (min-width: 390px) {
    .history__inner--2020 {
        max-width: 240px;
    }
}

@media screen and (min-width: 1000px) {
    .history__inner--2020 {
        max-width: 320px;
    }
    .history__inner--2020:lang(fr) {
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .history__inner--2020 {
        max-width: 420px;
        margin: -95px 0 0 auto;
    }
    .history__inner--2020:lang(fr) {
        margin: -100px 0 0 auto;
    }
}

@media screen and (min-width: 1700px) {
    .history__inner--2020 {
        margin: 440px 0 0 auto;
        left: -95px;
    }
    .history__inner--2020:lang(fr) {
        margin: 440px 0 0 auto;
    }
}

.history__inner--2021 {
    max-width: 212px;
    margin: auto 0 auto auto;
}

@media screen and (min-width: 390px) {
    .history__inner--2021 {
        max-width: 240px;
    }
}

@media screen and (min-width: 1000px) {
    .history__inner--2021 {
        max-width: 230px;
        margin: 0;
        right: initial;
    }
}

@media screen and (min-width: 1400px) {
    .history__inner--2021 {
        max-width: 335px;
        margin: 400px auto 0 0;
    }
}

@media screen and (min-width: 1700px) {
    .history__inner--2021 {
        max-width: 390px;
        margin: 338px 0 0 0;
        right: initial;
        left: -48px;
    }
    .history__inner--2021:lang(fr) {
        margin: 345px 0 0 0;
    }
}

.history__inner--2022 {
}

.history__inner--2023 {
    max-width: 212px;
    margin: auto 0 auto auto;
}

@media screen and (min-width: 390px) {
    .history__inner--2023 {
        max-width: 240px;
    }
}

@media screen and (min-width: 1000px) {
    .history__inner--2023 {
        max-width: 300px;
        margin: 140px 0 auto auto;
    }
    .history__inner--2023:lang(fr) {
        margin: 195px 0 auto auto;
    }
}

@media screen and (min-width: 1400px) {
    .history__inner--2023 {
        max-width: 420px;
        margin: 100px 0 auto auto;
    }
    .history__inner--2023:lang(fr) {
        margin: 115px 0 auto auto;
    }
}

@media screen and (min-width: 1700px) {
    .history__inner--2023 {
        margin: 96px 10% 0 auto;
    }
    .history__inner--2023:lang(fr) {
        margin: 32px 10% 0 auto;
    }
}

.history__year {
    font-family: 'Helvetica Neue';
    font-weight: 700;
    font-size: 4em;
    color: transparent;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: var(--secondaryGreen);
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .history__year {
        font-size: 3em;
    }
}

@media screen and (min-width: 1400px) {
    .history__year {
        font-size: 4em;
    }
}

.history__text {
    width: 100%;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
}

@media screen and (min-width: 1400px) {
    .history__text {
        font-size: 1.2em;
    }
}

.history__svg > svg {
    position: absolute;
    height: auto;
    margin: auto;
    top: 35px;
    left: 0;
    z-index: -1;
}

.history__svg--1000 > svg {
    right: 0;
    left: -100px;
}

.history__svg--1400 > svg {
    right: 0;
}

.history__svg--1700 > svg {
    top: 100px;
    left: -180px;
    right: 0;
}

.history__svg--360 {
    display: block;
}

@media screen and (min-width: 390px) {
    .history__svg--360 {
        display: none;
    }
}

.history__svg--390 {
    display: none;
}

@media screen and (min-width: 390px) {
    .history__svg--390 {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .history__svg--390 {
        display: none;
    }
}

.history__svg--1000 {
    display: none;
}

@media screen and (min-width: 1000px) {
    .history__svg--1000 {
        display: block;
    }
}

@media screen and (min-width: 1400px) {
    .history__svg--1000 {
        display: none;
    }
}

.history__svg--1400 {
    display: none;
}

@media screen and (min-width: 1400px) {
    .history__svg--1400 {
        display: block;
    }
}

@media screen and (min-width: 1700px) {
    .history__svg--1400 {
        display: none;
    }
}

.history__svg--1700 {
    display: none;
}

@media screen and (min-width: 1700px) {
    .history__svg--1700 {
        display: block;
    }
}

/* History SVG +360px - Start */

svg .timeline-360-1 {
  stroke-dashoffset: 1443.5799560546875px;
  stroke-dasharray: 1443.5799560546875px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .timeline-360-1 {
  stroke-dashoffset: 0;
}

svg .timeline-360-2 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .timeline-360-2 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-3 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .timeline-360-3 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-4 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s,
                        fill 0.7s ease-in-out 0.30000000000000004s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s,
                fill 0.7s ease-in-out 0.30000000000000004s;
}

svg.active .timeline-360-4 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-5 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
}

svg.active .timeline-360-5 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-6 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
}

svg.active .timeline-360-6 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-7 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
}

svg.active .timeline-360-7 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-8 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
}

svg.active .timeline-360-8 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-9 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
}

svg.active .timeline-360-9 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-10 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
}

svg.active .timeline-360-10 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-11 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
}

svg.active .timeline-360-11 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-12 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
}

svg.active .timeline-360-12 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-13 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
}

svg.active .timeline-360-13 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-14 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
}

svg.active .timeline-360-14 {
  stroke-dashoffset: 0;
}

svg .timeline-360-15 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
}

svg.active .timeline-360-15 {
  stroke-dashoffset: 0;
}

svg .timeline-360-16 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
}

svg.active .timeline-360-16 {
  stroke-dashoffset: 0;
}

svg .timeline-360-17 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
}

svg.active .timeline-360-17 {
  stroke-dashoffset: 0;
}

svg .timeline-360-18 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
}

svg.active .timeline-360-18 {
  stroke-dashoffset: 0;
}

svg .timeline-360-19 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
}

svg.active .timeline-360-19 {
  stroke-dashoffset: 0;
}

/* FR */

svg .timeline-360-fr-1 {
  stroke-dashoffset: 1443.5799560546875px;
  stroke-dasharray: 1443.5799560546875px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .timeline-360-fr-1 {
  stroke-dashoffset: 0;
}

svg .timeline-360-fr-2 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .timeline-360-fr-2 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-fr-3 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .timeline-360-fr-3 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-fr-4 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s,
                        fill 0.7s ease-in-out 0.30000000000000004s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s,
                fill 0.7s ease-in-out 0.30000000000000004s;
}

svg.active .timeline-360-fr-4 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-fr-5 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
}

svg.active .timeline-360-fr-5 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-fr-6 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
}

svg.active .timeline-360-fr-6 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-fr-7 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
}

svg.active .timeline-360-fr-7 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-fr-8 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
}

svg.active .timeline-360-fr-8 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-fr-9 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
}

svg.active .timeline-360-fr-9 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-fr-10 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
}

svg.active .timeline-360-fr-10 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-fr-11 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
}

svg.active .timeline-360-fr-11 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-fr-12 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
}

svg.active .timeline-360-fr-12 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-360-fr-13 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
}

svg.active .timeline-360-fr-13 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-360-fr-14 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
}

svg.active .timeline-360-fr-14 {
  stroke-dashoffset: 0;
}

svg .timeline-360-fr-15 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
}

svg.active .timeline-360-fr-15 {
  stroke-dashoffset: 0;
}

svg .timeline-360-fr-16 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
}

svg.active .timeline-360-fr-16 {
  stroke-dashoffset: 0;
}

svg .timeline-360-fr-17 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
}

svg.active .timeline-360-fr-17 {
  stroke-dashoffset: 0;
}

svg .timeline-360-fr-18 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
}

svg.active .timeline-360-fr-18 {
  stroke-dashoffset: 0;
}

svg .timeline-360-fr-19 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
}

svg.active .timeline-360-fr-19 {
  stroke-dashoffset: 0;
}

/* History SVG +360px - End */

/* History SVG +390px - Start */

svg .timeline-390-1 {
  stroke-dashoffset: 1378.5799560546875px;
  stroke-dasharray: 1378.5799560546875px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .timeline-390-1 {
  stroke-dashoffset: 0;
}

svg .timeline-390-2 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .timeline-390-2 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-3 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .timeline-390-3 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-4 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s,
                        fill 0.7s ease-in-out 0.30000000000000004s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s,
                fill 0.7s ease-in-out 0.30000000000000004s;
}

svg.active .timeline-390-4 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-5 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
}

svg.active .timeline-390-5 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-6 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
}

svg.active .timeline-390-6 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-7 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
}

svg.active .timeline-390-7 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-8 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
}

svg.active .timeline-390-8 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-9 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
}

svg.active .timeline-390-9 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-10 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
}

svg.active .timeline-390-10 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-11 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
}

svg.active .timeline-390-11 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-12 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
}

svg.active .timeline-390-12 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-13 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
}

svg.active .timeline-390-13 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-14 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
}

svg.active .timeline-390-14 {
  stroke-dashoffset: 0;
}

svg .timeline-390-15 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
}

svg.active .timeline-390-15 {
  stroke-dashoffset: 0;
}

svg .timeline-390-16 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
}

svg.active .timeline-390-16 {
  stroke-dashoffset: 0;
}

svg .timeline-390-17 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
}

svg.active .timeline-390-17 {
  stroke-dashoffset: 0;
}

svg .timeline-390-18 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
}

svg.active .timeline-390-18 {
  stroke-dashoffset: 0;
}

svg .timeline-390-19 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
}

svg.active .timeline-390-19 {
  stroke-dashoffset: 0;
}

/* FR */

/***************************************************
 * Generated by SVG Artista on 7/1/2023, 2:08:22 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .timeline-390-fr-1 {
  stroke-dashoffset: 1352.5799560546875px;
  stroke-dasharray: 1352.5799560546875px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .timeline-390-fr-1 {
  stroke-dashoffset: 0;
}

svg .timeline-390-fr-2 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .timeline-390-fr-2 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-fr-3 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .timeline-390-fr-3 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-fr-4 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s,
                        fill 0.7s ease-in-out 0.30000000000000004s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s,
                fill 0.7s ease-in-out 0.30000000000000004s;
}

svg.active .timeline-390-fr-4 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-fr-5 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
}

svg.active .timeline-390-fr-5 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-fr-6 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
}

svg.active .timeline-390-fr-6 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-fr-7 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
}

svg.active .timeline-390-fr-7 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-fr-8 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
}

svg.active .timeline-390-fr-8 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-fr-9 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
}

svg.active .timeline-390-fr-9 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-fr-10 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
}

svg.active .timeline-390-fr-10 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-fr-11 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
}

svg.active .timeline-390-fr-11 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-fr-12 {
  stroke-dashoffset: 83.68140899333463px;
  stroke-dasharray: 83.68140899333463px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
}

svg.active .timeline-390-fr-12 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-390-fr-13 {
  stroke-dashoffset: 39.69911184307752px;
  stroke-dasharray: 39.69911184307752px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
}

svg.active .timeline-390-fr-13 {
  stroke-dashoffset: 0;
  fill: #6DB585
}

svg .timeline-390-fr-14 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
}

svg.active .timeline-390-fr-14 {
  stroke-dashoffset: 0;
}

svg .timeline-390-fr-15 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
}

svg.active .timeline-390-fr-15 {
  stroke-dashoffset: 0;
}

svg .timeline-390-fr-16 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
}

svg.active .timeline-390-fr-16 {
  stroke-dashoffset: 0;
}

svg .timeline-390-fr-17 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
}

svg.active .timeline-390-fr-17 {
  stroke-dashoffset: 0;
}

svg .timeline-390-fr-18 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
}

svg.active .timeline-390-fr-18 {
  stroke-dashoffset: 0;
}

svg .timeline-390-fr-19 {
  stroke-dashoffset: 67.95999908447266px;
  stroke-dasharray: 67.95999908447266px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
}

svg.active .timeline-390-fr-19 {
  stroke-dashoffset: 0;
}

/* History SVG +390px - End */

/* History SVG +1000px - Start */

svg .timeline-1400-1 {
  stroke-dashoffset: 2968.904052734375px;
  stroke-dasharray: 2968.904052734375px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .timeline-1400-1 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-2 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .timeline-1400-2 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-3 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .timeline-1400-3 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-4 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s,
                        fill 0.7s ease-in-out 0.30000000000000004s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s,
                fill 0.7s ease-in-out 0.30000000000000004s;
}

svg.active .timeline-1400-4 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-5 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
}

svg.active .timeline-1400-5 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-6 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
}

svg.active .timeline-1400-6 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-7 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
}

svg.active .timeline-1400-7 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-8 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
}

svg.active .timeline-1400-8 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-9 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
}

svg.active .timeline-1400-9 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-10 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
}

svg.active .timeline-1400-10 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-11 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
}

svg.active .timeline-1400-11 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-12 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
}

svg.active .timeline-1400-12 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-13 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
}

svg.active .timeline-1400-13 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-14 {
  stroke-dashoffset: 134.370849609375px;
  stroke-dasharray: 134.370849609375px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
}

svg.active .timeline-1400-14 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-15 {
  stroke-dashoffset: 133.53048706054688px;
  stroke-dasharray: 133.53048706054688px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
}

svg.active .timeline-1400-15 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-16 {
  stroke-dashoffset: 99.6634750366211px;
  stroke-dasharray: 99.6634750366211px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
}

svg.active .timeline-1400-16 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-17 {
  stroke-dashoffset: 82.45405578613281px;
  stroke-dasharray: 82.45405578613281px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
}

svg.active .timeline-1400-17 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-18 {
  stroke-dashoffset: 130.92999267578125px;
  stroke-dasharray: 130.92999267578125px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
}

svg.active .timeline-1400-18 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-19 {
  stroke-dashoffset: 131.10000610351562px;
  stroke-dasharray: 131.10000610351562px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
}

svg.active .timeline-1400-19 {
  stroke-dashoffset: 0;
}

/* History SVG +1000px - End */

/* History SVG +1400px - Start */

svg .timeline-1400-1 {
  stroke-dashoffset: 3624.650146484375px;
  stroke-dasharray: 3624.650146484375px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .timeline-1400-1 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-2 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .timeline-1400-2 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-3 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .timeline-1400-3 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-4 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s,
                        fill 0.7s ease-in-out 0.30000000000000004s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s,
                fill 0.7s ease-in-out 0.30000000000000004s;
}

svg.active .timeline-1400-4 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-5 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
}

svg.active .timeline-1400-5 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-6 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
}

svg.active .timeline-1400-6 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-7 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
}

svg.active .timeline-1400-7 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-8 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
}

svg.active .timeline-1400-8 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-9 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
}

svg.active .timeline-1400-9 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-10 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
}

svg.active .timeline-1400-10 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-11 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
}

svg.active .timeline-1400-11 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-12 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
}

svg.active .timeline-1400-12 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-13 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
}

svg.active .timeline-1400-13 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-14 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
}

svg.active .timeline-1400-14 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-15 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
}

svg.active .timeline-1400-15 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-16 {
  stroke-dashoffset: 118.82465362548828px;
  stroke-dasharray: 118.82465362548828px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
}

svg.active .timeline-1400-16 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-17 {
  stroke-dashoffset: 115.50177764892578px;
  stroke-dasharray: 115.50177764892578px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
}

svg.active .timeline-1400-17 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-18 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
}

svg.active .timeline-1400-18 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-19 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
}

svg.active .timeline-1400-19 {
  stroke-dashoffset: 0;
}

/* History SVG +1400px - End */

/* History SVG +1700px - Start */

svg .timeline-1400-1 {
  stroke-dashoffset: 4056.187255859375px;
  stroke-dasharray: 4056.187255859375px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0s;
}

svg.active .timeline-1400-1 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-2 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.1s;
}

svg.active .timeline-1400-2 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-3 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.2s;
}

svg.active .timeline-1400-3 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-4 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s,
                        fill 0.7s ease-in-out 0.30000000000000004s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s,
                fill 0.7s ease-in-out 0.30000000000000004s;
}

svg.active .timeline-1400-4 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-5 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.4s;
}

svg.active .timeline-1400-5 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-6 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.5s;
}

svg.active .timeline-1400-6 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-7 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.6000000000000001s;
}

svg.active .timeline-1400-7 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-8 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.7000000000000001s;
}

svg.active .timeline-1400-8 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-9 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.8s;
}

svg.active .timeline-1400-9 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-10 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 0.9s;
}

svg.active .timeline-1400-10 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-11 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1s;
}

svg.active .timeline-1400-11 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-12 {
  stroke-dashoffset: 152.79644737231007px;
  stroke-dasharray: 152.79644737231007px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.1s;
}

svg.active .timeline-1400-12 {
  stroke-dashoffset: 0;
  fill: rgb(249, 247, 244);
}

svg .timeline-1400-13 {
  stroke-dashoffset: 77.39822368615503px;
  stroke-dasharray: 77.39822368615503px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.2000000000000002s;
}

svg.active .timeline-1400-13 {
  stroke-dashoffset: 0;
  fill: var(--secondaryGreen);
}

svg .timeline-1400-14 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.3s;
}

svg.active .timeline-1400-14 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-15 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.4000000000000001s;
}

svg.active .timeline-1400-15 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-16 {
  stroke-dashoffset: 118.82465362548828px;
  stroke-dasharray: 118.82465362548828px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.5s;
}

svg.active .timeline-1400-16 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-17 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.6s;
}

svg.active .timeline-1400-17 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-18 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.7000000000000002s;
}

svg.active .timeline-1400-18 {
  stroke-dashoffset: 0;
}

svg .timeline-1400-19 {
  stroke-dashoffset: 158px;
  stroke-dasharray: 158px;
  -webkit-transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
          transition: stroke-dashoffset 6s ease-in-out 0.7s, fill 0.7s ease-in-out 1.8s;
}

svg.active .timeline-1400-19 {
  stroke-dashoffset: 0;
}

/* History SVG +1700px - End */


.pageSection--whoWeAreGetInTouch {
}


/* Life at Rubix */

.pageSection--lifeAtRubixHero {
}

@media screen and (min-width: 1000px) {
    .heroContent--lifeAtRubixHero {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent--lifeAtRubixHero {
        margin-bottom: 200px;
    }
}

.heroContent__heading--lifeAtRubixHero {
}

.heroContent__heading--lifeAtRubixHero span:nth-of-type(1) {
}

.heroContent__heading--lifeAtRubixHero span:nth-of-type(2) {
    right: -67px;
}

@media screen and (min-width: 720px) {
    .heroContent__heading--lifeAtRubixHero span:nth-of-type(2) {
        right: -100px;
    }
}

@media screen and (min-width: 1000px) {

}

.heroContent__text--lifeAtRubixHero {
}

.pageSection__image--lifeAtRubixHero {
}

.pageSection--lifeAtRubixFold {
    max-width: 100%;
    margin: 0 auto;
    float: none;
}

@media screen and (min-width: 1000px) {
    .pageSection--lifeAtRubixFold {
        width: 90%;
        margin: 0 auto 260px auto;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection--lifeAtRubixFold {
        margin: 0 auto 300px auto;
    }
}

@media screen and (min-width: 1500px) {
    .pageSection--lifeAtRubixFold {
        margin: 0 auto 200px auto;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection--lifeAtRubixFold {
        margin: 0 auto 260px auto;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection--lifeAtRubixFold {
        max-width: 1596px;
        margin: 0 auto 260px auto;
    }
}

.pageSection__image--lifeAtRubixFoldFirst {
    display: none;
    width: 50%;
    margin: 0;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--lifeAtRubixFoldFirst {
        display: block;
    }
}

@media screen and (min-width: 1500px) {
    .pageSection__image--lifeAtRubixFoldFirst {
        width: 47%;
    }
}

.pageSection__image--lifeAtRubixFoldSecond {
    position: absolute;
    display: none;
    width: 40%;
    right: 0;
    margin: -100px 0 0 auto;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--lifeAtRubixFoldSecond {
        display: block;
    }
}

@media screen and (min-width: 1500px) {
    .pageSection__image--lifeAtRubixFoldSecond {
        width: 35%;
        margin: -200px 5% 0 auto;
    }
}

.pageSection__image--careers {
    position: relative;
    width: 110%;
    max-width: none;
    margin: 75px auto;
    left: -5%;
    z-index: -1;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--careers {
        width: 63%;
        margin: 160px 0 0 0;
        left: initial;
    }
}

@media screen and (min-width: 1500px) {
    .pageSection__image--careers {
        width: 62%;
        margin: 150px 0 0 0;
    }
}

.pageSection__image--careersFr {
    position: relative;
    width: 110%;
    max-width: none;
    margin: 75px auto;
    left: -5%;
    z-index: -1;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--careersFr {
        width: 63%;
        margin: 160px 0 0 0;
        left: initial;
    }
}

@media screen and (min-width: 1500px) {
    .pageSection__image--careersFr {
        width: 62%;
        margin: 150px 0 0 0;
    }
}

.pageContent--lifeAtRubixGetInTouch {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto 64px auto;
}

@media screen and (min-width: 600px) {
    .pageContent--lifeAtRubixGetInTouch {
        align-items: center;
        text-align: center;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent--lifeAtRubixGetInTouch {
        margin: 0 auto 100px auto;
    }
}

@media screen and (min-width: 1140px) {
    .pageContent--lifeAtRubixGetInTouch {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
        width: 960px;
    }
}

@media screen and (min-width: 1500px) {
    .pageContent--lifeAtRubixGetInTouch {
        width: 1080px;
        margin: 0 auto 160px auto;
    }
}

@media screen and (min-width: 1800px) {
    .pageContent--lifeAtRubixGetInTouch {
        margin: 0 auto 200px auto;
    }
}

.pageContent__heading--lifeAtRubixGetInTouch {
    font-size: 2.4em;
    margin: 0 0 32px 0;
    line-height: 1.15;
}

@media screen and (min-width: 720px) {
    .pageContent__heading--lifeAtRubixGetInTouch {
        font-size: 4em;
    }
}

@media screen and (min-width: 1140px) {
    .pageContent__heading--lifeAtRubixGetInTouch {
        font-size: 3em;
        width: 48%;
        margin: 0;
    }
}

.bulletPoints {
}

.bulletPoints--lifeAtRubixGetInTouch {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto 16px auto;
}

@media screen and (min-width: 720px) {
    .bulletPoints--lifeAtRubixGetInTouch {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 1140px) {
    .bulletPoints--lifeAtRubixGetInTouch {
        display: block;
        width: 48%;
        margin: 16px 0 0 0;
    }
}

.bulletPoint {
    position: relative;
}

.bulletPoint--lifeAtRubixGetInTouch {
    display: flex;
    align-items: flex-start;
    margin-bottom: 21px;
    font-weight: 500;
}

.bulletPoint--lifeAtRubixGetInTouch:before {
    content: "";
    min-width: 21px;
    height: 21px;
    margin: 2px 16px auto 0;
    background-image: url('./assets/svgs/icon_checkmark.svg');
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.bulletPoint--lifeAtRubixGetInTouch span {
    width: max-content;
}

.btn--lifeAtRubixGetInTouch {
    margin-top: 32px;
}

@media screen and (min-width: 720px) {
    .btn--lifeAtRubixGetInTouch {
        margin-top: 0;
    }
}

@media screen and (min-width: 1140px) {
    .btn--lifeAtRubixGetInTouch {
        margin-top: 64px;
    }
}

.pageSection--lifeAtRubixPartners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto 100px auto;
    float: none;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--darkGreen);
}

@media screen and (min-width: 1000px) {
    .pageSection--lifeAtRubixPartners {
        flex-direction: row;
        max-width: 94%;
        margin: 0 auto 140px auto;
        padding: 48px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection--lifeAtRubixPartners {
        padding: 72px;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection--lifeAtRubixPartners {
        max-width: 1596px;
    }
}

.pageSection__image--lifeAtRubixPartners {
    width: 100%;
    margin: 0 auto 40px auto;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--lifeAtRubixPartners {
        width: 45%;
        margin: 0 75px 0 0;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__image--lifeAtRubixPartners {
        margin: 0 140px 0 0;
    }
}

.pageContent--lifeAtRubixPartners {
    width: calc(100% - 64px);
    color: #fff;
}

@media screen and (min-width: 1000px) {
    .pageContent--lifeAtRubixPartners {
        width: 90%;
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--lifeAtRubixPartners {
        padding-right: 100px;
    }
}

.pageContent__heading--lifeAtRubixPartners {
    font-size: 3.2em;
    margin: 0 0 21px 0;
}

.pageContent__heading--lifeAtRubixPartners:lang(fr) {
    margin: 0 0 35px 0;
}

@media screen and (min-width: 1400px) {
    .pageContent__heading--lifeAtRubixPartners {
        font-size: 4em;
    }
}

.pageContent__text--lifeAtRubixPartners {
    margin: 0 0 40px 0;
}

.btn--lifeAtRubixPartners:after {
    display: none;
}

@media screen and (max-width: 999px) {
    .btn--lifeAtRubixPartners {
        margin-bottom: 32px;
    }
}


/* Contact Us */

.pageSection--contact {

}

.contactBanner {
    max-width: 90%;
    height: 240px;
    margin: 160px auto 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
    .contactBanner {
        margin: 120px auto 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    .contactBanner {
        height: 320px;
    }
}

@media screen and (min-width: 1800px) {
    .contactBanner {
        max-width: 1712.7px;
    }
}

.contactInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 90%;
    margin: 72px auto 100px auto;
    box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
    .contactInfo {
        flex-direction: row;
        justify-content: space-between;     
        padding: 0 32px;
    }
}

@media screen and (min-width: 1600px) {
    .contactInfo {
        margin: 92px auto 140px auto;
        padding: 0 64px;
    }
}

@media screen and (min-width: 1800px) {
    .contactInfo {
        max-width: 1596px;
    }
}

.contactInfo__icon {
    width: 100px;
    margin: 0 0 22px 0;
}

.contactForm {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .contactForm {
        width: 50%;
        margin: 0 0 16px 0;
    }
}

.contactForm__heading {
    font-size: 3.2em;
    line-height: 1.15;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .contactForm__heading {
        font-size: 2em;
    }
}

@media screen and (min-width: 1400px) {
    .contactForm__heading {
        font-size: 2.8em;
    }
}

@media screen and (min-width: 1600px) {
    .contactForm__heading {
        /* font-size: 4em; */
        font-size: 3.2em;
        /* margin: 0 0 48px 0; */
    }
}

.contactForm__form {
}

.findUs {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .findUs {
        width: 40%;
    }
}

.findUs__heading {
    font-size: 3.2em;
    line-height: 1.15;
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1000px) {
    .findUs__heading {
        font-size: 2em;
    }
}

@media screen and (min-width: 1400px) {
    .findUs__heading {
        font-size: 2.8em;
    }
}

@media screen and (min-width: 1600px) {
    .findUs__heading {
        /* font-size: 4em; */
        font-size: 3.2em;
        /* margin: 0 0 81px 0; */
        margin: 0 0 64px 0;
    }
}

@media screen and (min-width: 720px) {
	.findUs__heading:lang(en) br {
		display: none;
	}
}

.findUs__address {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 28px 0;
    color: var(--darkGreen);
    font-size: 1em;
    font-weight: 600;
}

@media screen and (min-width: 1600px) {
    .findUs__address {
        font-size: 1.2em;
        margin: 0 0 28px 0;
    }
}

.findUs__address:before {
    content: "";
    width: 24px;
    height: 32px;
    margin: 6px 16px auto 0;
    background-image: url('./assets/svgs/icon_map_marker_green.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.findUs__email {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--darkGreen);
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 32px 0;
    text-decoration: none;
}

@media screen and (min-width: 1600px) {
    .findUs__email {
        font-size: 1.2em;
        margin: 0 0 28px 0;
    }
}

.findUs__email:hover {
    color: var(--secondaryGreen);
}

.findUs__email:before {
    content: "";
    width: 26px;
    height: 26px;
    margin: 3px 16px auto 0;
    background-image: url('./assets/svgs/icon_email_green.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.findUs__phone {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--darkGreen);
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (min-width: 1600px) {
    .findUs__phone {
        font-size: 1.2em;
        margin: 0 0 28px 0;
    }
}

.findUs__phone:hover {
    color: var(--secondaryGreen);
}

.findUs__phone:before {
    content: "";
    width: 26px;
    height: 26px;
    margin: 4px 16px auto 0;
    background-image: url('./assets/svgs/icon_phone_green.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Blog */

@media screen and (min-width: 1800px) {
	.pageSection--blogHero {
	    width: 90%;
	    max-width: 1903px;
	}
}

.heroContent--blogHero {
    position: relative;
}

@media screen and (min-width: 1000px) {
    .heroContent--blogHero {
        margin: 140px auto 0 0;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent--blogHero {
        margin: 140px auto 0 5%;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent--blogHero {
        margin: 140px auto 0 0;
    }
}

.heroContent__illustration--blogHero {
    display: none;
}

.heroContent__illustration--blogHero:lang(en) {
    position: absolute;
    width: 90px;
    top: 0;
    left: 155px;
}

@media screen and (min-width: 720px) {
    .heroContent__illustration--blogHero:lang(en) {
        width: 120px;
        top: 10px;
        left: 230px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent__illustration--blogHero:lang(en) {
        width: 120px;
        top: 10px;
        left: 230px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__illustration--blogHero:lang(en) {
        width: 180px;
        top: 48px;
        left: 415px;
    }
}

.heroContent__illustration--blogHero:lang(fr) {
    position: absolute;
    width: 90px;
    top: 16px;
    left: 228px
}


@media screen and (min-width: 720px) {
    .heroContent__illustration--blogHero:lang(fr) {
        width: 110px;
        top: 16px;
        left: 276px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent__illustration--blogHero:lang(fr) {
        width: 120px;
        top: 30px;
        left: 316px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__illustration--blogHero:lang(fr) {
        width: 148px;
        top: 64px;
        left: 520px;
    }
}

.heroContent__heading--blogHero {

}

/* @media (min-width: 1600px) and (max-width: 1799px) {
    .heroContent__heading--blogHero {
        font-size: 7em;
    }
}

@media (min-width: 1000px) and (max-width: 1139px) {
    .heroContent__heading--blogHero:lang(fr) {
        font-size: 4.5em;
    }
} */

/* EN Heading */
.heroContent__heading--blogHero span:nth-of-type(1):lang(en) {
}

.heroContent__heading--blogHero span:nth-of-type(2):lang(en) {
    right: -32px;
}

@media screen and (min-width: 720px) {
    .heroContent__heading--blogHero span:nth-of-type(2):lang(en) {
        right: -53px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--blogHero span:nth-of-type(2):lang(en) {
        right: -64px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__heading--blogHero span:nth-of-type(2):lang(en) {
        right: -64px;
        right: -155px;
    }
}

/* FR Heading */
.heroContent__heading--blogHero span:nth-of-type(1):lang(fr) {
}

.heroContent__heading--blogHero span:nth-of-type(2):lang(fr) {
    right: -37px;
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--blogHero span:nth-of-type(2):lang(fr) {
        right: -43px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__heading--blogHero span:nth-of-type(2):lang(fr) {
        right: -68px;
    }
}

.heroContent__text--blogHero {
      /* font-size: 1.2em; */
}

@media screen and (min-width: 1600px) {
    .heroContent__text--blogHero {
          /* font-size: 1.5em; */
    }
}

.pageSection__image--blogHero {
    display: none;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--blogHero {
        display: block;
        margin: 200px 0 64px auto;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__image--blogHero {
        width: 50%;
        /* height: 520px; */
        margin: 200px 0 64px 3%;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__image--blogHero {
        width: 45%;
        margin: 200px 3% 0 auto;
        margin: 200px 0 64px auto;
    }
}

.pageSection--blogLoop {
}

.blogLoop {
    width: 90%;
    max-width: 1903px;
    margin: 32px auto 72px auto;
}

@media screen and (min-width: 1000px) {
    .blogLoop {
        margin: 0 auto 32px auto;
    }
}

.blogLoop__featured {
    display: none;
    margin: 0 auto 64px auto;
}

@media screen and (min-width: 1000px) {
    .blogLoop__featured {
        margin: 0 auto 100px auto;
    }
}

@media screen and (min-width: 1400px) {
    .blogLoop__featured {
        /* margin: 0 auto 120px auto; */ /* For use with originial featured images design */
    }
}

.blogLoop__featured .state-pre-animated-multi-item {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.blogLoop__featured article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (min-width: 1200px) {
    .blogLoop__featured article {
        flex-direction: row;
        justify-content: space-between;
    }
}

.postFeaturedImage--featured {
    width: 50%;
    height: 240px;
    overflow: hidden;
}

@media screen and (min-width: 1200px) {
    .postFeaturedImage--featured {
        height: 350px;
    }
}

@media screen and (min-width: 1400px) {
    .postFeaturedImage--featured {
        height: 520px;
    }
}

@media screen and (min-width: 1200px) {
    .loopInfo--featured {
        width: 50%;
        padding-left: 64px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1400px) {
    .loopInfo--featured {
        padding-left: 100px;
    }
}

.post .postFeaturedImage__link:hover {
    transform: scale(1.1);
}

.loopInfo__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (min-width: 1400px) {
    .loopInfo__inner {
        justify-content: flex-start;
    }
}

.loopInfo__inner--featured {
    display: block;
}

.loopInfo__summary {
    width: 100%;
    margin-top: auto;
}

.loopInfo__summary--featured {
    width: 100%;
}

.post__link {
}

.blogLoop__list {

}

@media screen and (min-width: 1000px) {
    .blogLoop__list {
        display: flex;
        flex-direction: row;
		flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
}

.blogLoop__list article {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 32px;
}

@media screen and (min-width: 1000px) {
    .blogLoop__list article {
        width: 31.5%;
        margin-bottom: 64px;
    }
}


/* Case Studies */

@media screen and (min-width: 1800px) {
	.pageSection--caseStudiesHero {
	    width: 90%;
	    max-width: 1903px;
	}
}

@media screen and (min-width: 1000px) {
    .heroContent--caseStudiesHero {
        margin: 140px auto 0 0;
    }
}

@media screen and (min-width: 1200px) {
    .heroContent--caseStudiesHero {
        margin: 140px auto 0 0;
    }
}

@media screen and (min-width: 1800px) {
    .heroContent--caseStudiesHero {
        margin: 140px auto 0 0;
    }
}

.heroContent__heading--caseStudiesHero {

}

@media (min-width: 1600px) and (max-width: 1799px) {
    .heroContent__heading--caseStudiesHero {
        font-size: 6em;
    }
}

@media (min-width: 1000px) and (max-width: 1139px) {
    .heroContent__heading--caseStudiesHero:lang(fr) {
        font-size: 4.5em;
    }
}

/* EN Heading */
.heroContent__heading--caseStudiesHero span:nth-of-type(1):lang(en) {
}

.heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(en) {
    right: -32px;
}

@media screen and (min-width: 720px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(en) {
        right: -53px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(en) {
        right: 0;
    }
}

@media screen and (min-width: 1326px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(en) {
        right: -64px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(en) {
        right: -53px;
    }
}

/* FR Heading */
.heroContent__heading--caseStudiesHero span:nth-of-type(1):lang(fr) {
}

@media screen and (min-width: 412px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(fr) {
        right: -32px;
    }
}

@media screen and (min-width: 720px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(fr) {
        right: -53px;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(fr) {
        right: 0;
    }
}

@media screen and (min-width: 1326px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(fr) {
        right: -64px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__heading--caseStudiesHero span:nth-of-type(2):lang(fr) {
        right: -53px;
    }
}

.heroContent__text--caseStudiesHero {
}

.heroContent__text--caseStudiesHero strong {
    /* color: var(--lightGreen); */
    font-size: 1.2em;
}

.pageSection__image--caseStudiesHero {
    display: none;
    margin: 24px auto 32px auto;
}

@media screen and (min-width: 1000px) {
    .pageSection__image--caseStudiesHero {
        display: block;
        margin: 200px 0 100px auto;
    }
}

@media screen and (min-width: 1200px) {
    .pageSection__image--caseStudiesHero {
        width: 50%;
        /* height: 520px; */
        margin: 200px 0 64px auto;
    }
}

@media screen and (min-width: 1400px) {
    .pageSection__image--caseStudiesHero {
        width: 50%;
        /* height: 520px; */
        margin: 200px 0 64px 3%;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__image--caseStudiesHero {
        width: 45%;
        margin: 200px 3% 0 auto;
        margin: 200px 0 64px auto;
    }
}

@media screen and (max-width: 999px) {
    .caseStudiesGrid--caseStudies {
        margin-top: 32px;
    }
}


/* Privacy Policy */

.legalBanner {
    position: relative;
    max-width: 90%;
    height: 240px;
    margin: 160px auto 100px auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1400px) {
    .legalBanner {
        height: 420px;
        margin: 200px auto 200px auto;
    }
}

@media screen and (min-width: 1800px) {
    .legalBanner {
        max-width: 1596px;
    }
}

.legalBanner__heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -64px;
    margin: auto;
    text-align: center;
    font-size: 3.2em;
}

@media screen and (min-width: 720px) {
    .legalBanner__heading {
        bottom: -88px;
        font-size: 4em;
    }
}

@media screen and (min-width: 1000px) {
    .legalBanner__heading {
        bottom: -42px;
    }
}

@media screen and (min-width: 1400px) {
    .legalBanner__heading {
        bottom: -75px;
        font-size: 8em;
    }
}

@media screen and (min-width: 1000px) {
    .legalBanner__heading br {
        display: none;
    }
}

.genericHeading {
    max-width: 90%;
    margin: 160px auto 32px auto;
}

@media screen and (min-width: 1000px) {
    .genericHeading {
        margin: 260px auto 48px auto;
    }
}

@media screen and (min-width: 1800px) {
    .genericHeading {
        max-width: 1596px;
    }
}

.genericHeading__heading {
    margin: auto;
    font-size: 3.2em;
}

@media screen and (min-width: 1000px) {
    .genericHeading__heading {
        font-size: 4em;
    }
}

.contentContainer--legal {
    max-width: 90%;
    margin: 0 auto 100px auto;
}

@media screen and (min-width: 1000px) {
    .contentContainer--legal {
        margin: 0 auto 140px auto;
    }
}

@media screen and (min-width: 1800px) {
    .contentContainer--legal {
        max-width: 1596px;
    }
}

.contentContainer--legal h2 {
    font-size: 1.4em;
    line-height: 1.15;
}

.contentContainer--legal h3 {
    font-size: 1em;
    font-weight: 700;
}

.contentContainer--legal a {
    text-decoration: underline;
    font-weight: 600;
}


/* FAQ */

.pageSection--faqHero {
    display: block;
    width: 90%;
    max-width: 1903px;
}

.heroContent--faqHero {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 140px auto 100px auto;
}

@media screen and (min-width: 720px) {
    .heroContent--faqHero {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent--faqHero {
        margin: 140px auto;
    }
}

.heroContent__heading--faqHero {
    margin: 0;
    font-size: 3em;
    box-sizing: border-box;
}

@media screen and (min-width: 1240px) {
    .heroContent__heading--faqHero {
        font-size: 4em;
        padding-right: 48px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent__heading--faqHero {
        font-size: 5em;
    }
}

.heroContent__heading--faqHero span:nth-of-type(1) {
}

.heroContent__heading--faqHero span:nth-of-type(2) {
    padding-left: 0.5em;
}

@media screen and (min-width: 720px) {
    .heroContent__heading--faqHero span:nth-of-type(2) {
        padding-left: 1.3em;
    }
}

.heroContent__heading--faqHero span:nth-of-type(3) {
    padding-left: 1em;
}

@media screen and (min-width: 720px) {
    .heroContent__heading--faqHero span:nth-of-type(3) {
        padding-left: 2.1em;
    }
}

.heroContent__text--faqHero {
    width: 100%;
    margin: 48px 0 0 0;
    text-wrap: pretty;
}

@media screen and (min-width: 720px) {
    .heroContent__text--faqHero {
      width: 40%;
      margin: auto 0 0 auto;
    }
}

.heroContent__text--faqHero p:first-of-type {
    margin-top: 0;
}

.heroContent__text--faqHero p:last-of-type {
    margin-bottom: 0;
}

.fancyDownArrow--faqHero {
	  position: relative;
    display: block;
    width: 200px;
    margin: 0 auto 100px auto;
}

@media screen and (min-width: 1000px) {
    .fancyDownArrow--faqHero {
        margin: 0 auto 140px auto;
    }
}

.accordion--faqList {
    width: 90%;
    max-width: 1903px;
    margin: 0 auto;
}

.faqCta {
    width: 90%;
    margin: 100px auto;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .faqCta {
        margin: 140px auto;
    }
}

.faqCta__heading {
    font-size: 2.4em;
    margin: 0 auto 24px auto;
}

.faqCta__text {
    max-width: 780px;
    margin: 0 auto 48px auto;
    text-wrap: pretty;
}

.faqCta__text p:first-of-type {
    margin-top: 0;
}

.faqCta__text p:last-of-type {
    margin-bottom: 0;
}

.faqCta__btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

@media screen and (min-width: 720px) {
    .faqCta__btns {
        flex-direction: row;
        gap: 32px;
    }
}

.btn--faqCta {
    margin: 0;
}


/*** PLUGIN STYLING ***/

/* Photoswipe Masonry Gallery by Web Design Gold Coast */

.pswp__top-bar,
.pswp__caption {
    background: transparent !important;
}

.pswp__bg {
    background: rgba(0,0,0,0.95) !important;
}

.psgal figure.msnry_item {
    display: none !important;
}

.psgal figure.msnry_item:first-of-type {
    display: block !important;
    width: 100%;
    height: 520px;
    padding: 0;
    opacity: 0;
}

.pswp__item {
    opacity: 0 !important;
}

.pswp__item.opaque {
    opacity: 1 !important;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 600px) {
    .pswp__img {
        margin-top: 0;
    }
}

.pswp__zoom-wrap {
    z-index: 999;
}

.pswp__button {
    /* background-color: #fff !important; */
}

.pswp__share--download,
.pswp__button--share {
    display: none !important;
}

.pswp__caption__center {
    text-align: center;
    max-width: 92%;
    margin: 12px auto 10px auto;
    font-size: 15px;
    padding: 0;
    line-height: 20px;
    color: #fff;
}

.pswp__button--arrow--right:before {
    right: 120px;
    transform: scale(2);
    background-color: transparent !important;
}

.pswp__button--arrow--left:before {
    left: 120px;
    transform: scale(2);
    background-color: transparent !important;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1 !important;
}


/* Contact Form 7 */

.wpcf7 {
    width: 100%;
    margin: auto !important;
}

.wpcf7 form {
    width: 100%;
    float: left;
}

.wpcf7 label {
    width: 100%;
    display: block;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 figure {
    width: 100%;
    float: left;
    margin-bottom: 21px;
}

.wpcf7 figure.wpcf7_field_submit_contact {
    margin-bottom: 16px;
}

.wpcf7 figure.wpcf7_field_submit_contact p {
    position: relative;
    width: 174px;
    float: right;
}

.contactez-nous .wpcf7 figure.wpcf7_field_submit_contact p {
    width: 194px;
}

.wpcf7 figure.wpcf7_field_submit_contact p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 64px;
    padding: 12px 42px;
    box-sizing: border-box;
    background: var(--secondaryGreen);
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.wpcf7 figure.wpcf7_field_submit_contact p:hover:after,
.wpcf7 figure.wpcf7_field_submit_contact p:hover span span,
.wpcf7 figure.wpcf7_field_submit_contact p:hover > span:after,
.wpcf7 figure.wpcf7_field_submit_contact p:hover input[type='submit'] {
    transform: translateY(-8px);
}

.wpcf7 figure.wpcf7_field_submit_contact p > span {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: var(--secondaryGreenPale);
    color: #fff;
    border: 0;
    border-radius: 32px;
    float: none;
    overflow: hidden;
}

.wpcf7 figure.wpcf7_field_submit_contact p > span:after {
    content: "";
    position: absolute;
    display: block;
    top: 1px;
    bottom: 0;
    right: 26px;
    width: 32px;
    height: 16px;
    z-index: 1;
    margin: auto auto auto 13px;
    background-image: url(./assets/svgs/icon_link_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.wpcf7 figure.wpcf7_field_submit_contact input[type='submit'] {
    position: relative;
    width: 100%;
    background: none;
    color: #fff;
    margin: 0;
    padding: 12px 0 12px 35px;
    border-radius: 0;
    float: none;
    text-align: left;
    z-index: 2;
    text-transform: uppercase;
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.wpcf7 figure.wpcf7_field_first_name_newsletter {
    width: calc(50% - 16px);
    margin: 0 16px 16px 0;
}

.wpcf7 figure.wpcf7_field_last_name_newsletter {
    width: 50%;
    margin: 0 0 16px 0;
}

.wpcf7 figure.wpcf7_field_submit_newsletter p {
    position: relative;
    width: 207px;
}

.wpcf7 figure.wpcf7_field_submit_newsletter p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 64px;
    padding: 12px 42px;
    box-sizing: border-box;
    background: var(--secondaryGreen);
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.wpcf7 figure.wpcf7_field_submit_newsletter p:hover:after,
.wpcf7 figure.wpcf7_field_submit_newsletter p:hover span span,
.wpcf7 figure.wpcf7_field_submit_newsletter p:hover > span:after,
.wpcf7 figure.wpcf7_field_submit_newsletter p:hover input[type='submit'] {
    transform: translateY(-8px);
}

.wpcf7 figure.wpcf7_field_submit_newsletter p > span {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: var(--secondaryGreenPale);
    color: #fff;
    border: 0;
    border-radius: 32px;
    float: none;
    overflow: hidden;
}

.wpcf7 figure.wpcf7_field_submit_newsletter p > span:after {
    content: "";
    position: absolute;
    display: block;
    top: 1px;
    bottom: 0;
    right: 26px;
    width: 32px;
    height: 16px;
    z-index: 1;
    margin: auto auto auto 13px;
    background-image: url(./assets/svgs/icon_link_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.wpcf7 figure.wpcf7_field_submit_newsletter input[type='submit'] {
    position: relative;
    width: 100%;
    background: none;
    color: #fff;
    margin: 0;
    padding: 12px 0 12px 35px;
    border-radius: 0;
    float: none;
    text-align: left;
    z-index: 2;
    text-transform: uppercase;
    -moz-transition: transform 0.15s ease-out;
    -webkit-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
}

.wpcf7_field_submit_newsletter .wpcf7-spinner,
.wpcf7_field_submit_contact .wpcf7-spinner {
    display: none !important;
}

@media screen and (min-width: 600px) {
    .wpcf7 figure.wpcf7_field_first_name,
    .wpcf7 figure.wpcf7_field_last_name,
    .wpcf7 figure.wpcf7_field_phone,
    .wpcf7 figure.wpcf7_field_inquiry_type {
        width: 49%;
    }
    .wpcf7 figure.wpcf7_field_first_name {
        margin: 0 2% 16px 0;
    }
}

.wpcf7 figure h4 {
    font-weight: 600;
    margin: 0 auto 8px auto;
}

.wpcf7 input[type='submit'] {
    float: right;
    margin-bottom: 21px;
    background: var(--darkGreen);
    color: #fff;
    border: 0;
    border-radius: 32px;
    padding: 12px 48px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.wpcf7 input[type="file"] {
    /* color: #fff; */
}

.wpcf7 .ajax-loader {
    /* display: none !important; */ /* disables the ajax spinner for CF7 */
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7 .wpcf7-response-output {
    width: 100%;
    margin: 0;
    padding: 12px !important;
    float: left;
    text-align: center;
}

.wpcf7 .wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border: none;
    margin: 0 auto;
    padding: 0 !important;
    font-weight: 600;
}

.newsletterBlock .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.2em;
    text-align: left;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    margin: 12px 0 16px 7px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    text-decoration: underline;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted {
    display: block !important;
    width: 100%;
    float: left;
    color: red;
    border-color: red;
    box-sizing: border-box;
    text-align: center;
}

.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
    display: block !important;
    width: 100%;
    margin-bottom: 32px;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.wpcf7 ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

.wpcf7 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

.wpcf7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

.wpcf7 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}


/* Contact Form 7 Captcha */

.cf7sr-g-recaptcha {
    margin-bottom: 24px;
    clear: both;
}

@media screen and (min-width: 600px) {
    .cf7sr-g-recaptcha {
        float: left;
    }
}


/* Lightslider.js */

.lSSlideOuter {
    margin: auto;
    /* width: 80%; */
    /* padding: 8vw 0 8vw 0; */
}

.lslide {

}

.lSSlideOuter .lSPager.lSpg {
    display: block;
    position: relative;
    z-index: 1;
}

.lSAction {
    /* display: none !important; */
}

.lSAction > .lSPrev {
    display: block;
    width: 16px;
    height: 32px;
    /* margin-top: -40px; */
    background-image: url('./assets/svgs/arrow_left.svg');
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.lSAction > .lSNext {
    display: block;
    width: 16px;
    height: 32px;
    /* margin-top: -40px; */
    background-image: url('./assets/svgs/arrow_right.svg');
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.lSSlideOuter .lSPager.lSpg > li {
    padding: 0 10px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    width: 12px;
    height: 12px;
    background-color: #000;
}


.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ccc;
}


/* Simple Responsive Lightbox by WPGrand */

.lg-outer .lg-thumb-outer {
    display: none;
    background: rgba(13, 10, 10, 0.7);
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
    height: 93%;
    top: 4%;
}

.lg-progress-bar .lg-progress {
    background-color: #fff !important;
}

#lg-download {
    display: none !important;
}