/* DEFAULTS  */

html {
  overflow-y: unset;
  overflow-x: unset;
}

html, body {
  height: 100%;
  font-size: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

a {
     text-decoration: none ;
  }

a:hover {
    text-decoration:none;
    cursor:pointer;
}

.r2-href-white a {
  color: white; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}


.case-p2-img  {
    cursor:pointer;
}


.wrapper {
  overflow-x: hidden;
}

/* navbar */

.navbar {
    transition: all 0.4s;
    z-index: 9999;
  	padding-left : 0;
  	padding-right : 0;    
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}


.navbar .navbar-toggler  {
  color: #fff;
}


.navbar.active .navbar-toggler  {
  color: #000;
}

.navbar.active .nav-link {
    color: #555;
}



.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}

.navbar-collapse {
  text-align: center;
}

@media (min-width: 992px){
    .navbar li {
      padding-left: 2em;
      padding-right: 2em;
    }
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width:1720px;

}

.container2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width:1420px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  position: relative;
  z-index: 2;
  padding-left: 100px;
  padding-right: 100px;
}

@media(max-width:1920px) {
  .container{
    max-width:1720px !important;
  }
  .container2{
    max-width:1420px !important;;
  }

}


@media(max-width:1700px) {
  .container{
    max-width:1420px !important;
  }
  .container2{
    max-width:1420px !important;;
  }

}

@media(max-width:1300px){
  .container{
    max-width:1154px !important;;
  }
  .container2{
    max-width:1154px !important;
  }

}

@media(max-width:992px){
  .hero .container{
    max-width:auto!important
  }

  .container{
    max-width:740px;
  }

  .container2{
    max-width:740px !important;
  }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

}

@media(max-width:767px){
  .hero .container{
    max-width:auto!important;
  }

  .container{
    max-width:auto;
  }


  .container2{
    max-width:auto;
  }

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

}


.r2-panel {
  position: relative;
  width: 100% !important;
  min-height: 75vh;
  padding-bottom: 10vh;  
}

.r2-panel-h-auto {
  position: relative;
  width: 100% !important;
  min-height: 75vh;
  padding-top: 10vh;  
  padding-bottom: 10vh;  
}

.r2-panel-h-100 {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    width: 100% !important;
}

.r2-panel-h-25 {
    position: relative;
    min-height: 25vh;
    height: 25vh;
    width: 100% !important;
}

.r2-panel-h-75 {
    position: relative;
    min-height: 75vh;
    height: 75vh;
    width: 100% !important;
}

@media(max-width:767px){
.r2-panel-xs-h-auto {
  position: relative;
  width: 100% !important;
  min-height: auto !important;
  padding-top: 10vh;  
  padding-bottom: 10vh;  
  height: auto !important;
  text-align: center;
}

.r2-panel-h-auto {
  padding-top: 5vh;  
  padding-bottom: 5vh;  
  text-align: center;
  min-height: unset;
}

}

.r2-panel-padding {
  padding-top: 10vh;
  padding-bottom: 10vh;

}

