  /*** BODY ***/
  body {
    position: relative;
}
main {
    background: #fff;
}
.bottom-nav-wrapper {
    border-top: none !important;
}
a.mlkn-button {
    font-weight: 600 !important;
}
#tsbAudio {
    display: none;
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}


/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    
    right: 3vw;
    top: 25vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
    height: 15px;
}
#navbar-circles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
#navbar-circles li a {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block !important;
}
#navbar-circles a::before {
    color: #fff;
    position: relative;
    left: -30px;
    top: -5px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
#navbar-circles a[href="#magichour-video-wrapper"]::before {
    content: "MERGE Forward";
}
#navbar-circles a[href="#magichour-video-wrapper"]::before {
    content: "The Magic Hour";
}
#navbar-circles a[href="#introduction-wrapper"]::before {
    content: "Introduction";
}
#navbar-circles a[href="#design-wrapper"]::before {
    content: "Design";
}
#navbar-circles a[href="#benefits-wrapper"]::before {
    content: "Benefits";
}
#navbar-circles a[href="#acoustics-wrapper"]::before {
    content: "Acoustics";
}
#navbar-circles a[href="#red-list-free-wrapper"]::before {
    content: "Red List Free";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "M/PACT™";
}
#navbar-circles a[href="#colorline-wrapper"]::before {
    content: "Colorline";
}
#navbar-circles a[href="#visualize-wrapper"]::before {
    content: "Visualize";
}

#navbar-circles li > a.active::before, #navbar-circles li > a.active:focus::before, #navbar-circles li > a.active:hover::before, #navbar-circles li:hover > a::before {
    display: inline-block;
}
#navbar-circles li > a.active, 
#navbar-circles li > a.active:focus, 
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles li.active > a::before,
#navbar-circles li.active > a:focus::before,
#navbar-circles li.active > a:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #000;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
    color: #000;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
    background: #000;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}


/*** KEYFRAMES ***/
@keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-moz-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-webkit-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-o-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-ms-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}

/*** HOTSPOTS ***/
.hotspot {
    position: absolute;
}
.hotspot-anchor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hotspot-content {
    background: #fff;
    width: auto;
    
    border-radius: 20px;
    border-bottom-left-radius: 0;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
    padding: 6px 10px 10px 15px;
}
.hotspot-content p {
    color: #000;
    margin: 0;
    font-size: 12px !important;
}
.hotspot {
    position: absolute;
}
.hotspot .hotspot-content p {
    font-size: 14px;
    letter-spacing: 0px;
    height: 18px;
    white-space: nowrap;
    margin-right: 30px;
}
.hotspot .hotspot-content p:first-of-type {
    letter-spacing: 1px;
}
.hotspot .hotspot-content p b {
    font-weight: 600 !important;
}
.hotspot-content .arrow-right {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #636366;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}
@media only screen and (max-width: 1200px) {
    .hotspot {
        display: none;
    }
}

/*** INTERACTIVE BROCHURE ANCHOR ***/
#interactive-brochure-anchor {
    display: inline-block;
    padding: 10px 20px;
    position: fixed;
    top: 50vh;
    background: #fff;
    color: #000;
    font-weight: 700 !important;
    z-index: 1060;
    left: -146px;
    width: 325px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    text-decoration: none;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
/* >> Interactive Brochure Anchor - Media Queries */
@media only screen and (max-width: 767px) {
    #interactive-brochure-anchor {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    #interactive-brochure-anchor,
    #interactive-brochure-anchor.dark-theme {
        background: #000;
        color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    #interactive-brochure-anchor {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*** The topsection WRAPPER ***/
#magichour-video-wrapper {
    min-height: 90vh;
    position: relative;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}
/* >> The topsection - Video Container */
#magichour-video-wrapper .video-container {
    min-height: max(750px, 100vh);
    height: auto;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#magichour-video-wrapper .video-container video {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
/* >> The topsection Video - Text Overlay */
#magichour-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 38vh);
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#magichour-video-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#magichour-video-wrapper .text-overlay h2 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0 0 2vh 0;
}
#magichour-video-wrapper h3 {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: white;
}
#magichour-video-wrapper h3.below-title {
    margin-top: 2vh;
}
#magichour-video-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#magichour-video-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#magichour-video-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 3vh;
    position: absolute;
    color: white;
    text-align: center;
}
#magichour-video-wrapper .bottom-text p {
    font-size: 18px;
}
#magichour-video-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The topsection - Text Container */
#magichour-video-wrapper .container {
    min-height: 25vh;
}
#magichour-video-wrapper .container .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: max(188px, 25vh);
    padding: 30px 15px;
}
#magichour-video-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#magichour-video-wrapper .container .button-wrapper {
    text-align: center;
}
#magichour-video-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#magichour-video-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#magichour-video-wrapper .mobileOnly {
    display: none;
}
#magichour-video-wrapper img.redListLogo {
    max-width: 150px;
    margin: 4vh;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #magichour-video-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1200px) {
    #magichour-video-wrapper .text-overlay h2 {
        font-size: 66px;
        letter-spacing: 12px;
    }
    #magichour-video-wrapper h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    #magichour-video-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #magichour-video-wrapper .container,
    #magichour-video-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #magichour-video-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #magichour-video-wrapper .container a.mlkn-button,
    #magichour-video-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #magichour-video-wrapper img.redListLogo {
        margin: 1vh;
    }
    #magichour-video-wrapper .text-overlay {
        top: max(175px, 30vh);
    }
    #magichour-video-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    #magichour-video-wrapper .text-overlay {
        width: 100%;
    }
    #magichour-video-wrapper .text-overlay h2 {
        font-size: 50px;
        letter-spacing: 8px;
    }
    #magichour-video-wrapper .mobileOnly {
        display: revert;
    }
    #magichour-video-wrapper .desktopOnly {
        display: none;
    }
    #magichour-video-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #magichour-video-wrapper .text-overlay h2 {
        font-size: 45px;
    }
    #magichour-video-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #magichour-video-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #magichour-video-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #magichour-video-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #magichour-video-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #magichour-video-wrapper h3 {
        font-size: 18px;
    }
}
/* >> The topsection - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #magichour-video-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #magichour-video-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #magichour-video-wrapper .container,
    #magichour-video-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #magichour-video-wrapper .container p {
        font-size: 25px;
    }
    #magichour-video-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The topsection - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #magichour-video-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}


/* >> Introduction >> */
#introduction-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
    color: white;
}
#introduction-wrapper {
    position: relative;
}
#introduction-wrapper .image-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;  
    align-items: end;
}
#introduction-wrapper .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
/* >> Introduction Wrapper - Video */
#introduction-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* >> Introduction Wrapper - All */
#offbeat-wrapper [class^="col"],
#phenom-wrapper [class^="col"],
#introduction-wrapper [class^="col"],
#introduction-wrapper {
    height: max(850px, 100vh); 
}
#introduction-wrapper .image-column img {
    width: 90%;
    margin: 10vh 0;
}
#introduction-wrapper .content-column > div {
    margin: 0 0vw 0 7vw;
    text-align: left;
}
#introduction-wrapper .content-column img.logo {
    width: 100%;
}
#introduction-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#introduction-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#introduction-wrapper .content-column p {
    color: #fff;
    font-size: 16px;
    
    margin: 40px 0;
}
#introduction-wrapper .content-column a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
}
#introduction-wrapper .mobileOnly {
    margin-top: 3vh;
    display: none;
}
#introduction-wrapper .image-column > div {
    background-image: url(/-/media/9375de189d5044e3a4d0d28872ad65ca.ashx);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 80%;
    margin-top: 5%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 63%;
}
/* >> Introduction Wrapper - Content */
#introduction-wrapper > .row h2,
#introduction-wrapper > .row p {
    width: 100%;
}
#introduction-wrapper > .row h2 {
    font-size: 40px;
    margin-top: 50px;
    letter-spacing: 2px;
    font-weight: 500 !important;
    color: #98532F;
    padding-right: 5vw;
}
#introduction-wrapper > .row p {
    font-size: 16px;
    color: #000;
}
#introduction-hotspot-1 {
    bottom: 28%;
    right: 45%;
}
#introduction-hotspot-2 {
    bottom: 10%;
    left: 10%;
}
#introduction-hotspot-3 {
    bottom: 14%;
    right: 38%;
}
/* >> Introduction Wrapper - Media Queries */
@media only screen and (max-width: 1600px) {
    #introduction-hotspot-1 {
        bottom: 26%;
    }
}
@media only screen and (max-width: 1200px) {
    #offbeat-wrapper,
    #phenom-wrapper,
    #freethinker-wrapper,
    #introduction-wrapper {
        min-height: 100vh;
        height: auto;
    }
    #introduction-wrapper [class^="col"] {
        height: auto;
    }
    #introduction-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #introduction-wrapper .content-column > div {
        margin: auto;
    }
    #introduction-wrapper .image-column img {
        width: 100%;
    }
    #introduction-hotspot-1 {

    }
    #introduction-hotspot-2 {
    }
    #introduction-wrapper .mobileOnly {
        display: revert;
    }
    #introduction-wrapper .image-column {
        display: none;
    }
    #introduction-wrapper .content-column a.mlkn-button {
        margin-bottom: 5vh;
    }
    #introduction-wrapper {
        min-height: auto;
    }
}

