  /*** BODY ***/
  body {
    position: relative;
}
main {
    background: #474647;
}
.bottom-nav-wrapper {
    border-top: none !important;
}
a.mlkn-button {
    font-weight: 600 !important;
}
#tsbAudio {
    display: none;
}
@media only screen and (max-width: 1200) {
    .hotspot {
        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="#merge-forward-video-wrapper"]::before {
    content: "MERGE Forward";
}
#navbar-circles a[href="#introduction-wrapper"]::before {
    content: "Introduction";
}
#navbar-circles a[href="#design-wrapper"]::before {
    content: "Design";
}
#navbar-circles a[href="#durability-wrapper"]::before {
    content: "Durability & Value";
}
#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="#order-samples-wrapper"]::before {
    content: "Order Samples";
}
#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: 991px) {
    .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 ***/
#merge-forward-video-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
/* >> The topsection - Video Container */
#merge-forward-video-wrapper .video-container {
    height: max(750px, 100vh);
    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;
}
#merge-forward-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 */
#merge-forward-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    /* top: max(263px, 38vh); */
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#merge-forward-video-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#merge-forward-video-wrapper .text-overlay h2 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#merge-forward-video-wrapper h3 {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: white;
}
#merge-forward-video-wrapper h3.below-title {
    margin-top: 2vh;
}
#merge-forward-video-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#merge-forward-video-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#merge-forward-video-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 3vh;
    position: absolute;
    color: white;
    text-align: center;
}
#merge-forward-video-wrapper .bottom-text p {
    font-size: 18px;
}
#merge-forward-video-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
#merge-forward-video-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: auto;
}
#merge-forward-video-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
/* >> The topsection - Text Container */
#merge-forward-video-wrapper .container {
    min-height: 25vh;
}
#merge-forward-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;
}
#merge-forward-video-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#merge-forward-video-wrapper .container .button-wrapper {
    text-align: center;
}
#merge-forward-video-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#merge-forward-video-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#merge-forward-video-wrapper .mobileOnly {
    display: none;
}
#merge-forward-video-wrapper p {
    margin: 2rem;
}
#merge-forward-video-wrapper img.redListLogo {
    max-width: 150px;
    margin: 1rem;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #merge-forward-video-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 1200px) {
    #merge-forward-video-wrapper .text-overlay h2 {
        font-size: 66px;
        letter-spacing: 12px;
    }
    #merge-forward-video-wrapper h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    #merge-forward-video-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #merge-forward-video-wrapper .container,
    #merge-forward-video-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #merge-forward-video-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #merge-forward-video-wrapper .container a.mlkn-button,
    #merge-forward-video-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #merge-forward-video-wrapper img.redListLogo {
        margin: 1vh;
    }
    #merge-forward-video-wrapper .text-overlay h2 {
        font-size: 60px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    #merge-forward-video-wrapper .text-overlay {
        width: 100%;
        padding: 10px;
    }
    #merge-forward-video-wrapper .text-overlay h2 {
        font-size: 50px;
        letter-spacing: 8px;
    }
    #merge-forward-video-wrapper .mobileOnly {
        display: revert;
    }
    #merge-forward-video-wrapper .desktopOnly {
        display: none;
    }
    #merge-forward-video-wrapper h3 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #merge-forward-video-wrapper .text-overlay h2 {
        font-size: 45px;
    }
    #merge-forward-video-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #merge-forward-video-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #merge-forward-video-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #merge-forward-video-wrapper .text-overlay h2 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #merge-forward-video-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #merge-forward-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) {
    #merge-forward-video-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #merge-forward-video-wrapper .text-overlay h2 {
        font-size: 110px;
    }
    #merge-forward-video-wrapper .container,
    #merge-forward-video-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #merge-forward-video-wrapper .container p {
        font-size: 25px;
    }
    #merge-forward-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) {
    #merge-forward-video-wrapper .text-overlay h2 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}


/* >> Introduction >> */
#introduction-wrapper {
    position: relative;
    padding: 0;
    background: #474647;
    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(750px, 100vh); 
}
#introduction-wrapper .image-column img, #introduction-wrapper .image-column video,  #introduction-wrapper .image-column iframe {
    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 img.play-btn {
    width: 150px;
    position: absolute;
    right: 25%;
    z-index: 995;
}
#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 .content-column a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
#introduction-wrapper .mobileOnly {
    margin-top: 3vh;
    display: none;
}
/* >> 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: #D1D8C5;
    padding-right: 5vw;
}
#introduction-wrapper > .row p {
    font-size: 16px;
    
}
#introduction-hotspot-1 {
    bottom: 20vh;
    left: 48vw;
}
#introduction-hotspot-2 {
    bottom: 20vh;
    right: 30vw;
}
/* >> Introduction Wrapper - Media Queries */
@media only screen and (max-width: 1500px) {
    #introduction-hotspot-1 {
        bottom: 38vh;
        left: 41vw;
    }
    #introduction-hotspot-2 {
        bottom: 30vh;
    }
}
@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 {
        bottom: 25vh;
        left: 18vw;
    }
    #introduction-hotspot-2 {
        bottom: 20vh;
        right: 50vw;
    }
    #introduction-wrapper .mobileOnly {
        display: revert;
        width: 100%;
        margin-bottom: 3em;
    }
    #introduction-wrapper .image-column {
        display: none;
    }
    #introduction-wrapper .content-column a.mlkn-button {
        margin-bottom: 5vh;
    }
    #introduction-wrapper {
        min-height: auto;
    }
    #introduction-wrapper img.play-btn {
        width: 100px;
        right: calc(50% - 50px);
        top: revert;
        bottom: var(--mfVideoBtnBottom);
        position: absolute;
    }
}

