/* CSS Document */
html {
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: initial !important;
  scroll-behavior: smooth;
}
body {
  font-family: 'Jost', sans-serif;
  font-feature-settings: 'liga' 0, 'kern' 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  --m-red: #ED6523;
  --g-color: #999;
  --g2-color: #555;
  --h-color: #9768BB;
  --header-padding: 60px;  
  --expoffset: 60px;
  --footer-padding: 30px;
    --bkpos: 0;
    --bkpos-y: 0
    --ocean-color: #035099;
    --sky-color: #009ED9;
    --sand-color: #B2B2B2;
    --sun-color: #FFAA00;
     
  min-height: 100vh;
  z-index: 1;
}
body, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: default;
  z-index: 5;
/*  position: relative;*/
}
main {
  scroll-snap-type: y mandatory;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
/*  background: linear-gradient(295deg, rgba(248, 99, 99, 1), rgba(255, 255, 255, 1) 41.6%, rgba(211, 211, 211, 1) 90.34%);*/
}

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

:root {
  --nav-border-color: #989898;
  --highlight-color: #27409D;
  --footer-top: calc(100vh - 31px);
  --vsboffset: 60px;
  --container-width: 72vw; 
  --bkgcolor: #FFF;
  --transition-055: 0.55s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition-045: 0.45s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition-035: 0.35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition-025: 0.25s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition-015: 0.15s cubic-bezier(0.785, 0.135, 0.150, 0.860);  
}

@supports ( -webkit-backdrop-filter: none ) or ( backdrop-filter: none ) {
   .mqdesktop .archive-grid .grid-panel,
   .mqdesktop .opened + nav,
   .mqdesktop #ProjectPanel,
   .mqdesktop #ModalPanel,
   .mqdesktop header {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}

[onclick], a {
  cursor: pointer;
}
.fb-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}


.gradient-animator {
/*    background: linear-gradient(295deg, rgba(248, 99, 99, 1), rgba(255, 255, 255, 1) 41.6%, rgba(211, 211, 211, 1) 90.34%);*/
    background-image: linear-gradient(295deg, rgba(248, 99, 99, 1), rgba(255, 255, 255, 1) 41.6%, rgba(211, 211, 211, 1) 90.34%);
    background-size: 200% 200%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 15s linear infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:25% 50%}
    50%{background-position:75% 50%}
    100%{background-position:25% 50%}
}


svg {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
button {
  cursor: pointer;
  outline: none; 
}
video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  z-index: 1;
}

p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
/*  hyphens: auto;*/
/*  letter-spacing: -.25px;*/
}
p strong { font-weight: 500; }

.r-dot {
  color: var(--m-red); 
  font-weight: 700;
}



.colums-text {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
.scrollswipe {
  position: absolute;
  bottom: 8px;
  font-weight: 500;
  width: 60%;
  z-index: 100;
  right: 0;
  text-align: center;
  font-size: 8px;
  color: #432eac;
  text-transform: uppercase;
  pointer-events: none;
  mix-blend-mode: difference;
}
.scrollswipe::before {
  content: '‹';
  font-size: 19px;
  vertical-align: text-bottom;
  line-height: 13px;
  font-weight: 700;
  margin: 0 5px;
  opacity: .4;
}
.scrollswipe::after {
  content: '›';
  font-size: 19px;
  vertical-align: text-bottom;
  line-height: 13px;
  font-weight: 700;
  margin: 0 5px;
  opacity: .4;
}
.scrollswipe-window {
  position: absolute;
  top: 80px;
  background-color: rgba(255, 255, 255, 0.41);
  left: 42%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 33%;
  width: 56%;
  z-index: 100;
  pointer-events: none;
}

/* |||||||||||||||||||||||  Switches  ||||||||||||||||||||||| */ 

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  vertical-align: bottom;
  -webkit-transform: scale(.65);
  -ms-transform: scale(.65);
  transform: scale(.65);
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}


#ai-01:checked + .slider {
  background-color: #BB56EE;
}
#ai-02:checked + .slider {
  background-color: #ED7C40;
}
#ai-03:checked + .slider {
  background-color: #3957A6;
}
#ai-04:checked + .slider {
  background-color: #3EE2F9;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; }

.switch-env { 
  width: 100%;
  padding-left: 20px;
  margin: 0;
}

.switch-title  {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  -webkit-transition: var(--transition-015);
  transition: var(--transition-015);
  text-transform: uppercase;
  vertical-align: bottom;
}
.active .switch-title  {
  font-weight: 500;
  color: #555;
}