/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #introduction-wrapper > .row h1 {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 767px) {
    #introduction-wrapper > .row h1 {
        font-size: 25px;
    }
    #introduction-wrapper > .row {
        height: auto;
    }
    #introduction-wrapper > .row h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 500px) {
    #introduction-wrapper > .row h1 {
        font-size: 25px;
    }
    #introduction-wrapper > .row p {
        font-size: 16px;
    }
    #introduction-wrapper .content-column a.mlkn-button {
        margin-bottom: 10vh;
    }
}
/* >> Introduction Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #introduction-wrapper .content-column p {
        font-size: 20px;
    }
    #introduction-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #introduction-wrapper > .row h1 {
        font-size: 45px;
    }
    #introduction-wrapper > .row p {
        font-size: 20px;
    }
}
/* >> Introduction - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #introduction-wrapper .content-column a.mlkn-button {
        margin-bottom: 5vh;
    }
}
/* >> Introduction - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #introduction-wrapper .content-column img.logo {
        max-width: 270px;
    }
    #introduction-wrapper .content-column {
        margin: 18px 0;
    }
    #offbeat-wrapper, #phenom-wrapper, #freethinker-wrapper, #introduction-wrapper {
        min-height: 103vh;
    }
}


/*** DESIGN ***/
#design-wrapper {
    height: auto;
    padding: 0;
}
#design-wrapper .image-container {
    height: max(750px, 100vh);
    background-image: url('/-/media/c93c9177843b482881ae713de24fbbe4.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position: center;
}
#design-wrapper .row {
    min-height: 100vh;
    /* -- START IE 11 HACK */
    height: 1px;
    /* -- END IE 11 HACK */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/* >> DESIGN - Content */
#design-wrapper .row h2,
#design-wrapper .row p {
    width: 100%;
    max-width: 900px;
    text-align: left;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

#design-wrapper .row p {
    font-size: 18px;
    color: white;
}
#design-wrapper .text-box {
    width: 650px;
    /* left: 7.5%; */
    margin: 0 0vw 0 7vw;
    position: absolute;
    height: fit-content;
    bottom: 6%;
    color: white;
}
#design-wrapper .text-box > div {
    padding: 2em 2em 2em 0;
}