/*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 img.play-btn {
        top: revert;
        bottom: var(--mfVideoBtnBottom);
        width: 70px;
        right: calc(50% - 35px);
    }
}
/* >> 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/a6ea4b08a88c4b39ae4b42bc35f4ee1c.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: #D1D8C5;
    text-transform: none;
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 40px;
    text-transform: none;
    margin-bottom: 10px;
}
#design-wrapper p:not(.hotspot-content p) {
    color: white;
    margin: 3vh auto;
}
#design-wrapper .mobileOnly {
    display: none;
    background: #474647;
}
/* >> DESIGN - Hotspots */
#design-hotspot-1 {
    bottom: 15%;
    left: 50%;
    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-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
/* >> 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: 1500px) {
    #design-hotspot-1 {
        bottom: 7%;
        right: 40%;
    }
    #design-hotspot-2 {
        bottom: 20%;
        right: 20%;
    }
}
@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;
    }
}
@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;
    }
}

@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;
    }
}



/*** durability ***/
#durability-wrapper {
    position: relative;
    padding: 0;
    background: #474647;
}
/* >> durability - Slideshow */
#durability-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: max(750px, 100vh);
}
#durabilityMobileCarousel {
    display: none;
}
#durability-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#durability-slide-1 {
    background-image: url('/-/media/a857dda83a254a32a6f6a4424045b8c3.ashx');
}
#durability-slide-2 {
    background-image: url('/-/media/32a3131182ad406fb5e690ee60255226.ashx');
}
#durability-slide-3 {
    background-image: url('/-/media/a12ad95472b04885aa151278d8564cba.ashx');
}
#durability-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#durability-wrapper h2,
#durability-wrapper p:not(.hotspot-content p) {
    text-align: left;
    color: #fff;
}
#durability-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#durability-wrapper h2 {
    text-transform: none;
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 40px;
    text-transform: none;
    margin: 10vh 0 0;
    color: #D1D8C5;
}
#durability-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;
}
#durability-wrapper .content-column p {
    margin: 2vh 0 5vh;
}
#durability-wrapper .content-column > div {
    margin: 0 3vw 0 2vw;
    text-align: left;
}
#durability-wrapper sup {
    top: -0.25em;
}
/* >> durability - Hotspots */
#durability-wrapper .hotspot-content p {
    color: black;
}
#durability-hotspot-1 {
    bottom: 20%;
    left: 15%;
}
#durability-hotspot-2 {
    bottom: 41%;
    left: 25%;
}
#durability-hotspot-3 {
    bottom: 20%;
    left: 15%;
}
#durability-hotspot-4 {
    bottom: 20%;
    left: 15%;
}
/* #durability-hotspot-4 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
} */
#durability-hotspot-5 {
    bottom: 50%;
    right: 30%;
}
#durability-hotspot-6 {
    bottom: 25%;
    right: 45%;
}
#durability-hotspot-6 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> durability - Pager */
#durability-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%;
}
#durability-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
    margin: 0 2vw;
}
#durability-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> durability - Slideshow Controls */
#durability-outer-wrapper {
    position: relative;  
}
#durability-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 45vh;
    width: 100%;
    z-index: 500;
}
#durability-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#durability-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#durability-slideshow-controls button:focus {
    outline: none;
}
#durability-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;
}
#durability-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
#durability-wrapper td {
    vertical-align: top;
    color: white;
}
#durability-wrapper table {
    margin: 2vh 0;
}
/* >> durability - Mobile Content */
#durability-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#durability-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; 
}
#durability-mobile-content h2,
#durability-mobile-content p {
    color: #fff;
    text-align: left;
}
#durability-wrapper h2 {
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 40px;
    color: #D1D8C5;
}
#durability-mobile-content h2 {
    font-weight: 500 !important;
    letter-spacing: 1px;
    font-size: 40px;
    color: #D1D8C5;
}
#durability-mobile-content p {
    font-size: 16px;
}
/* >> durability - Media Queries */
@media only screen and (max-width: 1450px) {
    #durability-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    #durability-wrapper h1 {
        margin-top: 8vh;
    }
    #durabilityMobileCarousel {
        display: revert;
    }
    #durability-outer-wrapper {
        display: none;
    }
    #durability-slideshow-controls {
        display: none;
    }
    #durability-wrapper .content-column p {
        margin: 2vh 0;
    }
    #durability-wrapper h2 {
        margin: 5vh 0 0;
    }
    #durability-wrapper .content-column > div {
        margin: auto;
    }
}
@media only screen and (max-width: 1100px) {
    #durability-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #durability-slideshow-wrapper .cycle-slideshow,
    #durability-slideshow-wrapper .slide {
        height: auto;
        min-height: 100vh;
    }
    #durability-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;
    }
    #durability-wrapper h1 {
        font-size: 30px;
        margin-top: 40px;
    }    
    #durability-wrapper p {
        font-size: 16px;
    }
    /* #durability-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #durability-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #durability-slideshow-wrapper .hotspot {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #durability-slideshow-wrapper .cycle-slideshow,
    #durability-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #durability-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #durability-slideshow-wrapper .slide-content {
        display: none;
    }
    #durability-mobile-content {
        display: block;
    }
    #durability-wrapper h2 {
        font-size: 30px;
    }
    #durability-wrapper .content-column > div {
        margin: 0;
    }
}
@media only screen and (max-width: 500px) {
    #durability-mobile-content h1 {
        font-size: 25px;
    }
    #durability-mobile-content p {
        font-size: 15px;
    }
    #durability-wrapper h1 {
        font-size: 25px;
    }

}
/* >> durability - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #durability-wrapper h1 {
        font-size: 55px;
    }    
    #durability-wrapper p {
        font-size: 25px;
    }
}
/* >> durability - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}




/* >> durability - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #durability-mobile-content h1 {
        font-size: 28px;
    }

}
/* >> durability - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> durability - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   

}


/*** durabilityMobile ***/
#durabilityMobile-wrapper {
    position: relative;
    padding: 0;
    background: #474647;
}
/* >> durabilityMobile - Slideshow */
#durabilityMobile-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: max(750px, 100vh);
}
#durabilityMobileMobileCarousel {
    display: none;
}
#durabilityMobile-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#durabilityMobile-slide-1 {
    background-image: url('/-/media/a857dda83a254a32a6f6a4424045b8c3.ashx');
}
#durabilityMobile-slide-2 {
    background-image: url('/-/media/32a3131182ad406fb5e690ee60255226.ashx');
}
#durabilityMobile-slide-3 {
    background-image: url('/-/media/a12ad95472b04885aa151278d8564cba.ashx');
}
#durabilityMobile-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#durabilityMobile-wrapper h1,
#durabilityMobile-wrapper p:not(.hotspot-content p) {
    text-align: left;
    color: #fff;
}
#durabilityMobile-wrapper p:not(.hotspot-content p) {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
#durabilityMobile-wrapper h1 {
    text-transform: none;
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 34px;
    text-transform: none;
    margin-bottom: 10px;
}
#durabilityMobile-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;
}
#durabilityMobile-wrapper .content-column p {
    margin: 40px 0;
}
#durabilityMobile-wrapper .content-column > div {
    margin: 0 3vw 0 2vw;
    text-align: left;
}
#durabilityMobile-wrapper sup {
    top: -0.25em;
}
/* >> durabilityMobile - Hotspots */
#durabilityMobile-wrapper .hotspot-content p {
    color: black;
}
#durabilityMobile-hotspot-1 {
    bottom: 20%;
    left: 25%;
}
#durabilityMobile-hotspot-2 {
    bottom: 15%;
    right: 25%;
}
#durabilityMobile-hotspot-3 {
    bottom: 45%;
    left: 25%;
}
#durabilityMobile-hotspot-4 {
    bottom: 20%;
    left: 20%;
}
/* #durabilityMobile-hotspot-4 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
} */
#durabilityMobile-hotspot-5 {
    bottom: 50%;
    right: 30%;
}
#durabilityMobile-hotspot-6 {
    bottom: 25%;
    right: 45%;
}
#durabilityMobile-hotspot-6 .hotspot-content {
    left: revert;
    right: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}
