@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontellof4bd.eot?29072586');
    src: url('../fonts/fontellof4bd.eot?29072586#iefix') format('embedded-opentype'),
         url('../fonts/fontellof4bd.woff2?29072586') format('woff2'),
         url('../fonts/fontellof4bd.woff?29072586') format('woff'),
         url('../fonts/fontellof4bd.ttf?29072586') format('truetype'),
         url('../fonts/fontellof4bd.svg?29072586#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    
  }
  
  .icon-facebook:before { content: '\e800'; } /* '' */
  .icon-twitter:before { content: '\e803'; } /* '' */
  .icon-youtube:before { content: '\e804'; } /* '' */
  .icon-mail:before { content: '\e805'; } /* '' */
  .icon-blog:before { content: '\e807'; } /* '' */
  .icon-discord:before { content: '\e808'; } /* '' */
  .icon-close:before { content: '\e809'; } /* '' */
  .icon-xing:before { content: '\f168'; } /* '' */
  .icon-linkedin-squared:before { content: '\f30c'; } /* '' */

:root {
    --hover-color: #F03C50;
  }

html, body{
    width: 100%;
    overflow-x: hidden;
}

html{
    background: #fff;
}

body {
	font-family: 'Montserrat';
	color: #00263F;
	line-height: 1.2;
	padding: 0;
	font-size: 1.5rem;
	overflow-x: hidden;
    position: relative;
    z-index: 0;
}

.bright, .text-white{
    color: #fff !important;
}

h1, h2,h3,
.dbtn,
.font2,
.main-menu a,
.hero-text strong,
.InputfieldContent button,
.hero-title strong{
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 0;
}

h1, h3{
    font-size: 2rem;
}

h1{
    font-size: 4rem;
    font-weight: 300; 
    font-family: 'Montserrat';
}

h1 > span{
    font-size: 0.5em;
    font-weight: bold; 
    font-family: 'Montserrat';
}

h2 {
	font-size: 3.5rem;
	line-height: 1;
	padding-top: 0.25em;
}

h3, h3 p{
    padding-top: 0;
    font-weight: 700;
    font-size: 3rem;
}
h3 > span {
	font-size: 1.5rem;
}
h3 p {
	padding-top: 0;
	font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;;
}

h4 {
	font-size: 1.5rem;
	line-height: 1.4 !important;
	margin: 0.5em 0;
	font-weight: 700;
	font-family: 'Montserrat' !important;
}

h5{
    font-size: 1.5rem;
    margin-top: 1em;
}

.text-content .container {
	min-height: 420px;
}

.text-small{
    font-size: 1.125rem;
}

.start{
    max-height: 0;
    text-indent: -9999px;
}

.logo-wrapper {
	width: calc(1000 / 16 * 1rem);
	height: calc(289 / 16 * 1rem);
	position: fixed;
	right: 0;
	top: 0;
	background-size: contain;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	z-index: 200;
	opacity: 1;
    pointer-events: none;
}