#design-wrapper .text-box h3 {
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-size: 27px;
}
#design-wrapper h2 {
    color: #fff;
    text-transform: none;
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 40px;
    text-transform: none;
    margin-bottom: 10px;
}
#design-wrapper h2, #design-wrapper p:not(.hotspot-content p) {
    filter: drop-shadow(0px 0px 10px black);
}
#design-wrapper p:not(.hotspot-content p) {
    color: white;
    margin: 3vh auto;
}
#design-wrapper .mobileOnly {
    display: none;
    background: #fff;
}
/* >> DESIGN - Hotspots */
#design-hotspot-1 {
    bottom: 20%;
    right: 25%;
    z-index: 99;
}
#design-hotspot-2 {
    bottom: 20%;
    right: 25%;
}
#design-hotspot-3 {
    bottom: 35%;
    left: 45%;
}
#design-hotspot-4 {
    bottom: 8%;
    left: 46%;
}
#design-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
    margin-bottom: 5vh;
}
/* >> DESIGN - Mobile Content */
#design-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#design-mobile-content [class^="col"] {
    min-height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#design-mobile-content h1,
#design-mobile-content p {
    color: #fff;
    text-align: center;
}
#design-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#design-mobile-content p {
    font-size: 16px;
}
/* >> DESIGN - Media Queries */
@media only screen and (max-width: 1400px) {
    #design-hotspot-1 {
    }
    #design-hotspot-2 {
    }
}
@media only screen and (max-width: 1200px) {
    #design-wrapper .row h1,
    #design-wrapper .row p {
        max-width: 800px;
    }
    #design-wrapper .text-box {
        left: 16.6%;
        margin: 0;
    }
    #design-hotspot-1 {
        right: 18%;
    }
}
@media only screen and (max-width: 991px) {
    #design-wrapper .text-box {
        left: 8.3%;
    }
}
@media only screen and (max-width: 767px) {
    #design-wrapper {
        height: auto;
        padding: 0;
    }
    #design-wrapper .row {
        display: none;
    }
    #design-mobile-content {
        display: block;
    }
    #design-wrapper .text-box {
        width: 100%;
        left: 0;
        top: 0;
    }
    #design-wrapper .mobileOnly {
        display: revert;
        position: relative;
    }
    #design-wrapper .mobileOnly > div {
        margin-top: 50px;
    }
    #design-wrapper .text-box.desktopOnly {
        display: none;
    }
    #design-wrapper .text-box h1 {
        font-size: 50px;
    }
    #design-wrapper  h2 {
        font-size: 30px;
    }
    #design-wrapper .text-box h3 {
        font-size: 20px;
    }
    #design-wrapper .image-container {
        display: none;
    }
    #design-wrapper .mobileOnly img {
        margin-top: 3vh;
    }
    #design-wrapper .row {
        min-height: revert;
        height: auto;
    }
    #design-wrapper .row h2, #design-wrapper .row p {
        padding: 0;
    }
    #design-wrapper .row h2 {
        color: #98532F;
    }
    #design-wrapper p:not(.hotspot-content p) {
        color: #000;
    }
    #design-wrapper h2, #design-wrapper p:not(.hotspot-content p) {
        filter: none;
    }
}

@media only screen and (max-width: 500px) { 
    #design-mobile-content h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
/* >> DESIGN - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #design-wrapper .row p {
        font-size: 22px;
    }
}
/* >> DESIGN - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #design-mobile-content p {
        font-size: 15px;
    }
}
/* >> DESIGN - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #design-mobile-content h1 {
        font-size: 19px;
    }
}
/* >> DESIGN - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #design-mobile-content h1 {
        font-size: 17px;
        letter-spacing: 0;
    }
}



/*** benefits ***/
#benefits-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
}
/* >> benefits - Slideshow */
#benefits-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: max(750px, 100vh);
}
#benefitsMobileCarousel {
    display: none;
}
#benefits-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90%;
    margin-top: 5%;
}
#benefits-slide-1 {
    background-image: url('/-/media/0222b4c894404879805ed3bba8f5666e.ashx');
}
#benefits-slide-2 {
    background-image: url('/-/media/a46a3d2062cc4802b93925d3e080089f.ashx');
}
#benefits-slide-3 {
    background-image: url('/-/media/4b2f7171c8f94b33928a57f86d4ad785.ashx');
}
#benefits-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#benefits-wrapper h2,
#benefits-wrapper p:not(.hotspot-content p) {
    text-align: left;
    color: #000;
}
#benefits-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vh;
}
#benefits-wrapper h2 {
    text-transform: none;
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 40px;
    text-transform: none;
    margin: 10vh 0 0;
    color: #98532F;
}
#benefits-wrapper .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#benefits-wrapper .content-column p {
    margin: 2vh 0 5vh;
}
#benefits-wrapper .content-column > div {
    margin: 0 3vw 0 2vw;
    text-align: left;
}
#benefits-wrapper sup {
    top: -0.25em;
}
/* >> benefits - Hotspots */
#benefits-wrapper .hotspot-content p {
    color: black;
}
#benefits-hotspot-1 {
    bottom: 20%;
    left: 15%;
}
#benefits-hotspot-2 {
    bottom: 20%;
    left: 15%;
}
#benefits-hotspot-3 {
    bottom: 20%;
    left: 15%;
}
#benefits-hotspot-4 {
    bottom: 20%;
    left: 15%;
}
/* #benefits-hotspot-4 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
} */
#benefits-hotspot-5 {
    bottom: 50%;
    right: 30%;
}
#benefits-hotspot-6 {
    bottom: 25%;
    right: 45%;
}
#benefits-hotspot-6 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> benefits - Pager */
#benefits-slideshow-wrapper .cycle-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    bottom: max(13vh, 75px);
    z-index: 500;
    width: 100%;
}
#benefits-slideshow-wrapper .cycle-pager a {
    width: 120px;
    height: 5px;
    background: #aaa;
    margin: 0 0.3vw;
}
#benefits-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> benefits - Slideshow Controls */
#benefits-outer-wrapper {
    position: relative;  
}
#benefits-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 45vh;
    width: 100%;
    z-index: 500;
}
#benefits-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#benefits-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#benefits-slideshow-controls button:focus {
    outline: none;
}
#benefits-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
    margin-bottom: 5vh;
    margin-top: 3vh;
}
#benefits-wrapper td {
    vertical-align: top;
    color: white;
}
#benefits-wrapper table {
    margin: 2vh 0;
}
/* >> benefits - Mobile Content */
#benefits-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#benefits-mobile-content [class^="col"] {
    min-height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#benefits-mobile-content h2,