.ai-01 .a01 {
  background-blend-mode: color-dodge;
  border-width: 3px;
  border-color: #BB56EE;
  border-radius: 6px;
}
.ai-02 .a02 {
  background-blend-mode: color-dodge;
  border-width: 3px;
  border-color: #ED7C40;
  border-radius: 6px;
}
.ai-03 .a03 {
  background-blend-mode: color-dodge;
  border-width: 3px;
  border-color: #3957A6;
  border-radius: 6px;
}
.ai-04 .a04 {
  background-blend-mode: color-dodge;
  border-width: 3px;
  border-color: #3EE2F9;
  border-radius: 6px;
}


#ContactTab {
  display: inline-flex;
  box-shadow: -3px 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  height: 35px;
  width:  32px;
  background-color: var(--m-red);
  margin: auto;
  border-radius: 0px 7px 7px 0;
  cursor: pointer;
  -webkit-transition: var(--transition-015);
  transition: var(--transition-015);
}
#ContactTab span {
  color: #fff;
  font-weight: 600;
  margin: 0 8px;
  display: none;
}
#ContactTab:hover {
  width: 108px;
}
#ContactTab:hover span {
  display: block;
}
.contact-icons {
  height: 25px;
  width: auto;
  display: inline;
  vertical-align: middle;
  margin: 0 6px 4px 15px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #777;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: var(--transition-025);
  transition: var(--transition-025);
  font-size: 12px;
  font-weight: 400;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #777 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#STTbtn {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 24px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: var(--transition-025);
  transition: var(--transition-025);
}
#STTbtn rect {
  fill:rgba(255,255,255,0.6);
  stroke: var(--nav-border-color);
  stroke-width: 0.5;
  stroke-miterlimit:10;
}
#STTbtn polyline {
  fill:none;
  stroke: #000;
  stroke-width: 1;
  stroke-miterlimit:10;
  stroke-linecap:round;
}
#STTbtn.stt-on {
  opacity: 1;
  pointer-events: all;
}

/* |||||||||||||||||||||||  ProjectPanel   ||||||||||||||||||||||| */  

#ModalPanel {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(107,107,107,0.85);
  padding: 60px 0 ;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition-035);
  transition: var(--transition-035);
  opacity: 0;
  pointer-events: none;
  z-index: 1200;
}
#ModalPanel.active {
  opacity: 1;
  pointer-events: all;
}
.modal-title {
  position: absolute;
  width: 100%;
  color: #bdbdbd;
  text-align: center;
  height: 60px;
  line-height: 60px;
  bottom: 0;
/*  border-bottom: .5px solid #999;*/
  font-size: 12px;
  font-weight: 300;
  pointer-events: none;
}
.modal-content {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal-video {
  display: none;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.v-mod .modal-content { display: none; }
.v-mod .modal-video { display: inline-block; }


.intro-video {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
/*  position: absolute;*/
/*  right: 0;*/
/*  width: 50%;*/
  
}


/* |||||||||||||||||||||||  ProjectPanel   ||||||||||||||||||||||| */  

#ProjectPanel {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 60px 0 0 0;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition-035);
  transition: var(--transition-035);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  z-index: 1100;
}
#ProjectPanel.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}
.pp-title {
  position: absolute;
  width: 100%;
  background-color: #FFF;
  height: 60px;
  line-height: 60px;
  top: 0;
  padding: 0 0 0 30px;
  border-bottom: .5px solid #999;
  font-size: 12px;
}
#PPCloseBtn,
.mqdesktop svg.close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  opacity: .6;
}
#PPCloseBtn line {
  stroke: #666;
}
.mqdesktop svg.close-btn  {
  stroke: #FFF;
}
.mqdesktop svg.close-btn {
  -webkit-transition: var(--transition-035);
  transition: var(--transition-035);
}