/* >> durabilityMobile - Pager */
#durabilityMobile-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%;
}
#durabilityMobile-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
    margin: 0 2vw;
}
#durabilityMobile-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> durabilityMobile - Slideshow Controls */
#durabilityMobile-outer-wrapper {
    position: relative;  
}
#durabilityMobile-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 45vh;
    width: 100%;
    z-index: 500;
}
#durabilityMobile-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#durabilityMobile-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#durabilityMobile-slideshow-controls button:focus {
    outline: none;
}
#durabilityMobile-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;
}
#durabilityMobile-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
#durabilityMobile-wrapper td {
    vertical-align: top;
    color: white;
}
#durabilityMobile-wrapper table {
    margin: 2vh 0;
}
/* >> durabilityMobile - Mobile Content */
#durabilityMobile-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#durabilityMobile-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; 
}
#durabilityMobile-mobile-content h1,
#durabilityMobile-mobile-content p {
    color: #fff;
    text-align: left;
}
#durabilityMobile-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #fff;
}
#durabilityMobile-mobile-content p {
    font-size: 16px;
}
/* >> durabilityMobile - Media Queries */
@media only screen and (max-width: 1450px) {
    #durabilityMobile-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    #durabilityMobile-wrapper h1 {
        margin-top: 8vh;
    }
    #durabilityMobileMobileCarousel {
        display: revert;
    }
    #durabilityMobile-slideshow-wrapper .cycle-slideshow {
        height: 60vh;
    }
}
@media only screen and (max-width: 1100px) {
    #durabilityMobile-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #durabilityMobile-slideshow-wrapper .cycle-slideshow,
    #durabilityMobile-slideshow-wrapper .slide {
        height: auto;
        min-height: 100vh;
    }
    #durabilityMobile-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;
    }
    #durabilityMobile-wrapper h1 {
        font-size: 30px;
        margin-top: 40px;
    }    
    #durabilityMobile-wrapper p {
        font-size: 16px;
    }
    /* #durabilityMobile-wrapper a.mlkn-button {
        border: 2px solid #333;
    } */
    #durabilityMobile-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #durabilityMobile-slideshow-wrapper .hotspot {
        display: none;
    }
    #durabilityMobile-slideshow-controls {
        display: block;
        position: relative;
        bottom: 20vh;
    }
    #durabilityMobile-slideshow-wrapper .cycle-slideshow, #durabilityMobile-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #durabilityMobileCarousel {
        height: 50vh;
        margin-top: 3rem;
    }
}
@media only screen and (max-width: 767px) {
    #durabilityMobile-slideshow-wrapper .cycle-slideshow,
    #durabilityMobile-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #durabilityMobile-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #durabilityMobile-slideshow-wrapper .slide-content {
        display: none;
    }
    #durabilityMobile-mobile-content {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #durabilityMobile-mobile-content h1 {
        font-size: 25px;
    }
    #durabilityMobile-mobile-content p {
        font-size: 15px;
    }
    #durabilityMobile-wrapper h1 {
        font-size: 25px;
    }
    #durabilityMobile-slideshow-wrapper .cycle-slideshow, #durabilityMobile-slideshow-wrapper .slide {
        width: 140%;
        left: -25%;
    }
    #durabilityMobile-slideshow-controls {
        bottom: 15vh;
    }
}
/* >> durabilityMobile - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #durabilityMobile-wrapper h1 {
        font-size: 55px;
    }    
    #durabilityMobile-wrapper p {
        font-size: 25px;
    }
}
/* >> durabilityMobile - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}




/* >> durabilityMobile - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #durabilityMobile-mobile-content h1 {
        font-size: 28px;
    }

}
/* >> durabilityMobile - iPhone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> durabilityMobile - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #durabilityMobile-slideshow-controls {
        bottom: 18vh;
    }
}



/*** acoustics ***/
#acoustics-wrapper {
    height: auto;
    padding: 0;
}
#acoustics-wrapper .image-container {
    height: max(750px, 100vh);
    background-image: url('/-/media/bb226b28a61b4ed5867b260ea8141671.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position: center;
}
#acoustics-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;
}
/* >> acoustics - Content */
#acoustics-wrapper .row h1,
#acoustics-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: left;
    display: block;

    margin-left: auto;
    margin-right: auto;
}