.r2-panel-bgc-yo-radial {
  background-image: radial-gradient(circle at 0% -130%, #FFFFB7, #FFB500); 
}

.r2-panel-bgc-white {
  background-color: #ffffff;
}

.r2-panel-bgc-mb-180 {
  background: transparent linear-gradient(180deg, #AC1782 0%, #0082FF 90%) 0% 0% no-repeat padding-box;
}

.r2-panel-bgc-mb-180 {
  background: transparent linear-gradient(180deg, #AC1782 0%, #0082FF 90%) 0% 0% no-repeat padding-box;
}

.r2-panel-bgc-bm-135 {
  background: transparent linear-gradient(135deg, #0082FF 0%, #AC1782 100%) 0% 0% no-repeat padding-box;
}

.r2-panel-bgc-mo-45 {
 background: transparent linear-gradient(45deg, #AC1782 0%, #FED74D 100%) 0% 0% no-repeat padding-box; 
}


.r2-panel-bgc-om-135 {
 background: transparent linear-gradient(135deg, #FFDA4C 0%, #AC1782 100%) 0% 0% no-repeat padding-box; 
}

.r2-panel-bgc-mb-45 {
  background: transparent linear-gradient(45deg, #AC1782 0%, #0082FF 90%) 0% 0% no-repeat padding-box;
}

.r2-flex {
    display: -ms-flexbox !important;
    display: flex !important;  
}

.r2-bottom-navigation-box-flex {
    display: -ms-flexbox !important;
    display: flex !important;    
}

.r2-bottom-navigation-box-flex-content {
  width: 50% !important;
}

.r2-hero-video-right {
  object-position: right !important;
}


.r2-hero-video-left {
  object-position: left !important;
}


@media(max-width:767px){
.r2-bottom-navigation-box-flex-content {
  width: 100% !important;
  text-align: center !important;
}

}

.r2-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 3;
}


.r2-hero-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}


@media(max-width:992px){

.r2-hero-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
}

.r2-floats {
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: hidden;
}

.r2-container3 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width:1180px;

}

.r2-content-flex {
  display: flex !important;  
  text-align: left !important;
  height: 100% !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 5vw;
}

.r2-content-flex-content {
  width: 50% !important;
}

@media(max-width:767px){
.r2-content-flex {
  display: flex !important;  
  -ms-flex-align: start !important;
  align-items: start !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  flex-direction: column;
}

.r2-content-flex-content {
  width: 100% !important;
  text-align: center !important;
}

.r2-content-flex-reverse {
  flex-direction: column-reverse;
}

}


.aboutus-intro-floats-circle3 {
  position: absolute;
  left: 60%;
  top: 14%;
  z-index: 2;
  width: 2.2%;
  height: auto;
}

.aboutus-intro-floats-circle4 {
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: 2;
  width: 1.4%;
  height: auto;
}

.aboutus-intro-floats-circle5 {
  position: absolute;
  left: 9%;
  top: 60%;
  z-index: 2;
  width: 0.8%;
  height: auto;
}


.aboutus-intro-floats-cube1 {
  position: absolute;
  left: 15%;
  top: 21%;
  z-index: 2;
  width: 3%;
  height: auto;
}

.aboutus-intro-floats-cube2 {
  position: absolute;
  left: 80%;
  top: 16%;
  z-index: 2;
  width: 4%;
  height: auto;
}

.aboutus-intro-floats-cube3 {
  position: absolute;
  left: 6%;
  top: 70%;
  z-index: 2;
  width: 4%;
  height: auto;
}


.aboutus-intro-floats-cube5 {
  position: absolute;
  left: 84%;
  top: 80%;  
  z-index: 2;
  width: 10%;
  height: auto;
}

.aboutus-intro-floats-sphere1 {
  position: absolute;
  left: 31%;
  top: 8%;
  z-index: 1;
  width: 3.6%;
  height: auto;
}

.aboutus-intro-floats-sphere2 {
  position: absolute;
  left: 54%;
  top: 78%;
  z-index: 1;
  width: 3.6%;
  height: auto;
}





.home-intro-floats-circle1 {
  position: absolute;
  z-index: 9998;
  width: 30%;
  bottom: -15%;
  left: -5%;  
  height: auto;
  overflow: hidden;
}

.home-intro-floats-circle2 {
  position: absolute;
  bottom: -5%;
  left: 25%;
  z-index: 2;
  width: 10%;
  height: auto;
}

.home-intro-floats-circle3 {
  position: absolute;
  left: 60%;
  top: 14%;
  z-index: 2;
  width: 2.2%;
  height: auto;
}

.home-intro-floats-circle4 {
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: 2;
  width: 1.4%;
  height: auto;
}

.home-intro-floats-circle5 {
  position: absolute;
  left: 9%;
  top: 60%;
  z-index: 2;
  width: 0.8%;
  height: auto;
}
.home-intro-floats-cube1 {
  position: absolute;
  left: 15%;
  top: 21%;
  z-index: 2;
  width: 3%;
  height: auto;
}

.home-intro-floats-cube2 {
  position: absolute;
  left: 42%;
  top: 16%;
  z-index: 2;
  width: 4%;
  height: auto;
}

.home-intro-floats-cube3 {
  position: absolute;
  left: 16%;
  top: 57%;
  z-index: 2;
  width: 4%;
  height: auto;
}

.home-intro-floats-cube4 {
  position: absolute;
  left: 4%;
  top: 42%;
  z-index: 2;
  width: 7%;
  height: auto;
}

.home-intro-floats-cube5 {
  position: absolute;
  left: 84%;
  top: 55%;  
  z-index: 2;
  width: 10%;
  height: auto;
}

.home-intro-floats-lines1 {
  position: absolute;
  bottom: -14%;
  left: 27%;
  z-index: 1;
  width: 30%;
  height: auto;
}

.home-intro-floats-lines2 {
  position: absolute;
  left: 72%;
  top: 76%;
  z-index: 1;
  width: 9%;
  height: auto;
}

.home-intro-floats-ring1 {
  position: absolute;
  left: 72%;
  top: -17%;
  z-index: 4;
  width: 35%;
  height: auto;
}

.home-intro-floats-sphere1 {
  position: absolute;
  left: 31%;
  top: 8%;
  z-index: 1;
  width: 3.6%;
  height: auto;
}

.home-intro-floats-sphere2 {
  position: absolute;
  left: 54%;
  top: 78%;
  z-index: 1;
  width: 3.6%;
  height: auto;
}

.home-intro-floats-square1 {
  position: absolute;
  left: 87%;
  top: 11%;
  z-index: 1;
  width: 17%;
  height: auto;
}

.home-intro-floats-square2 {
  position: absolute;
  left: 13%;
  top: -13%;
  z-index: 0;
  width: 17%;
  height: auto;
}

.home-intro-floats-square3 {
  position: absolute;
  left: -7%;
  top: -4%;
  z-index: 1;
  width: 22%;
  height: auto;
}

.home-intro-floats-square4 {
  position: absolute;
  left: 85%;
  bottom: -6%;
  z-index: 1;
  width: 20%;
  height: auto;
}

.case-intro-floats-circle1 {
  position: absolute;
  z-index: 9998;
  width: 30%;
  bottom: -15%;
  left: -5%;  
  height: auto;
  overflow: hidden;
}

.case-intro-floats-circle2 {
  position: absolute;
  bottom: -5%;
  left: 25%;
  z-index: 2;
  width: 10%;
  height: auto;
}

.case-intro-floats-circle3 {
  position: absolute;
  left: 60%;
  top: 14%;
  z-index: 2;
  width: 2.2%;
  height: auto;
}

.case-intro-floats-circle4 {
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: 2;
  width: 1.4%;
  height: auto;
}

.case-intro-floats-circle5 {
  position: absolute;
  left: 9%;
  top: 60%;
  z-index: 2;
  width: 0.8%;
  height: auto;
}
.case-intro-floats-cube1 {
  position: absolute;
  left: 15%;
  top: 21%;
  z-index: 2;
  width: 3%;
  height: auto;
}

.case-intro-floats-cube2 {
  position: absolute;
  left: 42%;
  top: 16%;
  z-index: 2;
  width: 4%;
  height: auto;
}

.case-intro-floats-cube3 {
  position: absolute;
  left: 16%;
  top: 99%;
  z-index: 2;
  width: 4%;
  height: auto;
}

.case-intro-floats-cube4 {
  position: absolute;
  left: 4%;
  top: 82%;
  z-index: 2;
  width: 7%;
  height: auto;
}

.case-intro-floats-cube5 {
  position: absolute;
  left: 84%;
  top: 93%;  
  z-index: 2;
  width: 10%;
  height: auto;
}

.case-intro-floats-lines1 {
  position: absolute;
  bottom: -14%;
  left: 27%;
  z-index: 1;
  width: 30%;
  height: auto;
}

.case-intro-floats-lines2 {
  position: absolute;
  left: 72%;
  top: 76%;
  z-index: 1;
  width: 9%;
  height: auto;
}

.case-intro-floats-ring1 {
  position: absolute;
  left: 72%;
  top: -17%;
  z-index: 4;
  width: 35%;
  height: auto;
}

.case-intro-floats-sphere1 {
  position: absolute;
  left: 31%;
  top: 8%;
  z-index: 1;
  width: 3.6%;
  height: auto;
}

.case-intro-floats-sphere2 {
  position: absolute;
  left: 54%;
  top: 78%;
  z-index: 1;
  width: 3.6%;
  height: auto;
}

.case-intro-floats-square1 {
  position: absolute;
  left: 87%;
  top: 11%;
  z-index: 1;
  width: 17%;
  height: auto;
}

.case-intro-floats-square2 {
  position: absolute;
  left: 13%;
  top: -13%;
  z-index: 0;
  width: 17%;
  height: auto;
}

.case-intro-floats-square3 {
  position: absolute;
  left: -7%;
  top: -4%;
  z-index: 1;
  width: 22%;
  height: auto;
}

.case-intro-floats-square4 {
  position: absolute;
  left: 85%;
  bottom: -6%;
  z-index: 1;
  width: 20%;
  height: auto;
}


.service-intro-floats-square1 {
  position: absolute;
  left: -7%;
  top: -4%;
  z-index: 3;
  width: 22%;
  height: auto;
}

.service-intro-floats-ring1 {
  position: absolute;
  left: 72%;
  top: -37%;
  z-index: 4;
  width: 35%;
  height: auto;
}

.service-intro-floats-lines1 {
  position: absolute;
  bottom: -34%;
  left: 70%;
  z-index: 2;
  width: 30%;
  height: auto;
}

.service-intro-floats-ring2 {
  position: absolute;
  z-index: 4;
  width: 40vw;
  bottom: -25vw;
  left: -15vw;  
  height: auto;
  overflow: hidden;
}

.service-floats-ring3 {
  position: absolute;
  z-index: 3;
  width: 30vw;
  bottom: -10vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.service-floats-dots1 {
  position: absolute;
  z-index: 3;
  width: 30vw;
  bottom: -2vw;
  right: -5vw;  
  height: auto;
  overflow: hidden;
}




.r2-hr {
    height: 13px;
    width: 364px;  
}

@media(max-width:992px){
.r2-hr {
    height: 3px;
    width: 145px;  
}
}


@media(max-width:767px){
.r2-hr {
    height: 3px;
    width: 145px;  
}
}

.r2-hr-white {
    content: '';
    display: inline-block;
    background: white no-repeat padding-box;
}

.r2-hr-bm {
	content: '';
    display: inline-block;
    background: linear-gradient(270deg, #AC1782 0%, #0082FF 100%) no-repeat padding-box;
}


.r2-hr-or {
	content: '';
    display: inline-block;
    background: linear-gradient(270deg, #AC1782 0%, #FFDA4C 100%) no-repeat padding-box;
}

.r2-hr-mo {
  content: '';
    display: inline-block;
    background: linear-gradient(270deg, #FFDA4C 0%, #AC1782 100%) no-repeat padding-box;
}

.r2-ontop {
    z-index: 9998;
}


.r2-btn-color {
  background: transparent linear-gradient(84deg, #AC1782 0%, #FFDA4C 100%) 0% 0% no-repeat padding-box;
  text-align:center;
  border-radius: 27px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  cursor:pointer;
  color:#ffffff;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  width: 371px;
  height: 70px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration:none;
  text-align: center;
  background-size: 200%, auto;  
  transition: background-position 0.5s ease-out;
  box-shadow: 0 0 20px #eee;
}


@media(max-width:767px){
.r2-btn-color {
  font-size: 16px;
  line-height: 21px;
  width: 80vw;
  height: 40px;
}
}

.r2-btn-color:hover {
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration:none;
  background-position: right center; /* change the direction of the change here */
}


.r2-btn-color:active {
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration:none;  
}

.r2-btn-clear {
  background: transparent linear-gradient(84deg, #ffffff 0%, #AC1782 50%, #FFDA4C 100%) -100% 0% no-repeat padding-box;
  border-radius: 27px;
  display:inline-block;
  border: 1px solid #707070;
  cursor:pointer;
  color:#ffffff;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  padding: 12px 12px 12px 12px;
  width: 238px;
  height: 45px;
  letter-spacing: 0px;
  color: #707070;
  text-transform: uppercase;
  text-decoration:none;
  text-align: center;
  background-size: 200%, auto;  
  transition: background-position 0.5s ease-out, border 0.3s ease-out, color 0.3s ease-out;
  box-shadow: 0 0 20px #eee;
}


.r2-btn-clear:hover {
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration:none;
  background-position: right center; /* change the direction of the change here */
  border: 1px solid transparent;
}


.r2-btn-clear:active {
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration:none;  
}


/* black = 900; regular = 400 */


.r2-hero-text {
  margin-bottom: 5vh;
}

.r2-hero-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    line-height: 77px;
    letter-spacing: 0px;    
}


.r2-hero-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: 0px;  
}

@media(max-width:767px){
.r2-hero-paragraph {
  margin-bottom: 20vh;
}

}

.r2-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    line-height: 77px;
    letter-spacing: 0px;    

}
.r2-punchline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 48px;
    line-height: 70px;
    letter-spacing: 0px;    
}

.r2-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0px;    
}
.r2-paragraph2 {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    z-index: 100;
}
.r2-facts-fact-number {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 160px;
    line-height: 204px;
    letter-spacing: 0px;      
}
.r2-facts-fact-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;      
}
.r2-facts-fact-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;      
}
.r2-bottom-nav-comment {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0px;      
}
.r2-bottom-nav-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0px;  
}

@media (max-width: 1300px){

.r2-hero-headline {
    font-size: 60px;
    line-height: 77px;
}
.r2-hero-paragraph {
    font-size: 24px;
    line-height: 70px;
}
.r2-headline {
    font-size: 48px;
    line-height: 70px;
}
.r2-punchline {
    font-size: 48px;
    line-height: 70px;
}

.r2-paragraph {
    font-size: 30px;
    line-height: 50px;
}
.r2-paragraph2 {
    font-size: 18px;
    line-height: 30px;
}
.r2-facts-fact-number {
    font-size: 120px;
    line-height: 164px;
}
.r2-facts-fact-headline {
    font-size: 28px;
    line-height: 36px;
}
.r2-facts-fact-paragraph {
    font-size: 22px;
    line-height: 34px;
}
.r2-bottom-nav-comment {
    font-size: 20px;
    line-height: 30px;
}
.r2-bottom-nav-headline {
    font-size: 34px;
    line-height: 46px;
}

}

@media (max-width: 992px){

.r2-hero-headline {
    font-size: 50px;
    line-height: 64px;
}
.r2-hero-paragraph {
    font-size: 21px;
    line-height: 70px;
}
.r2-headline {
    font-size: 48px;
    line-height: 62px;
}
.r2-punchline {
    font-size: 48px;
    line-height: 70px;
}

.r2-paragraph {
    font-size: 30px;
    line-height: 50px;
}
.r2-paragraph2 {
    font-size: 15px;
    line-height: 24px;
}
.r2-facts-fact-number {
    font-size: 90px;
    line-height: 115px;
}
.r2-facts-fact-headline {
    font-size: 34px;
    line-height: 43px;
}
.r2-facts-fact-paragraph {
    font-size: 15px;
    line-height: 22px;
}
.r2-bottom-nav-comment {
    font-size: 20px;
    line-height: 30px;
}
.r2-bottom-nav-headline {
    font-size: 34px;
    line-height: 46px;
}

}

@media (max-width: 767px){

.r2-hero-headline {
    font-size: 36px;
    line-height: 46px;
}
.r2-hero-paragraph {
    font-size: 16px;
    line-height: 20px;
}
.r2-headline {
    font-size: 20px;
    line-height: 30px;
}
.r2-punchline {
    font-size: 20px;
    line-height: 30px;
}

.r2-paragraph {
    font-size: 18px;
    line-height: 26px;
}
.r2-paragraph2 {
    font-size: 15px;
    line-height: 24px;
}
.r2-facts-fact-number {
    font-size: 90px;
    line-height: 115px;
}
.r2-facts-fact-headline {
    font-size: 22px;
    line-height: 28px;
}
.r2-facts-fact-paragraph {
    font-size: 15px;
    line-height: 22px;
}
.r2-bottom-nav-comment {
    font-size: 11px;
    line-height: 30px;
}
.r2-bottom-nav-headline {
    font-size: 15px;
    line-height: 22px;
}

}
.r2-text-white {
  color: #ffffff;
}
.r2-text-gray {
  color: #5f5f5f;
}

.home-news-grid-item-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
}
.home-news-grid-item-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    opacity: 0;    
}
.home-cases-grid-item-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: 0px;  
}
.home-cases-grid-item-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: 0px;   
}
.home-cases-grid-more-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;   
}