.mqdesktop svg.close-btn:hover {
  opacity: 1 !important;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.m-buttons {
font-weight: 500;  
background: linear-gradient(295deg, rgba(143, 143, 143, 0.9) 42.02%, rgba(0, 0, 0, 0.71)); 
color: #FFF;  
padding: 5px 10px; 
border-radius: 3px;  
-ms-flex:0 0 45%;
flex:0 0 45%;
}


.ppc-link { cursor: pointer; }

.sd-icon {
  position: absolute;
  height: 60px;
  bottom: -8px;
  background-color: var(--m-red);
  width: auto;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 15px 15px 0 0;
  padding: 0 2px;
}


.msys-h {
  background-color: var(--m-red);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 0;
  line-height: 36px;
}
.msys-h ~ div:not(.nc) {
  margin-top: 20px;
  columns: 2 15rem;
  column-gap: 60px;
  column-rule: solid 1px #999;
}
.msys-h ~ div h5,
.msys-h ~ h5 {
  font-size: 15px;
  margin: 17px 0 5px 0;
}
.msys-h ~ div h5:first-of-type { margin-top: 0; }

.msys-h ~ div:not(.nc) p,
.msys-h ~ p {
  margin: 0;
}


.word-tick {
  -webkit-transition: var(--transition-025);
  transition: var(--transition-025);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}



/* |||||||||||||||||||||||  Header  ||||||||||||||||||||||| */  

.intro header {
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  box-shadow: -5px 0px 10px rgba(4, 22, 92, 0.5);
  z-index: 1000;
  height: 60px;
  color: var(--g-color);
  text-transform: uppercase;
  line-height: 64px;
  font-size: 24px;
  padding-left: 30px;
  -webkit-transition: var(--transition-025);
  transition: var(--transition-025);
}
.menu {
  z-index: 70;
  background-color: transparent;
  border: none;
  display: block; 
  top: 0;
  right: 10px;
  position: absolute;
  padding: 10px;
  height: 60px;
  width: 60px;
  -webkit-transition: var(--transition-025);
  transition: var(--transition-025);
}
.line {
  fill: none;
  stroke: var(--g2-color);
  stroke-width: 3;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 { stroke-dasharray: 60 207; }
.line2 { stroke-dasharray: 60 60; }
.line3 { stroke-dasharray: 60 207; }
  
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
nav {
  pointer-events: none;
/*  background-image: linear-gradient(21deg, rgba(176, 196, 103, 0.64) 9.66%, rgba(251, 130, 165, 0.71) 55.04%, rgba(89, 69, 243, 0.52) 97.9%);*/
  background-color: rgba(235, 235, 235, 0.85);
  color: #FFF;
  height: 0;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  -webkit-transition: var(--transition-025);
  transition: var(--transition-025);
  will-change: opacity;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
  padding: 5px 60px;
}
.opened + nav {
  pointer-events: all;
  height: calc(100vh - 60px);
  opacity: 1;
}
nav a {
  text-decoration: none;
  line-height: 64px;
  font-size: 24px;
  width: 100%;
  display: block;
/*  border-bottom: solid 1px rgba(255, 255, 255, 0.4);*/
  border-bottom: solid 1px rgba(130, 7, 7, 0.52);
/*  color: #fff;*/
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
}
nav a span {
  opacity: .5;
  font-weight: 300;
}


#ppiContainer {
    position: fixed;
    top: 0;
    right: 8px;
    pointer-events: none;
    z-index: 50;
    width: 50px;
   height: 60px;
  -webkit-transform: rotate(-90deg) scale(1.35);
  -ms-transform: rotate(-90deg) scale(1.35);
   transform: rotate(-90deg) scale(1.35);
  -webkit-transition: var(--transition-025);
  transition:  var(--transition-025);
}

#ppiContainer circle {
  stroke: rgba(143,143,143,0.6);
  stroke-width: 1;
  fill: none;
  -webkit-transition: var(--transition-045);
  transition:  var(--transition-045);
}

#ppiContainer circle:last-of-type {
  stroke: var(--m-red);
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}


/* |||||||||||||||||||||||  MOOV amin logo  ||||||||||||||||||||||| */  

.moov-anim,
#MOOVamin {
  position: absolute;
  pointer-events: none;
  width: 85%;
  padding: 30px;
  margin: auto;
  left: 0;
  right: 0;
  height: auto;
  top: 0;
  bottom: 10%;
  will-change: transform;
  -webkit-transition: var(--transition-045);
  transition: var(--transition-045);
}

.moov-anim.stage2,
#MOOVamin.stage2 {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: scale(.7) translateY(-5vw);
  -ms-transform: scale(.7) translateY(-5vw);
  transform: scale(.7) translateY(-5vw);
}
.moov-anim.stage2 polyline,
.moov-anim.stage2 path,
#MOOVamin.stage2 polyline,
#MOOVamin.stage2 path {
   stroke:#FFF;
}
.moov-anim.stage2 polygon,
.moov-anim.stage2 circle,
#MOOVamin.stage2 polygon,
#MOOVamin.stage2 circle {
   fill:#FFF;
}
.moov-anim.active * ,
#MOOVamin.active * {
  stroke-dashoffset: 0;
  opacity: 1;
}

.m-line{
  fill:none;
  stroke:#ED6523;
  stroke-width:6.7;
  stroke-miterlimit:10;
  stroke-dasharray: 92;
  stroke-dashoffset: 92;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}  
