/* BAF 09.06.2023 - 11:08 */
:root {
	--sw-color-black: #453429;
	--sw-color-white: #fff;
	--sw-color-brown: #703030;
	--sw-color-gold: #bfa761;
	--sw-color-gold-bright: #f2f1e6;
	--sw-color-beige: #f3f0e9;
	--sw-color-beige-dark: #aa9c81;
	--sw-border-color-white: rgba(255, 255, 255,0.66);
}

::selection {
	/* background: #ffdd6a; */
}

a {
	/* avoid "all" or "visibility" due to flickering when using JS effects */
	transition: color 0.2s, background-color 0.2s, border-color 0.2s,  opacity 0.2s;
}
a:focus, a:hover {
	text-decoration: none;
}

img:not(.woocommerce-product-gallery img) {
	pointer-events: none; /* Hides visual search icon in Edge */
}

.fg-paragraph p {
	margin-bottom: 20px;
}
/* .fg-paragraph p:last-child { */
	/* margin-bottom: 0; */
/* } */
h1 > p, h2 > p, h3 > p, h4 > p {
	margin: 0;
}
.fg-paragraph strong, .fg-paragraph strong:hover {
	font-weight: 500 !important;
}

/* bootstrap > v.3 standard class for hiding */
.d-none {
	display: none !important;
}

/* lightbox
- For Fullscreen Design set mfp-content zu full size and use the ark standard Sections and Rows to control the width of the content
- To open the Lightbox also by Clicking on Post Title and Image the corresponsing lightbox css class must be set in custom.js 
.mfp-iframe-holder  .mfp-content {
	max-width: none;
	height: 100vh;
	width: 100vw;
}
*/
.mfp-bg {
	background: var(--sw-color-white);
	opacity: 0.72;
}
.mfp-iframe-holder .mfp-content {
	max-width: 1135px;
	min-height: 773px;
}
.mfp-iframe-holder {
	padding: 0;
}
.mfp-iframe-scaler iframe {
	background-color: transparent;
	box-shadow: 2px 6px 12px #00000029;
}
.mfp-iframe-holder .mfp-close {
	top: 20px;
	right: 28px;
	border-radius: 0;
	opacity: 1;
	background: none;	
	width: 32px;
	height: 32px;
	font-size: 53px;
	font-weight: 300;
	line-height: 0.4;
	color: var(--sw-color-beige-dark);
	font-family: Raleway, Arial, sans-serife;
}

/* Decoration / No Decoration in Lightbox iFrame - the css classes must be set in custom.js */
body.no-decoration {
	background-color: var(--sw-color-beige);
}
body.no-decoration .ark-header, body.no-decoration .footer-container, body.no-decoration #footer, body.no-decoration.page .page-wrapper .fg-container-no-padding, body.no-decoration.single-portfolio .page-wrapper .fg-container-no-padding, body.no-decoration .menu-top-menu-container, body.no-decoration .titlebar, body.no-decoration .contact-sidenav {
	display: none;
}
.ark-header, footer-container, #footer, .page .page-wrapper .fg-container-no-padding, .single-portfolio .page-wrapper .fg-container-no-padding, .menu-top-menu-container, .titlebar, .contact-sidenav {
	visibility: hidden;
}
body.decoration .ark-header, body.decoration .footer-container, body.decoration #footer, body.decoration.page .page-wrapper .fg-container-no-padding, body.decoration.single-portfolio .page-wrapper .fg-container-no-padding, body.decoration .menu-top-menu-container, body.decoration .titlebar, body.decoration .contact-sidenav {
	visibility: visible;
}

/* Header Image and Text */
/* .header-large { */
	/* height: 41vw; */
	/* max-height: 760px; */
/* } */
/* .header-medium { */
    /* height: 36vw; */
	/* max-height: 665px; */

	/* to position header text */
	/* display: flex; */
    /* align-items: flex-end; */
/* } */
/* .header-small { */
    /* height: 35vw; */
/* } */
.header-text-column {
	display: flex;
	justify-content: end;
    align-items: center;
}
.header-text-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.header-text-column p {
	margin-bottom: 0;
}
.header-foto-wrapper {
	max-width: 656px;
	max-height: 656px;
	
	border: 2px var(--sw-color-gold) solid;
    border-radius: 50%;
    padding: 7px 0 38px 43px;
	margin-top: 25px;
    margin-left: -49px;
}