.blog-item-date {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0px;   
}
.blog-item-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0px;    
}
.blog-item-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;   
}

.blog-article-date {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;    
}
.blog-article-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;    
}
.blog-article-quotation {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 0px;    
}
.blog-article-quotation:before {
  content: open-quote;
  color: #AC1782;
}
.blog-article-quotation:after {
  content: close-quote;    
  color: #0082FF;
}

.services-item-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 0px;      
}
.services-item-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;      
}
.services-other-grid-item-headline {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;      
}
.services-other-grid-item-paragraph {
    font-family: aktiv-grotesk, open sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0px;      
}

@media(max-width:767px){

.services-other-grid-item-headline {
    font-size: 20px;
    line-height: 26px;
}
.services-other-grid-item-paragraph {
    font-size: 18px;
    line-height: 32px;
}
}

.home-slikslik-flex {
  display: flex !important;  
  text-align: left !important;
  height: 100% !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-slikslik-flex-content {
  width: 50% !important;
}

@media(max-width:767px){
.home-slikslik-flex {
  flex-direction: column-reverse;
  -ms-flex-align: start !important;
  align-items: start !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.home-slikslik-flex-content {
  width: 100% !important;
  text-align: center;
}
}


.home-slikslik-video {
    position: absolute;
    right: 0px;
    z-index: 1; 
}

.home-slikslik-video video {
    max-width: 45vw;
}



.home-slikslik-video:before {
  content: "";
  position: absolute;
  top: -10%;
  bottom: -10%;
  right: -10%;
  left: 5%;
  width: 150%;
  height: 120%;
  border: 7px solid #B9357A;
  box-sizing: border-box;
}

@media(max-width:767px){

.home-slikslik-video {
    position: relative;
    z-index: 1; 
    margin-bottom: 20px;
    text-align: center;
}

.home-slikslik-video video {
    max-width: 90vw;
    width: 90vw;
}

.home-slikslik-video:before {
  content: "";
  position: absolute;
  top: 4%;
  bottom: -4%;
  right: 2%;
  left: -2%;
  width: 104%;
  height: auto;
  border: 2px solid #B9357A;
  box-sizing: border-box;
}

}

.home-news-grid-container {
    padding-top: 50px;
    margin-right: 3em;
    position: relative;
    text-align: center; 
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(4,calc(25% - 20px));
    grid-auto-rows: calc(100px);
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;    
    margin-bottom: 50px;     
}

.home-news-panel {
  text-align: left;
}

.home-news-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    color: black;
    overflow: hidden;
    border: 10px solid #ffffff;   
    grid-row: auto/span 4;
}

@media (max-width: 992px){

  .home-news-grid-container {
    grid-template-columns: repeat(2,calc(50% - 20px));
    row-gap: 40px;
  }
}

@media(max-width:767px){

.home-news-panel {
  text-align: center;
}

  .home-news-grid-container {
    grid-template-columns: repeat(1,calc(100%));
    row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;    
    width: 100%;
}

.home-news-grid-item {
    border: 2px solid #ffffff;   
    grid-row: auto/span 3;
}

}


.home-news-grid-item-image {
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all .5s ease;}

.home-news-grid-item-image:before {
  content: "";
  position: absolute; 
  background-image: linear-gradient(to top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.7));
  top: 0;
  right: 0;
  width: 100%;
  height: 20%;  
}  