.m-p{
  fill:#CBCBCA;
  opacity: 0;
   transition-delay: .5s !important;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.m-m{
  fill:none;
  stroke:#000000;
  stroke-width:6.7;
  stroke-miterlimit:3;
  stroke-dasharray: 195;
  stroke-dashoffset: 195;
  -webkit-transition: .75s ease-in-out;
  transition: .75s ease-in-out;
}
.m-o{
  fill:none;
  stroke:#000000;
  stroke-width:6.7;
  stroke-linejoin:bevel;
  stroke-miterlimit:3;
  stroke-dasharray: 156;
  stroke-dashoffset: 156;
  -webkit-transition: .75s ease-in-out;
  transition: .75s ease-in-out;
}
.m-v {
  opacity: 0;
  transition-delay: .25s !important;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}


section {
  scroll-snap-align: start;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #bbb;
}

.scroll-env {
  width: 100%;
  height: 100%;
  position: absolute;
  scroll-snap-align: start;
}
.hc-r-scroll .scroll-env:nth-of-type(2) { left: 100%; }
.hc-r-scroll .scroll-env:nth-of-type(3) { left: 200%; }
.hc-r-scroll .scroll-env:nth-of-type(4) { left: 300%; }

.h-container {
  display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
/*height: calc(16px + 100vh);*/
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.hc-c {
  text-align: center;
  width: 100%;
  padding: 0px 70px 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 100%;
}
.hc-c h3 {
  width: 100%;
  font-weight: 400;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 22px;
}
.hc-c h4 {
  width: 100%;
  font-weight: 400;
  margin: 0 0 00px 0;
  border-bottom: 1px solid var(--m-red);
  padding-bottom: 3px;
  font-size: 1.17em;
}
.contact-grid {
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.contact-grid a,
.contact-grid div {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%; 
  text-decoration: none;
  color: #000;
/*  border-right: 1px solid #cccccc;*/
}
.contact-grid a:last-of-type { border: none }
.contact-grid div:last-of-type { border: none }
.contact-grid p { 
  margin: 7px 0 20px 0;
  font-size: 14px;
  line-height: 19px;
}
/*.contact-grid p:first-of-type { 
  margin: 0;
}*/

.hc-l {
  width: 35%;
  padding: 100px 30px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  height: 100%;
}
.hc-c h2,
.hc-l h2 { 
  color: #000;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  width: 100%;
  text-transform: uppercase;
  word-spacing: 2px;
  border-bottom: 3px solid var(--m-red);
  padding-bottom: 4px;
}
.b-container {
  border-top: 1px solid  rgb(148, 131, 157);
  width: 100%;
  padding-top: 12px;
}
.b-container button {
  font-family: 'Montserrat', sans-serif;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  padding: 0;
  font-weight: 500;
  color: #6c3939;
  font-size: 13px;
}
.b-container button.active {
  font-weight: 800;
  color: #fff;
  background: var(--m-red);
}
.b-container svg {
  height: 30px;
  width: 40px;
  display: inline-block;
  padding: 5px 0 5px 5px;
  vertical-align: bottom;
  border-left: 1px solid rgb(148, 131, 157);
  margin-left: 5px;
  fill: rgb(181, 170, 187);
  pointer-events: none;
}
.top-pad-option { padding-top: 60px }
.hc-r {
  width: 60vw;
}
.hc-r-scroll {
  width: 65vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  height: calc(100% + 16px);
  scroll-snap-type: x mandatory; 
}

.hc-r-img  {
  width: 100%;
  height: 70%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hc-r-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hc-r-desc-img,
.hc-r-desc  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 5px 50px 15px 50px;
  width: 100%;
  height: 30%;
/*  background-image: linear-gradient(333deg, rgba(224, 206, 206, 1) 15.97%, rgba(160, 109, 109, 0.74) 97.9%);*/
  background-image: linear-gradient(333deg, rgba(255, 255, 255, 0.82) 15.55%, rgba(201, 112, 112, 0.61) 97.9%);
}
.hc-r-desc-img  {
  padding: 0;
}
.hc-r-desc-img div  {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.hc-r-desc h3 { 
  color: #FFF;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -1px;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
}
.hc-r-desc h4 { 
  margin: 0;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -.5px;
  padding: 5px 0 0 0px;
  color: #666;
}
.hc-r-desc h5::after {
  content: '►';
  margin-left: 4px;
  color: var(--m-red);
  font-size: 8px;
}
.hc-r-desc h5 {
  font-weight: 600;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
  padding: 4px 8px;
  margin: 0 0 0 -7px;
}
.hc-r-desc h5:hover {
  background-color: rgba(255, 0, 0, 0.6);
}
.hc-r-desc h5:hover::after{
  color: #FFF;
}
.hc-r-desc.intro {
  padding: 7px 0 7px 7px;
  background-image: linear-gradient(to top, rgba(101, 101, 101, 1) 39.92%, rgba(0, 0, 0, 1));
}

.hc-r-desc.intro div {
  width: calc(25% - 7px);
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  height: 100%;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  line-height: .8;
  padding-top: 15px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: var(--transition-015);
  transition: var(--transition-015);
  text-transform: uppercase;
}
.hc-r-desc.intro div:last-child { border: none }

.hc-r-desc.intro div:hover { background-color: rgba(255, 242, 242, 0.5); }

/*.hc-r-desc.intro div:hover span {
  color: #FFF !important;
}*/

.hc-r-desc p { 
  letter-spacing: normal;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}
.grid-4,
.grid-4-tall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  padding-top: 60px;*/
  flex-wrap: wrap;
}
.grid-4 img {
  height: 50%;
  width: 50%;
}



.hc-r-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 60px;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 5;
}
.hc-r-grid-img {
  width: 100%;
  height: 25%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: rgba(192, 154, 228, 0.7);
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: rgba(248, 251, 197, 0.38);
}

.grid-panel-curtain {
  position: static;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  background-color: inherit;
  opacity: 0;
  -webkit-transition: var(--transition-025);
  transition: var(--transition-025);
}
.grid-item {
/*  width: 100%;*/
  height: 25%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  background-position: center;
  background-size: 65%;
  background-repeat: no-repeat;
  background-color: rgba(192, 154, 228, 0.7);
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: rgba(248, 251, 197, 0.38);
  position: relative;
}

.archive-grid .grid-item {
  -webkit-transition: var(--transition-035);
  transition: var(--transition-035);
}

.archive-grid .grid-item:nth-of-type(1) { background-color: rgba(238, 123, 123, 0.7); }
.archive-grid .grid-item:nth-of-type(4) { background-color: rgba(238, 123, 123, 0.6); }
.archive-grid .grid-item:nth-of-type(7) { background-color: rgba(238, 123, 123, 0.5); }
.archive-grid .grid-item:nth-of-type(10) { background-color: rgba(238, 123, 123, 0.4); }

.archive-grid .grid-item:nth-of-type(2) { background-color: rgba(227, 181, 150, 0.7); }
.archive-grid .grid-item:nth-of-type(5) { background-color: rgba(227, 181, 150, 0.6); }
.archive-grid .grid-item:nth-of-type(8) { background-color: rgba(227, 181, 150, 0.5); }
.archive-grid .grid-item:nth-of-type(11) { background-color: rgba(227, 181, 150, 0.4); }

.archive-grid .grid-item:nth-of-type(3) { background-color: rgba(212, 200, 194, 0.7); }
.archive-grid .grid-item:nth-of-type(6) { background-color: rgba(212, 200, 194, 0.6); }
.archive-grid .grid-item:nth-of-type(9) { background-color: rgba(212, 200, 194, 0.5); }
.archive-grid .grid-item:nth-of-type(12) { background-color: rgba(212, 200, 194, 0.4); }


.contact-grid .grid-item {
  height: 33.333%;
  background-color: transparent;
  border-color: rgba(224, 117, 177, 0.75);
}
.contact-grid .grid-item:nth-of-type(2),
.contact-grid .grid-item:nth-of-type(3) {
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}
.contact-grid .grid-item:last-of-type {
/*  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;*/
  background: linear-gradient(37deg, rgba(209, 186, 92, 0.48) 12.18%, rgba(171, 100, 208, 0.37) 96.22%); 
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-weight: 400;
  color: #fff;
  font-size: 1.75vw;
  text-align: center;
  padding: 0 15px;
  line-height: 1.5;
}
.contact-grid .grid-item:nth-of-type(5) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-grid .grid-item:nth-of-type(5) svg {
  height: 60%;
}
.contact-grid .grid-item:nth-of-type(5) svg path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4;
  stroke-linecap: round;
}



.grid-item:hover .grid-panel {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  pointer-events: all;
}
/*.grid-item:hover .grid-panel-curtain { opacity: 1; }*/

.grid-panel {
  will-change: transform;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  position: absolute;
  margin: auto;
  text-align: center;
  font-weight: 200;
  color: #EEEEEE;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.grid-panel.video-icon,
.grid-panel.site-icon,
.grid-panel.pdf-icon {
  background-image: url(../images/svg-corner-icon.png);
  background-repeat: no-repeat;
  background-size: auto 25%;
  background-position: 100% 100%;
}
.grid-panel.site-icon {
  background-image: url(../images/site-icon.png);
}
.grid-panel.video-icon {
  background-image: url(../images/video-icon.png);
}


.grid-panel ul {
  margin: auto;
  position: absolute;
  list-style-type: none;
  width: 100%;
  padding: 0 20px;
  letter-spacing: -.35px;
  font-size: 15px;
}
.grid-panel ul li:first-child {
  border-bottom: 1px solid #000;
  margin-bottom: 6px;
  padding-bottom: 4px;
  font-weight: 500;
  padding-top: 12px;
  color: #000;
}

.grid-panel ul li:nth-of-type(2) {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  color: #656464;
  text-transform: uppercase;
}
.grid-panel ul li:last-of-type {
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 6px;
  color: var(--m-red);
}

.archive-grid .grid-item:nth-of-type(1) .grid-panel ul li:nth-of-type(2) { color: #FFF; }
.archive-grid .grid-item:nth-of-type(4) .grid-panel ul li:nth-of-type(2) { color: #FFF; }
.archive-grid .grid-item:nth-of-type(7) .grid-panel ul li:nth-of-type(2) { color: #FFF; }
.archive-grid .grid-item:nth-of-type(10) .grid-panel ul li:nth-of-type(2) { color: #FFF; }

.archive-grid .grid-item:nth-of-type(1) .grid-panel ul li:last-of-type { color: #FFF; }
.archive-grid .grid-item:nth-of-type(4) .grid-panel ul li:last-of-type { color: #FFF; }
.archive-grid .grid-item:nth-of-type(7) .grid-panel ul li:last-of-type { color: #FFF; }
.archive-grid .grid-item:nth-of-type(10) .grid-panel ul li:last-of-type { color: #FFF; }


#S6 .grid-panel ul li:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #FFF;
}
#S6 .grid-panel ul li:nth-of-type(2),
#S6 .grid-panel ul li:last-of-type {
  color: #FFF;
}

.diag-line-container {
  position: relative;
}
.diag-line-container > svg {
  position: absolute;
  width: 100%;
  pointer-events: none;
  height: 100%;
  top: 0;
  overflow: visible;
}

.diag-line-container > svg line {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-opacity: 0.8;
  display: block;
}




/* |||||||||||||||||||||||  Intersection observer Modifiers  ||||||||||||||||||||||| */  

.io-fade-in-target { will-change: opacity }

.io-fade-in-target.home-delay {
  -webkit-transition-delay: 3s !important;
  transition-delay: 3.7s !important;
    -webkit-transition: var(--transition-055);
  transition: var(--transition-055);
}
.io-fade-in-target.io-delay09 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important
}
.io-fade-in-target.io-delay08 {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important
}
.io-fade-in-target.io-delay07 {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important
}
.io-fade-in-target.io-delay06 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important
}
.io-fade-in-target.io-delay05 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important
}
.io-fade-in-target.io-delay04 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important
}
.io-fade-in-target.io-delay03 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important
}
.io-fade-in-target.io-delay02 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important
}
.io-fade-in-target.io-delay01 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important
}
.io-fade-in-target-regen,
.io-fade-in-target {
  -webkit-transition: var(--transition-045);
  transition: var(--transition-045);
  opacity: 0;
  will-change: opacity
}
.io-fade-in-target-regen.io-in-view,
.io-fade-in-target.io-in-view {
  opacity: 1
}
.mqmobile .m-iofd {
  opacity: 1 !important;
}

.opacZero { opacity: 0; }
#greetings {
  -webkit-transition: var(--transition-015);
  transition: var(--transition-015);
}
#SW {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  font-size: 5vw;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  padding: 0px 10vw 0 10vw;
  letter-spacing: -.1vw;
 word-spacing: .15vw;
  font-weight: 200;