.header-medium .header-text-column {
	justify-content: start;
}
.header-medium .header-text-column .fg-paragraph {
	margin-bottom: 0;
}
.header-medium .header-text-column, .header-medium .header-graphic-column {
	height: 280px;
}
.header-medium .header-graphic-column .fg-wrapper:first-child {
	animation-name: circleFilled;
	animation-duration: 1.5s;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
}
.header-medium .header-graphic-column .fg-wrapper:last-child {
	animation-name: circleOutline;
	animation-duration: 1.5s;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
}
.header-large .header-text-wrapper {
	animation-name: circleTextFilled;
	animation-duration: 1.2s;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
}
.header-large .header-foto-wrapper {
	animation-name: circleFotoAndOutline;
	animation-duration: 1.5s;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
}
.header-large .header-graphic-column {
	padding-right: 15px !important;
}

@keyframes circleFilled {
	0% {
		opacity: 0.5;
		margin-top: 5px;
	}
	100% {
		opacity: 1;
	}
}
@keyframes circleOutline {
	0% {
		transform: scale(0.95);
	}
	80% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1.0);
	}
}
@keyframes circleTextFilled {
	0% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}
@keyframes circleFotoAndOutline {
	0% {
		transform: scale(0.97);
		padding: 15px 0 47px 55px;
	}
	100% {
		transform: scale(1.0);
	}
}

/* .header-large .header-text { */
	/* margin-top: 20vw; */
/* } */
/* .header-medium .header-text { */
	/* margin-top: 15vw; */
/* } */

/* .header-small .header-text { */
	/* margin-top: 10vw; */
/* } */
/* .header-large .header-text p { */
	/* font-size: 70px; */
	/* line-height: 1.15; */
/* } */
/* .header-medium .header-text p { */
	/* font-size: 62px; */
	/* line-height: 1.15; */
/* } */
/* .header-small .header-text p { */
	/* font-size: 55px; */
	/* line-height: 1.15; */
/* } */

/*
	The Poligon ist different for left and right aligned Text. The Case below is for right alinged Text.
	For left aligned Text, use the following polygons:
	clip-path: polygon(100% 80%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 20%, 100% 100%, 0 100%, 0 0);
*/

/*
.header-text p {
	font-weight: 600;
	margin: 0;
	line-height: 1.8;

	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);

	transform: translateY(-50px);
	opacity: 0;
	animation-name: titleAnimation;
	animation-timing-function:ease;
	animation-duration: 3.5s;
	-webkit-animation-fill-mode: forwards;
}
.header-text p:nth-child(1){
  animation-delay: 1.7s;
}
.header-text p:nth-child(2){
  animation-delay: 1.6s;
}
.header-text p:nth-child(3){
  animation-delay: 1.5s;
}
.header-text p:nth-child(4){
  animation-delay: 1.4s;
}

@keyframes titleAnimation {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
}
*/

.display-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.display-flex-center {
	display: flex;
	align-items: center;
}
.display-flex-column {
	display: flex;
	flex-direction: column;
}
.display-flex-column-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.image-full-width {
	/* height: 24vw; */
	/* max-height: 560px; */
}

/* Portfolio flex - adapt margins if a custom horizontal margin is set in ark portfolio element */
.ff-portfolio-grid {
	height: auto !important;
}
.ff-portfolio-grid .cbp-wrapper-outer .cbp-wrapper {
	position: static;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	width: auto;
}
.ff-portfolio-grid .cbp-item {
	position: static;
	margin: 15px 15px;
}
.cbp-item-off {
    display: none;
}
.portfolio-classic-1 {
	margin-top: 32px;
	margin-bottom: 0;
}
.portfolio-classic-1 .ff-portfolio-grid-wrapper {
	padding-bottom: 0;
}
.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-active-wrap:before {
	background: transparent !important;
}
.theme-portfolio .cbp-item .theme-portfolio-lightbox .theme-portfolio-item-v3-icon:before, .theme-portfolio .cbp-item .theme-portfolio-lightbox .theme-portfolio-item-v3-icon:after {
	display: none;
	height: 0;
	width: 0;
}
.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-item-v3-heading {	
	padding: 0;
	opacity: 1;	
	width: 269px;
	height: 269px;
	border-radius: 50%;
	border: 2px var(--sw-color-gold) solid;
    bottom: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	left: auto !important;
	transform: none;
}
.cbp-item-wrapper {
	display: flex;
	justify-content: center;
}
.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-item-v3-heading h4 {
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(255,255,255,0.8) !important;	
	width: 230px;
    height: 240px;
    border-radius: 50%;
    padding: 0;
	margin-bottom: 27px !important;
}
.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-item-v3-heading h4 a {
	max-width: 160px !important;
    text-align: center !important;
	display: block;
}    
.blog-simple-3 {
	margin-bottom: 0;
}
.fg-blog-row-main .news-v2-item {
	margin-top: 20px;
	border: 2px var(--sw-border-color-white) solid;
	border-radius: 179px;
	min-height: 488px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.news-link-icon {
	position: absolute;
	bottom: 63px;
}
.news-link-icon:before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(/wp-content/uploads/icon-mehr-button.svg);
}