.home-news-grid-overlay {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    padding: 10px;  
    align-content: center;
}


.home-news-grid-item-arrow {
  position: relative;
  transform: translate(-150%);
  transition: transform .5s ease-out;
  width: 100%;
  height: auto;
}

.home-news-grid-item-arrow-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;  
  padding-bottom: 20px; 
}
.home-news-grid-item:hover .home-news-grid-item-arrow {
  transform: translate(0px);
}

.home-news-grid-item:hover .home-news-grid-item-headline {
}

.home-news-grid-item:hover  .home-news-grid-item-paragraph {
  opacity: 1;
}


.home-news-grid-item:hover  .home-news-grid-item-image {
  opacity: 0.2;
}

.home-cases-panel {
  background: linear-gradient(90deg, #0082FF 50%, #0082FF 50%);
  background-repeat: no-repeat;
  background-size: 100% 400px;
  width: 100%;

}

.home-cases-grid-container {
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(4,calc(25% - 15px));
    /* grid-auto-rows: calc(420px - 1.875rem); */
    grid-auto-rows: calc(150px);
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px; 
    padding-top: 50px;
    margin-right: 4em;
    position: relative;
    text-align: center;    
}


.home-cases-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    background-color: black;
    overflow: hidden;
}

.home-cases-grid-item-2x2 {
  grid-column: auto/span 2;
  grid-row: auto/span 4;
}

.home-cases-grid-item-2x1 {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}

.home-cases-grid-item-1x2 {
  grid-column: auto/span 1;
  grid-row: auto/span 3;
}

@media(max-width:767px){

.home-cases-panel {
  text-align: center;
}
.home-cases-grid-container {
    grid-template-columns: repeat(1,calc(100%));
    /* grid-auto-rows: calc(420px - 1.875rem); */
    grid-auto-rows: calc(300px);
    grid-gap: 30px; 
    padding-top: 50px;
    margin-right: 4em;
    position: relative;
    text-align: center;
    width: 100%;
}


.home-cases-grid-item {
    grid-column: auto/auto;
}

.home-cases-grid-item-2x2 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.home-cases-grid-item-2x1 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.home-cases-grid-item-1x2 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}
}

.home-cases-grid-container [class^=item-] {
  overflow: hidden;
}

.home-cases-grid-item-overlay  {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
    transition: all .5s ease;
}

.home-cases-grid-item-headline {
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    text-align: left;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: white;    
    transition: all 0.5s ease;
}

.home-cases-grid-item-paragraph {
    position:relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0px;
    color: white;    
    transition: all 0.5s ease;
    height: 0;
    opacity: 0;
}



.home-cases-grid-item:hover .home-cases-grid-item-overlay {
  bottom: 4em;
}

.home-cases-grid-item:hover .home-cases-grid-item-paragraph {
  opacity: 1;
}