#acoustics-wrapper .row p {
    font-size: 18px;
}
#acoustics-wrapper .text-box {
    width: 650px;
    left: 7vw;
    position: absolute;
    height: fit-content;
    bottom: 6%;
    color: white;
}
#acoustics-wrapper .text-box > div {
    padding: 2em 2em 2em 0;
}
#acoustics-wrapper .text-box h2 {
    font-size: 40px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    color: #D1D8C5;
}
#acoustics-wrapper .text-box h3 {
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-size: 27px;
}
#acoustics-wrapper .text-box h1 {
    color: white;
    text-transform: none;
    font-weight: 700 !important;
    letter-spacing: 4px;
    font-size: 60px;
    text-transform: none;
    margin-bottom: 10px;
}
#acoustics-wrapper .text-box p {
    color: white;
    margin: 3vh auto;
}
#acoustics-wrapper .mobileOnly {
    display: none;
    background: #474647;
}
/* >> acoustics - Hotspots */
#acoustics-hotspot-1 {
bottom: 25%;
right: 30%;
z-index: 99;
}
#acoustics-hotspot-2 {
    bottom: 53%;
    left: 20%;
}
#acoustics-hotspot-3 {
    bottom: 35%;
    left: 45%;
}
#acoustics-hotspot-4 {
    bottom: 8%;
    left: 46%;
}
#acoustics-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;
}
#acoustics-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
/* >> acoustics - Mobile Content */
#acoustics-mobile-content {
    background: #000;
    display: none;
    position: relative;
}
#acoustics-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; 
}
#acoustics-mobile-content h1,
#acoustics-mobile-content p {
    color: #fff;
    text-align: center;
}
#acoustics-mobile-content h1 {
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-size: 25px;
}
#acoustics-mobile-content p {
    font-size: 16px;
}
/* >> acoustics - Media Queries */
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {
    #acoustics-wrapper .row h1,
    #acoustics-wrapper .row p {
        max-width: 800px;
    }
    #acoustics-wrapper .text-box  {
        left: 16.6%;
    }
    #acoustics-hotspot-1 {
        bottom: 35%;
    }
}
@media only screen and (max-width: 991px) {
    #acoustics-wrapper .text-box {
        left: 8.3%;
    }
}
@media only screen and (max-width: 767px) {
    #acoustics-wrapper {
        height: auto;
        padding: 0;
    }
    #acoustics-wrapper .row {
        display: none;
    }
    #acoustics-mobile-content {
        display: block;
    }
    #acoustics-wrapper .text-box {
        width: 100%;
        left: 0;
        top: 0;
    }
    #acoustics-wrapper .mobileOnly {
        display: revert;
        position: relative;
    }
    #acoustics-wrapper .text-box.desktopOnly {
        display: none;
    }
    #acoustics-wrapper .text-box h1 {
        font-size: 50px;
    }
    #acoustics-wrapper .text-box h2 {
        font-size: 30px;
    }
    #acoustics-wrapper .text-box h3 {
        font-size: 20px;
    }
    #acoustics-wrapper .image-container {
        display: none;
    }
    #acoustics-wrapper .mobileOnly img {
        margin-top: 3vh;
    }
    #acoustics-wrapper .row {
        min-height: revert;
        height: auto;
    }
    #acoustics-wrapper .text-box > div {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media only screen and (max-width: 500px) { 
    #acoustics-mobile-content h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}