/*  color: #008b8b;*/
  color: #c92882;
  -webkit-transition: var(--transition-055);
  transition: var(--transition-055);
}
.swi {
  -webkit-transition: var(--transition-055);
  transition: var(--transition-055);
  display: inline-block;
  white-space: nowrap;
}
.home-content {
  text-align: center;
  width: 100%;
  padding: 0 70px;
/*  position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: calc(40% - 60px);
  font-size: 2vw;
}
.home-content p {
  -webkit-transition: var(--transition-055);
  transition: var(--transition-055);
  font-size: clamp(28px,5vw, 40px);
  line-height: 36px;
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none;
  text-transform: uppercase;
  will-change: transform, opacity;
}

.home-content span {
  font-weight: 600;
  font-size: 4vw;
/*  vertical-align: top;*/
  color: var(--m-red);
}
.home-content.odo-1.odo-2.odo-3 p:nth-of-type(2),
.home-content.odo-1.odo-2 p:nth-of-type(2),
.home-content p:nth-of-type(2),
.homec-u1 {
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin-y: -100%;
  transform-origin-y: -100%;
  opacity: 0;
}
.home-content.odo-1.odo-2.odo-3 p:nth-of-type(3),
.home-content p:nth-of-type(3),
.homec-u2 {
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin-y: 200%;
  transform-origin-y: 200%;
  opacity: 0;
}