#benefits-mobile-content p {
    color: #616365;
    text-align: left;
}
#benefits-wrapper h2 {
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 40px;
    color: #98532F;
}
#benefits-mobile-content h2 {
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 40px;
    color: #98532F;
}
#benefits-mobile-content p {
    font-size: 16px;
}
/* >> benefits - Media Queries */
@media only screen and (max-width: 1450px) {
    #benefits-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    #benefits-wrapper h1 {
        margin-top: 8vh;
    }
    #benefitsMobileCarousel {
        display: revert;
    }
    #benefits-outer-wrapper {
        display: none;
    }
    #benefits-slideshow-controls {
        display: none;
    }
    #benefits-wrapper .content-column p {
        margin: 2vh 0;
    }
    #benefits-wrapper h2 {
        margin: 5vh 0 0;
    }
    #benefits-wrapper .content-column > div {
        margin: auto;
    }
}
@media only screen and (max-width: 1100px) {
    #benefits-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #benefits-slideshow-wrapper .cycle-slideshow,
    #benefits-slideshow-wrapper .slide {
        height: auto;
        min-height: 100vh;
    }
    #benefits-slideshow-wrapper .slide-content {
        height: 42vh;
        width: 100%;
        padding: 30px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0;
    }
    #benefits-wrapper h1 {
        font-size: 30px;
        margin-top: 40px;
    }    
    #benefits-wrapper p {
        font-size: 16px;
    }
    /* #benefits-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #benefits-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #benefits-slideshow-wrapper .hotspot {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #benefits-slideshow-wrapper .cycle-slideshow,
    #benefits-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #benefits-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #benefits-slideshow-wrapper .slide-content {
        display: none;
    }
    #benefits-mobile-content {
        display: block;
    }
    #benefits-wrapper h2 {
        font-size: 30px;
    }
    #benefits-wrapper .content-column > div {
        margin: 0;
    }
}
@media only screen and (max-width: 500px) {
    #benefits-mobile-content h1 {
        font-size: 25px;
    }
    #benefits-mobile-content p {
        font-size: 15px;
    }
    #benefits-wrapper h1 {
        font-size: 25px;
    }

}
/* >> benefits - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #benefits-wrapper h1 {
        font-size: 55px;
    }    
    #benefits-wrapper p {
        font-size: 25px;
    }
}
/* >> benefits - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}




/* >> benefits - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #benefits-mobile-content h1 {
        font-size: 28px;
    }

}
/* >> benefits - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> benefits - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   

}


/*** benefitsMobile ***/
#benefitsMobile-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
}
/* >> benefitsMobile - Slideshow */
#benefitsMobile-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: max(750px, 100vh);
}
#benefitsMobileMobileCarousel {
    display: none;
}
#benefitsMobile-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#benefitsMobile-slide-1 {
    background-image: url('/-/media/0222b4c894404879805ed3bba8f5666e.ashx');
}
#benefitsMobile-slide-2 {
    background-image: url('/-/media/a46a3d2062cc4802b93925d3e080089f.ashx');
}
#benefitsMobile-slide-3 {
    background-image: url('/-/media/4b2f7171c8f94b33928a57f86d4ad785.ashx');
}
#benefitsMobile-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#benefitsMobile-wrapper h1,
#benefitsMobile-wrapper p:not(.hotspot-content p) {
    text-align: left;
    color: #fff;
}
#benefitsMobile-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#benefitsMobile-wrapper h1 {
    text-transform: none;
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 34px;
    text-transform: none;
    margin-bottom: 10px;
}
#benefitsMobile-wrapper .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#benefitsMobile-wrapper .content-column p {
    margin: 40px 0;
}
#benefitsMobile-wrapper .content-column > div {
    margin: 0 3vw 0 2vw;
    text-align: left;
}
#benefitsMobile-wrapper sup {
    top: -0.25em;
}
/* >> benefitsMobile - Hotspots */
#benefitsMobile-wrapper .hotspot-content p {
    color: black;
}
#benefitsMobile-hotspot-1 {
    bottom: 20%;
    left: 25%;
}
#benefitsMobile-hotspot-2 {
    bottom: 15%;
    right: 25%;
}
#benefitsMobile-hotspot-3 {
    bottom: 45%;
    left: 25%;
}
#benefitsMobile-hotspot-4 {
    bottom: 20%;
    left: 20%;
}
/* #benefitsMobile-hotspot-4 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
} */
#benefitsMobile-hotspot-5 {
    bottom: 50%;
    right: 30%;
}
#benefitsMobile-hotspot-6 {
    bottom: 25%;
    right: 45%;
}
#benefitsMobile-hotspot-6 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> benefitsMobile - Pager */
#benefitsMobile-slideshow-wrapper .cycle-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;  
    position: absolute;
    bottom: 10vh;
    z-index: 500;
    width: 100%;
}
#benefitsMobile-slideshow-wrapper .cycle-pager a {
    width: 120px;
    height: 5px;
    background: #aaa;
    margin: 0 0.3vw;
}
#benefitsMobile-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> benefitsMobile - Slideshow Controls */
#benefitsMobile-outer-wrapper {
    position: relative;  
}
#benefitsMobile-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 45vh;
    width: 100%;
    z-index: 500;
}
#benefitsMobile-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#benefitsMobile-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#benefitsMobile-slideshow-controls button:focus {
    outline: none;
}
#benefitsMobile-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
    margin-bottom: 5vh;
    margin-top: 3vh;
}
#benefitsMobile-wrapper td {
    vertical-align: top;
    color: white;
}
#benefitsMobile-wrapper table {
    margin: 2vh 0;
}
/* >> benefitsMobile - Mobile Content */
#benefitsMobile-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#benefitsMobile-mobile-content [class^="col"] {
    min-height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#benefitsMobile-mobile-content h1,