/* >> acoustics - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #acoustics-wrapper .row p {
        font-size: 22px;
    }
}
/* >> acoustics - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #acoustics-mobile-content p {
        font-size: 15px;
    }
}
/* >> acoustics - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #acoustics-mobile-content h1 {
        font-size: 19px;
    }
}
/* >> acoustics - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #acoustics-mobile-content h1 {
        font-size: 17px;
        letter-spacing: 0;
    }
}


/* >> red-list-free >> */
#red-list-free-wrapper {
    position: relative;
    padding: 0;
    background: #474647;
    color: white;
}
#red-list-free-wrapper {
    position: relative;
}
#red-list-free-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;
}
#red-list-free-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;  
}
/* >> red-list-free Wrapper - Video */
#red-list-free-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#red-list-free-wrapper img.redListLogo {
    width: 150px;
    margin: 3vh 0;
}
/* >> red-list-free Wrapper - All */
#offbeat-wrapper [class^="col"],
#phenom-wrapper [class^="col"],
#red-list-free-wrapper [class^="col"],
#red-list-free-wrapper {
    min-height: max(750px, 100vh); 
    height: auto;
}
#red-list-free-wrapper .image-column img {
    width: 90%;
    margin: 10vh 0;
}
#red-list-free-wrapper .content-column > div {
    margin: 0 0vw 0 7vw;
    text-align: left;
}
#red-list-free-wrapper .content-column img.logo {
    width: 100%;
}
#red-list-free-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#red-list-free-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#red-list-free-wrapper .content-column p {
    color: #fff;
    font-size: 16px;
    
    margin: 40px 0;
}
#red-list-free-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;
}
#red-list-free-wrapper .content-column a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
#red-list-free-wrapper .mobileOnly {
    margin-top: 3vh;
    display: none;
}
/* >> red-list-free Wrapper - Content */
#red-list-free-wrapper > .row h2,
#red-list-free-wrapper > .row p {
    width: 100%;
}
#red-list-free-wrapper > .row h2 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 500 !important;
    color: #D1D8C5;
}
#red-list-free-wrapper > .row p {
    font-size: 16px;
    
}
#red-list-free-hotspot-1 {
    bottom: 15vh;
    right: 45vw;
}
#red-list-free-hotspot-2 {
    bottom: 20vh;
    right: 30vw;
}
/* >> red-list-free Wrapper - Media Queries */
@media only screen and (max-width: 1500px) {
    #red-list-free-hotspot-1 {
        bottom: 38vh;
        left: 41vw;
    }
    #red-list-free-hotspot-2 {
        bottom: 30vh;
    }
}
@media only screen and (max-width: 1200px) {
    #offbeat-wrapper,
    #phenom-wrapper,
    #freethinker-wrapper,
    #red-list-free-wrapper {
        min-height: 100vh;
        height: auto;
    }
    #red-list-free-wrapper [class^="col"] {
        height: auto;
    }
    #red-list-free-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #red-list-free-wrapper .content-column > div {
        margin: auto;
    }
    #red-list-free-wrapper .image-column img {
        width: 100%;
    }
    #red-list-free-hotspot-1 {
        bottom: 25vh;
        left: 18vw;
    }
    #red-list-free-hotspot-2 {
        bottom: 20vh;
        right: 50vw;
    }
    #red-list-free-wrapper .mobileOnly {
        display: revert;
    }
    #red-list-free-wrapper .image-column {
        display: none;
    }
    #red-list-free-wrapper .content-column a.mlkn-button {
        margin-bottom: 5vh;
    }
    #red-list-free-wrapper {
        min-height: auto;
    }
}