.ffb-btn, .ffb-btn .btn-text {
	transition: color 0.2s, background-color 0.2s, border-color 0.2s,  opacity 0.2s;
}
.ffb-btn:hover .btn-text {
	color: var(--sw-color-black) !important;
}
.page-wrapper .ffb-btn:hover {
	border-color: var(--sw-color-black) !important;
}
.radio input[type=radio], .checkbox input[type=checkbox] {
	margin-top: 3px;
}
form label.error {
	color: var(--sw-color-white);
	margin-top: -5px !important;
}
form input[type=text]::placeholder, form textarea::placeholder {
	color: white !important;
}
form input[type=text], form textarea, select {
	background-color: var(--sw-color-beige-dark) !important;
}
.ff-form-checkbox-wrapper {
	color: var(--sw-color-white);
}
select.form-control {
	padding: 6px 10px;
}
.checkbox+.checkbox, .radio+.radio {
	margin-top: 0;
}
.ff-form-checkbox-wrapper {
	margin-top: 0;
	margin-bottom: 15px !important;
}

#home-portfolio .theme-portfolio-item-v3 {
	cursor: pointer;
}

.back-link p {
	margin: 0;
}
/*.back-link a:hover, .back-link a:hover span {
	color: #89acc8 !important;
} */	
.back-link a span, .back-link a span:hover {
	font-size: 115% !important;
	transition: all 0.25s;
}

/* 100% = browser width without scrollbars */
.column-left-indented-to-content {
	padding-right: 0;
}
.column-left-indented-to-content.col-lg-4 {
	padding-left: calc((100% - 1170px) / 2);
	width: calc(390px + (100% - 1170px) / 2);
}
.column-left-indented-to-content.col-lg-6 {
	padding-left: calc((100% - 1170px) / 2);
	width: calc(585px + (100% - 1170px) / 2);
}
.column-left-indented-to-content.col-lg-8 {
	padding-left: calc((100% - 1170px) / 2);
	width: calc(780px + (100% - 1170px) / 2);
}
.column-left-indented-to-content.col-lg-12 {
	padding-left: 0;
	width: 100%;
}
.column-right-indented-to-content {
	padding-left: 0;
}
.column-right-indented-to-content.col-lg-4 {
	padding-right: calc((100% - 1170px) / 2);
	width: calc(390px + (100% - 1170px) / 2);
}
.column-right-indented-to-content.col-lg-6 {
	padding-right: calc((100% - 1170px) / 2);
	width: calc(585px + (100% - 1170px) / 2);
}
.column-right-indented-to-content.col-lg-8 {
	padding-right: calc((100% - 1170px) / 2);
	width: calc(780px + (100% - 1170px) / 2);
}
.column-right-indented-to-content.col-lg-12 {
	padding-right: 0;
	width: 100%;
}

.two-columns-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 23px;
}
.two-columns-list p {
	margin-bottom: 5px;
}
.two-columns-list p:nth-child(odd) {
	width: 60px;
}
.two-columns-list p:nth-child(even) {
	width: calc(100% - 60px);
}

#footer a:hover {
	text-decoration: none;
}
#footer .fg-paragraph strong, #footer .fg-paragraph strong:hover {
	font-weight: 600 !important;
}

.webagency li {
	margin: 0;	
}

ul.footer-navigation {
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding: 0;
}
.footer-navigation li {
	margin-left: 0;
	margin-right: 28px;
	list-style: none;
	float: left;
}
.statement-text-icon p {
	font-size: 30px;
	margin-bottom: 2px !important;
}
.statement-text-icon:before {
	content: "“";
    position: relative;
    font-size: 80px;
    display: flex;
    height: 51px;
    margin-left: -39px;
}

/* fixes lightbox more than 100% width */
.cbp-popup-wrap {
	width: 100vw;
}

/* Ark Map Element
.ff-map > div {
	pointer-events: all !important;
}
*/

/* Tablet (SM) */
@media screen and (min-width: 768px) {
	.custom-map #combinedMap {
		/* min-height: 300px; */
	}
}

/* Laptop (MD) */
@media screen and (min-width: 992px) {
	.custom-map #combinedMap {
		/* min-height: 325px; */
	}
}