#benefitsMobile-mobile-content p {
    color: #616365;
    text-align: left;
}
#benefitsMobile-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #fff;
}
#benefitsMobile-mobile-content p {
    font-size: 16px;
}
/* >> benefitsMobile - Media Queries */
@media only screen and (max-width: 1450px) {
    #benefitsMobile-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    #benefitsMobile-wrapper h1 {
        margin-top: 8vh;
    }
    #benefitsMobileMobileCarousel {
        display: revert;
    }
    #benefitsMobile-slideshow-wrapper .cycle-slideshow {
        height: 60vh;
    }
    #benefitsMobile-slideshow-wrapper .cycle-pager {
        bottom: 5vh;
    }
}
@media only screen and (max-width: 1100px) {
    #benefitsMobile-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #benefitsMobile-slideshow-wrapper .cycle-slideshow,
    #benefitsMobile-slideshow-wrapper .slide {
        height: auto;
        min-height: 100vh;
    }
    #benefitsMobile-slideshow-wrapper .slide-content {
        height: 42vh;
        width: 100%;
        padding: 30px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0;
    }
    #benefitsMobile-wrapper h1 {
        font-size: 30px;
        margin-top: 40px;
    }    
    #benefitsMobile-wrapper p {
        font-size: 16px;
    }
    /* #benefitsMobile-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #benefitsMobile-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #benefitsMobile-slideshow-wrapper .hotspot {
        display: none;
    }
    #benefitsMobile-slideshow-controls {
        display: block;
        position: relative;
        bottom: 15vh;
    }
    #benefitsMobile-slideshow-wrapper .cycle-slideshow, #benefitsMobile-slideshow-wrapper .slide {
        min-height: 60vh;
        background-position: bottom;
    }
    #benefitsMobileCarousel {
        height: 60vh;
    }
}
@media only screen and (max-width: 767px) {
    #benefitsMobile-slideshow-wrapper .cycle-slideshow,
    #benefitsMobile-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #benefitsMobile-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #benefitsMobile-slideshow-wrapper .slide-content {
        display: none;
    }
    #benefitsMobile-mobile-content {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #benefitsMobile-mobile-content h1 {
        font-size: 25px;
    }
    #benefitsMobile-mobile-content p {
        font-size: 15px;
    }
    #benefitsMobile-wrapper h1 {
        font-size: 25px;
    }
    /* #benefitsMobile-slideshow-wrapper .cycle-slideshow, #benefitsMobile-slideshow-wrapper .slide {
        width: 140%;
        left: -25%;
    } */
    #benefitsMobile-slideshow-controls {
        bottom: 15vh;
    }
}
/* >> benefitsMobile - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #benefitsMobile-wrapper h1 {
        font-size: 55px;
    }    
    #benefitsMobile-wrapper p {
        font-size: 25px;
    }
}
/* >> benefitsMobile - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}




/* >> benefitsMobile - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> benefitsMobile - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> benefitsMobile - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #benefitsMobile-slideshow-controls {
        bottom: 15vh;
    }
}



/*** mpact ***/
#mpact-wrapper {
    height: auto;
    padding: 0;
    min-height: max(750px, 100vh);
    background-image: url('/-/media/ec64c54db41a4ae59525ebafefb11533.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-position: right; */
}
#mpact-wrapper p, #mpact-wrapper h2, #mpact-wrapper h3, #mpact-wrapper h5, #mpact-wrapper h6, #mpact-wrapper .imgAndBtnContainer img, #mpact-wrapper .imgAndBtnContainer a {
    /* filter: drop-shadow(2px 4px 6px black); */
    filter: drop-shadow(0px 0px 10px black);
}
#mpact-wrapper .image-container {
    height: auto;
    /* min-height: max(750px, 100vh);
    background-image: url('/-/media/ec64c54db41a4ae59525ebafefb11533.ashx');
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 0;
    position: relative;
    /* background-position: center; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
#mpact-wrapper .image-container > div {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
}
#mpact-wrapper .row {
    min-height: 100vh;
    /* -- START IE 11 HACK */
    height: 1px;
    /* -- END IE 11 HACK */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#mpact-wrapper .imgAndBtnContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#mpact-wrapper .imgAndBtnContainer img {
    margin: 0 auto 5vh;
}
/* >> mpact - Content */
#mpact-wrapper .row h1,
#mpact-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #616365;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mpact-wrapper .row p {
    font-size: 18px;
}
#mpact-wrapper .text-box-left {
    width: 650px;
    left: 7vw;
    position: relative;
    height: 80%;
    top: 10%;
    color: white;
    display: flex;
}
#mpact-wrapper .text-box-right {
    width: 650px;
    left: 7vw;
    position: relative;
    height: 80%;
    top: 10%;
    color: white;
    display: flex;
}
#mpact-wrapper .text-box-left > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mpact-wrapper .text-box-right > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mpact-wrapper .text-box-left h3 {
    font-size: 50px;
    font-weight: 700 !important;
    letter-spacing: 5px;
    color: white;
}
#mpact-wrapper .text-box-right h3, #mpact-wrapper h3 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 24px;
    margin-bottom: -2vh;
    color: white;
}
#mpact-wrapper sup {
    font-size: 14px;
    top: -0.5em;
}
#mpact-wrapper h5 sup {
    top: -1em;
}
#mpact-wrapper .text-box-left h2 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 16px;
}
#mpact-wrapper .text-box-left h1 {
    color: white;
    text-transform: none;
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 60px;
    text-transform: none;
    margin-bottom: 10px;
}
#mpact-wrapper .text-box-left h6, #mpact-wrapper h6 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3vh;
}
#mpact-wrapper .text-box-left h5 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}
#mpact-wrapper .text-box-left p, #mpact-wrapper .text-box-right p, #mpact-wrapper p {
    color: #fff;
    margin: 3vh auto;
}

