 :root {  --font-family: "Metropolis", sans-serif;  --blue-rgb: 45,83,128; --blue-light-rgb: 90,143,204; --red: #aa3c44; --error: var(--red);  --page-width: 2048px; --header-mt: 2rem; --header-height-vanilla: 101px; --header-height: calc(var(--header-height-vanilla) + var(--header-mt)); --header-height-mobile: 60px; --container-width: 1300px;  --gap: 2rem; --section-padding-y: 5rem; --spacing: 1.5rem; --checkbox-size: 1rem; --border-width: 1px; --border-radius: 0.5rem; --border-image: linear-gradient(to right, rgba(var(--blue-rgb),1) 20%, rgba(var(--blue-rgb),0.4) 100%) 0 fill; --box-shadow: 0 4px 29px 1px rgba(var(--blue-rgb),0.4); --slider-arrow-size: 3.5rem;  --transition-duration: 0.35s; --transition: ease var(--transition-duration); } @media (max-width: 991px) { :root { --header-mt: 1rem; --header-height: calc(var(--header-height-mobile) + var(--header-mt)); --section-padding-y: 3.5rem; } } @media (max-width: 767px) { :root { --header-mt: 0.5rem; } } @media (max-width: 478px) { :root { --header-mt: 0px; } }  @media (max-width: 600px) { html { margin-top: 0!important; } html #wpadminbar { display: none!important; } body.bricks-is-frontend.admin-bar #brx-header.sticky.scrolling { top: 0; } @layer bricks { body.bricks-is-frontend.admin-bar #brx-header.brx-sticky, body.bricks-is-frontend.admin-bar.brx-header-left #brx-header, body.bricks-is-frontend.admin-bar.brx-header-right #brx-header { top: 0!important; } } }  html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 0.5rem); } html, body { background-color: var(--white); font-family: var(--font-family); font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--blue); } body { min-height: 100svh; overflow-x: clip; } body.page-id-8, body.error404 { background-image: linear-gradient(to right, var(--blue) 10%, var(--blue-light)); color: var(--white); } ::selection { background-color: rgba(var(--blue-light-rgb),0.8); color: var(--white); } .hidden, [hidden] { display: none !important; opacity: 0; visibility: hidden; outline: none; } a, svg path, .section-title { transition: var(--transition); } body.bricks-is-frontend :focus-visible { outline: 2px dashed var(--blue-light); } * { scrollbar-color: var(--blue) var(--blue-bg); scrollbar-width: thin; }  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-bottom: 1rem; font-weight: 600; line-height: normal; text-wrap: balance; } h1, .h1 { margin-top: 0; margin-bottom: 1em; font-size: 4rem; } h2, .h2 { font-size: 2.5rem; } h3, .h3 { font-size: 2rem; } h4, .h4 { font-size: 1.625rem; } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1.125rem; } .bricks-type-lead span { display: block; font-size: 2.1em; line-height: 1.2; text-transform: uppercase; } @media (max-width: 991px) { h1, .h1 { font-size: 2.5rem; } h2, .h2 { font-size: 2rem; } h3, .h3 { font-size: 1.5rem; } h4, .h4 { font-size: 1.25rem; } h5, .h5 { font-size: 1.15rem; } } @media (max-width: 767px) { h1, .h1 { font-size: 2rem; } h2, .h2 { font-size: 1.75rem; } } .dsgvo-reference { font-size: 0.8rem; } strong, b { font-weight: 600; }  body:not(.postid-1550) main { margin-top: var(--header-height); } section { padding: var(--section-padding-y) 1rem; } section section { padding: 0; } .visually-hidden { position: absolute; top: -9999rem; left: -9999rem; width: 1px; height: 1px; border: 0; outline: none; overflow: hidden; white-space: nowrap; clip: rect(0 0 0 0); } :where(.brxe-text, p, table) + :where(h2, h3, h4, h5, h6) { margin-top: 1em; } p { margin-bottom: 1em; } p:last-of-type { margin-bottom: 0; } .brxe-text :where(ul, ol) { padding-left: 1.5em; } .brxe-text ul { list-style: square; } .brxe-text ul li::before { display: none!important; }  .brxe-text ul li:hover::marker { color: var(--blue-light); } form a, .brxe-text a:not(.bricks-button) { text-decoration: underline; } .brxe-text a:not(.bricks-button), a.brxe-text-link .text { color: inherit; transition: var(--transition); } svg:not(.ix-logo, .menu-item-icon) path { fill: currentColor; } form a:is(:hover, :focus), .brxe-text a:not(.bricks-button):is(:hover, :focus), a.brxe-text-link:is(:hover, :focus) :where(.icon, .text) { color: var(--blue-light); } :where(.brxe-text, .brxe-text-basic) + .bricks-button { margin-top: 2rem; } .font--blue-light { color: var(--blue-light); } body.privacy-policy img { background-color: var(--white); }  .flex-wrapper { --width-2: calc(50% - var(--gap) / 2); --width-3: calc(33.33% - var(--gap) / 1.5); --width-4: calc(25% - var(--gap) / 1.25); } .brxe-container {  width: var(--container-width); } .brxe-container.container--wide {  width: 1500px; } .brxe-container.container--narrow { width: 900px; } .text--left { text-align: left; } .text--center { text-align: center; } .text--wide { width: 90ch; } .text--medium { width: 75ch; } .text--narrow, .split .brxe-text { width: 60ch; } .text--smaller { font-size: 0.85em; } .font--gray { color: var(--gray); } .font--blue-light { color: var(--blue-light); } .mb-0 { margin-bottom: 0; }  p { margin-bottom: var(--spacing); } p:last-of-type { margin-bottom: 0; } .brxe-text :where(ul, ol) { margin: var(--spacing) 0; } .brxe-text :where(ul, ol):first-child { margin-top: 0; } .brxe-text :where(ul, ol):last-child { margin-bottom: 0; } .brxe-text :where(ul, ol):only-child { margin: 0; } .brxe-text + :where(h2, h3, h4, h5, h6), :where(p, ul, ol) + :where(h2, h3, h4, h5, h6) { margin-top: 1.25em; } :where(p, ul, ol, .brxe-text, .brxe-text-basic) + :where(.button-wrapper, .bricks-button) { margin-top: var(--spacing); }  header { width: var(--container-width); max-width: 100%;  margin: var(--header-mt) auto 0; padding: 1rem 2rem; box-shadow: var(--box-shadow); background-color: var(--white); color: var(--blue);  content-visibility: visible !important; } header.scrolling { width: 100%; margin-top: 0; padding-left: 1rem; background-color: var(--white); transition-delay: 0.15s!important; } header .bricks-link-wrapper { line-height: 1; } header .invadox-logo path { transition: var(--transition); } @media (max-width: 478px) { header { padding: 0.75rem 1rem; } }  .main-nav { text-transform: uppercase; } .brxe-nav-menu .bricks-nav-menu a, .brxe-nav-menu .bricks-mobile-menu-wrapper li a { color: inherit; line-height: normal; text-decoration: none; } .brxe-nav-menu .bricks-nav-menu a:is(:hover, :focus), .brxe-nav-menu .bricks-mobile-menu-wrapper a:is(:hover, :focus) { color: var(--blue-light); }  .brxe-nav-menu .sub-menu { top: calc(100% + 0.75rem); padding: 0.25rem 0; background-color: var(--blue-bg); box-shadow: var(--box-shadow); color: inherit; text-transform: none; }  nav.bricks-mobile-menu-wrapper { border-left: var(--border-width) solid var(--blue-light); background-image: linear-gradient(to right, var(--blue) 40%, var(--blue-light) 140%); } nav.bricks-mobile-menu-wrapper::before, .brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-overlay { display: none; } .bricks-mobile-menu { width: 100%; padding: var(--header-height) 0 1.5rem; } header .main-nav.brxe-nav-menu .bricks-mobile-menu-wrapper .brx-submenu-toggle { justify-content: space-between; } .brxe-nav-menu .bricks-mobile-menu-wrapper .brx-submenu-toggle button[aria-expanded="true"] svg { transform: rotate(180deg); } @layer bricks { header .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu { background-color: var(--blue-light)!important; } }  .footer--legal .brxe-nav-menu li:not(:first-child) { margin-left: 0.5em!important; padding-left: 0.5em; border-left: var(--border-width) solid var(--blue); }  .brxe-nav-menu div.aria-current > a, .brxe-nav-menu a[aria-current="page"], a[aria-current="page"]:not(.bricks-button), .brxe-nav-menu .bricks-mobile-menu-wrapper li a[aria-current="page"] { color: var(--blue-light); } .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu a[aria-current="page"] { color: var(--blue); }  .bricks-button { padding: 0.75rem 1.75rem; border: var(--border-width) solid var(--blue); border-radius: 0; background-color: var(--blue); box-shadow: none; font-size: 1rem; font-weight: 600; line-height: normal; color: var(--white); text-wrap: balance; cursor: pointer; transition: var(--transition-duration); } .bricks-button.bricks-background-secondary, .bricks-button:is(:hover, :focus) { border-color: var(--blue-light); background-color: var(--blue-light); } .bricks-button.bricks-background-secondary:is(:hover, :focus) { background-color: var(--blue); border-color: var(--blue); } .bg--blue .bricks-button.bricks-background-secondary:is(:hover, :focus) { background-color: var(--blue-bg); color: var(--blue); }  .bricks-button.outline { padding-left: 0.5rem; padding-right: 0.5rem; font-weight: 400; color: var(--blue); } .bricks-button.outline, .bricks-button.outline:is(:hover, :focus) { border-color: transparent; background-color: transparent; } .bg--blue .bricks-button.outline { color: var(--white); } .bg--blue :where(.split, .box, .teaser) .bricks-button.outline { color: inherit; } .bricks-button.outline:is(:hover, :focus) { color: var(--blue-light)!important; }  .back-btn svg { transform: rotate(-90deg); }   .split { --gap: 2rem; --_split-p: 2rem; display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; gap: var(--gap); } .split--reversed { flex-direction: row-reverse; } .split--50-50 .split__img-wrapper, .split--50-50 .split__content { width: calc(50% - var(--gap) / 2); } .split--60-40 .split__img-wrapper { width: calc(40% - var(--gap) / 2); } .split--60-40 .split__content { width: calc(60% - var(--gap) / 2); } .split--70-30 .split__img-wrapper { width: calc(30% - var(--gap) / 2); } .split--70-30 .split__content { width: calc(70% - var(--gap) / 2); } .split__content { padding: var(--_split-p); }  .split__img { width: 100%; height: 100%; max-height: inherit; object-fit: cover; object-position: center center; }  .split.split--padded { --border-width: 0.5rem;  padding: var(--_split-p); border-left: var(--border-width) solid var(--blue); } .split--padded.split--reversed { border-left: none; border-right: var(--border-width) solid var(--blue); } .split--padded .split__content { padding: 0; }  @media (max-width: 767px) { .split .split__img-wrapper, .split .split__content { width: 100%; } .split .split__img-wrapper { max-width: 45rem; max-height: 25rem; } .split { --_split-p: 1rem; width: calc(100% + 1rem); max-width: unset; margin-left: -0.5rem; margin-right: -0.5rem; } .split .split__content { padding-bottom: 0; } } @media (max-width: 478px) { .split { width: calc(100% + 2rem); margin-left: -1rem; margin-right: -1rem; } }  .split__img-wrapper:has(> .brlbs-cmpnt-content-blocker) { width: calc(50% - var(--gap) / 2)!important; } .split__img-wrapper .brlbs-cmpnt-cb-main { flex-direction: column!important; } @media (max-width: 767px) { .split__img-wrapper:has(> .brlbs-cmpnt-content-blocker) { width: 100%!important; } }  .box { padding: 2rem; border-radius: 0; background-color: var(--blue-bg); } .box.box--contact .brxe-text { margin-bottom: 2rem; } .box.box--contact .bricks-button { width: 100%; margin-top: auto; } @media (max-width: 767px) { .brxe-div.box { padding: 1rem; } }  .banner { border-image: var(--border-image); isolation: isolate; }  .teaser { --_teaser-padding: 2rem; }  .brxe-tabs-nested .tab-title { color: var(--gray); transition: var(--transition); } .brxe-tabs-nested .tab-title:is(:hover, :focus) { color: var(--blue-light); } .brxe-tabs-nested .tab-title.brx-open { color: var(--blue); } .tab__img:first-child { position: absolute; top: 80%; left: -2rem; } .tab__img:last-child { position: relative; right: -1rem; } @media (max-width: 991px) { .tab__img:first-child { top: 25%; left: -8rem; } } @media (max-width: 767px) { .brxe-tabs-nested .tabs__menu { overflow-x: scroll; } .tabs__menu h3 { width: auto; min-width: 10ch; font-size: 1.25rem; } .tab__img:first-child, .tab__img:last-child { position: relative; } .tab__img:first-child { top: 2rem; left: 0.5rem; } .tab__img:last-child { top: -1.5rem; right: 0; } } @media (max-width: 478px) { .tabs__menu h3 { font-size: 1.125rem; } .tab__img:first-child { top: 0; left: 0; } .tab__img:last-child { top: -1rem; align-self: flex-end; } }  .slider .splide__arrow { color: var(--blue); transition: var(--transition); } .slider .splide__arrow:is(:hover, :focus) { color: var(--blue-light); } @media (max-width: 991px) { .slider { --slider-arrow-size: 2.5rem; } } @media (max-width: 767px) { .slider { --slider-arrow-size: 1.5rem; } }  .testimonials--google .ti-widget .ti-reviews-container .ti-review-item > .ti-inner, .testimonials--google .ti-widget[data-layout-id="4"][data-set-id="light-minimal"] .ti-review-item > .ti-inner { border-radius: 0!important; background-color: var(--blue-bg)!important; } .testimonials--google .ti-widget.ti-goog .ti-review-item > .ti-inner, .testimonials--google .ti-widget.ti-goog .ti-widget-container .ti-name, .testimonials--google .ti-widget.ti-goog .ti-widget-container .ti-date, .testimonials--google .ti-widget.ti-goog .ti-read-more span { color: var(--blue)!important; } .testimonials--google .ti-widget.ti-goog .ti-controls .ti-next::before, .testimonials--google .ti-widget.ti-goog .ti-controls .ti-prev::before { border-color: var(--blue); } .testimonials--google .ti-widget.ti-goog .ti-controls .ti-next:is(:hover, :focus)::before, .testimonials--google .ti-widget.ti-goog .ti-controls .ti-prev:is(:hover, :focus)::before { border-color: var(--white); } .testimonials--google .ti-widget.ti-goog .ti-controls .ti-next:is(:hover, :focus), .testimonials--google .ti-widget.ti-goog .ti-controls .ti-prev:is(:hover, :focus), .testimonials--google .ti-widget[data-layout-id="4"][data-set-id="light-minimal"] .ti-controls .ti-next:is(:hover, :focus), .testimonials--google .ti-widget[data-layout-id="4"][data-set-id="light-minimal"] .ti-controls .ti-prev:is(:hover, :focus) { background-color: var(--blue)!important; }  .clients-section .brxe-tabs-nested .tab-menu--client { gap: 2rem; } .clients-section .brxe-tabs-nested .tab-menu .tab-title { padding: 0!important; } .clients-section .brxe-tabs-nested .tab-menu .tab-title.brx-open { background-color: transparent!important; } .clients-section .tab-content { padding: 1.5rem 0 0!important; border: none!important; } .clients-section .brxe-filter-radio { gap: 0.5rem 2rem; } .clients-section .brxe-filter-radio .bricks-button { padding: 0; border: none; background-color: transparent; color: var(--gray); } .clients-section .brxe-filter-radio label:is(:hover, :focus, :focus-within, :focus-visible) .bricks-button { color: var(--blue-light); outline: none!important; } .clients-section .brxe-filter-radio .bricks-button.brx-option-active { color: var(--blue); } .client { aspect-ratio: 14/9; cursor: pointer; } .client .pill.brxe-div:is(:hover, :focus) { background-color: var(--blue); color: var(--white); } .client.open .client__img, .client:is(:focus, :focus-within) .client__img { transform: translateY(-100%); } @media (min-width: 1200px) { .client.brxe-div { width: var(--width-4); } } @media (max-width: 478px) { .clients-section .brxe-tabs-nested .tab-menu .tab-title { text-align: center; } }  .split.split--padded, .box, .teaser { background-color: var(--blue-bg); color: var(--blue); } .bg--blue.box { background-color: var(--blue); color: var(--white); } .bg--blue-light .split.bg--blue-light, .bg--blue-light .box, .bg--blue-light .teaser { background-color: var(--white); } .bg--blue-light .split.split--padded { border-left-color: var(--blue-light); background-color: var(--white); } .bg--blue-light .split--padded.split--reversed { border-right-color: var(--blue-light); }   form { --_form-padding: 0.5rem; }  .brxe-form input:not([type="radio"], [type="checkbox"]), .brxe-form select, .brxe-form textarea { padding: 0.5rem 1rem; border: var(--border-width) solid var(--blue); line-height: normal; color: var(--blue); } .brxe-form textarea { min-height: 8rem; max-height: 25rem; resize: vertical; }  .brxe-form select, .brxe-form select option, .variations_form select, .variations_form select option { font-family: var(--font-family), sans-serif; }  .brxe-form ul.options-wrapper li { display: flex; flex-flow: row nowrap; align-items: flex-start; column-gap: 0.5em; } .brxe-form ul.options-wrapper :where(input[type="radio"], input[type="checkbox"]) { width: var(--checkbox-size); min-width: var(--checkbox-size); height: var(--checkbox-size); margin-top: 0.15em; border: var(--border-width) solid var(--blue); font-size: var(--checkbox-size); appearance: none; } .bg--blue .brxe-form ul.options-wrapper :where(input[type="radio"], input[type="checkbox"]) { border-color: var(--border-width) solid var(--white); } .brxe-form ul.options-wrapper input[type="radio"] { border-radius: 50%; } .brxe-form ul.options-wrapper :where(input[type="radio"], input[type="checkbox"]):checked { box-shadow: 0 0 0 0.15em var(--white) inset; background-color: var(--blue-light); } .brxe-form :where(input[value="datenschutz"], input[value="widerruf"]) + label { font-size: 0.9em; }  .brxe-form .submit-button-wrapper { padding: 0 var(--_form-padding); }  .ix-icon, .ix-icon :where(rect, path) { transition: var(--transition); } .onboarding .ix-icon { position: absolute; top: 5rem; left: 0; z-index: 0; }   footer { padding: 4.5rem 0 2rem; background-color: var(--blue-bg); color: var(--blue); } .footer-socials a { color: inherit !important; } .footer-socials a:is(:hover, :focus) { color: var(--blue-light) !important; }   @keyframes logo-fade-out { from { opacity: 1; } to { opacity: 0; } } @keyframes logo-fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes pixel-animation { 0% { offset-path: path("m -677,-50"); } 35% { offset-path: path("m -677,0"); } 100% { offset-path: path("m 0,0"); } } .ix-logo { width: auto; overflow: visible; }  header .ix-logo__invadox > .ix-logo__icon-pixel { opacity: 1; animation: pixel-animation 1.5s forwards; } header .ix-logo__invadox path { opacity: 0; animation: logo-fade-in 0s forwards; } header .ix-logo__invadox g:first-child path:nth-child(1) { animation-delay: 0.5s; } header .ix-logo__invadox g:first-child path:nth-child(2) { animation-delay: 0.6s; } header .ix-logo__invadox g:first-child path:nth-child(2) { animation-delay: 0.7s; } header .ix-logo__invadox g:first-child path:nth-child(3) { animation-delay: 0.8s; } header .ix-logo__invadox g:first-child path:nth-child(4) { animation-delay: 0.9s; } header .ix-logo__invadox g:first-child path:nth-child(5) { animation-delay: 1s; } header .ix-logo__invadox g:first-child path:nth-child(6) { animation-delay: 1.1s; } header .ix-logo__invadox .ix-logo__icon-full path { animation-delay: 1.2s; } header .ix-logo__invadox .ix-logo__icon-step path { animation-delay: 1.3s; }  header .ix-logo__text path { opacity: 0; animation: logo-fade-in 0.5s forwards; animation-delay: 1.5s; }  @keyframes heroPixelAnimation { from { opacity: 1; offset-path: path("m 0,0"); } to { opacity: 0.3; offset-path: path("m -10,0"); } } @keyframes heroLogoAnimation { from { offset-path: path("m 0,0"); } to { offset-path: path("m 10,0"); } } @keyframes heroLogoAnimationM { from { offset-path: path("m 0,0"); } to { offset-path: path("m 13,0"); } } @keyframes heroImgSlide { 0% { left: 110%; } 10% { left: 10%; } 90% { left: 10%; } 100% { left: 110%; } } .hero-animation { --_speed: 0.5s; --_width: 25rem; } .hero-animation__img-wrapper, .hero-animation .icon-animated { display: block; width: var(--_width)!important; margin: 0 auto; } .hero-animation__img-wrapper { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; clip-path: polygon(0px 0%, 24.5rem 0%, 5.00rem 20.4rem, 0% 20.5rem); } .hero-animation .icon-animated { min-width: 20.5rem; max-width: 130%; overflow: visible; } .icon-animated:last-child { position: absolute; top: 0; left: 0; right: 0; } .icon-animated .icon-pixel, .icon-animated g { transition: var(--transition); } .icon-animated:first-child g, .icon-animated:last-child .icon-pixel { display: none; opacity: 0; } .hero-animation .icon-animated .icon-pixel { animation: heroPixelAnimation var(--_speed) forwards; animation-delay: 1.25s; } .hero-animation .icon-animated g { animation: heroLogoAnimation var(--_speed) forwards; animation-delay: 1.25s; } .hero-animation .hero-animation__img { animation: heroImgSlide 3s infinite; animation-play-state: paused; } .hero-animation .hero-animation__img[animation-running="true"] { animation-play-state: running; }  @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes fade-in-left { from { opacity: 0; transform: translateX(-20%); } to { opacity: 1; transform: translateX(0); } } @keyframes fade-in-right { from { opacity: 0; transform: translateX(20%); } to { opacity: 1; transform: translateX(0); } } @keyframes fade-in-bottom { from { opacity: 0; transform: translateY(20%); } to { opacity: 1; transform: translateY(0); } }  .animation--viewport .split > div:first-child, .animation--viewport .split.split--reversed > div:last-child { opacity: 0; transform: translateX(-20%); } .animation--viewport .split > div:last-child, .animation--viewport .split.split--reversed > div:first-child { opacity: 0; transform: translateX(20%); } .animation--viewport[animate-vp="true"] .split > div:first-child, .animation--viewport[animate-vp="true"] .split.split--reversed > div:last-child { animation: fade-in-left 0.25s forwards; } .animation--viewport[animate-vp="true"] .split > div:last-child, .animation--viewport[animate-vp="true"] .split.split--reversed > div:first-child { animation: fade-in-right 0.25s forwards; } @media (max-width: 767px) { .animation--viewport .split > div:last-child, .animation--viewport .split.split--reversed > div:first-child { transform: translateX(-20%); } .animation--viewport[animate-vp="true"] .split > div:last-child, .animation--viewport[animate-vp="true"] .split.split--reversed > div:first-child { animation: fade-in-left 0.25s forwards; } }  .animation--staggered > * { opacity: 0; } .animation--staggered[animate-vp="true"] > * { animation: fade-in 0.25s forwards; } .animation--staggered > *:nth-child(1) { animation-delay: 0.25s; } .animation--staggered > *:nth-child(2) { animation-delay: 0.5s; } .animation--staggered > *:nth-child(3) { animation-delay: 0.75s; } .animation--staggered > *:nth-child(4) { animation-delay: 1s; } .animation--staggered > *:nth-child(5) { animation-delay: 1.25s; } .animation--staggered > *:nth-child(6) { animation-delay: 1.5s; } .animation--staggered > *:nth-child(7) { animation-delay: 1.75s; }  body[data-builder-window="iframe"] .animation--viewport .split > div:first-child, body[data-builder-window="iframe"] .animation--viewport .split > div:last-child, body[data-builder-window="iframe"] .animation--staggered > * { opacity: 1!important; transform: none!important; }