/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #red-list-free-wrapper > .row h1 {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 767px) {
    #red-list-free-wrapper > .row h1 {
        font-size: 25px;
    }
    #red-list-free-wrapper > .row {
        height: auto;
    }
    #red-list-free-wrapper > .row h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 500px) {
    #red-list-free-wrapper > .row h1 {
        font-size: 25px;
    }
    #red-list-free-wrapper > .row p {
        font-size: 16px;
    }
    #red-list-free-wrapper .content-column a.mlkn-button {
        margin-bottom: 10vh;
    }
}
/* >> red-list-free Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #red-list-free-wrapper .content-column p {
        font-size: 20px;
    }
    #red-list-free-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #red-list-free-wrapper > .row h1 {
        font-size: 45px;
    }
    #red-list-free-wrapper > .row p {
        font-size: 20px;
    }
}
/* >> red-list-free - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #red-list-free-wrapper .content-column a.mlkn-button {
        margin-bottom: 5vh;
    }
}
/* >> red-list-free - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #red-list-free-wrapper .content-column img.logo {
        max-width: 270px;
    }
    #red-list-free-wrapper .content-column {
        margin: 18px 0;
    }
    #offbeat-wrapper, #phenom-wrapper, #freethinker-wrapper, #red-list-free-wrapper {
        min-height: 103vh;
    }
}



/*** mpact ***/
#mpact-wrapper {
    height: auto;
    padding: 0;
}
#mpact-wrapper .image-container {
    height: max(750px, 100vh);
    background-image: url('/-/media/ec64c54db41a4ae59525ebafefb11533.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position: center;
}
#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 - Content */
#mpact-wrapper .row h1,
#mpact-wrapper .row p {
    width: 100%;
    max-width: 900px;
    color: #fff;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mpact-wrapper .row p {
    font-size: 18px;
}
#mpact-wrapper .text-box {
    width: 650px;
    left: 7vw;
    position: absolute;
    height: 80%;
    top: 10%;
    color: white;
    display: flex;
}
#mpact-wrapper .text-box > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mpact-wrapper .text-box h3 {
    font-size: 50px;
    font-weight: 700 !important;
    letter-spacing: 5px;
    color: white;
}
#mpact-wrapper sup {
    font-size: 14px;
    top: -1.8em;
}
#mpact-wrapper h5 sup {
    top: -1em;
}
#mpact-wrapper .text-box h2 {
    font-weight: 600 !important;
    letter-spacing: 0px;
    font-size: 16px;
}
#mpact-wrapper .text-box 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 h6 {
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3vh;
}
#mpact-wrapper .text-box h5 {
    color: white;
    font-size: 30px;
    font-weight: 400;
}
#mpact-wrapper .text-box p {
    color: white;
    margin: 3vh auto;
}
#mpact-wrapper .mobileOnly {
    display: none;
    background: #474647;
}
/* >> 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;
}
#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: 1200px) {
    #mpact-wrapper .row h1,
    #mpact-wrapper .row p {
        max-width: 800px;
    }
    #mpact-wrapper .text-box {
        left: 16.6%;
        margin: 0;
    }
}
@media only screen and (max-width: 991px) {
    #mpact-wrapper .text-box {
        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 {
        width: 100%;
        left: 0;
        top: 0;
    }
    #mpact-wrapper .mobileOnly {
        display: revert;
        position: relative;
    }
    #mpact-wrapper .text-box.desktopOnly {
        display: none;
    }
    #mpact-wrapper .text-box h1 {
        font-size: 50px;
    }
    #mpact-wrapper .text-box h3 {
        font-size: 30px;
    }
    #mpact-wrapper .text-box h2 {
        font-size: 12px;
    }
    #mpact-wrapper .text-box h5 {
        font-size: 26px;
    }
    #mpact-wrapper .image-container {
        display: none;
    }
    #mpact-wrapper .mobileOnly img {
        margin-top: 3vh;
    }
    #mpact-wrapper .row {
        min-height: revert;
        height: auto;
    }
    #mpact-wrapper .mobileOnly {
        display: revert;
    }
    #mpact-wrapper .desktopOnly {
        display: none;
    }
    #mpact-wrapper .text-box > div {
        margin-top: 50px;
    }
    #mpact-wrapper sup {
        top: -0.8em;
    }
}

@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;
    }
}
/* >> mpact - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mpact-mobile-content h1 {
        font-size: 17px;
        letter-spacing: 0;
    }
}

/* tree */
#tree-wrapper {
    position: relative;
    padding: 0;
    background: #474647;
    color: white;
}
#tree-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;  
}
#tree-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;  
}
/* >> tree Wrapper - Video */
#tree-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* >> tree Wrapper - All */
#tree-wrapper [class^="col"],
#tree-wrapper {
    min-height: 100vh; 
}
#tree-wrapper .image-column img {
    width: 100%;
    margin: 5vh 0;
}
#tree-wrapper .content-column img.logo {
    width: 100%;
}
#tree-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#tree-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#tree-wrapper .content-column p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    
}
#tree-wrapper .content-column a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    margin-left: 0;
    font-weight: 800;
}
#tree-wrapper .content-column a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
#tree-wrapper .image-column {
    background: url(/-/media/422becd0e2eb4c39a6b6823e0dd9afb7.ashx);
    background-size: 100% 80%;
    background-position-y: center;
    background-repeat: no-repeat;
}
#tree-wrapper .image-column h1 {
font-size: 90px;
font-weight: 800 !important;
letter-spacing: 3px;
}
#tree-wrapper .image-column h1 sup {
    top: -2em;
    font-size: 23px;
}
#tree-wrapper .image-column h2 {
font-size: 26px;
font-weight: 600 !important;
letter-spacing: 2.5px;
}
#tree-wrapper .image-column > div {
    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;
    align-items: center;
}

/* >> tree Wrapper - Content */
#tree-wrapper > .row  .content-column h1,
#tree-wrapper > .row .content-column p {
    text-align: left;
    width: 100%;
}
#tree-wrapper > .row .content-column h1 {
    font-size: 34px;
    
    letter-spacing: 1px;
    font-weight: 700 !important;
    margin-bottom: 3vh;
}
#tree-wrapper > .row p {
    font-size: 16px;
    
}
#tree-wrapper .content-column > div {
    padding-left: 2vw;
}
#tree-wrapper > .row p:nth-child(odd) {
    margin-bottom: 3vh;
}
#tree-wrapper > .row p:nth-child(even) {
    margin-bottom: 0;
}
/* >> tree Wrapper - Media Queries */
@media only screen and (max-width: 1200px) {
    #offbeat-wrapper,
    #phenom-wrapper,
    #freethinker-wrapper,
    #tree-wrapper {
        min-height: 100vh;
        height: auto;
    }
    #tree-wrapper [class^="col"] {
        height: auto;
    }
    #tree-wrapper .content-column {
        /* margin: 50px 0; */
        min-height: auto;
    }
    #tree-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #tree-wrapper .image-column img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 700px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    #tree-wrapper .image-column img {
        max-width: 500px;
        padding: 0 30px;
    }
    #tree-wrapper > .row .content-column h1 {
        font-size: 25px;
    }
    #tree-wrapper > .row {
        height: auto;
    }
    #tree-wrapper .image-column h1 {
        font-size: 50px;
    }
    #tree-wrapper .image-column h1 sup {
        font-size: 18px;
        top: -1.2em;
    }
    #tree-wrapper .image-column h2 {
        font-size: 30px;
    }
    #tree-wrapper [class^="col"], #tree-wrapper {
        min-height: 50vh;
        padding: 0;
    }
    #tree-wrapper .image-column {
        background-size: 100% 75%;
    }
    #colorline-wrapper .tree-section .tree-wrapper .content-column > div {
        padding-left: 0;    }
}
@media only screen and (max-width: 500px) {
    #tree-wrapper > .row .content-column h1 {
        font-size: 25px;
    }
    #tree-wrapper > .row .content-column p {
        font-size: 16px;
    }
}
/* >> tree Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #tree-wrapper .content-column p {
        font-size: 20px;
    }
    #tree-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #tree-wrapper > .row .content-column h1 {
        font-size: 45px;
    }
}
/* >> tree - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #tree-wrapper .content-column img.logo {
        max-width: 270px;
    }
    #tree-wrapper .content-column {
        margin: 18px 0;
    }
    #offbeat-wrapper, #phenom-wrapper, #freethinker-wrapper, #tree-wrapper {
        min-height: 103vh;
    }
}


/*** COLORLINE ***/