#mpact-wrapper .text-box-right h2, #mpact-wrapper h2 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 24px;
    margin-bottom: -2vh;
    color: white;
}
#mpact-wrapper .text-box-right h1 {
    color: white;
    text-transform: none;
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 60px;
    text-transform: none;
    margin-bottom: 10px;
}
#mpact-wrapper .text-box-right h6, #mpact-wrapper h6 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3vh;
}
#mpact-wrapper .text-box-right h5, #mpact-wrapper h5 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}

#mpact-wrapper .mobileOnly {
    display: none;
}
/* >> mpact - Hotspots */
#mpact-hotspot-1 {
    top: 19%;
    left: 33%;
}
#mpact-hotspot-2 {
    bottom: 53%;
    left: 20%;
}
#mpact-hotspot-3 {
    bottom: 35%;
    left: 45%;
}
#mpact-hotspot-4 {
    bottom: 8%;
    left: 46%;
}
#mpact-wrapper a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    font-weight: 600 !important;
    margin-bottom: 5vh;
}
#mpact-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
#mpact-wrapper .mobileOnly {
    display: none;
}
/* >> mpact - Mobile Content */
#mpact-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#mpact-mobile-content [class^="col"] {
    min-height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#mpact-mobile-content h1,
#mpact-mobile-content p {
    color: #fff;
    text-align: left;
}
#mpact-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#mpact-mobile-content p {
    font-size: 16px;
}
/* >> mpact - Media Queries */
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1300px) {
    #mpact-wrapper .image-container > div {
        width: 80%;
        flex-direction: column;
        align-items: center;
        justify-content: revert;
        margin-top: 10vh;
        margin-bottom: 5vh;
    }
}
@media only screen and (max-width: 1200px) {
    #mpact-wrapper .row h1,
    #mpact-wrapper .row p {
        max-width: 800px;
    }
    #mpact-wrapper .text-box-left {
        left: 16.6%;
        margin: 0;
    }
    #mpact-wrapper .text-box-right {
        left: 16.6%;
        margin: 0;
    }
}
@media only screen and (max-width: 991px) {
    #mpact-wrapper .text-box-left {
        left: 8.3%;
    }
    #mpact-wrapper .text-box-right {
        left: 8.3%;
    }
}
@media only screen and (max-width: 767px) {
    #mpact-wrapper {
        height: auto;
        padding: 0;
    }
    #mpact-wrapper .row {
        display: none;
    }
    #mpact-mobile-content {
        display: block;
    }
    #mpact-wrapper .text-box-left {
        width: 100%;
        left: 0;
        top: 0;
    }
    #mpact-wrapper .text-box-right {
        width: 100%;
        left: 0;
        top: 0;
    }
    #mpact-wrapper .mobileOnly {
        display: revert;
        position: relative;
    }
    #mpact-wrapper .text-box-left.desktopOnly {
        display: none;
    }
    #mpact-wrapper .text-box-left h1 {
        font-size: 50px;
    }
    #mpact-wrapper .text-box-left h3 {
        font-size: 22px;
    }
    #mpact-wrapper .text-box-left h2 {
        font-size: 22px;
    }
    #mpact-wrapper .text-box-left h5 {
        font-size: 20px;
    }

    #mpact-wrapper .text-box-right.desktopOnly {
        display: none;
    }
    #mpact-wrapper .text-box-right h1 {
        font-size: 50px;
    }
    #mpact-wrapper .text-box-right h3,    #mpact-wrapper h3 {
        font-size: 22px;
        color: #98532F;
    }
    #mpact-wrapper .text-box-right h2,   #mpact-wrapper h2 {
        font-size: 22px;
        color: #98532F;
    }
    #mpact-wrapper h5 {
        font-size: 28px;
        color: #98532F;
    }
    #mpact-wrapper h6 {
        font-size: 32px;
        color: #98532F;
    }
    #mpact-wrapper .mobileOnly.row p {
        color: #616365;
    }

    #mpact-wrapper .image-container {
        display: none;
    }
    #mpact-wrapper .mobileOnly img {
        margin-top: 0vh;
        margin-bottom: 0vh;
    }
    #mpact-wrapper .mobileOnly .imgAndBtnContainer img {
        filter: invert(62%);
        margin-bottom: 3vh;
    }
    #mpact-wrapper a.mlkn-button {
        color: #fff;
        background: #98532F;
        border: 1px solid #98532F;
    }
    #mpact-wrapper a.mlkn-button:hover {
        color: #98532F;
        background: #fff;
        border: 1px solid #98532F;
    }
    #mpact-wrapper {
        background: white;
    }
    #mpact-wrapper .row {
        min-height: revert;
        height: auto;
    }
    #mpact-wrapper .mobileOnly {
        display: revert;
    }
    #mpact-wrapper .desktopOnly {
        display: none;
    }
    #mpact-wrapper .text-box-left > div {
        margin-top: 50px;
    }
    #mpact-wrapper .text-box-right > div {
        margin-top: 50px;
    }
    #mpact-wrapper sup, #mpact-wrapper h5 sup {
        top: -0.25em;
    }
    #mpact-wrapper {
        background-position: right;
    }
    #mpact-wrapper .mobileOnly > div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #mpact-wrapper .mobileOnly > div > div:first-of-type {
        margin-top: 5vh;
    }
    #mpact-wrapper p, #mpact-wrapper h2, #mpact-wrapper h3, #mpact-wrapper h5, #mpact-wrapper h6, #mpact-wrapper .imgAndBtnContainer img, #mpact-wrapper .imgAndBtnContainer a {
        filter: none;
    }
}

@media only screen and (max-width: 500px) { 
    #mpact-mobile-content h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
/* >> mpact - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #mpact-wrapper .row p {
        font-size: 22px;
    }
}
/* >> mpact - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #mpact-mobile-content p {
        font-size: 15px;
    }
}
/* >> mpact - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #mpact-mobile-content h1 {
        font-size: 19px;
    }
}



/*** COLORLINE ***/
#colorline-wrapper {
    background: #fff;
    color: white;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
#colorline-wrapper .container-fluid {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
/* >> Colorline - Top Content */
#colorline-wrapper .top-content h1,
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content p {
    text-align: center;  
}
#colorline-wrapper .tinyText {
    font-size: 12px;
}
#colorline-wrapper .top-content h2 {
    text-transform: none;
    font-size: 40px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #98532F;
}

