@font-face{font-family:VerelaRound-Regular;src:url(/assets/VarelaRound-Regular-3lyNlfuT.ttf) format("truetype")}body{font-family:VerelaRound-Regular,Arial,Segoe UI,Tahoma,sans-serif;margin:0;--standard-space: 40px}body .light-mode{--accent-color: #f59e0b;--special-accent-color: #f7f827;--primary-color: #4a90e2;--secondary-color: #f4f4f4;--text-color: #333333;--background-color: transparent;--opaque-background-color: #ffffff;--special-color: blueviolet;--special-color2: #31ab98;--table-border-color: #ddd;--table-header-bg: rgba(149, 154, 241, .64);--table-header-color: #333;--table-row-bg: #fff;--table-row-alt-bg: #f9f9f9;--table-font-color: #333;--table-padding: 10px}body .dark-mode{--accent-color: rgba(149, 154, 241, .64);--primary-color: #6a90e2;--secondary-color: #44f4f4;--text-color: #f4f4f4;--background-color: #333333;--opaque-background-color: #222222ff;--special-color: blueviolet;--special-color2: #31ab98;--table-border-color: #ddd;--table-header-bg: rgba(149, 154, 241, .64);--table-header-color: #333;--table-row-bg: #fff;--table-row-alt-bg: #f9f9f9;--table-font-color: #333;--table-padding: 10px}@media (max-width: 1000px){body{font-size:3vw;--standard-space: 20px}}h1,h2,h3{color:var(--primary-color);font-family:VerelaRound-Regular,Arial,Segoe UI,Tahoma,sans-serif;margin-bottom:10px;font-weight:700}.header{background-color:var(--primary-color);padding:1em;margin-bottom:1em;border-bottom:5px solid var(--secondary-color)}.header .top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.header .header-actions{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;flex-shrink:0}.header .login-button{display:inline-flex;align-items:center;margin-right:1.75em;gap:1.6em;padding:.55em 1.1em;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:var(--opaque-background-color);color:var(--primary-color);font-weight:600;box-shadow:0 8px 18px #0003;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.header .login-button:hover,.header .login-button:focus{transform:translateY(-2px);box-shadow:0 12px 24px #00000040}.header .login-button:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.header .login-button .avatar{display:inline-flex;align-items:center;justify-content:center;width:2.2em;height:2.2em;border-radius:50%;background:var(--accent-color);color:var(--opaque-background-color);font-weight:700;overflow:hidden}.header .login-button .avatar[src]{background:transparent;object-fit:cover}.header .login-button .login-label{white-space:nowrap}.header .profile-menu{position:absolute;top:calc(100% + .75rem);right:0;min-width:14rem;padding:.75rem;border-radius:.75rem;background:var(--opaque-background-color);color:var(--primary-color);box-shadow:0 20px 38px #00000047;display:grid;gap:.5rem;z-index:1400}.header .profile-menu .profile-info{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.5rem;margin-bottom:.5rem}.header .profile-menu .profile-name{font-weight:600}.header .profile-menu .profile-email{font-size:.85rem;color:#555;word-break:break-word}.header .profile-menu .profile-action{display:inline-flex;align-items:center;justify-content:center;padding:.5em .75em;border-radius:.5em;border:1px solid var(--primary-color);background:transparent;color:var(--primary-color);font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease}.header .profile-menu .profile-action:hover,.header .profile-menu .profile-action:focus{background:var(--primary-color);color:var(--opaque-background-color)}.header .profile-menu .profile-action.sign-out{border-color:#a40000;color:#a40000}.header .profile-menu .profile-action.sign-out:hover,.header .profile-menu .profile-action.sign-out:focus{background:#a40000;color:var(--opaque-background-color)}@media (max-width: 720px){.header .profile-menu{right:-.5rem}}@media (max-width: 720px){.header .login-button{padding:.45em .9em;font-size:.95rem}}.header .title{margin-top:.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex:1 1 auto}.header .title title{color:var(--opaque-background-color);display:block;font-size:1.4rem}@media (min-width: 1400px){.header .title title{font-size:2rem}}.header .title .logo{justify-self:end;margin-top:-1em}.header .title .logo img{width:auto;height:8em}.header h1{font-size:1em}@media screen and (max-width: 1000px){.header .logo img{width:auto;height:6em}}.header h1{font-size:2rem;color:var(--secondary-color);font-weight:700}nav{display:flex;justify-content:space-between;align-items:center;font-weight:700;list-style:none;justify-content:flex-start;border-radius:5px;padding:.5em 0;box-shadow:0 2px 5px #0003;background-color:var(--opaque-background-color)}nav li{margin:3px 1em;font-size:1.2rem;display:flex}nav li a{flex-grow:1;color:#333;text-decoration:none;padding:5px 10px}nav li .selected{color:var(--opaque-background-color);background-color:var(--primary-color)}nav li:hover>ul{display:block}nav li a{text-decoration:none;padding:.5em 1em;border-radius:4px}nav li a:hover{background-color:var(--primary-color);color:var(--opaque-background-color)}nav ul{display:none;position:absolute;left:auto;margin-top:2em;list-style:none;background:var(--opaque-background-color);box-shadow:0 8px 16px #0003;z-index:10;border-radius:.25em;border:1px solid black}@media (max-width: 1024px){nav ul{right:8em}}nav ul li a{padding:10px 20px}.main{padding:1em;display:grid;flex-direction:column}.main .section{margin-bottom:1em}.main .section h2{font-size:1.5em;color:var(--secondary-color);font-weight:700;margin-bottom:.5em}.main .section p{line-height:1.5;font-size:1em;color:var(--primary-color)}details{background-color:var(--secondary-color);padding:10px;margin-bottom:15px;border-radius:5px;box-shadow:0 2px 4px #0000001a}details summary{color:var(--primary-color);font-family:VerelaRound-Regular,Arial,Segoe UI,Tahoma,sans-serif;cursor:pointer;outline:none;font-weight:700}details summary:hover{color:var(--accent-color)}details summary::-webkit-details-marker{display:none}details p{font-family:VerelaRound-Regular,Arial,Segoe UI,Tahoma,sans-serif;line-height:1.6;margin-top:10px}a,button{color:var(--primary-color);transition:color .3s ease,transform .3s ease,filter .3s ease}@keyframes fadeInWithTransparency{0%{opacity:0}to{opacity:1}}.content{animation:fadeInWithTransparency 1s ease-out}.indent{padding:0 3em}button,.button{background-color:var(--primary-color);color:#fff;padding:1em 1.5em;border:none;border-radius:5px;cursor:pointer;font-family:VerelaRound-Regular,Arial,Segoe UI,Tahoma,sans-serif;transition:background-color .3s ease}button:hover,.button:hover{background-color:var(--accent-color)}button.close,.button.close{background-color:transparent;color:var(--primary-color);font-size:1.2em;padding:2px}button.secondary,.button.secondary{background:transparent;color:var(--primary-color);border:1px solid var(--secondary-color)}@keyframes GradientAnimated{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}article{animation:fadeInWithTransparency 1s ease-out;padding:var(--standard-space);box-sizing:border-box;border-radius:8px;box-shadow:1px 1px 4px 1px #00000078;font-size:1rem;color:var(--text-color);font-family:VerelaRound-Regular,Arial,Segoe UI,Tahoma,sans-serif;line-height:1.6;width:100%;max-height:70vh;overflow:auto;margin:0 auto;background-color:#ffffffe6}article table{border-collapse:collapse;box-shadow:2px 2px 20px 2px silver;margin:20px 0;color:var(--table-font-color)}article table th,article table td{padding:var(--table-padding);border:1px solid var(--table-border-color)}article table th{background-color:var(--table-header-bg);color:var(--table-header-color)}article table tr:nth-child(2n){background-color:var(--table-row-alt-bg)}article table tr:nth-child(odd){background-color:var(--table-row-bg)}article table tr:hover{background-color:#0000000d}article table caption{font-size:1.5em;margin:10px 0;text-align:left;color:var(--table-header-color)}@media (max-width: 768px){article{padding:15px}}@media (max-width: 480px){article{padding:10px}}@media (min-width: 1200px){article{max-width:calc(80vw - 10em)}article li{margin-bottom:1em}}article p{text-align:justify;margin-bottom:15px}article .quote{font-style:italic;font-family:serif;margin:0 4em}article .box{padding:var(--standard-space);box-sizing:border-box;border-radius:8px;box-shadow:1px 1px 4px 1px #00000078;margin:1em;background:var(--opaque-background-color)}article img{float:left;margin-right:var(--standard-space)}@media (min-width: 1201px){article img{width:40%}}@media (max-width: 1024px){article img{width:100%}}article li{font-family:VerelaRound-Regular,Arial,Segoe UI,Tahoma,sans-serif;line-height:1.6;text-align:justify}article a{color:var(--primary-color);text-decoration:none}article a:hover{text-decoration:underline}ul.checked-list{list-style:none;margin-left:0;padding-left:1em;text-indent:-1em}ul.checked-list li:before{content:"✓";padding-right:5px;font-weight:700;color:green;border-radius:1em;width:1em;font-size:2em}.small-self-pic{max-width:10vw;min-width:10em}.liability{font-size:.7em}.announcement{font-style:italic}.announcement.regular{color:orange;font-weight:bolder}.announcement.important{color:orange;font-size:2em;-webkit-text-stroke:1px #000000}.announcement.cancellation{color:orange;font-weight:bolder;font-size:2em}.announcement.danger{color:red;font-weight:bolder;font-size:1.75em}@media screen and (max-width: 1000px){menu-manager{position:absolute;top:0;z-index:10}menu-manager .openner{display:block;font-size:3em;right:1em}menu-manager .the-menu{display:flex;position:absolute;width:max-content}menu-manager .the-menu.closed{display:none}menu-manager .the-menu.open nav{display:flex;flex-direction:column;width:auto}}@media screen and (min-width: 1001px){menu-manager .openner{display:none}}event-ticker,[is=event-ticker]{margin-top:1em;height:3em;line-height:3em;width:100vw;position:absolute;background-color:#ffffff80}event-ticker .container div a,[is=event-ticker] .container div a{font-size:1.1rem;padding:2px;font-weight:700;background-color:#add8e6;border-radius:1em;text-wrap:nowrap}event-ticker .attention,[is=event-ticker] .attention{color:#000;font-weight:700}#app{background-image:url(/assets/background-pattern-DCdlYclC.webp);background-repeat:repeat}#app .whatsapp-link{position:fixed;top:40%;left:1em;transform:translateY(50%) rotate(-90deg);opacity:.8;transform-origin:left top;transition:all 1s ease-in-out}@media (max-width: 1200px){#app .whatsapp-link{left:0}}#app .whatsapp-link:hover,#app .whatsapp-link:focus-within{transform:rotate(0) scale(1.5)}#app .more{list-style:none}.updates-overlay{position:fixed;inset:0;background:#00000040;z-index:1000;display:flex;align-items:center;justify-content:center}.updates-overlay .updates-modal{background:var(--opaque-background-color);border:1px solid var(--secondary-color);border-radius:12px;box-shadow:0 8px 24px #0003;padding:0;max-width:32rem;width:calc(100% - 2rem)}.updates-overlay .updates-modal .updates-title{background:var(--opaque-background-color);border:1px solid var(--secondary-color);border-radius:12px;box-shadow:0 8px 24px #0003;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;font-weight:700;border-bottom:1px solid var(--secondary-color)}.updates-overlay .updates-modal .updates-title .close{background:transparent;border:none;font-size:1.5rem;cursor:pointer;line-height:1;color:var(--primary-color)}.updates-overlay .updates-modal .updates-body{padding:1rem}.updates-overlay .updates-modal .updates-body .prefs{display:grid;grid-template-columns:repeat(2,max-content);gap:.5em 1em;margin:.5em 0}.updates-overlay .updates-modal .updates-body .actions{display:flex;gap:.5em}.updates-overlay .updates-modal .updates-body .hint{font-size:.9em}.updates-overlay .updates-modal .updates-body .hint.error{color:#b00}.updates-overlay .updates-modal .updates-body .hint.ok{color:#060}.sub-header{text-align:center}.slogan2{text-align:center;margin:1em;padding:1em;font-size:1.25em;font-weight:700;color:var(--special-color);transition:all 1s ease}.slogan2:hover{background-color:var(--opaque-background-color)}h1{font-weight:bolder;margin:0}.main-container{display:flex;justify-content:center}.articles-list{list-style:none;font-weight:700;display:grid;grid-template-columns:repeat(auto-fit,minmax(15em,1fr));grid-gap:10px}.articles-list .control{font-size:.8em}.article-thumbnail{display:flex;flex-direction:column;align-items:start;border:1px solid silver;padding:1em;margin:.5em;-webkit-hyphens:auto;hyphens:auto;text-align:justify;height:16em;overflow:hidden;transition:all .4s ease-in}.article-thumbnail:hover{background-color:#faebd7;overflow:auto}.article-thumbnail .unfinished{opacity:.5}.article-thumbnail .synopsis{font-weight:400;font-size:.8rem}.article-thumbnail a{text-align:start}.article-thumbnail img{width:70%;height:auto;margin:auto}recent-articles,[is=recent-articles]{width:100%;height:100%}recent-articles .to-all-articles,[is=recent-articles] .to-all-articles{text-align:end}recent-articles .blog-post,[is=recent-articles] .blog-post{width:100%;text-align:center;display:flex;justify-content:center;justify-items:center}recent-articles .blog-post a,[is=recent-articles] .blog-post a{text-align:center;display:flex;justify-content:center;justify-items:center}recent-articles .keen-slider__slide img,[is=recent-articles] .keen-slider__slide img{width:80%}@media (min-width: 1400px){recent-articles .keen-slider__slide img,[is=recent-articles] .keen-slider__slide img{width:50%}}recent-articles .keen-slider__slide>div,[is=recent-articles] .keen-slider__slide>div{padding:1em;margin:1em;width:fit-content;background-color:#4a90e220}@media (min-width: 1400px){recent-articles .keen-slider__slide>div,[is=recent-articles] .keen-slider__slide>div{width:60%}}article-display[is=article-display] article{text-shadow:0 0 black}article-display[is=article-display] article img{width:40%;margin-right:1em}contact-form,[is=contact-form]{box-shadow:5px 11px 11px 7px #10134180;display:flex;flex-direction:column;flex-wrap:wrap;width:50%;min-width:20em;border:none;border-radius:1em;min-height:31em;height:40%;padding:3.5em;background-blend-mode:color-dodge;background-color:#e7d3d3cf;background-image:url(/assets/background-pattern-DCdlYclC.webp)}@media (max-width: 1400px){contact-form,[is=contact-form]{box-shadow:2px 5px 5px 3px #10134180}}contact-form .autoform>div,[is=contact-form] .autoform>div{margin:1em .5em;height:fit-content}contact-form .form-main,[is=contact-form] .form-main{display:flex;justify-content:center}contact-form .form-main input,[is=contact-form] .form-main input,contact-form .form-main textarea,[is=contact-form] .form-main textarea,contact-form .form-main select,[is=contact-form] .form-main select{border-style:solid;border-top-left-radius:.5em;border-color:var(--primary-color);color:var(--opaque-background-color);background:var(--primary-color)}contact-form .form-main .logo img,[is=contact-form] .form-main .logo img{width:5em}footer{display:flex;flex-wrap:wrap;justify-content:center;gap:2em;padding:1em;align-items:center;background-color:var(--primary-color);color:var(--opaque-background-color)}@media (max-width: 1400px){footer{padding:1em .5em .25em .25em}}footer a{color:var(--opaque-background-color)}footer button.contact{background-color:#000}footer .contact-details{display:flex;flex-direction:column}footer .contact-details .facebook-link{padding:2px;margin-bottom:2px;border:1px solid var(--opaque-background-color);border-radius:.5em;text-align:center}footer .contact-buttons{display:flex;flex-direction:column;gap:2px}.under-construction{color:#000}.info,.info .contact-details{display:flex;gap:1em}@media screen and (max-width: 600px){.super-points{text-align:center}}.programs{text-align:center;padding:2em 10%;box-shadow:2px 2px 5px 5px silver;border-radius:1em;background-color:var(--opaque-background-color)}@media screen and (min-width: 1000px){.programs{margin:0 10% var(--standard-space) 10%}}.contact-menu-item a{background-size:200% 200%;background-image:linear-gradient(to right,var(--opaque-background-color) 0%,var(--accent-color) 50%,var(--opaque-background-color) 100%);animation:GradientAnimated 4s ease-in-out infinite;border-radius:.5em}contact-widget,[is=contact-widget]{margin-top:1em;background-color:var(--special-color2);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em;padding:1em;border-radius:.25em}@media (min-width: 1000px){contact-widget,[is=contact-widget]{flex-direction:row}}contact-widget input,[is=contact-widget] input{line-height:1.5rem;font-size:1.5rem;border-radius:.25em;text-align:center}contact-widget div,[is=contact-widget] div{font-weight:700}contact-widget div>div,[is=contact-widget] div>div{font-weight:400}contact-widget button,[is=contact-widget] button{width:100%;font-weight:700;font-size:1em}contact-widget .contact-info,[is=contact-widget] .contact-info{max-width:100%;width:100%;font-weight:700}contact-widget label,[is=contact-widget] label{display:flex;flex-direction:column;justify-content:center}contact-widget .content,[is=contact-widget] .content{background-size:200% 200%;background-image:linear-gradient(to right,var(--opaque-background-color) 0%,var(--primary-color) 50%,var(--opaque-background-color) 100%);animation:GradientAnimated 4s ease-in-out infinite}plans article>section,[is=plans] article>section{display:flex;flex-wrap:wrap;justify-content:space-around}plans .course,[is=plans] .course{padding:var(--standard-space);box-sizing:border-box;box-shadow:1px 1px 4px 1px #00000078;border-radius:0}plans .course .offer-content,[is=plans] .course .offer-content{font-weight:700}@media (min-width: 1400px){plans .course .offer-pricing,[is=plans] .course .offer-pricing{font-size:.8rem}}plans .course .offer-pricing .special-price h3,[is=plans] .course .offer-pricing .special-price h3{font-size:1.5em;font-weight:700}plans .course .offer-pricing li,[is=plans] .course .offer-pricing li{text-align:start}welcome .read-more-stuff,[is=welcome] .read-more-stuff,welcome-org .read-more-stuff,[is=welcome-org] .read-more-stuff{text-align:center}welcome .read-more-stuff ul,[is=welcome] .read-more-stuff ul,welcome-org .read-more-stuff ul,[is=welcome-org] .read-more-stuff ul{display:flex;justify-content:center;gap:2em;flex-wrap:wrap}welcome .read-more-stuff ul li,[is=welcome] .read-more-stuff ul li,welcome-org .read-more-stuff ul li,[is=welcome-org] .read-more-stuff ul li{display:block}welcome .welcome-top h1,[is=welcome] .welcome-top h1,welcome-org .welcome-top h1,[is=welcome-org] .welcome-top h1{text-align:center}welcome .welcome-top h3,[is=welcome] .welcome-top h3,welcome-org .welcome-top h3,[is=welcome-org] .welcome-top h3{font-weight:700}welcome plans article,[is=welcome] plans article,welcome-org plans article,[is=welcome-org] plans article{background-color:var(--special-color2);width:fit-content}welcome plans article .special-price,[is=welcome] plans article .special-price,welcome-org plans article .special-price,[is=welcome-org] plans article .special-price{color:var(--special-accent-color)}welcome plans article section,[is=welcome] plans article section,welcome-org plans article section,[is=welcome-org] plans article section{max-width:60em;justify-content:space-evenly}welcome plans article section h1,[is=welcome] plans article section h1,welcome-org plans article section h1,[is=welcome-org] plans article section h1,welcome plans article section h2,[is=welcome] plans article section h2,welcome-org plans article section h2,[is=welcome-org] plans article section h2,welcome plans article section h3,[is=welcome] plans article section h3,welcome-org plans article section h3,[is=welcome-org] plans article section h3{color:var(--opaque-background-color)!important}@media (width >= 1400px){welcome plans article .offer-pricing,[is=welcome] plans article .offer-pricing,welcome-org plans article .offer-pricing,[is=welcome-org] plans article .offer-pricing{font-size:1em!important;color:var(--opaque-background-color)!important}welcome plans article h1,[is=welcome] plans article h1,welcome-org plans article h1,[is=welcome-org] plans article h1,welcome plans article h2,[is=welcome] plans article h2,welcome-org plans article h2,[is=welcome-org] plans article h2,welcome plans article h3,[is=welcome] plans article h3,welcome-org plans article h3,[is=welcome-org] plans article h3{color:var(--opaque-background-color)!important}}welcome article,[is=welcome] article,welcome-org article,[is=welcome-org] article{font-size:1.4em;max-width:none}welcome plans section,[is=welcome] plans section,welcome-org plans section,[is=welcome-org] plans section{flex-wrap:wrap;justify-content:space-between}welcome plans section>div,[is=welcome] plans section>div,welcome-org plans section>div,[is=welcome-org] plans section>div{box-shadow:none;padding:calc(var(--standard-space) / 4)}welcome recommendations,[is=welcome] recommendations,welcome-org recommendations,[is=welcome-org] recommendations{font-size:1rem}@media screen and (max-width: 1200px){welcome recommendations,[is=welcome] recommendations,welcome-org recommendations,[is=welcome-org] recommendations{flex-direction:column}}welcome article article,[is=welcome] article article,welcome-org article article,[is=welcome-org] article article{font-size:1.25rem}events article,[is=events] article{min-width:60vw;max-width:80vw}@media screen and (max-width: 1000px){events article,[is=events] article{max-width:95%}}events article li,[is=events] article li{border:.25em solid var(--accent-color);border-radius:2px;min-height:11em;padding:2em;list-style:none;box-shadow:5px 11px 11px 7px #10134180;background-color:#c3d7ef}@media (max-width: 1400px){events article li,[is=events] article li{box-shadow:2px 5px 5px 3px #10134180}}events img,[is=events] img{width:18%;height:auto;transition:transform .3s ease-in-out;transform-origin:center}events img:hover,[is=events] img:hover{transform:scale(1.75);z-index:10;border:2px solid var(--opaque-background-color);border-radius:.25em}events details,[is=events] details{max-width:75%}@media screen and (max-width: 1000px){events details,[is=events] details{max-width:95%}}blog .blog-view,[is=blog] .blog-view{display:flex}@media screen and (max-width: 1000px){blog .blog-view,[is=blog] .blog-view{flex-direction:column;max-width:95%}}blog .blog-view .last-post-pane,[is=blog] .blog-view .last-post-pane{flex-grow:1}blog .blog-view .articles-list,[is=blog] .blog-view .articles-list{border:1px solid pink;border-radius:.5em;padding:1em;overflow:auto}blog .blog-view .articles-list li a,[is=blog] .blog-view .articles-list li a{font-size:1rem}.dana-declaration{display:flex}.dana-declaration>div{font-style:italic;text-align:center;border:1px solid silver;padding:1em;margin:1em}home the-process article,[is=home] the-process article{max-height:fit-content}home .article-carousel,[is=home] .article-carousel{display:flex;flex-direction:column;align-items:center}home .article-carousel h2,[is=home] .article-carousel h2{align-self:start}home .article-carousel recent-articles,[is=home] .article-carousel recent-articles{max-width:60em}home .small-pic,[is=home] .small-pic{max-width:30%;float:right;margin-left:1em}home .english,[is=home] .english{direction:ltr;font-size:1rem;transform:rotate(10deg);text-align:center}home .english a,[is=home] .english a{font-weight:700;background-color:var(--opaque-background-color);border:4px double var(--accent-color);padding:3px;border-radius:1em}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}