.home-content.odo-1.odo-2.odo-3 p:nth-of-type(4) {
    opacity: 1;
}

.home-content p:nth-of-type(4),
.home-content.odo-1.odo-2 p:nth-of-type(4),
.home-content.odo-1 p:nth-of-type(4),

.home-content.odo-1.odo-2.odo-3 p:nth-of-type(1),
.home-content.odo-1 p:nth-of-type(1),
.home-content.odo-1.odo-2 p:nth-of-type(1) {
  opacity: 0;
}
.home-content.odo-1.odo-2 p:nth-of-type(3),
.home-content.odo-1 p:nth-of-type(2) {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}




/* |||||||||||||||||||||||  Case Studies Styles  ||||||||||||||||||||||| */  

#ProjectPanelContent { 
  overflow-x: auto;
  width: 100%;
  height: 100%;
  padding: 15px 50px 30px 30px;
}


#ProjectPanelContent h1 { 
  color: #000;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
  width: 100%;
  border-bottom: 3px solid var(--m-red);
  padding-bottom: 8px;
}
#ProjectPanelContent p { 
  margin-bottom: 0;
}

#ProjectPanelContent .cbox-env { 
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#ProjectPanelContent .cbox-l { 
/*  width: 40%;*/
  flex: 1 0 30%;
  padding: 0 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border-right: .5px solid;
}
#ProjectPanelContent .cbox-l:nth-of-type(2) { 
   flex: 1 0 40%;
    padding: 0 30px;
}