#colorline-wrapper .top-content p:not(#colorline-slideshow-controls p) {
    max-width: 750px;
    margin: 3vh auto 4vh;
    font-weight: 600 !important;
    line-height: 140%;
    color: black;
}
#colorline-wrapper .top-content p {
    height: var(--colorlineTopContentPHeight);
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: #98532F;
    color: #fff;
    border: 1px solid #98532F;
    font-weight: 600 !important;
    margin-top: 3vh;
}
#colorline-wrapper a.mlkn-button:hover {
    background: #fff;
    color: #98532F;
}
#colorline-wrapper .top-content {
    margin-top: 5vh;
}
#colorline-wrapper .bottom-content {
    margin: -5vh 0 6vh;
}
#atmosphereHeader, #perspectiveHeader, #horizonHeader {
    color: #B5B5B5 !important;
}
/*
#colorline-slideshow-wrapper .cycle-pager a::before {
    color: 999999;
    text-transform: none;
    font-size: 30px;
    font-weight: bold !important;
    letter-spacing: 4px;
}
#colorline-slideshow-wrapper .cycle-pager a.cycle-pager-active::before {
    color: white;
}
#colorline-slideshow-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}
*/
#colorline-slideshow-controls span {
    font-weight: 600 !important;
}
#colorline-slideshow-controls label::before {
    color: #999999;
    text-transform: none;
    font-size: 30px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-slideshow-controls label.active::before {
    color: white;
}
#colorline-slideshow-controls label:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-slideshow-controls label:last-of-type::before {
    content: "MAINFRAME";
}
#colorline-slideshow-controls > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#colorline-slideshow-controls > div > div {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
#colorline-slideshow-controls > div > div span {
    font-size: 24px;
    color: #B5B5B5;
}
#colorline-slideshow-controls > div > div span i {
    color: #B5B5B5;
    white-space: nowrap;
}
#colorline-slideshow-controls > div > div span.active {
    color: #616365;
}
#colorline-slideshow-controls > div > div span.active i {
    color: #616365;
}
#colorline-wrapper .cycle-pager {
    position: absolute;
    left: 31%;
    top: -30%;
    width: auto;
    margin: 1em;
}
#colorline-wrapper .cycle-pager a {
    text-decoration: none;
    color: white;
}
#colorline-wrapper .cycle-pager a::before {
    color: #999999;
    font-size: 25px;
    font-weight: 700 !important;
    letter-spacing: 4px;
}
#colorline-wrapper .cycle-pager a.cycle-pager-active::before {
    color: white;
}
#colorline-wrapper .cycle-pager a.active::before {
    color: white;
}
#colorline-wrapper .cycle-pager a:first-of-type::before {
    content: "LIGHT WAVE";
}
#colorline-wrapper .cycle-pager a:last-of-type::before {
    content: "MAINFRAME";
}

/* >> Colorline - Slideshow */
#colorline-desktop-slideshow {
    display: none;
}
#colorline-wrapper .cycle-slideshow {
    width: 100%;  
    /* min-height: 525px; */
    height: var(--colorlineHeight);
    margin-bottom: 5vh;
}
#colorline-wrapper .slide {
    width: 100%;  
    position: relative;
}
#colorline-wrapper .slide > div:first-of-type {
    margin-top: 0 !important;  
}
#colorline-wrapper .slide h2.side-text {
    position: absolute;  
    background: transparent;
    height: 24px;
    margin: 0;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 150px;
    left: -60px;
    display: inline-block;
}
#colorline-wrapper .color-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
    margin-top: 0;
}
#colorline .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline .color-tile img {
    height: 122px;
    width: 305px;
}
#colorline-wrapper .color-tile p {
    color: #616365;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}
#colorline-wrapper a {
    text-decoration: none;
}
#colorline .blank-tile {
    width: var(--blankTileWidth) !important;
}
#colorline .color-tile.set-width img {
    width: var(--colorTileWidth) !important;
}
#colorline-wrapper .cycle-pager {
    display: none !important;
}
#colorline-slideshow-controls p {
    font-size: 24px;
    color: #999999;
}
div#colorline-slideshow-controls p span.active {
    color: white;
}
#colorline-wrapper .color-tile p span.new {
    font-style: italic;
    text-transform: uppercase;
    color: #c7972b;
}
#colorline-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}

#colorline-wrapper .color-tile img {
    height: auto !important;
    width: 110% !important;
    max-width: 100%;
}

/* >> Colorline - Pager */
#colorline-large-slideshow-wrapper .cycle-pager,
#colorline-wrapper .cycle-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
/* >> Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    
    margin: 20px 0;
    text-align: center;
}
#colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #bbb;
}
#colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorline - Mobile */
#colorline-mobile {
    display: none;
    text-align: center;
}
#colorline-mobile img {
    max-width: 375px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