.home-cases-grid-item-image {
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all .5s ease;
}

.home-cases-grid-item-image:before {
  content: "";
  position: absolute; 
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;  
}


.home-cases-grid-item:hover .home-cases-grid-item-image {
  opacity: 0.6;
}

.home-cases-grid-item-more {
  background: transparent linear-gradient(179deg, #AC1782 0%, #FFDA4C 100%) 0% 0% no-repeat padding-box !important;
}



@media(max-width:767px){

.home-cases-grid-item-overlay {
  bottom: 6em;
}

.home-cases-grid-item-paragraph {
  opacity: 1;
}

.home-cases-grid-item-image {
  opacity: 0.6;
}



}

/* HOME LOGOS */

.home-logos {
    padding-top: 100px;
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(6, auto);
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;
    margin-right: 2em;
    padding-bottom: 100px;
}

@media(max-width:767px){
.home-logos {
    padding-top: 100px;
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(3, auto);
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;
    margin-right: 2em;
    margin-left: 2em;
    padding-bottom: 100px;
}
}

.home-logos-logo-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    background: white;
}

.home-logos-logo-item img {
  width: 100%;
}

/* FOOTER */

.home-footer {
  background-color: #000000;
  min-height: 25vh;
  color: white;
  padding-right: 2em;  
}


.home-footer .container {
  position: relative;
  z-index: 2;
  height: 25vh !important;
  }

.home-footer .footer-item {
}


.home-footer .footer-row {
  height: 100%;
  justify-content: space-between; !important;
}

.home-footer a {
     text-decoration: none ;
     color: #fff;
  }

.home-footer a:hover {
    text-decoration:underline;
    cursor:pointer;
}

.home-footer .footer-item {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;  
    color: #fff;
    line-height: 21px
}




@media(max-width:767px){
.home-footer .footer-item {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0px;  
    color: #fff;
    line-height: 16px
}

.home-footer .footer-row {
  justify-content: space-around !important;
}


.home-footer .container {
  }



  }




.services-hero-panel {
  position: relative;
  background-color: black;
  min-height: 100vh;
  height: 100vh;
}

.services-spot-panel {
  position: relative;
  height: auto;
  min-height: 75vh;
  width: 100% !important;
  overflow: hidden;
  left: 0px;
  background: transparent, no-repeat padding-box;
  opacity: 1;  
  margin-top: -40vh;
}

.services-spot-grid-container {
    padding-top: 50px;
    position: relative;
    text-align: center; 
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(2,calc(50% - 20px));
    grid-auto-rows: 550px;
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;    
    margin-bottom: 50px;     
    margin-right: 2.5em;
}


.services-spot-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    color: black;
    overflow: hidden;
    grid-row: auto/span 1;
}

.services-spot-grid-item:before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 0px;
  width: calc(100%-8px);
  height: calc(100%-35px);
  box-sizing: border-box;
  border: 7px solid;
  border-image-slice: 1;
  border-width: 7px;  
  border-image-source: linear-gradient(135deg, #AC1782 0%, #FFDA4C 100%);  
}

.services-spot-grid-item-media {
  width: 50%;
  height: 550px;
  float: left;
}

.services-spot-grid-item-media-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.services-spot-grid-item-description {
  color: white;
  width: 50%;
  height: 550px;
  float: left;
}

.services-spot-grid-item-description-bg {
  margin-top: 40px;
  margin-bottom: 80px;
  background-color: white;
  padding-left: 45px; 
  padding-right: 45px;
  height: 470px;
}

.services-spot-grid-item-description-headline {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 0px;  
    color: #5F5F5F;
}

.services-spot-grid-item-description-paragraph {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0px;  
    color: #5F5F5F;
}

.services-spot-grid-item-description-flex {
  align-items: center;
  text-align: left;
}

@media(max-width:1500px){

.services-spot-grid-container {
    position: relative;
    text-align: center; 
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(1,calc(100%));
    grid-auto-rows: 550px;
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;    
    margin-bottom: 50px;     
    margin-right: 2.5em;
    width: 100%;
}
}

@media(max-width:767px){

.services-spot-grid-container {
    position: relative;
    text-align: center; 
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(1,calc(100%));
    grid-auto-rows: 550px;
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;    
    margin-bottom: 50px;     
    margin-right: 2.5em;
    width: 100%;
}


.services-spot-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    color: black;
    overflow: hidden;
    grid-row: auto/span 1;
}

.services-spot-grid-item:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: calc(100%-8px);
  height: calc(100%-5pc);
  box-sizing: border-box;
  border: 7px solid;
  border-image-slice: 1;
  border-width: 7px;  
  border-image-source: linear-gradient(135deg, #AC1782 0%, #FFDA4C 100%);  
}

.services-spot-grid-item-media {
  width: 100%;
  height: 300px;
  float: left;
}

.services-spot-grid-item-media-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.services-spot-grid-item-description {
  color: white;
  width: 100%;
  height: 300px;
  float: left;
}

.services-spot-grid-item-description-bg {
  background-color: white;
  padding-left: 45px; 
  padding-right: 45px;
  height: 470px;
}

.services-spot-grid-item-description-headline {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;  
    color: #5F5F5F;
}

.services-spot-grid-item-description-paragraph {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;  
    color: #5F5F5F;
}

.services-spot-grid-item-description-flex {
  align-items: start;
  text-align: left;
}



}


/* SERVICES OTHER  */

.services-other-panel {
  padding-top: 30vh;
  position: relative;
  min-height: 100vh !important;
  height: auto;
  min-height: 75vh;
  width: 100% !important;
  overflow: hidden;
  left: 0px;
  background: transparent linear-gradient(315deg, #AC1782 0%, #0082FF 100%) 0% 0% no-repeat padding-box;
  opacity: 1; 
  margin-top: -25vh;
}

.services-other-floats {
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: hidden; 
}

.services-other-headline {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 0px;
    color: white;
}


.services-other-paragraph {
}

.services-other-grid-container {
    padding-top: 50px;
    margin-right: 3em;
    position: relative;
    text-align: center; 
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(3,calc(33% - 20px));
    grid-auto-rows: calc(200px);
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;    
    margin-bottom: 50px;     
}

@media (max-width: 992px){
  .services-other-grid-container {
    grid-template-columns: repeat(3,calc(33% - 20px));
    row-gap: 40px;
  }
}

.services-other-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    color: white;
    overflow: hidden;
    border: 6px solid #ffffff;   
    grid-row: auto/auto;
    padding: 30px;
}



.services-other-grid-item-headline {
    position:relative;
    bottom: 0;
    left: 0;
    font-family: aktiv-grotesk, sans-serif;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0px;
    color: white;    

}

.services-other-grid-item-paragraph {
    position:relative;
    bottom: 0;
    left: 0;
    font-family: aktiv-grotesk, sans-serif;
    text-align: left;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    color: white;
    transition: all 1s ease;
}