#ProjectPanelContent .cbox-l ul ::marker {
  color: var(--m-red);
}
#ProjectPanelContent .cbox-l ul {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding-inline-start: 25px;
/*  margin: auto 0;*/
}

#ProjectPanelContent .cbox-r { 
/*  width: 60%;*/
  flex: 1 0 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 0 0 5px;
  justify-content: space-evenly;
}
/*#ProjectPanelContent .cbox-r video,
#ProjectPanelContent .cbox-r img { 
  width: 33.333%;
  height: auto;
  padding: 0 5px 10px 5px;
  cursor: zoom-in;
  aspect-ratio: 1;
}*/
#ProjectPanelContent .cbox-r div { 
  width: 30%;
  height: auto;
  cursor: zoom-in;
  aspect-ratio: 1;
  border: solid .5px #999;
  margin-bottom: 3%;
}
#ProjectPanelContent .cbox-r video,
#ProjectPanelContent .cbox-r img { 
  object-fit: cover;
  width: 100%;
  position: relative;
  height: 100%;
  object-position: 50% 100%;
  display: block;
}



/* |||||||||||||||||||||||  Fit to Viewport Text  ||||||||||||||||||||||| */ 


[data-pro-fit-text] {
  font-size: calc(84vw / (var(--length, 1) * 0.48) * var(--scale, 1));
/*  letter-spacing: calc(84vw / (var(--length, 1) * -5) * var(--scale, 1));*/
  letter-spacing: calc(84vw * var(--scale, 1) / (var(--length, 1) * -8) * var(--scale, 1));
  word-spacing: calc(84vw / (var(--length, 1) * 6) * var(--scale, 1));
  white-space: nowrap;
  z-index: 5;
  line-height: 1.1;
}

[data-fit-text] {
  /* Adjust scale depending on your exact font.  */
  --scale: 0.75;
  font-size: calc(85vw / (var(--length, 1) * 0.48) * var(--scale, 1));
  letter-spacing: calc(85vw / (var(--length, 1) * -7) * var(--scale, 1));
  word-spacing: calc(85vw / (var(--length, 1) * 6) * var(--scale, 1));
  white-space: nowrap;
  z-index: 5;
  line-height: 1.1;
}

[data-fit-text].df-75 {
  --scale: 0.6;
  font-size: calc(70vw / (var(--length, 1) * 0.45) * var(--scale, 1));
  letter-spacing: calc(70vw / (var(--length, 1) * -8) * var(--scale, 1));
  word-spacing: calc(70vw / (var(--length, 1) * 6) * var(--scale, 1));
}

[data-fit-text].df-p { line-height: 1.3; }

.background-scroll-y.rc-pause,
.background-scroll.rc-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}


.background-scroll {
  background-size: auto 100%;
	background-repeat: repeat-x;
  -webkit-animation: backgroundScroll 3000000s linear 0s normal infinite both;
  animation: backgroundScroll 3000000s linear 0s normal infinite both;
  background-position-x: var(--bkpos);
  background-position-y: 0;
}

@-webkit-keyframes backgroundScroll {
  from {background-position-x: var(--bkpos); }
  to {background-position-x: -99999999px; }
}
@keyframes backgroundScroll {
  from {background-position-x: var(--bkpos); }
  to {background-position-x: -99999999px; }
}


.background-scroll-y {
  background-size: 100% auto;
	background-repeat: repeat-y;
  -webkit-animation: backgroundScrollY 2000000s linear 0s normal infinite both;
  animation: backgroundScrollY 2000000s linear 0s normal infinite both;
  background-position-y: var(--bkpos-y);
  background-position-x: 0;
}

@-webkit-keyframes backgroundScrollY {
  from {background-position-y: var(--bkpos-y); }
  to {background-position-y: -99999999px; }
}
@keyframes backgroundScrollY {
  from {background-position-y: var(--bkpos-y); }
  to {background-position-y: 99999999px; }
}


.pwidth-anim {
  -webkit-animation: pWidth 8s linear 0s alternate infinite both;
  animation: pWidth 8s linear 0s alternate infinite both;
}