#colorline-mobile .color-tile {
    display: inline-block;
    width: 33.3%;
    padding: 7px;
}
#colorline-mobile-slideshow-controls {
    display: none;
}
/* >> Colorline - Media Queries */
@media only screen and (max-width: 1650px) {
    /* #colorline-large-slideshow-wrapper .color-tile img {
        width: 125px;
        height: 125px;
    } */
}
@media only screen and (max-width: 1450px) {
    /* #colorline-large-slideshow-wrapper .color-tile {
        width: 11%;
    }
    #colorline-large-slideshow-wrapper .color-tile img {
        width: 110px;
        height: 110px;
    } */
}
@media only screen and (max-width: 1350px) {
    /* #colorline-large-desktop-slideshow {
        display: none;
    }
    #colorline-desktop-slideshow {
        display: block;
    } */
}
@media only screen and (max-width: 1200px) {
    #colorline .color-tile img {
        height: 100px;
        width: 100px;
    }
    #colorline .color-tile {
        padding: 10px;
    }
    #colorline-wrapper .cycle-slideshow {
        min-height: none;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .cycle-pager {
        display: none;  
    }
    #colorline-slideshow-controls {
        display: block;  
    }
    #colorline .color-tile {
        display: inline-block;
        width: 40%;
        padding: 7px;
    }
    #colorline-wrapper .top-content h1 {
        margin-top: 50px;
    }
    #colorline-wrapper .cycle-slideshow {
        min-height: revert;
    }
    #colorline-wrapper a.mlkn-button {
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    /* #colorline-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    } */
    #colorline-wrapper .container-fluid {
        min-height: 0;
    }
    #colorline-wrapper .top-content h1 {
        margin-top: 0;
    }
    #colorline .color-tile {
        display: inline-block;
        width: 18%;
        padding: 7px;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 30px;
        margin-bottom: 5vh;
    }
    #colorline-wrapper .bottom-content {
        margin: -1vh 0 6vh;
    }
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #atmosphereHeader, #perspectiveHeader, #horizonHeader {
        display: none !important;
    }
}
@media only screen and (max-width: 500px) {
    /* #colorline-wrapper a.mlkn-button {
        width: auto;
    } */
    #colorline-wrapper .top-content h1 {
        font-size: 25px;
    }
    #colorline-wrapper {
        height: fit-content;
    }
}
/* >> Colorline - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #colorline-wrapper .top-content h1 {
        font-size: 45px;
    }
    #colorline-wrapper .top-content p {
        font-size: 22px;
    }
    #colorline-wrapper a.mlkn-button {
        font-size: 20px;
        width: 400px;
        padding: 10px 15px;
    }
}
/* >> Colorline - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> Colorline - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
 
}
/* >> Colorline - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {


}

/* VISUALIZE */
  /* Containers */
  #visualize-wrapper {
    height: fit-content;
    background-color: #fff;
    /* background-image: url('/-/media/878b8f77112341baaa508551ddc1dd53.ashx'); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 75%;
  }
  #visualize-wrapper .row {
    min-height: fit-content;
    /* -- START IE 11 HACK */
    /* height: 1px; */
    /* -- END IE 11 HACK */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  /* Content */

  #visualize-wrapper .row b,
  #visualize-wrapper .row h2,
  #visualize-wrapper .row p {
    width: 100%;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #visualize-wrapper h2 {
    text-transform: none;  
  }
  #visualize-wrapper img {
    width: 100%;
  }
  #visualize-wrapper .row b {
    font-size: 30px;  
    color: #000;
  }
  #visualize-wrapper .row p {
    color: #616365;
  }
  #visualize-wrapper .row h2 {
    font-size: 40px;  
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin: 4vh 0 1vh;
    color:#98532F;
  }
  #visualize-wrapper .buttons {
    text-align: center;  
    margin: 2vh 0 6vh;
  }
  #visualize-wrapper a.mlkn-button {
    width: 300px;
    background: #98532F;
    border: 1px solid #98532F;
    text-align: center;
    color: #fff;
    font-weight: 600 !important;
  }
  #visualize-wrapper a.mlkn-button:hover {
    border: 1px solid #98532F;
    background: #fff;
    color: #98532F;
  }
  #visualize-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
  }
  /* HOTSPOTS */
  #visualize-wrapper .hotspots {
    position: relative;
  }
  #visualize-hotspot-1 {
    bottom: 35vh;
    left: 10vw;
  }
  #visualize-hotspot-2 {
    bottom: 35vh;
    right: 15vw;
  }
  #visualize-hotspot-2 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
  }
  #visualize-hotspot-3 {
    bottom: 34vh;
    left: 5vw;
  }
  /* Media Queries */
  @media only screen and (max-width: 1600px) {
    #visualize-hotspot-1 {
    }
    #visualize-hotspot-2 {
    }
  }
  @media only screen and (max-width: 1200px) {
    #visualize-wrapper img {
        width: 200%;
        max-width: fit-content;
        margin-left: -25%;
    }
    #visualize-hotspot-1 {
    }
    #visualize-hotspot-2 {
    }
  }
  @media only screen and (max-width: 1099px) {
    #visualize-wrapper h1 {
      font-size: 40px;  
    }
    #visualize-wrapper a.mlkn-button {
      width: 260px;  
    }
  }
  @media only screen and (max-width: 991px) {
    #visualize-wrapper b {
      font-size: 20px;  
    }
    #visualize-wrapper h1 {
      font-size: 35px;  
    }
    #visualize-wrapper a.mlkn-button {
      display: block;
      margin: 20px auto !important;
      width: 300px;
    }  
  }
  @media only screen and (max-width: 850px) {

  }
  @media only screen and (max-width: 767px) {
    #visualize-wrapper .row h2 {
        font-size: 30px;
    }
    #visualize-wrapper .buttons {
        margin: 2vh 0 0;
    }
  }
  @media only screen and (max-width: 500px) {
  #visualize-wrapper .row h1 {
    font-size: 25px;
  }
  }
  
/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/2a935b853ef840a59256fbff87faab54.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    
}
/* >> Creative Collective - Image */
#creative-collective-wrapper img {
    width: 200px;  
    margin-top: 40px;
}
/* >> Creative Collective - Button */
#creative-collective-wrapper a.mlkn-button {
    background: #036;
    border: 1px solid #036;
    text-align: center;
    margin-top: 135px;
    width: 300px;
}
/* >> Creative Collective - Media Queries */
@media only screen and (max-width: 767px) {
    #creative-collective-wrapper .row > div:first-of-type {
        text-align: center;  
    }
    #creative-collective-wrapper .row > div:first-of-type img {
        margin: 20px auto 0;  
        width: 150px;
    }
    #creative-collective-wrapper a.mlkn-button {
        display: block;
        margin: 30px auto 0;
    }
}
/* >> Creative Collective - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #creative-collective-wrapper a.mlkn-button {
        font-size: 20px;
    }
}