.logo {
	background: url(../images/Logo.svg) no-repeat;
	width: calc(420 / 16 * 1rem);
	height: calc(146 / 16 * 1rem);
	position: relative;

	background-size: contain;
	pointer-events: all;
	display: inline-block;
	opacity: 0;
}
.dbtn:hover{
    color: #fff !important;
   
}
.dbtn, .InputfieldContent button, .privacywire-wrapper button {
	background: -o-linear-gradient(left, #F06450 0%, #F03C50 100%);
	background: -webkit-gradient(linear, left top, right top, from(#F06450), to(#F03C50));
	background: linear-gradient(90deg, #F06450 0%, #F03C50 100%);

	border-radius: 3rem;
	text-decoration: none;
	padding: 0.5em 1.5em;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	margin-top: 1rem;
	overflow: hidden;
	border: 0;
	
	will-change: transform;
	 -webkit-filter: drop-shadow(1rem 1rem 4rem rgba(0, 69, 95, 0.0));
	filter: drop-shadow(1rem 1rem 4rem rgba(0, 69, 95, 0.0)); 
	font-weight: 600;
    box-shadow: 6px 6px 12px rgba(0, 38, 63, 0.16);
}

.dbtn .ico {
	font-size: 0.8em;
	padding-left: 0.5em;
}

.ua-desktop .dbtn:hover .dbtn-text {
    animation: fruit-machine .75s;
  }
  
  @keyframes fruit-machine {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    50% {
      transform: translateY(-75%);
      opacity: 0;
      animation-timing-function: steps(1, end);
    }
    50.01% {
      transform: translateY(75%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

.kicker {

	background: linear-gradient(90deg, #F06450 0%, #F03C50 100%);
	transform: skew(30deg);
	display: inline-block;
	padding: 0.25em 1.5em;
	margin-bottom: 0.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: -1.5em;
}

.kicker .small {
	position: relative;
	top: -0.12em;
}

.kicker-inner {
	transform: skew(-30deg);
	display: inline-block;
	color: #fff !important;
	line-height: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.kicker::before {
	content: "";
	position: absolute;
	height: 1px;
	background: -o-linear-gradient(left, #F06450 0%, #F03C50 100%);
	background: -webkit-gradient(linear, left top, right top, from(#F06450), to(#F03C50));
	background: linear-gradient(90deg, #F06450 0%, #F03C50 100%);
	width: 6rem;
	right: 0;
	top: -0.8125rem;
	right: -0.8125rem;
}

.kicker::after {
	content: "";
	position: absolute;
	height: 1px;
	background: -o-linear-gradient(left, #F06450 0%, #F03C50 100%);
	background: -webkit-gradient(linear, left top, right top, from(#F06450), to(#F03C50));
	background: linear-gradient(90deg, #F06450 0%, #F03C50 100%);
	width: 4rem;
	right: 0;
	top: 3.2rem;
	right: -4.775rem;
	transform: rotate(-90deg);
	transform-origin: left center;
}

.section-herosub .kicker::before {
	background: url(../images/subhero_title.png) no-repeat;
	background-size: contain;
	height: 14rem;
	width: 33rem;
	left: -6.5rem;
	transform: skew(30deg);
	top: -6rem;
    pointer-events: none;
}

.section-herosub .kicker::after{
   display: none;
}

.section-herosub .kicker {
	transform: skew(-30deg);
	padding: 0.25em 2em;
	margin-left: -1.8em;
}

.section-herosub .kicker-inner {
	transform: skew(30deg);
}

.body ul{
    padding-left: 0;
}

.body li{
    background: url(../images/li.svg) no-repeat;
    background-size: 1rem;
    background-position: left 0.4em ;
    list-style: none;
    padding-left: 2rem;
    font-size: 1.5rem;
    margin-bottom: 0.5em;
}

.legaltext li{
    padding-left: 0;
    background: none;
    font-size: 1.5rem;
    line-height: 1.2;
}

.legaltext a {
	color: #F03C50;
	text-decoration: none;
}

.legaltext h2 > a {
	font-size: 2.5rem;
	font-weight: 700;
	
	line-height: 1.2;
	display: block;
}

.bg-video, .herohex{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.herohex{
    top: auto;
    bottom: 0;
    transform: scaleY(-1) rotate(0deg) translate3d(0,0,0.1px);
    opacity: 0.15;
}
.bg-video video{
   object-fit: cover;
   width: 100%;
   height: 100%;
}

.hex-gradient {
	background: linear-gradient(-45deg, rgba(240, 100, 80, 0.8), rgba(240, 60, 80, 0.5), rgba(240, 100, 80, 0.8), rgba(240, 60, 80, 0.5));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.legaltext h1{ font-size: 5rem; margin: 1em 0 0.5em;}
.legaltext h2{ font-size: 3rem; margin: 1em 0 0.5em;}
.legaltext h3{ font-size: 2rem; margin: 1em 0 0.5em;}

p {
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin: 0 0 1rem;
	line-height: 1.4;
    
}

p:last-of-type{
    margin-bottom: 0;
}

ul, ol {
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-left: -0.5em;
}

b, strong, .bold, .bold p {
	font-weight: 700;
}

  .ua-desktop .dbtn:hover::before,
  .ua-desktop .btn-primary:hover::before {
    opacity: 1;
  }  

  .dbtn.dbtn-white::before {
    display:none;
  }

  .dbtn.dbtn-white, .dbtn.dbtn-white:hover  {
	background: #fff;
	color: #F03C50 !important;
	overflow: visible;
}

  .dbtn.dbtn-white .dbtn-text {

  }
  .ua-desktop .dbtn-white:hover .dbtn-text {

  }

  .dbtn .ico:before {
	color: #fff !important;
  }

  .Inputfields label{  
      display: none;
  }

.hero-text{
    font-size: 4rem;
    font-weight: 300; 
}

.hero-pattern {
	background: url(../images/Pattern.svg) no-repeat center bottom;
	width: 3240px;
	height: 131%;
	position: absolute;
	left: 78%;
	top: -72px;
	z-index: -2;
	background-size: 50% auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hero-bg-left {
	background: url(../images/hero_shape_left.svg) no-repeat 25% top;
	width: 369svh;
	height: 187svh;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-41%, -48%) translateZ(0);
	    -ms-transform: translate(-41%, -48%) translateZ(0);
	        transform: translate(-41%, -48%) translateZ(0);
	background-size: 100% 100%;
	z-index: -1;
	
    will-change: transform;
}
.flex-even {
    flex: 1;
  }
.hero-bg-right {
	background: url(../images/hero_bg_right.svg) no-repeat right top;
	width: 50%;
	height: 70%;
	position: absolute;
	right: 0;
	top: 5%;
	background-size: 100% 100%;
	z-index: -2;
	
    transform: translateZ(0); /*for older browsers*/
    will-change: transform;
}

.hero-image{
    
	width: 50%;
	height: 70%;
	position: absolute;
	right: 0;
	top: 5%;
    background-size: 100% 100%;
    z-index: -2;
    -webkit-mask-image: url(../images/hero_bg_right.svg) ;
            mask-image: url(../images/hero_bg_right.svg) ;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%; 
    -webkit-mask-repeat: no-repeat; 
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
}

.hero-image img {
	width: 100%;
	position: absolute;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	object-position: 56% 22%;
	left: 36%;
}

.bg-white{
    background: #fff;
    color: #00263F;
}

section {
	position: relative;
	margin: 0;
	padding: calc(var(--svh, 1svh) * 30) 0;
	padding-left: calc(136px + 10rem);
	padding-right: calc(136px + 10rem);
	padding-left: calc(20rem);
    padding-right: 12rem;
    background-size: cover;
    margin-top: calc(var(--svh, 1svh) * -20);
    margin-top: -18.1vw;
    z-index: 0;
    background: white;
    padding-bottom: 24vw;
    padding-top: 15vw;
    background-position: center center;
    background-size: cover;
}

.section-hero {
	padding-top: 0;
	padding-bottom: calc(var(--svh, 1svh) * 20);
	margin-top: 0;
	height: 100vh;
	height: calc(var(--svh, 1svh) * 120);

	background: linear-gradient(#f06450 0%, #F03C50 51.18%, #f03c50 100%);
	z-index: 1;
}

.section-herosub {
	padding-top: 0;
	padding-bottom: calc(var(--svh, 1svh) * 20);
	margin-top: 0;
	height: 100svh;
	height: calc(var(--svh, 1svh) * 120);

	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0 !important;
	padding: 0 0 20svh 0 !important;
}

.section-video{
    padding: 0 !important;
    backface-visibility: hidden;
}

.section-history::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url("../images/plhistory_bg.jpg");
    background-size: cover;
    background-position: center center;
  }
  
  .section-history {
    padding-top: 22vw;
  }

.section-history {
	padding-top: 22vw;
    
}
.section-quote {
	padding-bottom: 20vw;
    padding-top: 18vw;
}

.section-menu{
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 0;
    height: 100svh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--svh, 1svh) * 100);
    position: fixed;
    left: 0;
    top: 0;
    
}

.section-contact {
	
	margin-top: -10vw;
	padding-bottom: 5rem !important;
}

.section-title {
	position: absolute;
	left: 110px;
	top: 16rem;
	font-size: 3.5;
	
     z-index: 2;
     text-transform: uppercase;
     pointer-events: none;
}

.normal{
    font-weight: normal !important;
}

.text{
    padding-right: 5rem;
}

.video-text {
	position: absolute;
	bottom: 20rem;
	color: #fff;
	left: 10rem;
}

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

.lottie-button{
    cursor: pointer;
}

#secondLottie{
    display: none;
}

.play-icon{
    height: 10rem;
    width: 10rem;
    background: url(../images/play.svg) no-repeat center bottom;
    background-size: contain;
    cursor: pointer;
}

.headline{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3rem;
}

.change{
    will-change:opacity;
}

.bg-white .section-title{
    mix-blend-mode: normal;
}

.section-imagetextslider .section-title {
	top: -3rem;
}

.section-title .inner {
	-webkit-transform: rotate(-90deg) translateX(-50%);
	-ms-transform: rotate(-90deg) translateX(-50%);
	transform: rotate(-90deg) translateX(-100%);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
    color: #00263F;
    font-weight: 900;
}

.bright .section-title .inner {
    color: #fff;
}

.section-title.blend-multiply{
    mix-blend-mode: multiply;
    color: #8CC88C;
}

.section-herosub .section-title .inner{
   
}

.section-herosub .section-title {

	top: calc(20px - 0.25em);
	
}

.text-content .body.col2{
    -webkit-column-count:2;
       -moz-column-count:2;
            column-count:2;
     
}

a {
    color: var(--hover-color);
    
}

a:hover {
    color: #00263F;
    
}

.patterntop {
	background: url(../images/pattern_divider.png) repeat;
	width: 100%;
	height: 28rem;
	position: absolute;
	left: 0;
	top: -19rem;
	background-size: auto 60%;

	filter: hue-rotate(160deg);
}

.shapeleft {
	background: url(../images/deco.svg) no-repeat right bottom;
	background-size: auto 100%;
	width: calc(70px + 3.5rem);
	height: 80svh;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	pointer-events: none;
}

.shaperight {
	background: url(../images/deco.svg) no-repeat right bottom;
	background-size: contain;
    background-position: right top;
	width: 20rem;
	height: 20rem;
    width: 320px;
    height: 320px;
	position: absolute;
	right: 0;
	
	pointer-events: none;
	top: 15%;
    
}

.shaperight::after {
	
	position: absolute;
	left: 66%;
	top: 75%;
	width: 2px;
	height: 2px;
	background: red;
}

.shapeBody{
    z-index: 180;
}

.shaperight-red {
	background-image: url(../images/deco_red.svg);
}

.map .svgmask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.map-img{
    width: 100%;
}

.anschrift {
	left: -15%;
	top: 28%;
	width: 80%;
}

.icon img {
	max-width: 8rem;
}

.icon .divider{
    max-width: 8rem;
    width: 100%;
    display: inline-block;
    height: 4px;
    background: #fff;
    mix-blend-mode: soft-light;
}

.icon .title {
	font-size: 3rem;
	padding: 0.25em 0;
}

.quote{
    font-size: 3rem;
    font-weight: bold;
    color: #00263F;
}

.bright .quote{
    color: #fff;
}

.quote p{
    font-size: 1em;
    line-height: 1.2;
}

.quote-source {
	font-size: .5em;
	margin-top: 0.65em;
}

.section-hero .quote-source {
	font-size: 1em;
}

.quote::before, .quote::after {
	content: "";
	background: url(../images/icon_quote.svg) no-repeat center bottom;
	width: 3em;
	height: 4em;
	position: relative;

	background-size: contain;
	display: block;
	margin-bottom: -1em;
	left: 50%;
	transform: translateX(-50%);
}

.quote::after{
   
    background: url(../images/quote.svg) no-repeat center bottom;
	width: 2em;
	height: 2em;
	position: absolute;
	left: auto;
	bottom: auto;
    right: -2em;
	top: -1em;
    background-size: contain;
    display: none;
}

.bg-primary .quote::before, .bg-primary .quote::after {
	background-image: url(../images/icon_quote_white.svg);
}

.logo-img{
    background: url(../images/logo_img.svg) no-repeat center bottom;
	width: 9.25rem;
	height: 5rem;
    display: block;
    background-size: contain;
}

.weight-300{
    font-weight: 300;
}

#footer {
	margin-top: -2px;
   
    padding-left: calc(20rem);
    padding-right: 12rem;
    padding-bottom: 5rem;
}

.social-buttons ul{
    margin: 0;
    margin-top: 2rem;
    padding: 0;
}
.social-buttons ul li{
    list-style-type: none;
    display: inline-block;
}
.social-buttons a{
    text-decoration: none;
}

.ua-desktop .hamburger-btn:hover{
    
}

.hamburger-btn {
	position: fixed;
	left: 50px;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	height: calc(100% - 40px);
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	z-index: 200;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
    
}

.body-white #firstLottie svg,.body-white #firstLottie svg g path {
    fill:#F03C50 !important;
}

input, input[type="text"], textarea {
	font-family: 'Montserrat', sans-serif;
}

.main-menu {
	margin-bottom: 30px;
	margin-top: 50px;
}

.white .hamburger-btn{
    border-color: #0090C6;
}

.is-active .hamburger-btn{
    border-color: #fff !important;
}

.line-top, .line-bottom {
	width: 2px;
	background: #f5f5f5;
	opacity: 0.5;
	height: calc(50% - 100px);
	left: 24px;
	position: absolute;
	top: 0;
}

.line-bottom {
top: auto;
bottom: 0;
}

.sidenav .hamburger {
	padding: 15px 0 15px 6px;
	transform: translateY(-10px);
}

.sidenav {
	position: fixed;
	left: 0;
	top: 0 !important;
	height: calc(var(--svh, 1svh) * 100);
	z-index: 200;
	padding: 20px;
	
}

.logo-palm{
    background: url(../images/logo_palm.svg) no-repeat center bottom;
	width: 40px;
	height: 40px;
    display: block;
    background-size: contain;
}

.logo-mm{
    left: 2.25rem;
    top:  2.25rem;
    width: 64px;
	height: 64px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: #fff;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
	background-color: #fff !important;
    
}

.body-white .hamburger-inner,
.body-white .hamburger-inner::after,
.body-white .hamburger-inner::before {
	background-color: #F03C50;
}

.body-white .hamburger.is-active .hamburger-inner,
.body-white .hamburger.is-active .hamburger-inner::after,
.body-white .hamburger.is-active .hamburger-inner::before {
	background-color: #F03C50;
}

.body-white .line-top, .body-white .line-bottom {
	background: #F03C50;
}

.is-active .line-top,
.is-active .line-bottom {
	background: #fff !important;
}

.white-social .social-icons a
/* ,
.body-white .social-icons a */
 {
	color: #F03C50 !important;
}

.white-social .social-icons a:hover {
	color: #00263F !important;
}

.ua-desktop .white-social .social-icons a:hover [class^="icon-"]::before,
.ua-desktop .white-social .social-icons a:hover [class*=" icon-"]::before {
	color: #00263F !important;
}

.white-top .logo-palm {
	background-image: url(../images/logo_palm_red.svg);
}

.is-active .logo-palm {
	background-image: url(../images/logo_palm.svg);
}

.white-top .language-switch, .white-top .language-switch a {
	color: #F03C50 !important;
}

.is-active .language-switch .line {
	background: #F03C50;
}

.is-active .language-switch, .is-active .language-switch a {
	color: #fff !important;
}

.is-active .language-switch .line {
	background: #fff;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger--collapse .hamburger-inner::after {
	top: 10px;
}

.hamburger--collapse .hamburger-inner::after {
	width: 40px;
	left: 0px;
	transition-property: all;
	transition-duration: 0.15s;
}
.hamburger--collapse .hamburger-inner {
	left: 0px;
	width: 40px;
}
.hamburger--collapse .hamburger-inner::before {
	width: 40px;
	left: 0px;
    transition-property: all;
    transition-duration: 0.15s;
}

.hamburger--collapse.is-active .hamburger-inner {
	left: 0;
	width: 40px;
	top: 30px;
}
.hamburger--collapse.is-active .hamburger-inner::before {
	width: 40px;
	left: 0;
}
/* hover */
.ua-desktop .hamburger:hover .hamburger-inner::after {
	width: 20px;
	left: 20px;
}
.ua-desktop .hamburger:hover .hamburger-inner {
	width: 40px;
	left: 0px;
}
.ua-desktop .hamburger:hover .hamburger-inner::before {
	width: 20px;
	left: 0px;
}

.ua-desktop .hamburger--collapse.is-active:hover .hamburger-inner::before {
	width: 40px;
	left: 0;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	height: 2px;
	border-radius: 0;
}

.ua-desktop .hamburger.is-active:hover, .ua-desktop .hamburger:hover {
	opacity: 1;
}

.scrolldown {
	position: absolute;
	left: 50%;
	bottom: 6rem;
	height: auto;
	z-index: 160;
	padding-right: 1.5rem;
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    font-size: 1.25rem;
    width: auto;
    transform: translateX(-50%);
}

.scrolldown-bar {
	border-right: 2px solid #fff;
	height: 25%;
	right: calc(-1.5rem - 2px);
	top: 0%;
	position: relative;
    -webkit-animation:scrolldownbar;
            animation:scrolldownbar;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
@-webkit-keyframes scrolldownbar {
    from {top: 0%;}
    to {top: 75%;}
  }

@keyframes scrolldownbar {
    from {top: 0%;}
    to {top: 75%;}
  }
.scrollicon{
    display: inline-block;
    width: 2px;
    margin: 0 10px;
    background: #fff;
    height: 24px;
    position: relative;
}

.scrollicon-inner{
    display: block;
    width: 4px;
    background: #fff;
    height: 12px;
    position: absolute;
    left: -1px;
    top: 0;
    animation:scrollicon;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes scrollicon {
    from {top: 0%;}
    to {top: calc(100% - 12px);}
  }

.scrolldown-text{
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    left: calc(70px + 5rem);
    bottom: 1em;
    white-space: nowrap;
}
.language-switch{
  margin-top: 16px;
  position: relative;
}

.language-switch, .language-switch a{
    font-weight: bold;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.language-switch a{
    opacity: 0.5;
    display: block;
    margin: 0.25em 0;
    cursor: pointer;
}

.language-switch a.active{
    opacity: 1;
}

.language-switch .line {
	height: 2px;
	background: #fff;
	position: absolute;
	top: 48%;
	width: 26px;
	opacity: 0.5;
	left: 50%;
	transform: translateX(-50%);
}
.language-switch-mobile {
	position: relative;
	margin-top: 2rem;
}
.language-switch-mobile .line {
	left: 6px;
	transform: translateX(0%);
}

.social-icons{
    position: absolute;
    bottom: 16px;
}

.social-icons a,.is-active .social-icons a{
    display: block;
    color: #fff;
}

.social-icons-mobile {
	position: relative;
	bottom: 0;
	font-size: 3rem;
	margin-left: -8px;
	margin-top: 16px;
}
.social-icons-mobile a,.is-active .social-icons-mobile a{
    display: inline;
    color: #fff;
    opacity: 50%;
}
.social-icons-mobile [class^="icon-"]:hover::before, .social-icons-mobile [class*=" icon-"]:hover::before {
	color: #fff !important;
}

.menu{
    display: none;
    position: fixed;
    z-index: 190;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(#f06450 0%, #f03c50 100%);

}

.menu.is-active{
    display: block;
}

.menu ul{
    padding-left: 0;
    margin-left: 0;
}

.menu li {
	list-style-type: none;
	display: inline;
	margin-right: 2em;
}

.white{
    color: #fff;
}

.main-menu a,.main-menu a .menu-title{
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    position: relative;
}

.main-menu a .menu-title{
    transform: translateY(0);
    display: inline-block;
}

.FormBuilderViewport{
    margin-left: -10px;
}

.is-active .logo-wrapper{
    position: fixed;
    z-index: 210;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
}

.ico {
	display: inline-block;

	background-repeat: no-repeat;
	background-size: contain;
	font-size: 44px;
}
[class^="icon-"], [class*=" icon-"] {
	-webkit-transition-duration: 0.25s;
	     -o-transition-duration: 0.25s;
	        transition-duration: 0.25s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
.ua-desktop [class^="icon-"]:hover::before, .ua-desktop [class*=" icon-"]:hover::before {
	color: var(--hover-color);
}

.ico-facebook{
    background-image: url(../images/facebook%402x.png);
}

.ico-instagram{
    background-image: url(../images/instagram%402x.png);
}

.ico-twitter{
    background-image: url(../images/twitter%402x.png);
}

.section-contact .ico::before{
    color: #0090C6;
}
.ua-desktop .section-contact [class^="icon-"]:hover::before,
.ua-desktop .section-contact [class*=" icon-"]:hover::before {
	color: var(--hover-color);
}

.footermenu {
	display: inline-block;
	padding-left: 0;
	font-size: 1.25rem;
	margin-bottom: 0 !important;
}

.footermenu li{
    list-style-type: none;
}
.ua-desktop .footermenu a:hover,
.ua-desktop .menu .footermenu a:hover{
    color: var(--hover-color);
   
}
.footermenu a{
    color: #000;
    text-decoration: none;
}

.menu .footermenu a{
    color: #fff !important;
}

.menu .footermenu li, .footermenu li{
    display: inline;
}

.footermenu li:first-child{
    border-right: 2px solid #00263F;
}

.footer-social li{
    display: inline;
    list-style: none;
    font-size: 3rem;
}

.menu .footermenu li {
	border-left: 1px solid #fff;
	border-right: 0;
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
.legal-mobile  {
    font-size: 16px;
    line-height: 1.5;
}
.legal-mobile .footermenu li {
	border-left: 0;
	border-right: 0;
	margin: 0;
	padding: 0;
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.footer-social li a [class^="icon-"]::before,
.footer-social li a [class*=" icon-"]::before{
color: var(--hover-color);
filter: saturate(0);
transition-property: all;
transition-duration: 0.35s;
opacity: 0.5;
}

.footer-social li a:hover [class^="icon-"]::before,
.footer-social li a:hover [class*=" icon-"]::before{
filter: saturate(1);
opacity: 1;
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {

    position: relative;
} 

.section-hero .container {
	padding-left: 0;
}

.decoline::before, .divider-text {
	content: "";
	position: absolute;
	right: 0;
	width: 80%;
	top: 0;
	height: 4px;
	background: white;
	opacity: 0.4;
}

blockquote {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	font-style: italic;
    color: #fff;
}

.shadow{

} 

.filtershadow{
    
             /*for older browsers*/
            will-change: transform;
        } 

.color-white::before{
    color: #fff !important;
}

.mb-10{
    margin-bottom: 5rem;
}

body.whitepage {
	background: #fff;
}

body.whitepage h1{
	font-size: 4rem;
}

a[href^="tel"] {
color: inherit; /* Inherit text color of parent element. */
text-decoration: none; /* Remove underline. */

}

.privacywire-wrapper {
    color: black;
    font-size: 14px;
	z-index: 2000;
	position: relative;
    line-height: 1.3;
    
}

.privacywire-wrapper button {
	font-size: 16px;
    margin-right: 16px;;
}

.privacywire-header {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0.5em;
	
}

.privacywire-banner{
    padding: 32px !important;
    top: auto !important;
}

.main-menu {

    font-weight: 500;
  }
  .main-menu * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .main-menu li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 1.5em;
    overflow: hidden;
    position:relative;
    
    transform: translateY(100%);
    opacity: 0;
  }

  .is-active .main-menu li {
    animation: fadeMenuItem 0.4s;
    animation-fill-mode: forwards;
  }

  .is-active .main-menu li:nth-child(1) {
    animation-delay: 0.0s;
  }
  .is-active .main-menu li:nth-child(2) {
    animation-delay: 0.1s;
  }
  .is-active .main-menu li:nth-child(3) {
    animation-delay: 0.2s;
  }
  .is-active .main-menu li:nth-child(4) {
    animation-delay: 0.3s;
  }
  .is-active .main-menu li:nth-child(5) {
    animation-delay: 0.4s;
  }
  .is-active .main-menu li:nth-child(6) {
    animation-delay: 0.5s;
  }

  @keyframes fadeMenuItem {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .main-menu a ,  .main-menu a .menu-title{
    padding: 1.0em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
  }
  .main-menu a:before,
  .main-menu a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
  .main-menu a::before {
	bottom: 125%;
	display: block;
	height: 3px;
	width: 100%;
	content: "";
	background-color: #fff;
}

  .main-menu a:after {
    padding: 1.0em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: white;
    white-space: nowrap;
  }
  .ua-desktop .main-menu li:hover a,
  .main-menu .active a {
    transform: translateY(100%);
  }

  .main-menu .menu-subtitle {
    position: absolute;
    left:0;
    top: 70%;
    font-size:1.5rem;
    text-transform: none;
    font-weight: normal;
    opacity: 0;
    transition-duration: 0.35s;
    color: #fff;
    transition-delay: 0.0s;
}
.main-menu li:not(.active):hover .menu-subtitle {
    opacity: 1;
    left: 0;
    top: 80%;
    transition-delay: 0.25s;
}

input, textarea{
    border-radius: 0 !important;
}

@media (max-width: 991.98px){
    .main-menu .menu-subtitle {
        display:none !important;
        opacity: 0 !important;
    }
}

/* phone */
@media (max-width: 768.98px){

    .anschrift {
        left: 3%;
        top: 36%;
        width: 60%;
    }

    .odd .history-left {
        order: 1 !important;
    }

    #footer {
        padding-left: 0;
        padding-right: 0;
    }

     body {
        font-size: 1.5rem;
    }

    .dbtn {  
        font-size: 2.0rem;
    } 

    section {
        padding: 14rem 0;
    }

    .text-content .body.col2{
        -webkit-column-count:1;
           -moz-column-count:1;
                column-count:1;
         
    }

    .container, .section-hero .container {
        padding-right: 36px;
        padding-left: 36px;
    }

    .section-herosub .container {
        padding-right: 16px;
    }

    .logo-wrapper {
        right: -100px;
        position: fixed;
        z-index: 200;
        top: -9px;
        pointer-events: none;
        transform: scale(1) !important;
    }

    .ua-desktop .hamburger-btn:hover .hamburger.is-active{
        -webkit-transform: rotate(0deg) !important;
            -ms-transform: rotate(0deg) !important;
                transform: rotate(0deg) !important;
    }

    .ua-desktop .hamburger-btn:hover {
        height: 77px;
    }
    
    .hamburger-btn {
        left: 0;
        top: 0 !important;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-right: 0;
        height: 77px;
        width: 200px;
       
        z-index: 199;
        text-align: left;
        padding-left: 20px;
    }

    .hamburger {
        text-align: left;
    }

    .scrolldown{
        display: none;
    }

    .section-title {
        left: 0rem;
        font-size: 6.5rem;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
       
    }

    .section-title .inner {
        -webkit-transform: rotate(-90deg) translateX(0);
        -ms-transform: rotate(-90deg) translateX(0);
        transform: rotate(-90deg) translateX(0);
    }

    #contact .section-title {
        
        display: none;
    }

    .icon{
        padding-bottom: 4rem;
    }

    .quote {
        font-size: 4rem;
    }

    .hero-bg-left {
        background: url(../images/hero_bg_left_mobile.svg) no-repeat 25% top;
        background-size: 100% 100%;
        width: 270%;
        height: 80%;
        left: -30%;
        transform: none;
    }
    .hero-bg-right{
        background: url(../images/hero_bg_right_mobile.svg) no-repeat right top;
        background-size: 100% 100%;
        width: 200%;
        height: 70%;
        right: -60%;
        top: 18%;
    }

    .hero-image{
        
        width: 200%;
        height: 70%;
        right: -60%;
        top: 18%;
        background-size: 100% 100%;
        z-index: -2;
        -webkit-mask-image: url(../images/hero_bg_right_mobile.svg) ;
                mask-image: url(../images/hero_bg_right_mobile.svg) ;
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%; 
        -webkit-mask-repeat: no-repeat; 
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
    }

    .col-image{
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
    }

    .icon img {
        max-width: 12rem;
    }

    .body-white .hamburger-inner,
    .body-white .hamburger-inner::after,
    .body-white .hamburger-inner::before {
        background-color: #fff !important;
    }

    .section-imagetextslider .section-title {
        top: 25rem;
    }

    .section-imagetextslider .container {
        padding-left: 66px;
    }
}

#main{
    background:white;
}

.masked {
    clip-path: url(#myClip);
  }

  polygon{
      transform-origin: center center !important;
  }

  .overlay {
    background: rgb(0,38,63);
    background: linear-gradient(90deg,rgba(0,38,63,0) 0%, rgba(0,38,63,0.3) 35%,rgba(0,38,63,0.9) 60%, rgba(0,38,63,1) 100%); 
	opacity: 0.85;
	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

 .overlay-ltr {
    background: linear-gradient(
        90deg, 
        rgba(42,10,15,1) 0%, 
          rgba(42,10,15,1) 50%,
           rgba(42,10,15,0) 75%,
        rgba(42,10,15,0) 100%
    );
}

.section-herosub .overlay,
.section-history .overlay
{
    background: #00263F;
    opacity: 0.5;
    height: 100%;
}

.bg-primary {
	background-color: #F03C50 !important;
    background: linear-gradient(#f06450 0%, #F03C50 51.18%, #f03c50 100%) !important;
}

.divider {
	position: absolute;
	height: calc(100% - 140px);
	width: 6px;
	background-color: #F03C50;
	left: calc(50% - 3px);
	top: 0;
    z-index: 0;
}

.history-item{
    position: relative;
    z-index: 1;
}

.divider-inner::before{
    content:"";
    position: absolute;
    height: 50px;
    width: 6px; 
    background: url(../images/divider_dots.svg) no-repeat;
    left: 0;
    top: -52px;
}

.divider-inner::after{
    content:"";
    position: absolute;
    height: 50px;
    width: 6px; 
    background: url(../images/divider_dots.svg) no-repeat;
    left: 0;
    bottom: -56px;
}

.history-left{
    padding-right: 2rem;
}
.history-right{
    padding-left: 2rem;
}

.readmore{
    margin-top: 64px;
}

.history-item .kicker {
	position: relative;
	left: calc(50% - 1.5em);
	margin-bottom: 1.8rem;
	transform: translateX(-100%) skew(30deg);
	margin-left: 0;
	padding: 0.25em 1.0em;
}

.history-item .kicker .kicker-bullet {
	background: url(../images/Bullet.svg) no-repeat;
    background-size: contain;
	width: 1.75rem;
	height: 1.75rem;
	position: absolute;
	bottom: -2rem;
	right: -1.375rem;
	transform: skew(-30deg);
}

.odd .kicker {

	transform: translate(0) skew(-30deg) scaleX(-1);
}
.history-item .odd .kicker {

	transform: translate(0) skew(-30deg) scaleX(-1);
	left: calc(50% + 1.5em);
}
.odd .kicker-inner {

	transform: skew(-30deg) scaleX(-1);
}
.odd .history-right{
    order:1;
}
.odd .history-left{
    order:2;
}

.grid-1 .odd .kicker {
	position: relative;
	
	transform: translateX(0) scaleX(-1) skew(30deg);
	margin-top: 2rem;
}

.grid-1 .even .kicker {
	transform: skew(30deg) translateX(0);
	margin-top: 2rem;
}

.accordion-button::after {
	width: 2rem;
	height: 2rem;
	margin-left: 3rem;
	background-size: 2rem;
	margin-right: 2rem;
	position: absolute;
	right: 0;
}

.accordion-button:not(.collapsed)::after {
	filter: saturate(0);
}

.accordion-item {
	margin-bottom: 5rem;
	padding: 1rem;
}

.accordion-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
    border-width: 0;
}

.accordion-button:not(.collapsed) {
	color: inherit;
	background-color: transparent;
	box-shadow: none;
}

.accordion-item h2 {
	padding-top: 0;
}
.accordion-item {
	position: relative;
}
.accordion-item .kicker {
	position: absolute;
	top: -2.5rem;
	left: 1rem;
	padding-left: 3rem;
}

.accordion-header p {
	padding-right: 2rem;
    width: calc(100% - 6rem);
    margin: 0;
}

.header-content {
	border-right: 2px solid #000;
	width: calc(100% - 5rem);
}

 .header-content h4 {
	margin-bottom: 0;
} 

.section-grid .col-odd{
    margin-top: 10rem;
}

.section-imagetext .image img {
	max-width: 100%;
	height: auto;
}

.shakesfidget {
	transform: scale(1.7) translateY(10%);
	transform-origin: 56% 62%;
}

#shakesfidget .shakesfidget img {
	width: min(100%, 42rem);
	height: auto;
}

.shakesfidget.mdchars {
	transform: scale(1.9) translateY(3%) translateX(4%);
	transform-origin: 56% 62%;
}

.mm {
	
	position: fixed;
	width: 200px;
	height: 140px;
	background: url(../images/mm_bg_orange.svg) no-repeat;
	background-size: contain;
	right: -16px;
	top: -27px;
	z-index: 2000;
}

.mm .hamburger {
	position: absolute;
	left: 55%;
	top: 42%;
	transform: translate(-50%, -50%);
}

.mm .hamburger-inner,.mm  .hamburger-inner::after,.mm  .hamburger-inner::before {
	background-color: #F03C50 !important;
    background-color: #fff !important;
}

.mm .hamburger.is-active .hamburger-inner,
.mm .hamburger.is-active .hamburger-inner::after,
.mm .hamburger.is-active .hamburger-inner::before {
	background-color: #fff !important;
}

.ratio-9x16 {
      --bs-aspect-ratio: calc(16 / 9 * 100%);
  }

@media (max-width: 991.98px) {
    .menu li {
        display: block;
        margin: -1.8em 0;
    }
    
    .section-title .inner {
        transform: rotate(180deg) translateX(0);
        writing-mode: vertical-lr;
        transform-origin: center;
    }
    .section-herosub .section-title .inner {
        transform: rotate(180deg) translateX(0);
        writing-mode: vertical-lr;
        transform-origin: center;
    }
    .section-herosub .section-title {
        transform: rotate(0) translateX(0);
        transform-origin: right top;
        top: 40px;
        left: 0;
    }
    .section-title {
        font-size: 3.5rem;
    }
}

.game-bg {
	background-color: rgba(1, 27, 44, 0.0) !important;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	z-index: -1;
	background-position: 50% 50%;
}

@media (max-width: 768.98px) {

    .grid-1 .even .kicker {
        margin-top: 0;
    }
    .grid-1 .odd .kicker {
        margin-top: 0;
    }

    .section-herosub .kicker::before {
        height: 10rem;
        width: 39rem;
        left: -4.5rem;
        top: -4.3rem;
    }
    .kicker-mobile{
        position: relative;
        z-index: 10;
        transform: translateY(50%);
    }
    .shakesfidget {
        margin: -10vw 0 -0vw 0;
        width: 100%;
        transform-origin: 60% 50%;
        
        text-align: center;
    }

    .shakesfidget.mdchars {
        margin: -10vw 0 -0vw 0;
        width: 100%;
        transform-origin: 63% 50%;
        
        text-align: center;
    }

    .section-game .game-bg {
        background-color: rgba(1, 27, 44, 0.0) !important;
    }

    .section-game .game-bg {
        background-color: rgba(1, 27, 44, 0.0) !important;
        
        height: 129vw;
    }

    .section-game .game-bgbg {
        background-color: rgba(0, 38, 63, 1.0) !important;
        
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .section-game .game-bgbg.md-bgbg {
        background-color: rgba(42,10,15, 1.0) !important;
    }

    .overlay {
        background: linear-gradient(180deg, rgba(0,38,63,0.5) 0%,rgba(0,38,63,0.5) 50%, rgb(0, 38, 63) 100%);
        height: 129vw;
        opacity: 1;
    }

    .overlay-ltr {
        background: linear-gradient( 180deg, rgba(42,10,15,0.5) 0%, rgba(42,10,15,0.5) 50%,  rgba(42,10,15) 100% );
    }

    .section-imagetext .overlay {
        height: 100%;
    }

    .section-imagetext.section-game .overlay {
        height: 129vw;
    }

    .accordion-item {
        text-align: end;
        position: relative;
    }

    .accordion-item button p{
        margin: 0;
    }
    .accordion-item .kicker {
        left: auto;
        right: -2rem;
        position: absolute;
        z-index: 10;
        padding: 0.0 1em 0.25rem;
    }
    .accordion-item .kicker-inner {
        font-size: 1.8rem;
    }
    .accordion-item h2 {
        padding: 0.25em 0;
    }
    .accordion-collapse{
        text-align:start;
    }
    .shaperight, .shapeleft{
        display: none;
    }
    .section-herosub .kicker {
        transform: skew(-30deg) translateX(0%);
        left: auto;
        position: relative;
        right: 0;
        margin-bottom: 1.4rem;
    }
    .divider {
        left: auto;
        right: 2.5rem;
    }
    .history-item .kicker {
        transform: translateX(-100%) skew(30deg);
        left: calc(100% - 1.4em);
    }
    .history-item .odd .kicker-inner {
        transform: skew(-30deg) scaleX(1);
    }
    .history-item .odd .kicker {
        transform: translateX(-100%) skew(30deg);
        left: calc(100% - 1.4em);
    }
    .section-grid .col-odd {
        margin-top: 0;
    }
    .grid-1 .even .kicker {
        transform: skew(30deg) translateX(0);
    }
    .grid-1 .odd .kicker {
        left: 0;
        transform: translateX(0) scaleX(-1) skew(30deg);
    }
    .grid-1.odd .history-left {
        order: 0;
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {

}

* {
    outline: 0px solid #ff0000;
}

/* Modern Native Scroll Reveals */
.logo {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1), transform 1.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.logo.loaded {
    opacity: 1;
    transform: scale(1);
}

.section-herosub .imagetext .image,
.section-herosub .imagetext h3,
.section-herosub .imagetext .textwrapper {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.section-herosub .imagetext.active .image {
    opacity: 1;
    transform: translateY(0);
}
.section-herosub .imagetext.active h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}
.section-herosub .imagetext.active .textwrapper {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.title-animated {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.title-animated.active {
    opacity: 1;
    transform: translateY(0);
}

/* Accessibility and utility rules kept from the legacy main.css tail */
.element-focusable:focus {
    clip: auto;
    overflow: visible;
    height: auto;
}

.bypass-to-main:focus {
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #333;
    color: #fff;
}

.store-badge {
    height: 3rem;
}

.ratings img,
.devices img {
    max-width: 100%;
    height: auto;
}