/* Desktop (LG) */
@media screen and (min-width: 1200px) {	
}

/* Extra Large Additional Media Query  */
@media screen and (min-width: 1650px) {	
    .container {
		width: 1370px;
	}

	.column-left-indented-to-content.col-lg-4 {
		padding-left: calc((100% - 1370px) / 2);
		width: calc(456.66px + ((100% - 1370px) / 2));
		padding-right: 0;
	}
	.column-left-indented-to-content.col-lg-6 {
		padding-left: calc((100% - 1370px) / 2);
		width: calc(685px + ((100% - 1370px) / 2));
		padding-right: 0;
	}
	.column-left-indented-to-content.col-lg-8 {
		padding-left: calc((100% - 1370px) / 2);
		width: calc(913.33px + ((100% - 1370px) / 2));
		padding-right: 0;
	}
	.column-right-indented-to-content.col-lg-4 {
		padding-right: calc((100% - 1370px) / 2);
		width: calc(456.66px + (100% - 1370px) / 2);
	}
	.column-right-indented-to-content.col-lg-6 {
		padding-right: calc((100% - 1370px) / 2);
		width: calc(685px + (100% - 1370px) / 2);
	}
	.column-right-indented-to-content.col-lg-8 {
		padding-right: calc((100% - 1370px) / 2);
		width: calc(913.33px + (100% - 1370px) / 2);
	}

	.image-float-left {
		width: 28% !important;
	}
	.image-float-right {
		width: 28% !important;
	}
	.fg-blog-row-main .news-v2-item {
		border-radius: 208px;
	}	
}

/* Extra Large Additional Media Query  */
@media screen and (min-width: 2000px) {	

}

/* Laptop (MD)  */
@media screen and (max-width: 1199px) {
	.header-foto-wrapper {
		max-width: 540px;
		max-height: 540px;
	}
	.header-medium .header-text-column, .header-medium .header-graphic-column {
		height: 240px;
	}

	.column-left-indented-to-content.col-md-4 {
		padding-left: calc((100% - 970px) / 2);
		width: calc(323.33px + (100% - 970px) / 2);
	}
	.column-left-indented-to-content.col-md-6 {
		padding-left: calc((100% - 970px) / 2);
		width: calc(485px + (100% - 970px) / 2);
	}
	.column-left-indented-to-content.col-md-8 {
		padding-left: calc((100% - 970px) / 2);
		width: calc(646.66px + (100% - 970px) / 2);
	}
	.column-left-indented-to-content.col-md-12 {
		padding-left: 0;
		width: 100%;
	}
	.column-right-indented-to-content.col-md-4 {
		padding-right: calc((100% - 970px) / 2);
		width: calc(323.33px + (100% - 970px) / 2);
	}
	.column-right-indented-to-content.col-md-6 {
		padding-right: calc((100% - 970px) / 2);
		width: calc(485px + (100% - 970px) / 2);
	}
	.column-right-indented-to-content.col-md-8 {
		padding-right: calc((100% - 970px) / 2);
		width: calc(646.66px + (100% - 970px) / 2);
	}
	.column-right-indented-to-content.col-md-12 {
		padding-right: 0;
		width: 100%;
	}
}

/* Portfolio Medium  */
@media screen and (max-width: 1099px) {

}

/* Tablet (SM) */
@media screen and (max-width: 991px) {
	.header-foto-wrapper {
		max-width: 420px;
		max-height: 420px;
		
		padding: 5px 0 30px 35px;
		margin-top: 25px;
		margin-left: -35px;
	}
	@keyframes circleFotoAndOutline {
		0% {
			transform: scale(0.97);
			padding: 10px 0 34px 38px;
		}
	}
	.header-medium .header-text-column, .header-medium .header-graphic-column {
		height: 190px;
	}
	.mfp-iframe-holder .mfp-content {
		max-width: none;
	}
	
	.column-left-indented-to-content.col-sm-4 {
		padding-left: calc((100% - 750px) / 2);
		width: calc(250px + (100% - 750px) / 2);
	}
	.column-left-indented-to-content.col-sm-6 {
		padding-left: calc((100% - 750px) / 2);
		width: calc(375px + (100% - 750px) / 2);
	}
	.column-left-indented-to-content.col-sm-8 {
		padding-left: calc((100% - 750px) / 2);
		width: calc(500px + (100% - 750px) / 2);
	}
	.column-left-indented-to-content.col-sm-12 {
		padding-left: 0;
		width: 100%;
	}
	.column-right-indented-to-content.col-sm-4 {
		padding-right: calc((100% - 750px) / 2);
		width: calc(250px + (100% - 750px) / 2);
	}
	.column-right-indented-to-content.col-sm-6 {
		padding-right: calc((100% - 750px) / 2);
		width: calc(375px + (100% - 750px) / 2);
	}
	.column-right-indented-to-content.col-sm-8 {
		padding-right: calc((100% - 750px) / 2);
		width: calc(500px + (100% - 750px) / 2);
	}
	.column-right-indented-to-content.col-sm-12 {
		padding-right: 0;
		width: 100%;
	}
	.statement-text-icon p {
		font-size: 26px;
	}
}

