@charset "UTF-8";:root{font-family:Montserrat,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100dvh}body{--primaryColor: #5949d3;--secondaryColor: #5e5e5e;--blackColor: #111111;--whiteColor: #ffffff;--backgroundColor: #121212;--elementColor: #1f1f1f;--element2Color: #9db2ce;--shinyColor: #6b4eff;--errorColor: #d32f2f;--tertiaryColor: #5e5e5e}a{color:#fff;text-decoration:underline}a:hover{color:#b9b9b9}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.background{position:absolute;top:0;left:0;height:100dvh;width:100%}.background.background-black{background:repeat url(/pixel-background-black.webp)}.background.background-white{background:repeat url(/pixel-background-white.webp)}.background~*:not(.background){z-index:1;position:relative}:root{--vh: 1vh;--primaryColor: #7238ff;--primaryColorDark: #6028e0;--secondaryColor: #313131;--textColor: #ffffff;--sectionPadding: 80px;--mobilePadding: 20px;--borderRadius: 8px;--transitionSpeed: .3s;--fontFamily: "Montserrat", sans-serif}body.disable-transitions *{transition:none!important;animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important}*{box-sizing:border-box;font-family:var(--fontFamily);font-weight:400}html,body{overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;margin:0;padding:0;font-family:var(--fontFamily);font-weight:400}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,var(--primaryColor),var(--secondaryColor) 95%);display:flex;justify-content:center;align-items:center;z-index:9999}.loading-screen img{width:150px;animation:pulse 1.5s infinite}.container{scroll-snap-type:y mandatory;overflow-y:auto;overflow-x:hidden;height:100%;width:100%;position:relative;scroll-behavior:smooth}.container.mobile-view{scroll-snap-type:none}.no-snap{scroll-snap-type:none!important}.page:not(.section5){height:auto;min-height:100dvh;overflow-y:hidden}.desktop-only{display:inline}.mobile-only{display:none}.page{position:relative}.content{z-index:1}.section1{background:linear-gradient(to bottom,var(--primaryColor),var(--secondaryColor) 95%)}.section2{background:linear-gradient(to bottom,var(--secondaryColor) 40%,black 99%);position:relative;overflow-y:auto;padding-bottom:40px}.section3{background:linear-gradient(135deg,#422b8f,#7238ff);position:relative;overflow-y:auto}.page{scroll-snap-align:start;width:100%;height:auto;min-height:auto;display:flex;box-sizing:border-box;max-width:100vw;overflow-y:auto}.section1{display:flex;justify-content:space-between;align-items:center;color:var(--textColor);position:relative;background:linear-gradient(to bottom,var(--primaryColor),var(--secondaryColor) 95%)}.section1 .content-left{width:50%;text-align:left;padding-left:var(--sectionPadding);padding-right:20px;flex-shrink:0}.section1 .pre-title{font-size:50px;font-weight:700;margin:0 0 10px;letter-spacing:-1px;animation:fade-in 1s ease-out}.section1 h1{margin:0;animation:fade-in 1s ease-out .2s both}.section1 h1 img{max-width:100%;height:auto}.section1 .description{font-size:30px;font-weight:700;line-height:1.2;letter-spacing:-1px;animation:fade-in 1s ease-out .4s both}.section1 .arrow-link{color:var(--textColor);position:unset;text-decoration:none}.section1 .content-right{width:50%;flex-shrink:0;display:flex;justify-content:flex-end;align-items:center}.section1 .content-right .image-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.section1 .content-right .image-container .image{max-width:100%;max-height:calc(var(--vh) * 80);height:auto;width:auto;transform:translateY(20%);animation:float-phone 6s ease-in-out infinite}.section1 .arrow-container{z-index:2;position:absolute;bottom:50px;left:50%;transform:translate(-50%);text-align:center}.section1 .arrow-container .text{animation:bounce-smaller 1.5s infinite;margin-bottom:10px;font-weight:500}.section1 .arrow-container .arrow{position:relative;width:50px;height:50px;margin:0 auto;animation:bounce 1.5s infinite}.section1 .arrow-container .arrow span{position:absolute;display:block;width:40px;height:40px;background:transparent;border:5px solid white;border-width:0 0 5px 5px;transform-origin:bottom right;transform:rotate(-45deg) translateY(-20px);bottom:20px;left:50%}.section2{display:flex;justify-content:space-between;align-items:center;color:var(--textColor);padding:0 var(--sectionPadding)}.section2 .section-logo{width:100px;height:auto}.section2 .content-left{width:50%;padding-right:40px}.section2 h2{font-size:36px;font-weight:700;margin-bottom:20px;letter-spacing:-1px;line-height:1.2}.section2 .details{font-size:18px;line-height:1.6;margin-bottom:40px;opacity:.9}.section2 .buttons{display:flex;gap:20px}.section2 .button-primary{background-color:var(--primaryColor);color:var(--textColor);border:none;padding:15px 30px;border-radius:var(--borderRadius);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transitionSpeed) ease}.section2 .button-primary:hover{background-color:var(--primaryColorDark);transform:translateY(-2px)}.section2 .button-secondary{background-color:transparent;color:var(--textColor);border:2px solid var(--textColor);padding:15px 30px;border-radius:var(--borderRadius);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transitionSpeed) ease}.section2 .button-secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}.section2 .content-right{width:50%;position:relative;height:100vh;perspective:1000px}.section2 .content-right:hover .image1{transform:rotate(-8deg) translateY(-15px) translate(-10px)}.section2 .content-right:hover .image2{transform:rotate(8deg) translateY(-20px) translate(10px)}.section2 .content-right:hover .light-effect{opacity:.9;width:500px;height:500px;filter:blur(40px)}.section2 .image-container{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s ease}.section2 .image{position:absolute;border-radius:var(--borderRadius);box-shadow:0 10px 30px #0000004d;transition:all .6s cubic-bezier(.175,.885,.32,1.275)}.section2 .image1{width:45%;top:5%;left:0;z-index:2;transform:rotate(-5deg);animation:float-image1 6s ease-in-out infinite,pulse-shadow 4s ease-in-out infinite;transform-origin:center bottom}.section2 .image1:hover{transform:rotate(-12deg) translateY(-25px) scale(1.08);box-shadow:0 25px 50px #00000080;z-index:3}.section2 .image2{width:45%;top:10%;right:20%;z-index:1;transform:rotate(5deg);animation:float-image2 6s ease-in-out infinite .5s,pulse-shadow 4s ease-in-out infinite 1s;transform-origin:center bottom}.section2 .image2:hover{transform:rotate(12deg) translateY(-25px) scale(1.08);box-shadow:0 25px 50px #00000080;z-index:3}.section2 .light-effect{position:absolute;top:50%;left:50%;width:400px;height:400px;background:radial-gradient(circle,rgba(114,56,255,.4) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;filter:blur(30px);z-index:0;animation:pulse-light 8s ease-in-out infinite;transition:all .6s cubic-bezier(.175,.885,.32,1.275)}.section3{color:var(--textColor);box-sizing:border-box;width:100%;overflow-x:hidden;display:flex;align-items:center;justify-content:center;padding:0}.section3 .section-logo{width:100px;height:auto}.section3 .content-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;max-width:1400px;padding:0 var(--sectionPadding)}.section3 .image-collage{width:40%;position:relative;height:100%;display:flex;align-items:center;justify-content:center}.section3 .image-collage .image-scissors{width:280px;height:350px;object-fit:cover;border-radius:8px;position:absolute;left:0;top:35%;transform:translateY(-60%);z-index:1;box-shadow:0 10px 30px #0000004d;transition:transform .6s ease,box-shadow .6s ease;animation:float-left 5s ease-in-out infinite}.section3 .image-collage .image-makeup{width:330px;height:450px;object-fit:cover;border-radius:8px;position:absolute;right:0;top:65%;transform:translateY(-40%);z-index:0;box-shadow:0 10px 30px #0000004d;transition:transform .6s ease,box-shadow .6s ease;animation:float-right 5s ease-in-out infinite .5s}.section3 .section3-content{width:50%;padding-left:40px}.section3 .section3-content h2{font-size:42px;font-weight:800;margin-bottom:30px;line-height:1.2;letter-spacing:-1px;animation:fade-in 1s ease-out}.section3 .section3-content .service-question{font-size:22px;font-weight:500;margin-bottom:20px;line-height:1.5;animation:fade-in 1s ease-out .3s both}.section3 .section3-content .registration-info{font-size:18px;margin-bottom:40px;opacity:.9;line-height:1.6;animation:fade-in 1s ease-out .5s both}.section3 .section3-content .button-cta{background-color:#fff;color:var(--primaryColor);border:none;padding:15px 40px;border-radius:var(--borderRadius);font-size:18px;font-weight:600;cursor:pointer;transition:all var(--transitionSpeed) ease;animation:fade-in 1s ease-out .7s both}.section3 .section3-content .button-cta:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 20px #0003}.section4{position:relative;background-image:url(/haircut-background.webp);background-size:cover;background-position:center;color:var(--textColor);display:flex;justify-content:center;align-items:center;text-align:center;padding:0 var(--sectionPadding);min-height:100dvh}.section4 .feature-description{font-size:clamp(14px,1.5vw,18px);line-height:1.6;opacity:0;animation:fade-in-up 1s ease-out .7s forwards}.section4 .background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:0}.section4 .section4-content{position:relative;z-index:1;max-width:800px;padding:30px}.section4 .logo-container{margin-bottom:30px;display:flex;flex-direction:column;align-items:center}.section4 .logo-container .logo{width:150px;max-width:100%;opacity:0;animation:fade-in-zoom 1s ease-out .2s forwards}.section4 .logo-container .frech-now-badge{display:flex;align-items:center;justify-content:center;background-color:#7238ff;padding:10px 25px;border-radius:20px;margin-top:20px;box-shadow:0 6px 12px #0000004d;animation:pulse 2s infinite;letter-spacing:.5px}.section4 h2{font-size:20px;font-weight:400;margin-bottom:15px;opacity:0;animation:fade-in-up 1s ease-out .4s forwards}.section4 h3{font-size:38px;font-weight:700;line-height:1.2;margin-bottom:20px;opacity:0;animation:fade-in-up 1s ease-out .6s forwards}.section4 .subscription-form{display:flex;flex-direction:column;gap:15px;max-width:600px;margin:0 auto;opacity:0;animation:fade-in-up 1s ease-out .8s forwards;box-sizing:border-box}.section4 .subscription-form .email-input{width:100%;padding:15px 20px;border-radius:var(--borderRadius);border:1px solid rgba(255,255,255,.2);background-color:#ffffff1a;color:var(--textColor);font-size:16px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all var(--transitionSpeed) ease;box-sizing:border-box;display:block}.section4 .subscription-form .email-input:focus{outline:none;background-color:#fff3;border-color:#ffffff80;box-shadow:0 0 0 2px #7238ff4d}.section4 .subscription-form .email-input::placeholder{color:#ffffffb3}.section4 .subscription-form .submit-button{width:100%;padding:15px 20px;border-radius:var(--borderRadius);border:none;background-color:var(--primaryColor);color:var(--textColor);font-size:16px;font-weight:600;cursor:pointer;transition:all var(--transitionSpeed) ease;position:relative;overflow:hidden;box-sizing:border-box;display:block}.section4 .subscription-form .submit-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(45deg);transition:all .6s;opacity:0}.section4 .subscription-form .submit-button:hover{background-color:var(--primaryColorDark);transform:translateY(-3px);box-shadow:0 10px 20px #0000004d}.section4 .subscription-form .submit-button:hover:before{opacity:1;left:100%;top:100%;transition:all .6s}.section4 .submit-status{margin-top:15px;padding:10px;border-radius:var(--borderRadius);font-weight:500;transition:all .3s ease;animation:fade-in .3s ease-out forwards}.section4 .submit-status.success{background-color:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.5)}.section4 .submit-status.error{background-color:#f4433633;color:#fff;border:1px solid rgba(244,67,54,.5)}.section5.faq-section{min-height:100dvh;height:auto;background-color:#f5f5fa;color:#333;display:flex;justify-content:center;align-items:flex-start;padding:60px 0 80px;scroll-snap-align:start}.faq-container{width:100%;max-width:800px;margin:0 auto;padding:40px 20px 0}.faq-header{text-align:left;margin-bottom:50px}.faq-logo{width:120px;margin-bottom:20px}.faq-title{font-size:24px;color:var(--primaryColor);margin-bottom:8px;font-weight:500}.faq-subtitle{font-size:36px;font-weight:700;margin-bottom:30px;color:#333}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{width:100%}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;transition:all .3s ease}.faq-question:focus{outline:2px solid var(--primaryColor);border-radius:var(--borderRadius)}.question-text{font-size:18px;font-weight:600;color:#333}.question-icon{transition:transform .3s ease}.faq-question.active .question-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;font-size:16px;line-height:1.6;color:#666;padding-left:5px;opacity:0}.faq-answer.active{max-height:500px;opacity:1;padding-bottom:20px}.faq-divider{height:1px;background-color:#e0e0e0;width:100%}@keyframes pulse{0%{transform:scale(1);box-shadow:0 6px 12px #0000004d}50%{transform:scale(1.05);box-shadow:0 8px 15px #7238ff80}to{transform:scale(1);box-shadow:0 6px 12px #0000004d}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce-smaller{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes float-left{0%{transform:translateY(-60%) rotate(-2deg)}50%{transform:translateY(-55%) rotate(0);box-shadow:0 15px 40px #0006}to{transform:translateY(-60%) rotate(-2deg)}}@keyframes float-right{0%{transform:translateY(-40%) rotate(2deg)}50%{transform:translateY(-45%) rotate(0);box-shadow:0 15px 40px #0006}to{transform:translateY(-40%) rotate(2deg)}}@keyframes fade-in-zoom{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes float-phone{0%{transform:translateY(20%) rotate(0)}50%{transform:translateY(17%) rotate(1deg);filter:drop-shadow(0 20px 20px rgba(0,0,0,.2))}to{transform:translateY(20%) rotate(0)}}@keyframes pulse-light{0%{opacity:.4;width:350px;height:350px}50%{opacity:.6;width:450px;height:450px}to{opacity:.4;width:350px;height:350px}}@keyframes float-image1{0%{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-3deg) translateY(-10px)}to{transform:rotate(-5deg) translateY(0)}}@keyframes float-image2{0%{transform:rotate(5deg) translateY(0)}50%{transform:rotate(3deg) translateY(-15px)}to{transform:rotate(5deg) translateY(0)}}@keyframes pulse-shadow{0%{box-shadow:0 10px 20px #0000004d}50%{box-shadow:0 20px 40px #7238ff66}to{box-shadow:0 10px 20px #0000004d}}@media (max-width: 1024px){:root{--sectionPadding: 40px}.section1 .pre-title{font-size:40px}.section1 .description{font-size:24px}.section1 .content-left{padding-top:60px}.section2 .buttons .button-primary{position:relative;overflow:hidden}.section2 .buttons .button-primary:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(45deg);transition:all .6s;opacity:0}.section2 .buttons .button-primary:hover:before{opacity:1;left:100%;top:100%;transition:all .6s}.section2 .content-right{height:50vh}.section3 .image-collage{transform:scale(.9)}.section3 .section-header h2{font-size:36px}.section4 .section4-content{padding:40px 20px}.section4 .section4-content h2{font-size:22px}.section4 .section4-content h3{font-size:32px;margin-bottom:30px}}@media (max-width: 768px){:root{--sectionPadding: 20px}.container{scroll-snap-type:none;overflow-y:auto;height:auto}.page{scroll-snap-align:none;height:auto!important;min-height:auto!important;overflow-y:visible}.section1{height:100%!important;min-height:calc(var(--vh) * 100)!important;overflow-y:hidden;flex-direction:column;justify-content:space-between;padding-top:40px}.desktop-only{display:none}.mobile-only{display:inline}.section1 .content-right .image-container,.section2 .image-container,.section3 .image-collage{height:auto}.section1 .content-left,.section1 .content-right{width:100%;padding:0 20px;text-align:center}.section1 .content-left{z-index:1;max-height:40vh}.section1 .pre-title{font-size:32px}.section1 h1 img{max-width:80%}.section1 .description{font-size:20px;margin-bottom:40px;padding:0 20px}.section1 .content-right{height:auto;flex:1}.section1 .content-right .image-container{height:auto;max-height:60vh}.section1 .content-right .image-container .image{max-height:calc(var(--vh) * 60);transform:none;animation:none}.section1 .arrow-container{bottom:20px}.section2{flex-direction:column;padding:40px 20px;height:auto;min-height:auto;gap:20px}.section2 .light-effect{width:300px;height:300px;opacity:.3;filter:blur(20px)}.section2 .content-left,.section2 .content-right{width:100%;padding:0}.section2 .content-left{order:1;width:100%;padding:0;margin-top:0;position:relative;z-index:1}.section2 .content-right{order:0;width:120px;height:auto;position:relative;overflow:visible;padding-bottom:20px;margin-bottom:0;perspective:none}.section2 h2{font-size:26px}.section2 .details{font-size:16px}.section2 .buttons{flex-direction:column;gap:15px;padding-bottom:20px}.section2 .image-container{height:400px;position:relative;margin:0 auto 20px;width:100%;overflow:visible}.section2 .image1,.section2 .image2{position:absolute;height:auto;width:250px;top:0;transform-origin:center center;box-shadow:0 10px 30px #0000004d;animation:none}.section2 .image1{left:5%;transform:rotate(-3deg);z-index:2}.section2 .image2{right:5%;top:10%;transform:rotate(3deg);z-index:1}.section2 .content-right:hover .image1,.section2 .content-right:hover .image2,.section2 .content-right:hover .light-effect{transform:none}.section3{padding:40px 0;height:auto;min-height:auto;display:flex;flex-direction:column;justify-content:flex-start}.section3 .content-container{flex-direction:column;padding:0 20px;gap:50px;width:100%;height:auto}.section3 .image-collage{width:100%;height:380px;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto;padding-bottom:20px;overflow:visible}.section3 .image-scissors{position:absolute;width:120px;height:auto;max-height:85%;object-fit:cover;left:5%;top:50%;transform:translateY(-60%);z-index:2;border-radius:8px;box-shadow:0 10px 20px #0003;animation:none}.section3 .image-makeup{position:absolute;width:120px;height:auto;max-height:90%;object-fit:cover;right:5%;top:50%;transform:translateY(-40%);z-index:1;border-radius:8px;box-shadow:0 10px 20px #0003;animation:none}.section3 .section3-content{width:100%;padding:0;margin-top:0;text-align:center;position:relative;z-index:1}.section3 .section3-content h2{font-size:28px;margin-top:0;margin-bottom:20px}.section3 .service-question{font-size:18px;margin-bottom:15px}.section3 .registration-info{font-size:16px;margin-bottom:30px;padding:0 10px}.section3 .button-cta{display:inline-block;padding:14px 35px;font-size:16px}.section4 .section4-content{padding:30px 15px}.section4 .section4-content h2{font-size:20px}.section4 .section4-content h3{font-size:26px;margin-bottom:30px}.section4 .section4-content .logo{width:120px}.section4 .subscription-form .email-input,.section4 .subscription-form .submit-button{padding:12px 15px;font-size:14px}.section5{height:auto;min-height:100vh}.section5.faq-section{padding:40px 20px}.section5 .faq-header{margin-bottom:30px}.section5 .faq-title{font-size:20px}.section5 .faq-subtitle{font-size:28px}.section5 .question-text{font-size:16px}.section5 .faq-answer{font-size:14px}}@media (max-width: 375px){.section1 .pre-title{font-size:28px}.section1 .description{font-size:18px}.section2{height:auto;min-height:100vh}.section2 .image-container{height:250px}.section2 .image1,.section2 .image2{width:70%;left:unset}.section2 .content-left{padding-bottom:30px}.section2 .content-right{min-height:250px}.section3{height:auto;min-height:100vh}.section3 .image-collage{height:320px}.section3 .image-scissors{width:44%;left:3%}.section3 .image-makeup{width:48%;right:3%}.section3 .section3-content h2{font-size:24px}.page .content-left,.page .content-right,.page .section3-content{width:100%;padding:20px;box-sizing:border-box}.buttons{margin-bottom:20px}}@media (max-height: 500px) and (orientation: landscape){.container{scroll-snap-type:none}.page{min-height:auto;height:auto;padding:40px var(--sectionPadding);scroll-snap-align:none}.section1{flex-direction:row}.section1 .content-left,.section1 .content-right{width:50%}.section1 .pre-title{font-size:28px}.section1 .description{font-size:18px}.section1 .content-right .image-container .image{max-height:70vh}.section3 .image-collage{height:320px}.section3 .image-collage .image-scissors{left:20%}.section3 .image-collage .image-makeup{right:20%}.section4 .section4-content{padding:30px}.section4 .section4-content h2{font-size:20px}.section4 .section4-content h3{font-size:30px;margin-bottom:20px}.section4 .section4-content .subscription-form{display:flex;flex-direction:row;max-width:600px}.section4 .section4-content .subscription-form .email-input{width:70%;border-radius:var(--borderRadius) 0 0 var(--borderRadius)}.section4 .section4-content .subscription-form .submit-button{width:30%;border-radius:0 var(--borderRadius) var(--borderRadius) 0}.section5.faq-section{padding:40px 20px}.section5.faq-section .faq-header{margin-bottom:30px}.section5.faq-section .faq-title{font-size:20px}.section5.faq-section .faq-subtitle{font-size:28px}}@supports (-webkit-touch-callout: none){.container{position:relative;overflow:auto;height:calc(var(--vh) * 100)}.page{min-height:calc(var(--vh) * 100)}.section1{min-height:100%;height:100%}.section1 .arrow-container{bottom:40px}body,html{position:relative;overflow:auto;height:calc(var(--vh) * 100)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
