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


/*** BASE ***/

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

/* Fonts */

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

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

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

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

@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: 'Open Sans';
    src: url('./assets/fonts/OpenSans-Italic.ttf') format('ttf'),
         url('./assets/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}


/* Brand Colors */

.bg-color-black {
    background: #000;
}

.text-color-black {
    color: #000;
}

.bg-color-white {
    background: #fff;
}

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

.bg-color-light-grey {
    background: #e8e8e8;
}

.text-color-light-grey {
    color: #e8e8e8;
}

.bg-color-dark-grey {
    background: #707070;
}

.text-color-dark-grey {
    color: #707070;
}

.bg-color-gold {
    background: #dcb11c;
}

.text-color-gold {
    color: #dcb11c;
}


/* Global */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    box-sizing: border-box;
}

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

h1,
h2 {
    font-family: 'Morganite', sans-serif;
    font-size: 4em;
    font-weight: 600;
    line-height: 0.85;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media screen and (min-width: 720px) {
    h1,
    h2 {
        font-size: 6em;
    }
    h1:lang(fr),
    h2:lang(fr) {
        font-size: 5em;
    }
}

@media screen and (min-width: 1140px) {
    h1,
    h2 {
        font-size: 4em;
    }
    h1:lang(fr),
    h2:lang(fr) {
        font-size: 4em;
    }
}

@media screen and (min-width: 1400px) {
    h1,
    h2,
    h1:lang(fr),
    h2:lang(fr) {
        font-size: 6em;
    }
}

@media screen and (min-width: 1800px) {
    h1,
    h2,
    h1:lang(fr),
    h2:lang(fr) {
        font-size: 6.85em;
    }
}

h1 span,
h2 span {
    font-size: 0.77em;
    font-weight: 350;
}

p {
    line-height: 1.5;
}

@media screen and (min-width: 1000px) {
    p {
        font-size: 0.92em;
    }
}

@media screen and (min-width: 1800px) {
    p {
        font-size: 1em;
    }
}

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

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


/* Common Components */

.pageSection--hero {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media screen and (min-width: 600px) {
    .pageSection--hero {
        min-height: calc(100vh - 75px);
    }
}

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

@media screen and (min-width: 1400px) {
    .pageSection--hero {
        min-height: 900px;
        height: calc(100vh - 75px);
    }
}

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

.pageSection__backgroundImage--hero {
    position: absolute;
    width: 100%;
    height: 100%;
}

.heroContent {
    position: relative;
    width: 86%;
    margin: 200px auto 64px auto
}

@media screen and (min-width: 1000px) {
    .heroContent {
        max-width: 86%;
        width: 645px;
        margin: 260px 0 64px 7%;
    }
}

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

@media screen and (min-width: 1400px) {
    .heroContent {
        max-width: 77%;
        margin: 220px 0 64px 11.5%;
    }
}

.heroContent__heading {
    margin: 0 0 21px 0;
}

@media screen and (min-width: 600px) {
    .heroContent__heading {
        margin: 0 0 35px 0;
    }
}

.heroContent__subHeading {
    font-family: 'Morganite', sans-serif;
    font-size: 62px;
    font-size: 2.2em;
    font-weight: 350;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 48px 0;
}

@media screen and (min-width: 600px) {
    .heroContent__subHeading {
        font-size: 2.6em;
    }
}

.heroContent__superTitle {
    font-size: 88px;
    font-size: 3.66em;
    font-weight: 350;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (min-width: 600px) {
    .heroContent__superTitle {

    }
}

.heroContent__text {

}

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

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

@media screen and (min-width: 1400px) {
    .pageContent {
        width: 77%;
    }
}

.pageContent--center {
    text-align: center;
}

.pageContent__superTitle {

}

.pageContent__heading {
    margin: 0;
}

.pageContent__heading--center {
    margin: 0 auto 32px auto;
}

@media screen and (min-width: 600px) {
    .pageContent__heading--center {
        margin: 0 auto 80px auto;
    }
}

.pageContent__heading span {
    display: block;
}

.pageContent__caption {
    font-family: 'Morganite', sans-serif;
    font-size: 2.6em;
    font-weight: 350;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 12px 0 0 0;
}

@media screen and (min-width: 600px) {
    .pageContent__caption {
        margin: 36px 0 0 0;
    }
}

.pageContent__text {
    margin: 1.5em 0;
}

.pageContent__text--center {
    max-width: 1000px;
    margin: 0 auto;
}

.pageContent--fold {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 72px auto 64px auto;
}

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

.pageContent__inner--fold {
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .pageContent__inner--fold {
        width: 655px;
        margin: 0 auto 0 0;
        padding-right: 32px;
    }
}

.pageContent__image--fold {
    margin: 72px auto 0 auto;
}

@media screen and (min-width: 1000px) {
    .pageContent__image--fold {
        width: 45%;
        margin: 36px 0 0 0;
    }
}

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

.pageContent--bulletPoints {
    margin: 72px auto 0 auto;
}

@media screen and (min-width: 1400px) {
    .pageContent--bulletPoints {
        width: 655px;
        margin: 140px 11.5% 0 auto;
    }
}

.textLink {
    position: relative;
    display: inline-block;
    font-size: 0.95em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.textLink:before {
    content: "";
    position: absolute;
    width: 23px;
    top: 0;
    bottom: 0;
    right: -33px;
    margin: auto;
    background-image: url('./assets/svgs/arrow_link_right_gold.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.grid {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 86%;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 600px) {
    .grid {
        flex-direction: row;
        justify-content: space-between;
        width: 77%;
    }
}

.grid--iconGrid {
    flex-direction: row;
    justify-content: space-between;
    width: 92%;
}

@media screen and (min-width: 1326px) {
    .grid--iconGrid {
        width: 86%;
    }
}

@media screen and (min-width: 1400px) {
    .grid--iconGrid {
        width: 77%;
    }
}

.grid--numberGrid {
    width: 86%;
    z-index: 1;
}

@media screen and (min-width: 1000px) {
    .grid--numberGrid {
        width: 86%;
    }
}

@media screen and (min-width: 1600px) {
    .grid--numberGrid {
        width: 77%;
    }
}

@media screen and (max-width: 719px) {
    .grid--bulletPointGrid {
        width: 75%;
    }
}

@media screen and (min-width: 1000px) {
    .grid--bulletPointGrid {
        width: 86%;
    }
}

@media screen and (min-width: 1800px) {
    .grid--bulletPointGrid {
        width: 77%;
    }
}

.gridItem {

}

.gridItem--numberGrid {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 32px;
}

@media screen and (min-width: 600px) {
    .gridItem--numberGrid {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 1000px) {
    .gridItem--numberGrid {
        margin-bottom: 72px;
    }
}

@media screen and (min-width: 1140px) {
    .gridItem--numberGrid {
        width: 48%;
        margin-bottom: 10%;
    }
}

@media screen and (min-width: 1600px) {
    .gridItem--numberGrid {
        width: 30.5%;
        margin-bottom: 10%;
    }
}

.gridItem--iconGrid {
    width: 48%;
    text-align: center;
    margin-bottom: 21px;
}

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

.gridItem--bulletPointGrid {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 48px;
}

@media screen and (min-width: 1000px) {
    .gridItem--bulletPointGrid {
        width: 48%;
        margin-bottom: 7%;
    }
    .gridItem--bulletPointGrid br {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .gridItem--bulletPointGrid {
        width: 21%;
        margin-bottom: 5%;
    }
    .gridItem--bulletPointGrid br {
        display: block;
    }
}

.gridItem__icon {
    width: 64px;
}

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

.gridItem--iconGrid:nth-last-of-type(3) .gridItem__icon {
    transform: scale(0.66);
}

.gridItem__iconTitle {
    margin: auto;
    font-size: 1em;
    font-weight: 600;
}

.gridItem__inner {
    position: relative;
    top: -11px;
    padding-left: 28px;
    box-sizing: border-box;
}

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

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

.gridItem__number {
    display: table;
    font-family: 'Morganite', sans-serif;
    font-size: 7em;
    font-weight: 900;
    line-height: 0.7;
    margin: -3px 0 0 0;
}

@media screen and (min-width: 1000px) {
    .gridItem__number {
        font-size: 10em;
    }
    .gridItem__number--rewardsProgramsCoreComponents {
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width: 1800px) {
    .gridItem__number {
        font-size: 17em;
    }
}

.gridItem__numberTitle {
    font-family: 'Morganite', sans-serif;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}

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

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

.gridItem__numberText {
    font-size: 1em;
    line-height: 1.3;
    margin: 0;
}

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

@media screen and (min-width: 1326px) {
    .gridItem__numberText {
        font-size: 0.85em;
    }
}


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

.gridItem__slash {
    width: 40px;
    margin: 0 24px 0 0;
}

@media screen and (min-width: 600px) {
    .gridItem__slash {
        width: 64px;
    }
}

.gridItem__bulletTitle {
    font-family: 'Morganite', sans-serif;
    font-size: 2.6em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

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

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

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

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

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

.coins {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    width: 66%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    z-index: 1;
}

@media screen and (min-width: 600px) {
    .coins {
        width: 70%;
    }
}

@media screen and (min-width: 600px) {
    .coins {
        flex-direction: row;
        justify-content: space-between;
        width: 92%;
    }
}

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

@media screen and (min-width: 1326px) {
    .coins {
        width: 92%;
    }
}

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

.coinItem {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    margin-bottom: 32px;
    background: #DCB11C;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .coinItem {
        width: 48%;
        padding-bottom: 48%;
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 1326px) {
    .coinItem {
        width: 18%;
        padding-bottom: 18%;
        margin-bottom: initial;
    }
}

.coinItem:hover {
    background: #fff;
    cursor: default;
}

.coinItem:hover .coinItem__title {
    display: none;
}

.coinItem:hover .coinItem__text {
    display: block;
}

.coinItem__title {
    position: absolute;
    width: calc(100% - 4px);
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 1.2em;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
}

.coinItem__title:lang(fr) {
    font-size: 1em;
}

@media screen and (min-width: 1000px) {
    .coinItem__title {
        font-size: 1.4em;
    }
    .coinItem__title:lang(fr) {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1326px) {
    .coinItem__title,
    .coinItem__title:lang(fr) {
        font-size: 1em;
    }
}

.coinItem__text {
    position: absolute;
    display: none;
    width: 90%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 1em;
    line-height: 1.15;
}

@media screen and (min-width: 1326px) {
    .coinItem__text {
        font-size: 0.6em;
    }
}

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

@media screen and (min-width: 2000px) {
    .coinItem__text {
        font-size: 0.85em;
    }
}

.portfolioCards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 86%;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .portfolioCards {
        flex-direction: row;
        justify-content: space-between;
        width: 77%;
    }
}

.portfolioCards__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    cursor: pointer;
    box-shadow: 0 0.2em 1em 0 rgb(0 0 0 / 15%);
}

@media screen and (min-width: 1000px) {
    .portfolioCards__item {
        width: 30.5%;
        margin-bottom: 4%;
    }
}

.portfolioCards__item:hover .portfolioCards__overlay,
.portfolioCards__item:hover .portfolioCards__inner {
    visibility: visible;
}

.portfolioCards__thumbnail {
    width: calc(100% - 64px);
    margin: auto;
    padding: 32px 0;
}

@media screen and (min-width: 1000px) {
    .portfolioCards__thumbnail {
        width: calc(100% - 24px);
        margin: auto;
        padding: 24px 0;
    }
}

@media screen and (min-width: 1326px) {
    .portfolioCards__thumbnail {
        width: calc(100% - 32px);
        padding: 32px 0;
    }
}

.portfolioPopupDetails {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 86%;
    max-width: 86%;
    margin: 32px auto 48px auto;
    text-align: left;
    opacity: 0;
    -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 (min-width: 1000px) {
    .portfolioPopupDetails {
        flex-direction: row;
        justify-content: space-between;
        max-width: initial;
        margin: 72px auto 48px auto;
    }
}

@media screen and (min-width: 1140px) {
    .portfolioPopupDetails {
        min-width: 960px;
    }
}

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

@media screen and (min-width: 1000px) {
    .portfolioPopupDetails__left {
        width: 48%;
        margin: 0 auto 0 0;
    }
    .portfolioPopupDetails__right {
        width: 48%;
        margin: 0 0 0 auto;
    }
}

.portfolioPopupDetails__superTitle {
    display: block;
    margin: 0 0 16px 0;
    font-family: 'Morganite', sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.portfolioPopupDetails__title {
    margin: 0;
    font-family: 'Morganite', sans-serif;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.portfolioPopupDetails__description {
    font-size: 0.85em;
}

.portfolioCards__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.74);
}

@media screen and (min-width: 1140px) {
    .portfolioCards__overlay {
        visibility: hidden;
    }
}

.portfolioCards__overlay:after {
    content: "";
    position: absolute;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1.5px solid #fff;
}

@media screen and (min-width: 1000px) {
    .portfolioCards__overlay:after {
        width: calc(100% - 24px);
        height: calc(100% - 24px);
    }
}

@media screen and (min-width: 1326px) {
    .portfolioCards__overlay:after {
        width: calc(100% - 64px);
        height: calc(100% - 64px);
    }
}

.portfolioCards__inner {
    position: absolute;
    width: calc(100% - 92px);
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .portfolioCards__inner {
        width: calc(100% - 82px);
    }
}

@media screen and (min-width: 1000px) {
    .portfolioCards__inner {
        width: calc(100% - 24px);
    }
}

@media screen and (min-width: 1140px) {
    .portfolioCards__inner {
        visibility: hidden;
        width: calc(100% - 82px);
    }
}

.portfolioCards__title {
    font-family: 'Morganite', sans-serif;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: auto auto 24px auto;
}

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

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

@media screen and (min-width: 1326px) {
    .portfolioCards__title {
        font-size: 2em;
    }
}

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

.portfolioCards__image {
    position: relative;
    max-width: 86%;
    margin: 72px auto auto auto;
    opacity: 0;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

@media screen and (min-width: 1140px) {
    .portfolioCards__image {
        max-width: 1000px;
        margin: 32px auto auto auto;
    }
}

.portfolioCards__link {
    font-size: 0.88em;
    margin-left: -18px;
}

@media screen and (min-width: 1000px) {
    .portfolioCards__link {
        margin-left: auto;
        font-size: 0.75em;
    }
}

@media screen and (min-width: 1600px) {
    .portfolioCards__link {
        margin-left: -18px;
        font-size: 0.95em;
    }
}

.portfolioCards__link:before {
    right: -36px;
}

@media screen and (min-width: 1000px) {
    .portfolioCards__link:before {
        display: none;
        right: -45px;
    }
}

@media screen and (min-width: 1600px) {
    .portfolioCards__link:before {
        display: block;
    }
}

.logoSlider__item {
    display: flex !important;
    height: inherit;
    cursor: grab;
}

.logoSlider__item:active {
    cursor: grabbing;
}

.logoSlider__item img {
    width: calc(100% - 16px);
    margin: auto !important;
}

@media screen and (min-width: 600px) {
    .logoSlider__item img {
        width: calc(100% - 16px);
    }
}

@media screen and (min-width: 1000px) {
    .logoSlider__item img {
        width: 80%;
    }
}

.bulletPoints {
    position: relative;
    z-index: 2;
}

.bulletPointsList {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 64px 0;
    z-index: 2;
}

@media screen and (min-width: 600px) {
    .bulletPointsList {
        column-count: 2;
    }
}

.bulletPointsList__point {
    position: relative;
    display: flex;
    margin-bottom: 21px;
    break-inside: avoid-column;
}

.bulletPointsList__point h3 {
    position: relative;
    display: flex;
    line-height: 1.35;
    margin: 0;
}

.bulletPointsList__point h3:before {
    content: "";
    min-width: 13px;
    min-height: 13px;
    background: #DCB11C;
    margin: 6px 13px auto 0;
}

@media screen and (min-width: 1000px) {
    .bulletPointsList__point h3:before {
        margin: 11px 13px auto 0;
    }
}

.bulletPoints__link {
    position: relative;
    z-index: 2;
}

.funnelCta {
    position: relative;
    width: 86%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 72px auto;
    padding: 140px 0;
    text-decoration: none;
    overflow: hidden;
}

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

@media screen and (min-width: 1400px) {
    .funnelCta {
        width: 77%;
    }
}

.funnelCta__heading {
    width: calc(100% - 32px);
    font-size: 3em !important;
    margin: 0 auto 21px auto;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .funnelCta__heading {
        width: calc(100% - 72px);
        font-size: 4em !important;
    }
}

@media screen and (min-width: 1140px) {
    .funnelCta__heading {
        font-size: 3.5em !important;
    }
}

@media screen and (min-width: 1600px) {
    .funnelCta__heading {
        font-size: 4em !important;
    }
}

.funnelCta__heading span {
    font-size: inherit;
    font-weight: 350;
}

.funnelCta__link {
    text-align: center;
}

@media screen and (max-width: 719px) {
    .funnelCta__link {
        padding: 0 32px;
    }
}

@media screen and (max-width: 719px) {
    .funnelCta__link:before {
        display: none;
    }
}

.funnelCta__backgroundImage {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.funnelCta:hover .funnelCta__backgroundImage {
    transform: scale(1.1);
}

.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.5);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popup {
    position: fixed;
    height: max-content;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    opacity: 0;
    background: none;
    -moz-transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}

.popup--opened {
    opacity: 1;
}

.popup__inner {
    overflow-x: hidden;
}

.popupContents {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto;
    box-sizing: border-box;
    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: 1140px) {
    .popupContents {
        width: calc(100% + 21px);
    }
}

.popup__polygon {
    position: absolute;
    /* width: 0; */
    width: 100%;
    max-width: 1250px;
    /* height: 1120px; */
    margin: 0 auto;
    /* top: 24vh; */
    top: 250px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.popup__polygonTop {
    width: 0;
    height: 0;
    border-bottom: 200px solid #000;
    border-right: 1250px solid transparent;
}

.popup__polygonMiddle {
    position: relative;
    width: 100%;
    height: calc(100% - 286px);
    background: #000;
}

.popup__polygonBottom {
    width: 0;
    height: 0;
    border-top: 200px solid #000;
    border-left: 1250px solid transparent;
}

.popup > .popup__polygon {
    display: none !important;
    opacity: 0 !important;
}

.popup__close {
    position: absolute;
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #fff;
    margin: auto;
    right: 4%;
    top: 28px;
    cursor: pointer;
    z-index: 1;
}

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

@media screen and (min-width: 1140px) {
    .popup__close {
        right: 28px;
    }
}


.popup__close img {
    width: 16px;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .popup__close img {
        width: 20px;
    }
}


/* Buttons */

.btn {
    position: relative;
    display: inline-block;
    margin: auto;
    border-radius: 32px;
    padding: 8px 42px;
    box-sizing: border-box;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    opacity: 1 !important;
}

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

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

.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;
}


/* Inputs */

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='number'],
textarea,
select {
    border: none;
    background: #F2F2F2;
}

input[type='submit'] {

}

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

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

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

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

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


/* Animations */



/* Utility & State Classes */

.extraHeight {
    display: block;
    margin-bottom: 9px; /* to give space to the É on the next line */
}

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

@media screen and (min-width: 1140px) {
    .extraHeight {
        margin-bottom: 9px;
    }
}

@media screen and (min-width: 1400px) {
    .extraHeight {
        margin-bottom: 18px;
    }
}

.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 {
    width: 100%;
    background-image: url('./assets/images/bg_footer.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footerColumns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 86%;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .footerColumns {
        flex-direction: row;
        justify-content: space-between;
        width: 92%;
        font-size: 0.92em;
    }
}

@media screen and (min-width: 1326px) {
    .footerColumns {
        width: 86%;
        font-size: 1em;
    }
}

@media screen and (min-width: 1600px) {
    .footerColumns {
        width: 77%;
    }
}

.footerColumns__column {
    width: 100%;
    margin-bottom: 0;
}

.footerColumns__column--first {
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .footerColumns__column--first {
        text-align: left;
        padding-right: 64px;
        box-sizing: border-box;
    }
}

.footerColumns__column--second {
    display: flex;
    flex-direction: column;
    margin: 103px 0 0 auto;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .footerColumns__column--second {
        flex-direction: row;
        justify-content: space-between;
        width: 960px;
        text-align: left;
    }
}

@media screen and (max-width: 999px) {
    .footerColumns__column--second .footerColumns__inner:first-of-type {
        margin-bottom: 32px;
    }
}

.footer__logo {
    display: table;
    width: 92%;
    margin: 50px auto 48px auto;
}

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

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

.footer__address {
    display: block;
    margin-bottom: 32px;
    line-height: 1.3;
}

.footer__tel {
    display: table;
    font-weight: 600;
    margin: auto auto 12px auto;
}

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

.footer__email {
    display: table;
    font-weight: 600;
    margin: auto;
}

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

.footerColumns__title {
    font-family: 'Morganite', sans-serif;
    font-size: 72px;
    font-size: 3em;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.footerColumns__column .menu {
}

.footerColumns__column .menu:first-of-type {
    margin-bottom: 32px;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .footerColumns__column .menu:first-of-type {
        text-align: left;
    }
}

.footerColumns__column .menu:last-of-type {
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .footerColumns__column .menu:last-of-type {
        text-align: left;
    }
}

.footerColumns__column .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
}

.footerColumns__column .menu a {
    display: block;
    color: #fff;
    margin-bottom: 24px;
    text-decoration: none;
}

.footerColumns__column .menu a:hover {
    color: #ffd800;
}

.footer__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 86%;
    margin: 100px auto 0 auto;
    padding: 20px 0 28px 0;
    border-top: 1px solid #fff;
}

@media screen and (min-width: 600px) {
    .footer__bottom {
        width: 80%;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1000px) {
    .footer__bottom {
        width: 92%;
        font-size: 0.92em;
    }
}

@media screen and (min-width: 1326px) {
    .footer__bottom {
        width: 86%;
        font-size: 1em;
    }
}

@media screen and (min-width: 1600px) {
    .footer__bottom {
        width: 77%;
    }
}

.footer__socials {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

@media screen and (min-width: 1140px) {
    .footer__socials {
        justify-content: flex-start;
        margin-bottom: auto;
    }
}

.footer__socialLink {
    width: 28px;
}

.footer__socialLink:nth-of-type(1) {
    margin-right: 8px;
}

.footer__socialLink:nth-of-type(2) {
    margin-right: 15px;
}

.footer__socialLink:nth-of-type(3) {
    margin-right: 0;
}

.copyright {
    text-align: center;
    font-size: 0.85em;
}

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

.footerLinkCta a {
    color: #dcb11c !important;
    font-weight: 700;
}


/*** 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 {

}

.postFeaturedImage__link {
    display: block;
}

.postFeaturedImage__link img {
    width: 100%;
}

.loopInfo {

}

.loopInfo__title {

}

.loopInfo__title a {

}

.publishingInfo {

}

.publishingInfo__info {

}

.loopInfo__excerpt {

}

.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 */

.featImageContainer {
    margin: 0 0 24px 0;
}

.featImageContainer img {
    width: 100%;
}

.socialSharing {
    list-style-type: none;
    padding: 0;
    clear: both;
}

.socialSharing li {
    display: inline-block;
    width: 32px;
    margin: 0 7px 0 0;
}

.socialSharing li:last-of-type {
    margin: 0;
}

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

.postNavWrap__item--left {
    float: left;
}

.postNavWrap__item--right {
    float: right;
}

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


/*** PAGES & CATEGORIES ***/

/* Home */

@media screen and (min-width: 1326px) {
    .pageSection__backgroundImage--homeHero {
        background-position-x: -20% !important;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__backgroundImage--homeHero {
        background-position-x: center !important;
    }
}

@media screen and (min-width: 1000px) {
    .heroContent--homeHero:lang(fr) {
        width: 725px;
    }
}

.pageContent--homeFold {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 64px auto 0 auto;
}

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

@media screen and (min-width: 1326px) {
    .pageContent--homeFold {
        margin: 180px auto 0 auto;
    }
}

.pageContent__inner--homeFold {
    margin: 0 auto 48px auto;
}

@media screen and (min-width: 1000px) {
    .pageContent__inner--homeFold {
        width: 400px;
        margin: 35px 0 0 auto;
    }
}

@media screen and (min-width: 1326px) {
    .pageContent__inner--homeFold {
        width: 655px;
        margin: 128px 0 0 auto;
    }
}

.award {
    flex: 1;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .award {
        margin-right: 64px;
    }
}

.award__caption {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.85em;
    font-style: italic;
    line-height: 1.3;
}

@media screen and (min-width: 1000px) and (max-width: 1325px) {
    .award__caption {
        width: calc(100% - 32px);
    }
}

@media screen and (min-width: 1000px) {
    .award__caption {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1400px) {
    .award__caption {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.award__placeholder {
    height: 600px;
    margin: auto;
    background: #e8e8e8;
}

@media screen and (min-width: 600px) {
    .award__placeholder {
        width: 70%;
    }
}

@media screen and (min-width: 1000px) {
    .award__placeholder {
        width: 90%;
        margin: 0;
    }
}

@media screen and (min-width: 1400px) {
    .award__placeholder {
        width: 70%;
        min-width: 545px;
        margin: auto;
    }
}

.award__image {
    width: 320px;
    margin-bottom: 32px;
}

.pageContent--homeSpecialties {
    margin: 72px auto 48px auto;
}

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

@media screen and (min-width: 1140px) {
    .pageContent--homeSpecialties {
        margin: 200px auto 100px auto;
    }
}

.pageContent__heading--homeSpecialties span {
    display: inline-block;
    font-size: inherit;
}

.grid--homeSpecialties {
    margin-bottom: 72px;
}

@media screen and (min-width: 600px) {
    .grid--homeSpecialties {
        margin-bottom: 140px;
    }
}

.pageSection--homeWhyUs {
    overflow-y: hidden;
}

.pageContent--homeWhyUs {
    margin: 300px auto 0 auto;
}

.pageContent--homeWhyUs:lang(fr) {
    margin: 350px auto 0 auto;
}

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

@media screen and (min-width: 1326px) {
    .pageContent--homeWhyUs {
        width: 655px;
        margin: 200px 0 0 7%;
    }
    .pageContent--homeWhyUs:lang(fr) {
        margin: 200px 0 0 7%;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--homeWhyUs {
        width: 655px;
        margin: 200px 0 0 11.5%;
    }
    .pageContent--homeWhyUs:lang(fr) {
        margin: 200px 0 0 11.5%;
    }
}

.pageContent__heading--homeWhyUs:lang(fr) span {
    display: block;
    line-height: 0.85;
}

.pageSection__backgroundImage--homeWhyUs {
    position: absolute;
    width: 360px;
    top: 0;
    left: -32px;
    margin: 0;
}

@media screen and (min-width: 600px) {
    .pageSection__backgroundImage--homeWhyUs {
        width: 780px;
        top: -200px;
        left: initial;
        right: 12%;
        margin: 0;
    }
    .pageSection__backgroundImage--homeWhyUs:lang(fr) {
        top: -165px;
    }
}

@media screen and (min-width: 1000px) {
    .pageSection__backgroundImage--homeWhyUs,
    .pageSection__backgroundImage--homeWhyUs:lang(fr) {
        top: -360px;
    }
}

@media screen and (min-width: 1326px) {
    .pageSection__backgroundImage--homeWhyUs,
    .pageSection__backgroundImage--homeWhyUs:lang(fr) {
        top: 0;
        right: 0;
    }
}

@media screen and (min-width: 1800px) {
    .pageSection__backgroundImage--homeWhyUs,
    .pageSection__backgroundImage--homeWhyUs:lang(fr) {
        right: 12%;
    }
}

.coins--homeWhyUs {
    margin: 72px auto 0 auto;
}

@media screen and (min-width: 1326px) {
    .coins--homeWhyUs {
        margin: 140px auto;
    }
}

@media screen and (min-width: 600px) and (max-width: 1325px) {
    .coinItem--homeWhyUs:last-of-type {
        transform: translateX(54.5%);
    }
}

.pageContent--homeDifference {
    margin: 72px auto 48px auto;
}

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

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

@media screen and (min-width: 1600px) {
    .pageContent--homeDifference {
        width: 660px;
        margin: 100px 0 140px 11.5%;
    }
    .pageContent--homeDifference:lang(fr) {
        width: 920px;
        margin: 100px 0 140px 11.5%;
    }
}

.pageSection__backgroundImage--homeDifference {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media screen and (max-width: 1325px) {
    .grid--homeDifference {
        margin-bottom: 64px;
    }
}

.pageContent--homePortfolio {
    margin: 72px auto 64px auto;
}

@media screen and (min-width: 1000px) {
    .pageContent--homePortfolio {
        width: 675px;
        margin: 100px 0 72px 11.5%;
    }
    .pageContent--homePortfolio:lang(fr) {
        width: 820px;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--homePortfolio {
        margin: 200px 0 140px 11.5%;
    }
}

.portfolioCards--homePortfolio {
    margin-bottom: 64px;
}

@media screen and (min-width: 1000px) {
    .portfolioCards--homePortfolio {
        margin-bottom: 100px;
    }
}

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

.pageContent--homeClientele {
    margin: 72px auto 0 auto;
}

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

.logoSlider--homeClientele {
    width: 72%;
    margin: 0 auto 100px auto;
}

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

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

@media screen and (min-width: 600px) {
    .slickSlider {
        height: 220px;
    }
}

.slick-list {
    height: inherit;
}

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

.slick-arrow {
    position: absolute;
    display: none !important;
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 32px;
    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;
    background: transparent;
}

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

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

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

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

.slick-dots {
    position: absolute;
    bottom: -25px;
    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;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #707070;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}

.slick-dots li.slick-active button {
    background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #fff;
}


/* Sales Promotions */

@media screen and (min-width: 1000px) {
    .heroContent--salesPromotionsHero {
        width: 680px;
    }
    .heroContent--salesPromotionsHero:lang(fr) {
        width: 512px;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent--salesPromotionsHero:lang(fr) {
        width: 680px;
    }
}

.pageContent__heading--salesPromotionsPrograms:lang(fr) span:nth-of-type(2) {
    font-weight: inherit;
}

.pageSection__backgroundImage--salesPromotionsPrograms {
    position: relative;
    width: 100%;
    top: 64px;
}

@media screen and (min-width: 1400px) {
    .pageSection__backgroundImage--salesPromotionsPrograms {
        position: absolute;
        width: 50%;
        top: 100px;
        left: -125px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__backgroundImage--salesPromotionsPrograms {
        left: -55px;
    }
}

.pageSection--salesPromotionsApproach {
    overflow-y: hidden;
}

.pageContent--salesPromotionsApproach {
    margin: 100px auto;
    z-index: 2;
}

@media screen and (min-width: 600px) {
    .pageContent--salesPromotionsApproach {
        margin: 140px auto;
    }
}


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

.pageContent__heading--salesPromotionsApproach {
    /* line-height: 0.7; */
}

.grid--salesPromotionsApproach {
    margin-bottom: 64px;
}

.pageSection__backgroundImage--salesPromotionsApproach {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.pageContent--salesPromotionsWhatWeCanDo {
    margin: 100px auto 72px auto;
}

@media screen and (min-width: 1000px) {
    .pageContent--salesPromotionsWhatWeCanDo {
        margin: 200px auto 140px auto;
    }
}

.pageContent__heading--salesPromotionsWhatWeCanDo {
    /* line-height: 0.7; */
}

.pageContent--salesPromotionsPortfolio {
    margin: 72px auto 32px auto;
}

@media screen and (min-width: 1000px) {
    .pageContent--salesPromotionsPortfolio {
        margin: 140px auto 80px auto;
    }
}

.portfolioCards--salesPromotionsPortfolio {
    width: 86%;
}

@media screen and (min-width: 1400px) {
    .portfolioCards--salesPromotionsPortfolio {
        width: 77%;
    }
}

.portfolioCards__item--salesPromotionsPortfolio {
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .portfolioCards__item--salesPromotionsPortfolio {
        width: 23%;
        box-shadow: 0 0.2em 1em 0 rgb(0 0 0 / 15%);
    }
}

.portfolioCards__item--salesPromotionsPortfolio:hover {
    box-shadow: 0 0.2em 1em 0 rgb(0 0 0 / 15%);
}

.portfolioCards__item--salesPromotionsPortfolio:hover .portfolioCards__overlay,
.portfolioCards__item--salesPromotionsPortfolio:hover .portfolioCards__inner {
    display: none !important;
}


/* Web Development */

@media screen and (min-width: 1000px) {
    .heroContent--webDevelopmentHero {
        width: 700px;
    }
}

.pageContent__heading--webDevelopmentFold:lang(fr) span:nth-of-type(2),
.pageContent__heading--webDevelopmentFold:lang(fr) span:nth-of-type(3) {
    font-size: inherit;
    font-weight: inherit;
}

.pageContent--webDevelopmentServices {
    margin: 32px auto 100px auto;
}

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

.grid--webDevelopmentServices {
    margin-bottom: 72px;
}

@media screen and (min-width: 600px) {
    .grid--webDevelopmentServices {
        margin-bottom: 140px;
    }
}

.grid--webDevelopmentServices:after {
    content: "";
    width: 21%;
}

.pageContent--webDevelopmentPortfolio {
    margin: 100px auto 100px auto;
}

.portfolioCards__item--webDevelopmentPortfolio {
    width: 100%;
}

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

.portfolioCards__thumbnail--webDevelopmentPortfolio {
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 1139px) {
    .portfolioCards__overlay--webDevelopmentPortfolio {
        display: none;
    }
}

.portfolioCards__title--webDevelopmentPortfolio {
    margin-bottom: 0;
}

.page-template-page--web-development .portfolioPopupDetails__right {
    visibility: hidden;
}


/* Promotional Merchandise */

.pageContent__inner--promotionalMerchandiseFold:lang(fr) span:nth-of-type(1),
.pageContent__inner--promotionalMerchandiseFold:lang(fr) span:nth-of-type(2) {
    font-size: inherit;
    font-weight: 600;
}

@media screen and (min-width: 1000px) {
    .pageContent__inner--promotionalMerchandiseFold:lang(fr) {
        width: 700px;
    }
}

@media screen and (min-width: 1000px) {
    .pageContent__image--promotionalMerchandiseFold {
        margin-top: 10px;
    }
}

.portfolioCards--promotionalMerchandisePortfolio {
    flex-direction: row;
    margin-bottom: 140px;
}

.portfolioCards__item--promotionalMerchandisePortfolio {
    width: 50%;
    box-shadow: none;
    cursor: default;
    margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
    .portfolioCards__item--promotionalMerchandisePortfolio {
        width: 25%;
    }
}

.portfolioCards__item--promotionalMerchandisePortfolio:hover {
    /* box-shadow: 0 0.2em 1em 0 rgb(0 0 0 / 15%); */
}

.portfolioCards__thumbnail--promotionalMerchandisePortfolio {
    width: calc(100% - 24px);
}

@media screen and (min-width: 1326px) {
    .portfolioCards__thumbnail--promotionalMerchandisePortfolio {
        width: calc(100% - 32px);
    }
}

.pageSection__backgroundImage--promotionalMerchandiseExperience {
    position: relative;
    width: 100%;
    top: 64px;
}

@media screen and (min-width: 1400px) {
    .pageSection__backgroundImage--promotionalMerchandiseExperience {
        position: absolute;
        width: 50%;
        top: 100px;
        left: -55px;
    }
}

.pageContent--promotionalMerchandiseExperience {
    margin-bottom: 140px;
}

.bulletPointsList--promotionalMerchandiseExperience {
    margin: 64px 0 43px 0;
}

.pageContent--promotionalMerchandiseServices {
    margin: 100px auto 72px auto;
}

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

.grid--promotionalMerchandiseServices {
    margin-bottom: 64px;
}

@media screen and (min-width: 1000px) {
    .grid--promotionalMerchandiseServices {
        margin-bottom: 140px;
    }
    .grid--promotionalMerchandiseServices:lang(fr) {
        width: 86% !important;
    }
}

.gridItem--promotionalMerchandiseServices {
    width: 48%;
    margin-bottom: 7%;
}

@media screen and (min-width: 1400px) {
    /*
    .grid--promotionalMerchandiseServices:after {
        content: "";
        width: 21%;
    }
    */
    .gridItem--promotionalMerchandiseServices {
        width: 23%;
    }
    .gridItem--promotionalMerchandiseServices:nth-of-type(5),
    .gridItem--promotionalMerchandiseServices:nth-of-type(6),
    .gridItem--promotionalMerchandiseServices:nth-of-type(7) {
        width: 32%;
    }
}

@media screen and (min-width: 1600px) {
    .grid--promotionalMerchandiseServices:after {
        content: "";
        width: 21%;
    }
    .gridItem--promotionalMerchandiseServices {
        width: 23% !important;
    }
}

.pageContent--promotionalMerchandiseAdditionalServices {
    padding: 72px 0;
}

@media screen and (min-width: 1000px) {
    .pageContent--promotionalMerchandiseAdditionalServices {
        padding: 140px 0;
    }
}

.pageContent__superTitle--promotionalMerchandiseAdditionalServices {
    display: block;
    margin-bottom: 12px;
}

.pageContent__heading--promotionalMerchandiseAdditionalServices {
    margin-bottom: 12px;
}

.pageContent__caption--promotionalMerchandiseAdditionalServices {
    margin: 0 0 48px 0;
}

.pageContent__text--promotionalMerchandiseAdditionalServices {
    margin: 0 auto;
}


/* Packaging and Displays */

.pageSection--packagingDisplaysHero {
    overflow-y: visible;
}

@media screen and (min-width: 1000px) and (max-width: 1139px) {
    .pageSection--packagingDisplaysHero {
        height: auto;
        min-height: auto;
    }
}

.heroContent--packagingDisplaysHero {
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1140px) {
    .heroContent--packagingDisplaysHero {
        margin-top: 260px;
    }
}

@media screen and (min-width: 1400px) {
    .heroContent--packagingDisplaysHero {
        margin-top: 220px;
    }
}

@media screen and (min-width: 1600px) {
    .heroContent--packagingDisplaysHero {
        width: 800px;
    }
}

.heroContent__heading--packagingDisplaysHero:lang(fr) {
    line-height: 0.95;
}

.pageSection__backgroundImage--packagingDisplaysHero {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}

.pageContent--packagingDisplaysFold {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 599px) {
    .pageContent--packagingDisplaysFold {
        margin: 0 auto;
    }
}

.pageContent__inner--packagingDisplaysFold {
    margin-top: 0;
}

@media screen and (min-width: 1000px) and (max-width: 1139px) {
    .pageContent__inner--packagingDisplaysFold {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent__inner--packagingDisplaysFold {
        margin-top: 200px;
    }
    .pageContent__inner--packagingDisplaysFold:lang(fr) {
        width: 800px;
    }
}

.coins--packagingDisplaysFold {
    margin-bottom: 72px;
}

@media screen and (min-width: 1000px) {
    .coins--packagingDisplaysFold {
        margin-bottom: 200px;
    }
}

.coinItem--packagingDisplaysFold {
    background: #DCB11C !important;
    cursor: default !important;
}

@media screen and (min-width: 1326px) {
    .coinItem--packagingDisplaysFold {
        width: 23%;
        padding-bottom: 23%;
        margin-bottom: 3%;
    }
}

@media screen and (min-width: 1600px) {
    .coinItem--packagingDisplaysFold {
        width: 15%;
        padding-bottom: 15%;
        margin-bottom: 2%;
    }
}

.coinItem__title--packagingDisplaysFold {
    display: block !important;
}

.pageContent--packagingDisplaysPortfolioPackaging,
.pageContent--packagingDisplaysPortfolioDisplays {
    margin-bottom: 48px;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .pageContent--packagingDisplaysPortfolioPackaging,
    .pageContent--packagingDisplaysPortfolioDisplays {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 1140px) {
    .pageContent--packagingDisplaysPortfolioPackaging {
        text-align: left;
    }
    .pageContent--packagingDisplaysPortfolioDisplays {
        text-align: right;
    }
}

.imageSlider {

}

.imageSlider__item {
    display: flex;
    min-height: 600px;
    background-image: url('./assets/svgs/bg_portfolio_item.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

@media screen and (min-width: 1140px) {
    .imageSlider__item {
        min-height: 460px;
    }
}

@media screen and (min-width: 1400px) {
    .imageSlider__item {
        min-height: 520px;
    }
}

@media screen and (min-width: 1600px) {
    .imageSlider__item {
        min-height: 600px;
    }
}

.imageSlider__image {
    width: calc(100% - 64px);
    margin: auto;
    padding: 32px 0;
}

.dragNotice {
    position: relative;
    display: flex;
    font-weight: 700;
    text-transform: uppercase;
}

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

.dragNotice:before {
    content: "";
    position: relative;
    width: 23px;
    height: 23px;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.dragNotice--packagingDisplaysPortfolioPackaging {
    margin: auto auto 21px 0;
}

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

.dragNotice--packagingDisplaysPortfolioDisplays {
    flex-direction: row-reverse;
    margin: auto 0 21px auto;
}

@media screen and (min-width: 1000px) {
    .dragNotice--packagingDisplaysPortfolioDisplays {
        margin: auto -175px auto 32px;
    }
}

.dragNotice--packagingDisplaysPortfolioPackaging:before {
    background-image: url('./assets/svgs/arrow_link_left_dark_grey.svg');
    margin: auto 23px auto 0;
}

.dragNotice--packagingDisplaysPortfolioDisplays:before {
    background-image: url('./assets/svgs/arrow_link_right_dark_grey.svg');
    margin: auto 0 auto 23px;
}

.imageSlider--packagingDisplaysPortfolioPackaging {
    flex-direction: column;
    width: 86%;
    margin: auto auto 100px auto;
}

@media screen and (min-width: 1000px) {
    .imageSlider--packagingDisplaysPortfolioPackaging {
        flex-direction: row;
        width: initial;
        /* transform: translateX(calc(10% - 124px)); */
        margin: auto auto 140px auto;
    }
}

.imageSlider--packagingDisplaysPortfolioDisplays {
    flex-direction: column-reverse;
    width: 86%;
    margin: auto auto 64px auto;
}

@media screen and (min-width: 1000px) {
    .imageSlider--packagingDisplaysPortfolioDisplays {
        flex-direction: row;
        width: initial;
        margin: auto auto 0 auto;
        transform: translateX(-239px);
    }
}

/*
@media screen and (min-width: 1000px) {
    .packagingDisplaysPortfolioDisplays--offset {
        margin-left: -187px;
        transform: translateX(-6.5%);
    }
}

@media screen and (min-width: 1400px) {
    .packagingDisplaysPortfolioDisplays--offset {
        transform: translateX(-3.5%);
    }
}
*/

/* Fulfillment and Distribution */

@media screen and (min-width: 1400px) {
    .heroContent--fulfillmentDistributionHero {
        width: 800px;
    }
}

.pageSection__backgroundImage--fulfillmentDistributionServices {
    position: relative;
    width: 100%;
    top: 64px;
    margin: 0;
}

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

@media screen and (min-width: 1400px) {
    .pageSection__backgroundImage--fulfillmentDistributionServices {
        position: absolute;
        width: 50%;
        top: 100px;
        left: -150px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__backgroundImage--fulfillmentDistributionServices {
        left: -55px;
    }
}

.pageContent__heading--fulfillmentDistributionFold:lang(fr) span:nth-of-type(2),
.pageContent__heading--fulfillmentDistributionFold:lang(fr) span:nth-of-type(3) {
    font-size: inherit;
    font-weight: inherit;
}

.pageContent--fulfillmentDistributionServices {
    margin-bottom: 140px;
}


/* Rewards Program */

@media screen and (min-width: 1000px) and (max-width: 1139px) {
    .pageSection__backgroundImage--rewardsProgramsHero {
        background-position-x: 70% !important;
    }
}

.heroContent__heading--rewardsProgramsHero:lang(fr) {
    line-height: 0.95;
}

.pageContent__heading--rewardsProgramsFold:lang(fr) span:nth-of-type(1),
.pageContent__heading--rewardsProgramsFold:lang(fr) span:nth-of-type(2),
.pageContent__heading--rewardsProgramsFold:lang(fr) span:nth-of-type(3) {
    font-size: inherit;
    font-weight: inherit;
}

@media screen and (min-width: 1800px) {
    .pageContent__image--rewardsProgramsFold {
        margin-top: 10px;
    }
}

.pageSection--rewardsProgramsResults {
    min-height: 100vh;
    overflow-y: visible;
}

.pageContent__heading--rewardsProgramsResults:lang(fr) {
    line-height: 0.95;
}

.grid--rewardsProgramsServices {
    margin-bottom: 72px;
}

@media screen and (min-width: 600px) {
    .grid--rewardsProgramsServices {
        margin-bottom: 140px;
    }
}

.pageSection__backgroundImage--rewardsProgramsResults {
    position: relative;
    width: 100%;
    top: 64px;
    z-index: 2;
    margin: 0;
}

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

@media screen and (min-width: 1400px) {
    .pageSection__backgroundImage--rewardsProgramsResults {
        position: absolute;
        width: 50%;
        top: 100px;
        left: -125px;
    }
}

@media screen and (min-width: 1600px) {
    .pageSection__backgroundImage--rewardsProgramsResults {
        left: -55px;
    }
}

.pageContent--rewardsProgramsServices {
    margin: 48px auto 72px auto;
}

@media screen and (max-width: 1139px) {
    .pageContent--rewardsProgramsServices {
        margin: 48px auto 72px auto;
    }
}

.pageContent--rewardsProgramsCoreComponents {
    margin: 100px auto 72px auto;
    z-index: 2;
}

@media screen and (min-width: 1000px) {
    .pageContent--rewardsProgramsCoreComponents {
        margin: 200px auto 140px auto;
    }
}

@media screen and (min-width: 1800px) {
    .pageContent--rewardsProgramsCoreComponents {
        margin: 280px auto 200px auto;
    }
}

.pageSection__backgroundImage--rewardsProgramsCoreComponents {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.pageContent--rewardsProgramsDevelopment {
    margin: 100px auto 0 auto;
}

@media screen and (min-width: 600px) {
    .pageContent--rewardsProgramsDevelopment {
        margin: 140px auto 0 auto;
    }
}

.pageContent__text--rewardsProgramsDevelopment {
    margin-bottom: 80px;
}

.pageContent__link--rewardsProgramsDevelopment {
    margin-left: -12px;
}

.grid--rewardsProgramsCoreComponents {
    margin-bottom: 140px;
}


/* Contact */

.pageSection--contactHero {
    height: 50vh;
    min-height: auto;
}

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

@media screen and (min-width: 1000px) {
    .heroContent--contactHero {
        width: auto;
    }
}

@media screen and (max-width: 1139px) {
    .heroContent--contactHero {
        margin: auto;
    }
}

.pageContent--contactFold {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 86%;
    margin: 72px auto 100px auto;
}

@media screen and (min-width: 1000px) {
    .pageContent--contactFold {
        flex-direction: row;
        margin: 200px auto 200px auto;
    }
}

@media screen and (min-width: 1326px) {
    .pageContent--contactFold {
        width: 77%;
    }
}

@media screen and (min-width: 1600px) {
    .pageContent--contactFold {
        width: 66%;
    }
}

.pageContent__inner--contactFold {

}

@media screen and (min-width: 1000px) {
    .pageContent__inner--contactFold {
        width: 33.33%;
        margin: 0 auto 0 0;
    }
}

.pageContent__heading--contactFold {
    margin-bottom: 32px;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    .pageContent__heading--contactFold {
        position: absolute;
        text-align: left;
    }
}

.contactDetailsLine {
    position: relative;
    width: 3px;
    height: 80px;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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


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

.contactDetailsLine:before {
    content: "";
    position: absolute;
    width: 20px;
    min-height: 20px;
    bottom: -18px;
    left: -8.5px;
    right: 0;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./assets/svgs/arrow_down.svg');
}

.contactDetails {
    margin: 64px auto 0 auto;
    padding-right: 48px;
}

@media screen and (min-width: 1000px) {
    .contactDetails {
        width: 33.33%;
        margin: 12px 0 0 auto;
        padding-right: 0;
    }
}

.contactDetails__contactMethod {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
}

.contactDetails__contactMethod:before {
    content: "";
    position: relative;
    width: 30px;
    min-height: 30px;
    margin: 0 18px 0 0;
    ; background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.contactDetails__contactMethod--address {
    margin: 0 0 32px 0;
}

@media screen and (min-width: 1140px) {
    .contactDetails__contactMethod--address {
        margin: 0 0 60px 0;
    }
}

.contactDetails__contactMethod--address:before {
    background-image: url('./assets/svgs/icon_address.svg');
}

.contactDetails__contactMethod--email {
    margin-bottom: 48px;
}

@media screen and (min-width: 1140px) {
    .contactDetails__contactMethod--email {
        margin-bottom: 60px;
    }
}

.contactDetails__contactMethod--email:before {
    background-image: url('./assets/svgs/icon_email.svg');
}

.contactDetails__contactMethod--phone:before {
    background-image: url('./assets/svgs/icon_phone.svg');
}

.pageContent--contactForm {
    margin-bottom: 64px;
}

@media screen and (min-width: 1000px) {
    .pageContent--contactForm {
        margin-bottom: 100px;
    }
}

.pageContent__heading--contactForm {
    /* line-height: 0.7; */
}

.pageContent__heading--contactForm span {
    font-size: 0.73em;
}

.formContainer {
    width: 86%;
    margin: 0 auto 72px auto;
}

@media screen and (min-width: 1400px) {
    .formContainer {
        width: 62%;
        margin: 0 auto 200px auto;
    }
}

.disclaimerRequired {
    display: block;
    margin: 8px 0;
    font-weight: 700;
    color: #FF0000;
}


/* Legal */

.pageSection--legalHero {
    height: 320px;
    min-height: auto;
}

@media screen and (min-width: 1140px) {
    .pageSection--legalHero {
        height: 660px;
    }
}

@media screen and (max-width: 1139px) {
    .heroContent--legalHero {
        margin: auto;
    }
}

.pageContent--legalFold {
    margin: 64px auto;
}

@media screen and (min-width: 1000px) {
    .pageContent--legalFold {
        margin: 140px auto;
    }
}

.pageContent--legalFold h1,
.pageContent--legalFold h2 {
    font-family: 'Open Sans';
    font-size: 1.2em;
    line-height: 1.15;
}


/*** 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;
}

.wpcf7 figure h3 {
    margin-bottom: 10px;
    font-size: 0.92em;
    color: #707070;
}

.wpcf7 figure h3 span {
    color: #FF0000;
}

.wpcf7 figure p br {
    display: none;
}

.wpcf7_field_inquiry_type {
    margin-bottom: 24px;
}

.wpcf7_field_captcha {
    width: auto !important;
}

@media screen and (min-width: 600px) {
    .wpcf7 figure.wpcf7_field_first_name,
    .wpcf7 figure.wpcf7_field_last_name,
    .wpcf7 figure.wpcf7_field_email,
    .wpcf7 figure.wpcf7_field_company {
        width: 49%;
    }
    .wpcf7 figure.wpcf7_field_phone {
        width: 88%;
    }
    .wpcf7 figure.wpcf7_field_phone_ext {
        width: 10%;
    }
    .wpcf7 figure.wpcf7_field_first_name,
    .wpcf7 figure.wpcf7_field_company ,
    .wpcf7 figure.wpcf7_field_phone {
        margin: 0 2% 0 0;
    }
}

.wpcf7 figure h4 {
    margin: 0 auto 4px auto;
}

.wpcf7 input[type='submit'] {
    min-width: 240px;
    float: right;
    margin: 16px 0 21px 0;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    background: #DCB11C;
    border: none;
}

.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-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 */

.lightSlider {
    display: flex;
}

.lSSlideOuter {
    margin: auto;
    width: 100%;
    /* max-width: 1600px; */
}

.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: #707070;
}


.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff;
}


/* 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;
}