@media(max-width:767px){

.services-other-headline {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 0px;
    color: white;
}


.services-other-paragraph {
}

.services-other-grid-container {
    margin-right: 3em;
    grid-template-columns: repeat(1,calc(100%));
    grid-auto-rows: calc(250px);
    width: 100%;
}

.services-other-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    color: white;
    overflow: hidden;
    border: 6px solid #ffffff;   
    grid-row: auto/auto;
    padding: 30px;
}



.services-other-grid-item-headline {
    position:relative;
    bottom: 0;
    left: 0;
    font-family: aktiv-grotesk, sans-serif;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0px;
    color: white;    

}

.services-other-grid-item-paragraph {
    position:relative;
    bottom: 0;
    left: 0;
    font-family: aktiv-grotesk, sans-serif;
    text-align: left;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;
    color: white;
    transition: all 1s ease;
}
}


.services-floats-ring2 {
  position: absolute;
  z-index: 1;
  left: 56vw;  
  top: -14vw;
  width: 61vw;  
  height: auto;
  overflow: hidden;
}

.services-floats-cube4 {
  position: absolute;
  z-index: 1;
  left: 14vw;  
  top: 14vh;
  width: 5vw;  
  height: auto;
  overflow: hidden;
}

.services-floats-cube3 {
  position: absolute;
  z-index: 1;
  left: 53vw;  
  top: 20vh;
  width: 5vw;  
  height: auto;
  overflow: hidden;
}

.services-floats-sphere3 {
  position: absolute;
  z-index: 1;
  left: 35vw;  
  top: 63vh;
  width: 2.5vw;  
  height: auto;
  overflow: hidden;
}

.services-floats-circle5 {
  position: absolute;
  z-index: 1;
  left: 1.4vw;  
  top: 47vh;
  width: 1.5vw;  
  height: auto;
  overflow: hidden;
}

.services-other-floats-ring4 {
  position: absolute;
  z-index: 0;
  left: -5vw;  
  top: -7vw;
  width: 26vw;  
  height: auto;
  overflow: hidden;
}

.services-other-floats-ring3 {
  position: absolute;
  z-index: 0;
  left: 72vw;  
  bottom: -20vh;
  width: 32vw;  
  height: auto;
  overflow: hidden;
}

.services-other-floats-square5 {
  position: absolute;
  z-index: 0;
  left: 64vw;  
  bottom: -10vh;
  width: 11vw;  
  height: auto;
  overflow: hidden;
}

.case-facts-grid-container {
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(3,calc(33% - 15px));
    /* grid-auto-rows: calc(420px - 1.875rem); */
    /*grid-auto-rows: calc(150px);*/
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px; 
    padding-top: 50px;
    /*margin-right: 4em; */
    position: relative;
    text-align: center;    
}


.case-facts-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    overflow: hidden;
}


.case-data-grid-container {
    display: grid;
    justify-content: space-between;
    align-content: left;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
    /* grid-auto-rows: calc(420px - 1.875rem); */
    /*grid-auto-rows: calc(150px);*/
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px; 
    padding-top: 50px;
    margin-right: 4em;
    position: relative;
    text-align: center;    
}


.case-data-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.case-p1-image-3up-container {
    padding-top: 50px;
    margin-right: 3em;
    position: relative;
    text-align: center; 
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(3,calc(33% - 15px));
    grid-auto-rows: calc(600px);
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;    
    margin-bottom: 50px;     
}

.case-p1-image-3up-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    color: black;
    overflow: hidden;
    grid-row: auto/auto;
    z-index: 9998;
}

.case-p1-image-3up-image {
  object-fit: cover;
  object-position: center;
  height: 100%
  width: 100%
}



@media(max-width:992px){
.case-p1-image-3up-container {
    grid-template-columns: repeat(1,calc(100%-20px));
}
}

@media(max-width:767px){

.case-facts-grid-container {
    grid-template-columns: repeat(1,calc(100%));
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px; 
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
}


.case-facts-grid-item {
}

.case-p1-image-3up-container {
    grid-template-columns: repeat(1,calc(100%));
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px; 
    padding-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
}


.case-p1-image-3up-item {
}


.case-data-grid-container {
    display: grid;
    justify-content: space-between;
    align-content: left;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
    /* grid-auto-rows: calc(420px - 1.875rem); */
    /*grid-auto-rows: calc(150px);*/
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px; 
    padding-top: 5px;
    position: relative;
    text-align: center;   
    width: 100%; 
}


.case-data-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    overflow: hidden;
}
}


.case-p2-img {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    color: #5F5F5F;
    padding-top: 1em;
    width: 100%;
    height: auto;
}

.case-p1-image-3-contain {
  object-fit: contain !important;

}
.case-p1-image-3x3 {
  width: 30% !important;
}

.case-p1-image-3up-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}


@media(max-width:767px){
.case-p2-img {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    color: #5F5F5F;
    padding-bottom: 1em;
    width: 100%;
    height: auto;
}
}

.case-p1-image-3 {
  width: 100%;
  height: 600px !important;
  padding-bottom: 4em;
  position: relative;
  z-index: 10;
  object-fit: cover;
  object-position: center;
}

@media(max-width:767px){
.case-p1-image-3 {
  width: 90%;
  height: auto !important;
  padding-bottom: 4em;
  position: relative;
  z-index: 10;
  object-fit: cover;
  object-position: center;
}
 }

.case-p1-mask {
  background-color: #ffffff;
  width: 100%;
  height: 25vh;
  content: "";
  z-index: 1;
  position: absolute;
  top:0;
  left:0;
}

.case-p1-mask-paddingtop {
  padding-top: 27vh;
}


@media(max-width:767px){
.case-p1-mask-paddingtop {
  padding-top: 1vh;
}
}