/* tree */
#colorline-wrapper .tree-section .tree-wrapper {
    position: relative;
    padding: 0;
    background: #474647;
    color: white;
}
#colorline-wrapper .tree-section .tree-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;  
}
#colorline-wrapper .tree-section .tree-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;  
}
/* >> tree Wrapper - Video */
#colorline-wrapper .tree-section .tree-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/* >> tree Wrapper - All */
#colorline-wrapper .tree-section .tree-wrapper [class^="col"],
#colorline-wrapper .tree-section .tree-wrapper {
    min-height: fit-content; 
}
#colorline-wrapper .tree-section .tree-wrapper .image-column img {
    width: 100%;
    margin: 5vh 0 5vh -1vw;
}
#colorline-wrapper .tree-section .tree-wrapper .content-column img.logo {
    width: 100%;
}
#colorline-wrapper .tree-section .tree-wrapper .content-column .tag-line {
    display: block;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
#colorline-wrapper .tree-section .tree-wrapper .content-column img.hashes {
    height: 20px;
    display: block;
    margin: 0 auto;
}
#colorline-wrapper .tree-section .tree-wrapper .content-column p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    
}
#colorline-wrapper .tree-section .tree-wrapper .content-column a.mlkn-button {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 300px;
    border: 1px solid #fff;
    margin-left: 0;
    font-weight: 800;
}
#colorline-wrapper .tree-section .tree-wrapper .content-column a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
#colorline-wrapper .tree-section .tree-wrapper .image-column {
    /* background: url(/-/media/422becd0e2eb4c39a6b6823e0dd9afb7.ashx); */
    background-size: 100% 80%;
    background-position-y: center;
    background-repeat: no-repeat;
}
#colorline-wrapper .tree-section .tree-wrapper .image-column h1 {
font-size: 90px;
font-weight: 800 !important;
letter-spacing: 3px;
}
#colorline-wrapper .tree-section .tree-wrapper .image-column h1 sup {
    top: -2em;
    font-size: 23px;
}
#colorline-wrapper .tree-section .tree-wrapper .image-column h2 {
font-size: 26px;
font-weight: 600 !important;
letter-spacing: 2.5px;
}
#colorline-wrapper .tree-section .tree-wrapper .image-column > div {
    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;
    align-items: center;
}

/* >> tree Wrapper - Content */
#colorline-wrapper .tree-section .tree-wrapper > .row  .content-column h1,
#colorline-wrapper .tree-section .tree-wrapper > .row .content-column p {
    text-align: left;
    width: 100%;
}
#colorline-wrapper .tree-section .tree-wrapper > .row .content-column h1 {
    font-size: 34px;
    
    letter-spacing: 1px;
    font-weight: 700 !important;
    margin-bottom: 3vh;
}
#colorline-wrapper .tree-section .tree-wrapper > .row p {
    font-size: 16px;
    
}
#colorline-wrapper .tree-section .tree-wrapper .content-column > div {
    padding-left: 2vw;
}
#colorline-wrapper .tree-section .tree-wrapper > .row p:nth-child(odd) {
    margin-bottom: 3vh;
}
#colorline-wrapper .tree-section .tree-wrapper > .row p:nth-child(even) {
    margin-bottom: 0;
}
#colorline-wrapper .mobileOnly {
    display: none;
}
/* >> tree Wrapper - Media Queries */
@media only screen and (max-width: 1200px) {
    #offbeat-wrapper,
    #phenom-wrapper,
    #freethinker-wrapper,
    #colorline-wrapper .tree-section .tree-wrapper {
        height: auto;
    }
    #colorline-wrapper .tree-section .tree-wrapper [class^="col"] {
        height: auto;
    }
    #colorline-wrapper .tree-section .tree-wrapper .content-column {
        /* margin: 50px 0; */
        min-height: auto;
    }
    #colorline-wrapper .tree-section .tree-wrapper .content-column img.logo {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    #colorline-wrapper .tree-section .tree-wrapper .image-column img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        max-width: 700px;
        margin: 0 auto;
    }
    #colorline-wrapper .tree-section .tree-wrapper > .row .content-column p {
        margin-top: 3vh;
    }
}