/* Portfolio Small  */
@media screen and (max-width: 799px) {

}

/* Phone (XS) */
@media screen and (max-width: 767px) {
	.image-fullwidth {
		/* min-height: 70vw; */
	}
	.image-besides-text {
		max-width: 550px;
		margin-bottom: 50px;
	}
	.header-foto-wrapper {
		max-width: 300px;
		max-height: 300px;
		
		padding: 3px 0 22px 25px;
		margin-top: 19px;
		margin-left: -25px;
	}
	@keyframes circleFotoAndOutline {
		0% {
			transform: scale(0.97);
			padding: 2px 0 25px 28px;
		}
	}
	.header-medium .header-text-column, .header-medium .header-graphic-column {
		height: 145px;
	}
	.mfp-iframe-holder .mfp-content {
		min-height: 100vh;
	}

	.column-left-indented-to-content.col-xs-4 {
		width: 33.33%;
	}
	.column-left-indented-to-content.col-xs-6 {
		width: 50%;
	}
	.column-left-indented-to-content.col-xs-8 {
		width: 66.66%;
	}
	.column-right-indented-to-content.col-xs-4 {
		width: 33.33%;
	}
	.column-right-indented-to-content.col-xs-6 {
		width: 50%;
	}
	.column-right-indented-to-content.col-xs-8 {
		width: 66.6%;
	}
	.column-left-indented-to-content.col-xs-12, .column-right-indented-to-content.col-xs-12 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.webagency {
		float: left;
	}	

	.custom-map #combinedMap {
		/* min-height: 54vw; */
	}
	.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-item-v3-heading {
		width: 230px;
		height: 234px;
	}
	.theme-portfolio .theme-portfolio-item-v3 .theme-portfolio-item-v3-heading h4 {
		width: 198px;
		height: 212px;
		margin-bottom: 19px !important;
	}
	.fg-blog-row-main .news-v2-item {
		min-height: 390px;		
	}
	.news-link-icon {
		position: relative; 
		bottom: auto;
		margin-top: 10px !important;
	}
	.statement-text-icon p {
		font-size: 22px;
	}
}

/* Portfolio Extra Small  */
@media screen and (max-width: 579px) {
	.ff-portfolio-grid .cbp-item {
		margin-right: 0;
	}
}

@media screen and (max-width: 549px) {
	.header-large {
		padding-top: 100px !important;
	}
	.header-large .header-graphic-column {
		display: flex;
		justify-content: center;
		margin-left: 20vw;
	}
	.header-large .header-foto-wrapper {
		margin-top: -50px;
		z-index: 1;
	}
	.header-large .header-text-column {
		justify-content: center;
		margin-right: 20vw;
	}
	.header-medium .header-text-column {
		margin-left: 9%;
	}
	.header-medium .header-graphic-column {
		width: 33%;
	}
}

/* Extra Small 1 Additional Media Query  */
@media screen and (max-width: 480px) {
	.image-float-left, .image-float-right {
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	.header-medium .header-text-column {
		margin-left: 15%;
		width: 66%;
	}
	.header-medium .header-graphic-column {
		margin-top: -25px;
		width: 85%;
	}
}

/* Extra Small 2 Additional Media Query  */
@media screen and (max-width: 400px) {
	.header-large .header-graphic-column {
		margin-left: 10vw;
	}
	.header-large .header-text-column {
		margin-right: 13vw;
	}
}

/* Extra Small 3 Additional Media Query  */
@media screen and (min-width: 580px) and (max-width: 991px) {

}

/* Extra Small 4 Additional Media Query  */
@media screen and (min-width: 550px) and (max-width: 767px) {
	.flex-basis-50, .header-large .header-text-column, .header-large .header-graphic-column {
		flex-basis: 50%;
	}
}

/* effects */
@-webkit-keyframes fadeInUpSPWE {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSPWE {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUpSPWE;
  animation-name: fadeInUpSPWE;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}