@charset "utf-8";
/* CSS Document */
/* MAXUM demo experience*/
/*

8px: 0.5rem;
16px: 1rem;
24px: 1.5rem;
32px: 2rem;
40px: 2.5rem;
48px: 3rem;
56px: 3.5rem;
64px: 4rem;

*/

*, *:before, *:after {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}


 iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 10vh;        /* Viewport-relative units */
    min-height: 600px;
    width: 100%;
     overflow-y: scroll
}

@media only screen and (max-width: 600px) {
     iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    max-height: 500px;
    width: 100%;
     overflow-y: scroll
}
}


html {}

body {
    padding: 0px; 
    margin: 0px; 
    font-family: "aktiv-grotesk", "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";    
    font-size: 16px; /* 16px = 1rem */
    font-size: clamp(1rem, calc(2.5vw + 1rem), 1rem);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1 {font-size: clamp(2.5rem, calc(2.5vw + 1rem), 4rem);  margin:0px 0px 40px 0px; line-height: 1em; color: #aaaaaa}
h2 {font-size: clamp(2rem, calc(1.5vw + 1rem), 2.5rem); margin:0px 0px 20px 0px; line-height: 1em;}
h3 {font-weight: normal; font-size: 1.1rem;}
hr {width: 100%; margin: 40px 0px 20px 0px; opacity: 0.3;}
.slideToggle {position: absolute; right: 30px; bottom: 30px; z-index: 10; color: #FFFFFF}
#mainArea {
    position:relative;
    width:100%;
    min-height: 100vh;
    background-color: #000000;
    background-image: url("../image/maxum-bg-lowres.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    }

.intro-left {width: 33.3%; height: 100vh; background-color: #ffffff; position: absolute; top: 0px; left: 0px; transition: all 0.3s; opacity: 1; display: flex; flex-direction: column; justify-content: space-between;  }
.intro-left .intro-left-item {padding: calc(8px + 1.5625vw)}
.intro-left .intro-left-image {width:100%; height: 30vh; background-image:url("../image/maxum-intro-right-image.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat}
.intro-left h1.title {font-size: clamp(2.5rem, calc(2.5vw + 1rem), 4rem); line-height: 1em; color: #000000}
.title-highlight {background-color:#c10230; display: inline-block; padding:5px 10px; color: #FFF}

#mainArea.active > .intro-left {left: -33.3%; opacity: 0.5;}

.intro-right {width: 33.3%; height: 100vh; background-color: #c10230; position: absolute; top: 0px; right: 0px; transition: all 0.3s; opacity: 1; display: flex; flex-direction: column; display: flex; flex-direction: column; justify-content: space-between; align-content: center}

#mainArea.active > .intro-right {right: -33.3%; opacity: 0.5;}

.intro-right .layout-50-50 {width:100%; height: 50vh; display: flex; flex-direction: column; justify-content: center; text-align: center}
.intro-right .layout-70 {width:100%; height: 70vh; display: flex; flex-direction: column; justify-content: center; text-align: center}
.intro-right .layout-30 {width:100%; height: 30vh; display: flex; flex-direction: column; justify-content: center; text-align: center}
.intro-right .intro-right-bg {background-color: #000000; background-image:url("../image/maxum-intro-left-family-group.jpg"); background-size: contain; background-position: center; background-repeat: no-repeat}

a.start-link {color: #FFFFFF; font-size:40px; line-height: 40px; text-decoration: none;}
a.start-link span {background-color: #ffffff; color: #c10230; padding:5px 10px; display: inline-block; font-weight: bold}
a.start-link i {font-weight: normal; font-size: 30px; margin-left: 5px; margin-right: 5px;}
a.start-link:hover {opacity: 1;}

a.start-link-mobile {color: #000000; display: block; font-size:40px; line-height: 40px; text-decoration: none; margin-top: 40px;}
a.start-link-mobile span {background-color: transparent; color: #c10230; padding:0px 0px; display: inline-block; font-weight: bold}
    
video.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.15;
    z-index: 0;
}

@media screen and (max-height: 1000px) {
    video.video-bg {
    display: none;
}
           
    #mainArea {
    overflow: auto  ;
    overflow-x: hidden;
             
    }
}

.main-content {position: relative; width: 100%; box-sizing: border-box; display: flex; z-index: 0; color: #ffffff}
.main-content-left {width: 33.3%; height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding: calc(8px + 1.5625vw)}
.main-content-middle {width: 33.3%; height: 100vh; display: flex; flex-direction:column; align-items: center; justify-content: center;}
.main-content-middle img {width: 100%; height: auto; max-width: 600px; }
.main-content-right {width: 33.3%; height: 100vh; display: flex; flex-direction:column;  justify-content: space-between; padding: calc(8px + 1.5625vw);}
		
/* Accordion */

.accordion__header {
	display: flex;
	cursor: pointer;
    justify-content: flex-start;
    padding: 0px;
    margin-bottom: 10px; 
}
.accordion__header > * {
	
}
.accordion__header.is-active {
	
}

.accordion__header-animations .span-text {
    position: relative;
    background-color: #c10230; 
    display: flex; 
    flex-wrap: wrap; 
    width: 100%; 
    align-content: center; 
    padding-left: 20px; 
    margin-bottom: 0px;
    font-size: clamp(2rem, calc(1.5vw + 1rem), 2.5rem);
    line-height: 1em;
    font-weight: bold;
    opacity: 0.9;
}

.accordion__header-animations:hover .span-text {opacity: 1;}
.accordion__header.is-active .span-text {opacity: 1;}
.accordion__header-animations .span-text::after {
    position:absolute;
    right: 20px;
    top: 15px;
    font-family: 'Font Awesome 6 Free';
  font-style: normal;
    font-size: clamp(2rem, calc(1.5vw + 1rem), 2.5rem);
	content: '\f078';
	
    color: #ffffff
          
}
.accordion__header-product {
    margin-bottom: 20px;
}
.accordion__header-product .span-text {
    position: relative;
    color: #c10230;
    display: flex; 
    flex-wrap: wrap; 
    width: 100%; 
    align-content: center; 
    padding-left: 0px; 
    margin-bottom: 0px;
    font-size: clamp(1.0rem, calc(1.3vw + 1rem), 1.3rem);
    line-height: 1em;
    font-weight: bold;
    opacity: 0.9;
}

.accordion__header-product:hover .span-text {opacity: 1;}
.accordion__header.is-active .span-text {opacity: 1;}
.accordion__header-product .span-text::after {
    position:relative;
    display: inline-block;
    margin-left: 10px;
    top: 0px;
    font-family: "Font Awesome 6 Free";
    font-size: clamp(1rem, calc(1vw + 1rem), 1rem);
	content: '\f078';
	font-style: normal;
          
}

.accordion__header.is-active .span-text::after {
   content: '\f077';
}

.accordion__header-animations .span-icon {
    background-color: #4c5055; 
    display: inline-block; 
    width: 85px; 
    height: 70px; 
    margin-right: 10px; 
    padding: 10px; 
    background-origin: content-box; 
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center}

.icon-001 {background-image: url("../image/icon-001.png")}
.icon-002 {background-image: url("../image/icon-002.png")}
.icon-003 {background-image: url("../image/icon-003.png")}

.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #222;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
    
}

.accordion__toggle::before {
	content: "x";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
    
}

.is-active .accordion__toggle {
	background-color: #fff;
}
.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
	display: grid;
    grid-template-rows: 0fr;
	padding: 0em;
	border-top: 0;
    transition: all 0.2s;
    
}
.accordion__body.is-active {
	grid-template-rows: 1fr;
    
}

.accordion__body-inner {overflow: hidden;}
.accordion__body-inner-animations {margin-left: 110px; }
.accordion__body-inner-animations a {
  display: block; position: relative; color: #aaaaaa; text-decoration: none; margin-bottom: clamp(1rem, calc(1.5vw + 1rem), 1rem);  font-size: clamp(1.1rem, calc(1.5vw + 1rem), 1.2rem); line-height: 1em;
}
.accordion__body-inner-animations a:first-child {margin-top: 20px;}
.accordion__body-inner-animations a:last-child {margin-bottom: 20px;}
.accordion__body-inner-animations a:hover {color: #ffffff}

.accordion__body-inner-animations a::after {
    position:absolute;
    right: 20px;
    top: 0px;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
	content: '\f054';
	font-style: normal;
}

.accordion__body-inner-product {
    font-size: 1rem;
    color: #aaa;
}
.accordion__body-inner-product p:first-of-type {margin-top: 20px;}
.accordion__body-inner-product p {margin-bottom: 8px; margin-top: 0px;}
.accordion__body-inner-product p:last-of-type {margin-bottom: 30px;}

/* Modal styles */ 

.modal {
    position: absolute;
    top: 0;
    right: -63.6%;
    width: 63.6%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(255,255,255,1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    color: #000000;
    box-sizing: border-box
}

.modal-no-slide {right: 0;}
.modal-gallery {right: 0; width: 100%;}
.modal-navigation {
    background-color: #666666;
    flex-flow: column nowrap;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;

}
.modal-navigation a {display: block;}

.modal-navigation a {
  display: block; width: 80%; position: relative; color: #aaaaaa; text-decoration: none; margin-bottom: clamp(1rem, calc(1.5vw + 1rem), 1rem);  font-size: clamp(1.1rem, calc(1.5vw + 1rem), 1.2rem); line-height: 1em; padding-bottom: 20px; color: #ffffff;
}
.modal-navigation a:first-of-type {margin-top: 90px; border-bottom: 1px solid #aaaaaa}
.modal-navigation a:hover {color: #c10230;}

.modal-navigation a::after {
    position:absolute;
    right: 0px;
    top: 0px;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
	content: '\f054';
	font-style: normal;
    color: #c10230;
}

.video-dark-bg {background-color: #000000}

.modal button.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0;
    background: #FFFFFF;
    font-size: 3.5rem;
    cursor: pointer;
    color: 000000;
    z-index: 10;
    width: 80px;
    height: 80px;
}

.modal button:hover.close {color: #c10230;}

.visible {
    opacity: 1;
    right: 0px;
    pointer-events: all;
}

/* Video */

.video-animation { position:absolute; display: block; top: 0px; left: 0px; right: 0; height: 100%; padding: 1rem 1rem; background-color: #000000  }
.video-animation video {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery */ 
.main-carousel {
    background: #000000;
    width: 100%; height: 100%;
}

.carousel-cell {
    width: 100%; /* full width */
    height: 100%; /* height of carousel */
    margin-right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-cell.is-selected {
    background-color: #000000;
}

/* smaller, dark, rounded square */
.flickity-button {
    background: #c10230;
}
.flickity-button:hover {
    background: #000;
}

.flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 0px;
}

/* icon color */

.flickity-button-icon {
    fill: white;
}
/* position outside */
.flickity-prev-next-button.previous {
    left: 20px;
}
.flickity-prev-next-button.next {
    right: 20px;
}

/* Animations */ 
.pulsate {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.8;
    transform: scale(1);
    &:hover {
    animation-play-state: paused;}   
}

@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.8;
        transform: scale(1)
    }
    50% { 
        opacity: 1.0;
        transform: scale(1.05)
    }
    100% { 
        opacity: 0.8;
        transform: scale(1)
    }
}

/* Mobile headers + products */

.mobile-header {display: none; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.mobile-header a.menu {color: #FFFFFF; font-size: 25px;}
.mobile-header .mobile-logo img {max-width: 200px;}

.product-mobile {position: relative; margin-top: 40px; opacity:1; transition-property: display opacity; transition-duration: 1s; transition-behavior: allow-discreet}
.product-mobile h2 {color: #c10230; margin-bottom: 10px;}
.product-mobile .product-image {display: flex; margin: 40px 0 0 0; background-image: url("../image/maxum-bg-lowres.jpg"); background-size: cover; padding: 20px 0px; background-repeat: no-repeat; background-position: center bottom}
.product-mobile .product-image img {margin: 0px auto; max-width: 300px;}
.product-mobile p {color: #aaa; font-size: 0.9rem;}

select {

  /* styling */
    
    background: rgb(35,31,32);
    border: thin solid #aaaaaa;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    width: 100%;
    margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, #c10230 50%),
    linear-gradient(135deg, #c10230 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
    color: #aaa;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #c10230 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #c10230 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #000000;
  outline: 0;
}

/* Buttons */ 

.button-container {display: flex; flex-direction: row; justify-content: flex-start; gap: 20px; }
.button-container a {position: relative; display: block; background-color: #c10230; color: #FFFFFF; padding: 15px 20px; text-decoration: none; font-weight: bold; font-size: 20px; transition: all 0.2s ease;}
.button-container a i {margin-left: 10px;}
.button-container a.button-alt {background-color: #aaaaaa}
.button-container a:hover {background-color: #aaaaaa}
.button-container a.button-alt:hover {background-color: #ffffff}



.video-link {font-size: 18px; color: #ffffff; text-decoration: none; display: flex; flex-wrap: wrap; align-items: center }
.video-link span {width: 60px; height: 60px; display: inline-block; background-image: url("../image/icon-video.png"); background-size: contain; margin-right: 20px;}

@media only screen and (max-height: 1100px) {
    .button-container a {position: relative; display: block; background-color: #ffffff; color: #000000; padding: 10px 15px; text-decoration: none; font-weight: bold; font-size: 16px; transition: all 0.2s ease;}
    .video-link {margin-bottom: 20px; }
}


/* Desktop show/hide */

.desktop-hide {display: none}

/* Mobile version */ 

@media only screen and (max-width: 1100px) {
    
    .desktop-hide {display: block;}
    
    #mainArea {position:relative; width:100%; height: auto!important; background-color: #000000; background-image: none; background-size: cover; background-position: center; position: relative; overflow: hidden; background-attachment: fixed;}
    video.video-bg {display: none;}
    .main-content {position: relative; display: flex; width: 100%; box-sizing: border-box; z-index: 0; color: #ffffff; flex-wrap: wrap; flex-direction: row}
    .main-content-left {width: 100%; height: auto; display: flex; flex-direction: column; justify-content: space-between; padding: calc(8px + 1.5625vw); order: 3}
    .main-content-middle {width: 100%; height: auto; display: flex; flex-direction:column; align-items: center; justify-content: center; order: 2}
    .main-content-middle img {width: 100%; height: auto; max-width: 600px; margin-top: 40px; margin-bottom: 40px; }
    .main-content-right {width: 100%; height: auto; display: flex; flex-direction:column;  justify-content: space-between; padding: calc(8px + 1.5625vw); order: 1}
    .footer-logo-container {display: flex; align-items: center; justify-content: center}
    .footer-logo {margin-top: 40px;}
    .intro-left {width: 100%; height: 100dvh; position: fixed}
    #mainArea.active > .intro-left {left: -100%; opacity: 0.5;}
    .intro-right {display: none;}
    
    .mobile-hide {display: none;}
    .mobile-header {display: flex!important;  }
    .button-container a {position: relative; display: block; background-color: #ffffff; border: 1px solid #000000; color: #000000; padding: 10px 18px; text-decoration: none; font-weight: bold; font-size: 16px; transition: all 0.2s ease;}
    
    .video-link {flex-direction: column }
    .video-link span {margin-right: 0px; margin-bottom: 10px;}
    
    
    .modal {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
}
    
    .modal-no-slide {right: 0;}
    
    .visible {
    opacity: 1;
    right: 0px;
    pointer-events: all;
}

.modal button.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0;
    background: none;
    font-size: 3.5rem;
    cursor: pointer;
    color: #FFFFFF;
    z-index: 10;
    width: 80px;
    height: 80px;
}

.modal button:hover.close {color: #c10230;}    
    .modal-contact button.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0;
    background: none;
    font-size: 3.5rem;
    cursor: pointer;
    color: #000000;
    z-index: 10;
    width: 80px;
    height: 80px;
}
    
}