@-webkit-keyframes pWidth {
  from { stroke-width: 6; opacity: .3 }
  to { stroke-width: 2; opacity: 1 }
}
/*@keyframes pWidth {
  from { stroke-width: 6; opacity: .3 }
  to { stroke-width: 2; opacity: 1 }
}*/

@keyframes pWidth {
  from { stroke-width: 6; stroke: #E25E48; }
  to { stroke-width: 2; stroke: #ffffff; }
}


.nus {
  -webkit-user-select: none;
  -ms-user-select: none; 
  user-select: none;
}

[class*=scale-pan-] {
  -o-object-fit: cover;
	object-fit: cover;
  -o-object-position: center center;
	object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.scale-pan-1 {
  -webkit-animation: pan-scale-1 20s ease-in-out 0s infinite alternate both;
  animation: pan-scale-1 20s ease-in-out 0s infinite alternate both;
}
.scale-pan-2 {
  -webkit-animation: pan-scale-2 20s ease-in-out 0s infinite alternate both;
  animation: pan-scale-2 20s ease-in-out 0s infinite alternate both;
}
.scale-pan-1-3d {
  -webkit-animation: pan-scale-1-3d 20s ease-in-out 0s infinite alternate both;
  animation: pan-scale-1-3d 20s ease-in-out 0s infinite alternate both;
}
.scale-pan-2-3d {
  -webkit-animation: pan-scale-2-3d 20s ease-in-out 0s infinite alternate both;
  animation: pan-scale-2-3d 20s ease-in-out 0s infinite alternate both;
}


@-webkit-keyframes pan-scale-1 {
  from { -webkit-transform: scale(1); transform: scale(1);  }  to { -webkit-transform: scale(1.1); transform: scale(1.1);  }
}
@keyframes pan-scale-1 {
  from { transform: scale(1);  }  to { transform: scale(1.1);  }
}
@-webkit-keyframes pan-scale-2 {
  from { -webkit-transform: scale(1); transform: scale(1);  }  to { -webkit-transform: scale(1.2); transform: scale(1.2);  }
}
@keyframes pan-scale-2 {
  from { transform: scale(1);  }  to { transform: scale(1.2);  }
}
  
@-webkit-keyframes pan-scale-1-3d {
  from { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1);  }  to { -webkit-transform: scale3d(1.1,1.1,1.1); transform: scale3d(1.1,1.1,1.1);  }
}
@keyframes pan-scale-1-3d {
  from { transform: scale3d(1,1,1);  }  to { transform: scale3d(1.1,1.1,1.1);  }
}

@-webkit-keyframes span-scale-2-3d {
  from { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1);  }  to { -webkit-transform: scale3d(1.2,1.2,1.2); transform: scale3d(1.2,1.2,1.2);  }
}
@keyframes pan-scale-2-3d {
  from { transform: scale3d(1,1,1);  }  to { transform: scale3d(1.2,1.2,1.2);  }
}

.s4bs {
  height: 62%; 
  background-size: auto calc(100% - 60px); 
  background-position-y: 60px;
}
 .mqmobile .hide-on-mobile { 
    display: none !important;
  }
  


@media screen and (max-width: 768px) {
  
    .s4bs {
    background-size: auto 100%;
    background-position-y: 00px;
  }
  
  #ProjectPanelContent .cbox-l { 
    flex: 1 0 60%;
    border: 0;
    padding: 0 0 30px 0;
  }
  #ProjectPanelContent .cbox-l:nth-of-type(2) { 
    flex: 1 0 60%;
    border: 0;
    padding: 0;
  }
  #ProjectPanelContent .cbox-r { display: none;}
   .contact-grid a,
  .contact-grid div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 51%;
  flex: 1 0 51%; 
/*  border-right: 1px solid #cccccc;*/
}
  
  .colums-text {
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
  
  .mqmobile .hide-on-mobile,
  .hide-on-small { 
    display: none !important;
  }
  
  .m-buttons {
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
    margin: 7px 0;
  }

  
  .scrollswipe { width: 100% }
  .top-pad-option { padding-top: 0 }
  .h-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hc-l {
    padding: 70px 20px 10px 20px;
    width: 100%;
    height: 40%;
    -ms-flex-line-pack: center;
    align-content: center;
  }
 
  .hc-l h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 400;
    padding-left: 10px;
  }
  .hc-r-desc h3::before,
  .hc-l h2::before { 
    content: "";
  }
  .hc-l p { 
    padding-left: 10px;
    margin: 3px 0 7px 0;
  }
  .b-container { margin-left: 10px }
  
  .hc-r-scroll {
    width: 100%;
    height: calc(60% + 16px);
  }
  .hc-r-grid {
    height: 70vh;
    padding-top: 0;
  }
  
  .hc-r-desc {
    padding: 5px 20px;
  }
  .hc-c {
    padding: 20px 20px 50px 20px;
  }
}