@media only screen and (max-width: 767px) {
    #colorline-wrapper .tree-section .tree-wrapper .image-column img {
        max-width: 500px;
        padding: 0 30px;
    }
    #colorline-wrapper .tree-section .tree-wrapper > .row .content-column h1 {
        font-size: 25px;
    }
    #colorline-wrapper .tree-section .tree-wrapper > .row {
        height: auto;
    }
    #colorline-wrapper .tree-section .tree-wrapper .image-column h1 {
        font-size: 50px;
    }
    #colorline-wrapper .tree-section .tree-wrapper .image-column h1 sup {
        font-size: 18px;
        top: -1.2em;
    }
    #colorline-wrapper .tree-section .tree-wrapper .image-column h2 {
        font-size: 30px;
    }
    #colorline-wrapper .tree-section .tree-wrapper [class^="col"], #colorline-wrapper .tree-section .tree-wrapper {
        min-height: 50vh;
        padding: 0;
    }
    #colorline-wrapper .tree-section .tree-wrapper .image-column {
        background-size: 100% 75%;
    }
    #colorline-wrapper .mobileOnly {
        display: revert;
    }
    #colorline-wrapper .desktopOnly {
        display: none !important;
    }
    #colorline-wrapper .tree-section .tree-wrapper .content-column > div {
        padding: 0;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper .tree-section .tree-wrapper > .row .content-column h1 {
        font-size: 25px;
    }
    #colorline-wrapper .tree-section .tree-wrapper > .row .content-column p {
        font-size: 16px;
    }
}
/* >> tree Wrapper - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #colorline-wrapper .tree-section .tree-wrapper .content-column p {
        font-size: 20px;
    }
    #colorline-wrapper .tree-section .tree-wrapper .content-column a.mlkn-button {
        font-size: 18px;
    }
    #colorline-wrapper .tree-section .tree-wrapper > .row .content-column h1 {
        font-size: 45px;
    }
}
/* >> tree - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #colorline-wrapper .tree-section .tree-wrapper .content-column img.logo {
        max-width: 270px;
    }
    #colorline-wrapper .tree-section .tree-wrapper .content-column {
        margin: 18px 0;
    }
    #offbeat-wrapper, #phenom-wrapper, #freethinker-wrapper, #colorline-wrapper .tree-section .tree-wrapper {
        min-height: 103vh;
    }
}


#colorline-wrapper {
    background: #474647;
    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: #D1D8C5;
}

#colorline-wrapper .top-content p:not(#colorline-slideshow-controls p) {
    max-width: 750px;
    margin: 3vh auto 4vh;
    font-weight: 600 !important;
    line-height: 140%;
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: white;
    color: black;
    border: 1px solid white;
    font-weight: 600 !important;
    margin-top: 3vh;
}
#colorline-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
#colorline-wrapper .top-content {
    margin-top: 5vh;
}
#colorline-wrapper .bottom-content {
    margin: 4vh 0 6vh;
}

/*
#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;
}
#colorline-slideshow-controls > div > div span {
    font-size: 24px;
    color: #B5B5B5;
}
#colorline-slideshow-controls > div > div span.active {
    color: white;
}
#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;
}
#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: 20px;
}
#colorline .color-tile {
    display: inline-block;
    
    padding: 10px;
}
#colorline .color-tile img {
    height: 122px;
    width: 305px;
}
#colorline-wrapper .color-tile p {
    color: white;
    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;
    }
}
@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;
    }
}
@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;
    }
}
@media only screen and (max-width: 767px) {
    /*#colorline-desktop-slideshow {
        display: none;
    }*/
    #colorline, #colorline-slideshow-controls {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
}
@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: #474647;
    /* 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%;
    color: #fff;
    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;  
  }
  #visualize-wrapper .row h2 {
    font-size: 40px;  
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin: 4vh 0 1vh;
    color:#D1D8C5;
  }
  #visualize-wrapper .buttons {
    text-align: center;  
    margin: 2vh 0 6vh;
  }
  #visualize-wrapper a.mlkn-button {
    width: 300px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #000;
    font-weight: 600 !important;
  }
  #visualize-wrapper a.mlkn-button:hover {
    color: #fff;
    background: #000;
}
  #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: 45vw;
  }
  #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 {
        bottom: 42vh;
    }
    #visualize-hotspot-2 {
        bottom: 28vh;
    }
  }
  @media only screen and (max-width: 1200px) {
    #visualize-wrapper img {
        width: 200%;
        max-width: fit-content;
        margin-left: -25%;
    }
    #visualize-hotspot-1 {
        bottom: 48vh;
    }
    #visualize-hotspot-2 {
        bottom: 32vh;
    }
  }
  @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;
    }
  }
  @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-wrapper a.mlkn-button:hover {
    color: #036;
    background: #fff;
}
/* >> 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;
    }
}


/*order samples wrapper*/
#order-samples-wrapper {
    height: 100vh; 
    text-align: center;
     align-items: center; 
     background: url('/-/media/DEB43A0862B34F6EBF1F59FFB1B0D2BA.ashx'); 
     background-size: cover; 
     background-repeat: no-repeat;
}
#order-samples-wrapper > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#order-samples-wrapper > div > div {
    /* background: white; 
    border-radius: 50px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#order-samples-wrapper form {
    max-width: 600px;
    padding: 25px;
    border-radius: 25px;
    background: white;
}
#order-samples-wrapper form .input, #order-samples-wrapper form input {
    margin-top: 1px;
}
#goto1, #goto2 {
    margin-top: 10px;
}
#step1 > div, #step2 > div, #step3 > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}