.bottom-navigation-panel {
  height: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.bottom-navigation-box-bm-left {
  box-sizing: border-box;
  border: 7px solid;
  border-image-slice: 1;
  border-width: 7px;  
  border-image-source: linear-gradient(90deg, #0082FF 0%, #AC1782 100%);  
  margin: 1em;  
  padding: 1em;
  overflow: hidden;
}

.bottom-navigation-box-bm-right {
  box-sizing: border-box;
  border: 7px solid;
  border-image-slice: 1;
  border-width: 7px;  
  border-image-source: linear-gradient(90deg, #AC1782 0%, #0082FF 100%);  
  margin: 1em;
  padding: 1em;
  overflow: hidden;
}

.bottom-navigation-box-mo-left {
  box-sizing: border-box;
  border: 7px solid;
  border-image-slice: 1;
  border-width: 7px;  
  border-image-source: linear-gradient(90deg, #FFDA4C 0%, #AC1782 100%);  
  margin: 1em;  
  padding: 1em;
  overflow: hidden;
}

.bottom-navigation-box-mo-right {
  box-sizing: border-box;
  border: 7px solid;
  border-image-slice: 1;
  border-width: 7px;  
  border-image-source: linear-gradient(90deg, #AC1782 0%, #FFDA4C 100%);  
  margin: 1em;
  padding: 1em;
  overflow: hidden;
}

.bottom-navigation-box-headline {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0px;  
    color: #5F5F5F;
}

.bottom-navigation-box-comment {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0px;  
    color: #5F5F5F;
}
.bottom-navigation-arrow-left {
  position: relative;
  transform: translate(150%);
  transition: all .5s ease-out;
  opacity: 0;

}
.bottom-navigation-arrow-right {
  position: relative;
  transform: translate(-150%);
  transition: all .5s ease-out;
  opacity: 0;
  
}

@media(max-width:767px){

.bottom-navigation-panel {
  height: auto;
  padding-top: 3em;
  padding-bottom: 4em;
}

.bottom-navigation-box-bm-left {
height: 200px;
display: inline-grid;
}

.bottom-navigation-box-bm-right {
height: 200px;
display: inline-grid;
}


.bottom-navigation-box-mo-left {
height: 200px;
display: inline-grid;
}

.bottom-navigation-box-mo-right {
height: 200px;
display: inline-grid;
}

.bottom-navigation-box-headline {
    font-size: 15px;
    line-height: 22px;
}

.bottom-navigation-box-comment {
    font-size: 11px;
    line-height: 30px;
}
.bottom-navigation-arrow-left {
  transform: translate(0px);
  opacity: 1;
  width: 100%;  
  bottom: 0;

}
.bottom-navigation-arrow-right {
  transform: translate(0px);
  opacity: 1;
  width: 100%;  
}
}

.bottom-navigation-box-bm-left:hover .bottom-navigation-arrow-left {
  transform: translate(0px);
  opacity: 1;
}

.bottom-navigation-box-bm-right:hover .bottom-navigation-arrow-right {
  transform: translate(0px);
  opacity: 1;
}

.bottom-navigation-box-mo-left:hover .bottom-navigation-arrow-left {
  transform: translate(0px);
  opacity: 1;
}

.bottom-navigation-box-mo-right:hover .bottom-navigation-arrow-right {
  transform: translate(0px);
  opacity: 1;
}


.home-news-grid-item:hover .home-news-grid-item-headline {
}

.home-news-grid-item:hover  .home-news-grid-item-paragraph {
  opacity: 1;
}

.cases-panel {
  padding-top: 240px;
  padding-bottom: 140px;
  position: relative;
  height: auto !important;
  min-height: 100vh !importtant;
  width: 100% !important;
  overflow: hidden;
  left: 0px;
  background: transparent linear-gradient(45deg,  #0082FF 0%, #AC1782 100%) 0% 0% no-repeat padding-box;
  background-repeat: no-repeat;
    background-size: 100% 120vh;
  opacity: 1;
}


.case-panel-facts {
  margin-top: -35vh !important; padding-top: 35vh !important
}

@media (max-width: 767px){
  .case-panel-facts {
  margin-top: -20vh !important; padding-top: 20vh !important
}
}




.cases-grid-container {
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(4,calc(25% - 15px));
    /* grid-auto-rows: calc(420px - 1.875rem); */
    grid-auto-rows: calc(150px);
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px; 
    padding-top: 50px;
    margin-right: 4em;
    position: relative;
    text-align: center;    
}


.cases-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    background-color: black;
    overflow: hidden;
}

.cases-grid-item-2x2 {
  grid-column: auto/span 2;
  grid-row: auto/span 4;
}

.cases-grid-item-2x1 {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}

.cases-grid-item-1x2 {
  grid-column: auto/span 1;
  grid-row: auto/span 3;
}


.cases-grid-container [class^=item-] {
  overflow: hidden;
}

.cases-grid-item-overlay  {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
    transition: all .5s ease;
}

.cases-grid-item:hover .cases-grid-item-overlay {
  bottom: 2rem;
}

@media(max-width:767px){

.cases-panel {
  text-align: center;
}
.cases-grid-container {
    grid-template-columns: repeat(1,calc(100%));
    /* grid-auto-rows: calc(420px - 1.875rem); */
    grid-auto-rows: calc(300px);
    grid-gap: 30px; 
    padding-top: 50px;
    margin-right: 4em;
    position: relative;
    text-align: center;
    width: 100%;
}


.cases-grid-item {
    grid-column: auto/auto;
}

.cases-grid-item-2x2 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.cases-grid-item-2x1 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.cases-grid-item-1x2 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}
}


.cases-grid-item-headline {
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    font-size: 1.7em;
    letter-spacing: 0px;
    color: white;    
    transition: all 0.5s ease;
}

.cases-grid-item-paragraph {
    position:relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.9em;
    letter-spacing: 0px;
    color: white;    
    transition: all 0.5s ease;
    height: 0;
    opacity: 0;
}


.cases-grid-item:hover .cases-grid-item-overlay {
  bottom: 5rem;
}


.cases-grid-item:hover .cases-grid-item-paragraph {
  opacity: 1;
}

.cases-grid-item-image {
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all .5s ease;
}

.cases-grid-item-image:before {
  content: "";
  position: absolute; 
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;  
}


.cases-grid-item:hover .cases-grid-item-image {
  opacity: 0.6;
}

.cases-grid-item-more {
  background: transparent linear-gradient(179deg, #AC1782 0%, #FFDA4C 100%) 0% 0% no-repeat padding-box !important;
}

.case-v1-floats-ring1 {
  position: absolute;
  z-index: 3;
  width: 40vw;
  top: -10vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.case-v1-floats-ring2 {
  position: absolute;
  z-index: 3;
  width: 30vw;
  bottom: -10vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.case-v1-floats-dots1 {
  position: absolute;
  z-index: 3;
  width: 30vw;
  bottom: -2vw;
  right: -5vw;  
  height: auto;
  overflow: hidden;
}

.case-v2-floats-circle1 {
  position: absolute;
  z-index: 3;
  width: 40vw;
  top: -10vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.case-v2-floats-ring1 {
  position: absolute;
  z-index: 3;
  width: 30vw;
  bottom: -10vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.case-v2-floats-dots1 {
  position: absolute;
  z-index: 3;
  width: 30vw;
  bottom: -2vw;
  right: -5vw;  
  height: auto;
  overflow: hidden;
}

.case-v3-floats-square1 {
  position: absolute;
  z-index: 3;
  left: -8vw;
  top: -2vw;
  width: 17vw;
  height: auto;
  overflow: hidden;
}

.case-v3-floats-square2 {
  position: absolute;
  z-index: 3;
  left: -1vh;
  top: -16vw;
  width: 17vw;
  height: auto;
  overflow: hidden;
}

.case-v3-floats-square3 {
  position: absolute;
  z-index: 3;
  width: 17vw;
  top: 1vw;
  right: -2vw;  
  height: auto;
  overflow: hidden;
}

.case-v3-floats-lines1 {
  position: absolute;
  z-index: 3;
  width: 30vw;
  bottom: -15vw;
  left: -1vw;  
  height: auto;
  overflow: hidden;
}

.case-v3-floats-ring1 {
  position: absolute;
  z-index: 99999;
  width: 30vw;
  bottom: -2vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.case-v4-floats-square1 {
  position: absolute;
  z-index: 3;
  left: -8vw;
  top: -2vw;
  width: 17vw;
  height: auto;
  overflow: hidden;
}

.case-v4-floats-square2 {
  position: absolute;
  z-index: 3;
  left: -1vh;
  top: -16vw;
  width: 17vw;
  height: auto;
  overflow: hidden;
}

.case-v4-floats-square3 {
  position: absolute;
  z-index: 3;
  width: 17vw;
  top: 1vw;
  right: -2vw;  
  height: auto;
  overflow: hidden;
}

.case-v4-floats-lines1 {
  position: absolute;
  z-index: 3;
  width: 30vw;
  bottom: -15vw;
  left: -1vw;  
  height: auto;
  overflow: hidden;
}

.case-v4-floats-ring1 {
  position: absolute;
  z-index: 99999;
  width: 30vw;
  bottom: -2vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.blog-panel {
  margin-top: -20vh;
  position: relative;
  padding-bottom: 10vh;
}


.blog-grid-container {
    display: grid;
    justify-content: space-between;
    align-content: center;
    grid-template-columns: repeat(4,calc(25% - 15px));
    /* grid-auto-rows: calc(420px - 1.875rem); */
    grid-auto-rows: calc(300px);
    grid-auto-flow: dense;
    box-sizing: border-box;
    grid-gap: 30px;
    position: relative;
    text-align: center;   
}


.blog-grid-item {
    grid-column: auto/auto;
    position: relative;
    display: block;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #5F5F5F;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);;
    transition: box-shadow 0.5s ease-out;
}


.blog-grid-item:hover  {
  box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.4);
}


.blog-grid-item-2x1 {
  grid-column: auto/span 2;
  grid-row: auto/span 1;
}

.blog-grid-item-2x1 .blog-grid-item-media {
  width: 30%;
  float: right;  
}

.blog-grid-item-2x1 .blog-grid-item-description {
  width: 70%;
}


.blog-grid-item-1x2 {
  grid-column: auto/span 1;
  grid-row: auto/span 2;
}

.blog-grid-item-1x2 .blog-grid-item-media {
  width: 100%;
  float: left;
  padding-top: 15px;
}

.blog-grid-item-1x2 .blog-grid-item-description {
  height: 50%;
  width: 100%;
}


.blog-grid-item-1x1 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.blog-grid-item-1x1 .blog-grid-item-description {
  width: 100%;
}


.blog-grid-item-media {
  width: 30%;
  height: 100%;
  float: left;
}

.blog-grid-item-media-image {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-grid-item-description {
  color: white;
  height: 550px;
  float: left;
  padding: 40px;
}


.blog-grid-container [class^=item-] {
  overflow: hidden;
}

.blog-grid-item-description-date {
    position:relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.6em;
    letter-spacing: 0px;
    color: #5F5F5F;    
    transition: all 0.5s ease;
}


.blog-grid-item-description-headline {
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    text-align: left;
    font-weight: 900;
    font-style: normal;
    font-size: 1.7em;
    letter-spacing: 0px;
    color: white;    
    transition: all 0.5s ease;
    color: #5F5F5F;    
}

.blog-grid-item-description-paragraph {
    position:relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.9em;
    letter-spacing: 0px;
    color: #5F5F5F;    
    transition: all 0.5s ease;
}

@media(max-width:767px){

.blog-grid-container {
    grid-template-columns: repeat(1,calc(100%));
    /* grid-auto-rows: calc(420px - 1.875rem); */
    grid-auto-rows: calc(300px);
    flex-direction: column-reverse;
}

.blog-grid-item-2x1 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.blog-grid-item-2x1 .blog-grid-item-media {
  width: 100%;
  height: 40%;
}

.blog-grid-item-2x1 .blog-grid-item-description {
  width: 100%;
  height: 60%;
}


.blog-grid-item-1x2 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.blog-grid-item-1x2 .blog-grid-item-media {
  width: 100%;
  height: 40%;
 
}

.blog-grid-item-1x2 .blog-grid-item-description {
  height: 60%;
  width: 100%;
}


.blog-grid-item-1x1 {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.blog-grid-item-1x1 .blog-grid-item-description {
  width: 100%;
  height: 60%;
}


.blog-grid-item-media {
  width: 30%;
  height: 100%;
  float: left;
}

.blog-grid-item-media-image {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 101%;
}

.blog-grid-item-description {
  color: white;
  height: 550px;
  float: left;
  padding: 10px;
}


.blog-grid-container [class^=item-] {
  overflow: hidden;
}

.blog-grid-item-description-date {
    position:relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.6em;
    letter-spacing: 0px;
    color: #5F5F5F;    
    transition: all 0.5s ease;
}


.blog-grid-item-description-headline {
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
    font-family: aktiv-grotesk, sans-serif;
    text-align: left;
    font-weight: 900;
    font-style: normal;
    font-size: 1.7em;
    letter-spacing: 0px;
    color: white;    
    transition: all 0.5s ease;
    color: #5F5F5F;    
}

.blog-grid-item-description-paragraph {
display:none;}
}

.aboutus-panel-image {
  margin-top: -20vh;
  background: transparent;
  text-align: center;
}

.aboutus-panel-image-image {
  width: 100%;
}

.aboutus-floats-ring1 {
  position: absolute;
  z-index: 3;
  width: 35vw;
  top: -18vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.aboutus-floats-square1 {
  position: absolute;
  z-index: 3;
  width: 17vw;
  top: -18vw;
  left: -5vw;  
  height: auto;
  overflow: hidden;
}

.aboutus-floats-square2 {
  position: absolute;
  z-index: 3;
  width: 17vw;
  top: 1vw;
  right: 1vw;  
  height: auto;
  overflow: hidden;
}

.aboutus-floats-ring2 {
  position: absolute;
  z-index: 3;
  width: 35vw;
  bottom: -17vw;
  right: -15vw;  
  height: auto;
  overflow: hidden;
}

.aboutus-floats-lines1 {
  position: absolute;
  z-index: 3;
  width: 20vw;
  bottom: -10vw;
  left: -1vw;  
  height: auto;
  overflow: hidden;
}
