.car-cover{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.car-cover__image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.car-cover__image{width:100%;height:100%;object-fit:cover;object-position:center}.car-cover__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:2}.car-cover__content{position:relative;z-index:3;text-align:center;color:#fff;max-width:800px;padding:0 20px}.car-cover__title{font-size:3.6rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(8,8,8,.8);color:#007bff}@media(max-width:820px){.car-cover__title{font-size:2.5rem}}@media(max-width:480px){.car-cover__title{font-size:2rem}}.car-cover__subtitle{font-size:1.4rem;font-weight:600;margin-bottom:1rem;text-shadow:1px 1px 2px rgba(8,8,8,.8);color:#fff}@media(max-width:820px){.car-cover__subtitle{font-size:1.25rem}}.car-cover__description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;font-weight:400;opacity:.9;text-shadow:1px 1px 2px rgba(8,8,8,.8);color:#fff}@media(max-width:820px){.car-cover__description{font-size:1rem}}.car-cover__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.car-cover__btn{display:inline-block;padding:12px 30px;border-radius:5px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.car-cover__btn--primary{background-color:#007bff;color:#fff;border-color:#007bff}.car-cover__btn--primary:hover{background-color:rgba(0,0,0,0);border-color:#007bff;transform:translateY(-2px);color:#007bff}.car-cover__btn--secondary{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}.car-cover__btn--secondary:hover{background-color:#fff;color:#333;transform:translateY(-2px)}@media(max-width:480px){.car-cover__btn{padding:10px 20px;font-size:.9rem}}.cards{padding:8rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative}.cards__container{padding:0;margin:0 auto;width:100%}@media(max-width:820px){.cards__container{padding:0 1rem}}.cards__header{text-align:center;margin-bottom:4rem}@media(max-width:820px){.cards__header{margin-bottom:3rem}}.cards__title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 auto 1rem;line-height:1.2}@media(max-width:820px){.cards__title{font-size:2rem}}@media(max-width:480px){.cards__title{font-size:1.6rem}}.cards__description{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:820px){.cards__description{font-size:1rem}}.cards__slider{position:relative;overflow:hidden;justify-items:center}.cards__slider-wrapper{overflow:hidden;width:88%;height:100%;padding:2rem 0}.cards__slider-track{display:flex;width:100%;will-change:transform}.cards__item{flex:0 0 auto;padding:0 2.8rem;height:480px;perspective:1000px;cursor:pointer}@media(max-width:820px){.cards__item{height:380px;padding:0 .75rem}}@media(max-width:480px){.cards__item{height:350px;padding:0 .5rem}}.cards__item-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.cards__item--flipped .cards__item-inner{transform:rotateY(180deg)}.cards__item-back,.cards__item-front{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:15px;overflow:hidden}.cards__item-front{background:#fff;display:flex;flex-direction:column}.cards__item-back{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;transform:rotateY(180deg);display:flex;align-items:center;justify-content:center;padding:2rem}@media(max-width:820px){.cards__item-back{padding:1.5rem}}@media(max-width:480px){.cards__item-back{padding:1.25rem}}.cards__image-container{position:relative;height:200px;overflow:hidden}@media(max-width:820px){.cards__image-container{height:180px}}@media(max-width:480px){.cards__image-container{height:160px}}.cards__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cards__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1))}.cards__front-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column;justify-content:center}@media(max-width:820px){.cards__front-content{padding:1.25rem}}@media(max-width:480px){.cards__front-content{padding:1rem}}.cards__card-title{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:.75rem;line-height:1.3}@media(max-width:820px){.cards__card-title{font-size:1.2rem}}@media(max-width:480px){.cards__card-title{font-size:1.1rem}}.cards__front-text{font-size:.95rem;color:#6c757d;line-height:1.5}@media(max-width:820px){.cards__front-text{font-size:.9rem}}@media(max-width:480px){.cards__front-text{font-size:.85rem}}.cards__back-content{text-align:center;width:100%}.cards__back-title{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#fff}@media(max-width:820px){.cards__back-title{font-size:1.2rem;margin-bottom:.75rem}}@media(max-width:480px){.cards__back-title{font-size:1.1rem}}.cards__back-description{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;opacity:.9;color:#fff}@media(max-width:820px){.cards__back-description{font-size:.9rem;margin-bottom:1.25rem}}@media(max-width:480px){.cards__back-description{font-size:.85rem;margin-bottom:1rem}}.cards__back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.2);color:#fff;text-decoration:none;border-radius:25px;font-weight:500;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cards__back-button:hover{background:hsla(0,0%,100%,.3);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.cards__back-button svg{transition:transform .3s ease}.cards__back-button:hover svg{transform:translateX(3px)}@media(max-width:820px){.cards__back-button{padding:.625rem 1.25rem;font-size:.9rem}}@media(max-width:480px){.cards__back-button{padding:.5rem 1rem;font-size:.85rem}}.cards__nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.1);color:#2c3e50;margin:0 4rem}.cards__nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.15)}.cards__nav:active{transform:translateY(-50%) scale(.95)}.cards__nav--prev{left:-25px}@media(max-width:820px){.cards__nav--prev{left:-20px;width:40px;height:40px}}@media(max-width:480px){.cards__nav--prev{left:-15px;width:35px;height:35px}}.cards__nav--next{right:-25px}@media(max-width:820px){.cards__nav--next{right:-20px;width:40px;height:40px}}@media(max-width:480px){.cards__nav--next{right:-15px;width:35px;height:35px}}.cards__nav svg{width:20px;height:20px}@media(max-width:820px){.cards__nav svg{width:18px;height:18px}}@media(max-width:480px){.cards__nav svg{width:16px;height:16px}}.cards--rtl .cards__slider-track{direction:rtl}.cards--rtl .cards__back-button:hover svg{transform:translateX(-3px)}.cards--rtl .cards__nav--prev{left:auto;right:-25px}@media(max-width:820px){.cards--rtl .cards__nav--prev{right:-20px}}@media(max-width:480px){.cards--rtl .cards__nav--prev{right:-15px}}.cards--rtl .cards__nav--next{right:auto;left:-25px}@media(max-width:820px){.cards--rtl .cards__nav--next{left:-20px}}@media(max-width:480px){.cards--rtl .cards__nav--next{left:-15px}}.cards__item:hover .cards__image{transform:scale(1.05)}.cards,[data-theme=light] .cards{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.cards__title,[data-theme=light] .cards__title{color:#2c3e50}.cards__description,[data-theme=light] .cards__description{color:#6c757d}.cards__item-front .cards__card-title,[data-theme=light] .cards__item-front .cards__card-title{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.cards__item-front .cards__front-text,[data-theme=light] .cards__item-front .cards__front-text{color:hsla(0,0%,100%,.9);text-shadow:1px 1px 2px rgba(0,0,0,.2)}.cards__nav,[data-theme=light] .cards__nav{background:hsla(0,0%,100%,.9);color:#2c3e50}.cards__nav:hover,[data-theme=light] .cards__nav:hover{background:#fff}[data-theme=dark] .cards{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}[data-theme=dark] .cards__title{color:#fff}[data-theme=dark] .cards__description{color:#b0b0b0}[data-theme=dark] .cards__item-front .cards__card-title{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5)}[data-theme=dark] .cards__item-front .cards__front-text{color:hsla(0,0%,100%,.9);text-shadow:1px 1px 2px rgba(0,0,0,.3)}[data-theme=dark] .cards__nav{background:rgba(44,44,44,.9);color:#fff}[data-theme=dark] .cards__nav:hover{background:#2c2c2c}@media(prefers-reduced-motion:reduce){.cards__back-button,.cards__image,.cards__item-inner,.cards__nav,.cards__slider-track{transition:none!important}}.cards__item:focus-within{outline:3px solid #3498db;outline-offset:2px;border-radius:15px}.cards__back-button:focus{outline:2px solid #fff;outline-offset:2px}.cards__nav:focus{outline:3px solid #3498db;outline-offset:2px}@media print{.cards{background:#fff!important}.cards__nav{display:none!important}.cards__item{page-break-inside:avoid;break-inside:avoid}.cards__slider-track{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:1rem!important;gap:1rem!important}.cards__item-inner,.cards__slider-track{transform:none!important}.cards__item-back{display:none!important}}.car-form{padding:4rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative}.car-form__container{margin:0 auto;padding:0 2rem;width:100%}@media(max-width:820px){.car-form__container{padding:0 1rem}}.car-form__header{text-align:center;margin-bottom:2rem}@media(max-width:820px){.car-form__header{margin-bottom:2.5rem}}.car-form__title{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}@media(max-width:820px){.car-form__title{font-size:2rem}}@media(max-width:480px){.car-form__title{font-size:1.6rem}}.car-form__description{font-size:1.4rem;color:#6c757d;line-height:1.6;max-width:600px;margin:0 auto}@media(max-width:820px){.car-form__description{font-size:1rem}}.car-form__form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}@media(max-width:820px){.car-form__form{padding:2rem}}@media(max-width:480px){.car-form__form{padding:1.5rem}}.car-form__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem;gap:1.4rem;margin-bottom:1.4rem}@media(max-width:820px){.car-form__grid{grid-template-columns:1fr;gap:1.25rem}}.car-form__field{display:flex;flex-direction:column}.car-form__field--full{grid-column:1/-1;margin-bottom:1.5rem}.car-form__label{font-size:.95rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.car-form__required{color:#e74c3c;font-size:.9rem}.car-form__input,.car-form__select,.car-form__textarea{width:100%;padding:.875rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff;color:#2c3e50}.car-form__input:focus,.car-form__select:focus,.car-form__textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.car-form__input::placeholder,.car-form__select::placeholder,.car-form__textarea::placeholder{color:#adb5bd}.car-form__input:invalid,.car-form__select:invalid,.car-form__textarea:invalid{border-color:#e74c3c}@media(max-width:480px){.car-form__input,.car-form__select,.car-form__textarea{padding:.75rem;font-size:.95rem}}.car-form__textarea{resize:vertical;min-height:140px;font-family:inherit}.car-form__select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none;-webkit-appearance:none;-moz-appearance:none}.car-form__error,.car-form__success{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:8px;font-weight:500;margin-bottom:1.5rem}.car-form__success{background:rgba(39,174,96,.1);color:#27ae60;border:1px solid rgba(39,174,96,.2)}.car-form__error{background:rgba(231,76,60,.1);color:#e74c3c;border:1px solid rgba(231,76,60,.2)}.car-form__actions{display:flex;justify-content:center}.car-form__submit{display:inline-flex;align-items:center;gap:.5rem;background:#3498db;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:150px;justify-content:center}.car-form__submit:hover:not(:disabled){background:#2980b9;transform:translateY(-2px);box-shadow:0 5px 15px rgba(52,152,219,.3)}.car-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.car-form__submit svg{transition:transform .3s ease}.car-form__submit:hover:not(:disabled) svg{transform:translateX(3px)}@media(max-width:480px){.car-form__submit{width:100%;padding:.875rem 1.5rem}}.car-form__spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}[dir=rtl] .car-form__select{background-position:left .5rem center;padding-right:1rem;padding-left:2.5rem}[dir=rtl] .car-form__submit svg{transform:rotate(180deg)}[dir=rtl] .car-form__submit:hover:not(:disabled) svg{transform:rotate(180deg) translateX(3px)}[dir=rtl] .car-form__error,[dir=rtl] .car-form__success{flex-direction:row-reverse}.car-form,[data-theme=light] .car-form{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.car-form__form,[data-theme=light] .car-form__form{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.4);border:2px solid rgba(0,0,0,.031372549)}.car-form__title,[data-theme=light] .car-form__title{color:#2c3e50}.car-form__description,[data-theme=light] .car-form__description{color:#6c757d}.car-form__label,[data-theme=light] .car-form__label{color:#2c3e50}.car-form__input,.car-form__select,.car-form__textarea,[data-theme=light] .car-form__input,[data-theme=light] .car-form__select,[data-theme=light] .car-form__textarea{background:#fff;border-color:#e1e5e9;color:#2c3e50}.car-form__input:focus,.car-form__select:focus,.car-form__textarea:focus,[data-theme=light] .car-form__input:focus,[data-theme=light] .car-form__select:focus,[data-theme=light] .car-form__textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.car-form__input::placeholder,.car-form__select::placeholder,.car-form__textarea::placeholder,[data-theme=light] .car-form__input::placeholder,[data-theme=light] .car-form__select::placeholder,[data-theme=light] .car-form__textarea::placeholder{color:#6c757d}.car-form__select,[data-theme=light] .car-form__select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%232c3e50' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.car-form__success,[data-theme=light] .car-form__success{background:rgba(39,174,96,.1);color:#27ae60;border-color:rgba(39,174,96,.2)}.car-form__error,[data-theme=light] .car-form__error{background:rgba(231,76,60,.1);color:#e74c3c;border-color:rgba(231,76,60,.2)}[data-theme=dark] .car-form{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}[data-theme=dark] .car-form__form{background:#2c2c2c;box-shadow:0 10px 30px rgba(0,0,0,.3)}[data-theme=dark] .car-form__title{color:#fff}[data-theme=dark] .car-form__description{color:#b0b0b0}[data-theme=dark] .car-form__label{color:#fff}[data-theme=dark] .car-form__input,[data-theme=dark] .car-form__select,[data-theme=dark] .car-form__textarea{background:#3a3a3a;border-color:#4a4a4a;color:#fff}[data-theme=dark] .car-form__input:focus,[data-theme=dark] .car-form__select:focus,[data-theme=dark] .car-form__textarea:focus{border-color:#5dade2;box-shadow:0 0 0 3px rgba(93,173,226,.1)}[data-theme=dark] .car-form__input::placeholder,[data-theme=dark] .car-form__select::placeholder,[data-theme=dark] .car-form__textarea::placeholder{color:#888}[data-theme=dark] .car-form__select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}[data-theme=dark] .car-form__success{background:rgba(39,174,96,.2);color:#58d68d;border-color:rgba(39,174,96,.3)}[data-theme=dark] .car-form__error{background:rgba(231,76,60,.2);color:#f1948a;border-color:rgba(231,76,60,.3)}@media(prefers-contrast:high){.car-form__form,.car-form__input,.car-form__select,.car-form__textarea{border:2px solid #000}.car-form__input:focus,.car-form__select:focus,.car-form__textarea:focus{border:3px solid #06c}.car-form__submit{border:2px solid #000}}@media print{.car-form{background:#fff!important;padding:2rem 0}.car-form__form{box-shadow:none!important;border:1px solid #000}.car-form__title{color:#000!important}.car-form__description,.car-form__label{color:#333!important}.car-form__input,.car-form__select,.car-form__textarea{border:1px solid #000!important;background:#fff!important;color:#000!important}.car-form__submit{background:#000!important;color:#fff!important;border:1px solid #000!important}.car-form__error,.car-form__success{border:1px solid #000!important;background:#fff!important;color:#000!important}}@media(prefers-reduced-motion:reduce){.car-form__input,.car-form__select,.car-form__submit,.car-form__textarea{transition:none!important}.car-form__submit:hover:not(:disabled){transform:none!important}.car-form__spinner{animation:none!important}}.car-form__input:focus-visible,.car-form__select:focus-visible,.car-form__textarea:focus-visible{outline:3px solid #3498db;outline-offset:2px}.car-form__submit:focus{outline:3px solid #fff;outline-offset:2px}.car-form__submit:focus:not(:focus-visible){outline:none}.car-form__submit:focus-visible{outline:3px solid #fff;outline-offset:2px}@media(max-width:576px){.car-form{padding:3rem 0}.car-form__container{padding:0 .75rem}.car-form__title{font-size:1.4rem;margin-bottom:.75rem}.car-form__description{font-size:.9rem}.car-form__form{padding:1.25rem}.car-form__grid{gap:1rem}.car-form__field--full,.car-form__grid{margin-bottom:1rem}.car-form__label{font-size:.9rem}.car-form__input,.car-form__select,.car-form__textarea{padding:.625rem;font-size:.9rem}.car-form__textarea{min-height:100px}.car-form__submit{padding:.75rem 1.25rem;font-size:.9rem}}@media(max-height:500px)and (orientation:landscape){.car-form{padding:2rem 0}.car-form__header{margin-bottom:1.5rem}.car-form__title{font-size:1.8rem;margin-bottom:.5rem}.car-form__description{font-size:.9rem}.car-form__form{padding:1.5rem}.car-form__textarea{min-height:80px}}@media(min-width:1920px){.car-form{padding:4.2rem 0}.car-form__container{max-width:1200px}.car-form__title{font-size:2.8rem}.car-form__description{font-size:1.4rem}.car-form__form{padding:2.8rem}.car-form__grid{gap:2rem;margin-bottom:2rem}.car-form__input,.car-form__select,.car-form__textarea{padding:1.4rem 1.2rem;font-size:1.2rem}.car-form__submit{padding:1.4rem 2.8rem;font-size:1.2rem;margin:2rem}}.car-form__input:valid,.car-form__select:valid,.car-form__textarea:valid{border-color:#27ae60}.car-form__input:invalid:not(:placeholder-shown),.car-form__select:invalid:not(:placeholder-shown),.car-form__textarea:invalid:not(:placeholder-shown){border-color:#e74c3c}.car-form__field{position:relative}.car-form__field:after{content:attr(data-error);position:absolute;bottom:-1.5rem;left:0;font-size:.8rem;color:#e74c3c;opacity:0;transition:opacity .3s ease}.car-form__field.has-error:after{opacity:1}.car-form.loading{pointer-events:none;opacity:.7}.car-form__input.loading,.car-form__select.loading,.car-form__textarea.loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.logo-video-showcase{height:100vh;min-height:100vh;background:#000;overflow:hidden}.logo-video-showcase,.logo-video-showcase__container{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.logo-video-showcase__container{height:100%;flex-direction:column;padding:2rem}@media(max-width:820px){.logo-video-showcase__container{padding:1rem}}.logo-video-showcase__text-content{text-align:center;margin-bottom:2rem;color:#fff}@media(max-width:820px){.logo-video-showcase__text-content{margin-bottom:1.5rem}}.logo-video-showcase__title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2;opacity:0;transform:translateY(20px);animation:textFadeIn 1s ease-out .2s forwards}@media(max-width:820px){.logo-video-showcase__title{font-size:2rem}}@media(max-width:480px){.logo-video-showcase__title{font-size:1.6rem}}.logo-video-showcase__description{font-size:1.1rem;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto;line-height:1.6;opacity:0;transform:translateY(20px);animation:textFadeIn 1s ease-out .4s forwards}@media(max-width:820px){.logo-video-showcase__description{font-size:1rem;max-width:500px}}@media(max-width:480px){.logo-video-showcase__description{font-size:.9rem;max-width:100%}}.logo-video-showcase__video{width:auto;height:auto;max-width:80%;max-height:80%;object-fit:contain;border-radius:0;box-shadow:none;outline:none;aspect-ratio:16/9;opacity:0;animation:videoFadeIn 1s ease-out .6s forwards}@media(max-width:820px){.logo-video-showcase__video{max-width:80%;max-height:80%}}@media(max-width:480px){.logo-video-showcase__video{max-width:80%;max-height:80%}}@keyframes textFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes videoFadeIn{0%{opacity:0}to{opacity:1}}[data-theme=dark] .logo-video-showcase{background:#000}[data-theme=light] .logo-video-showcase{background:#000;filter:invert(1)}@media(max-width:1200px){.logo-video-showcase__video{max-width:84%;max-height:84%}}@media(max-width:820px){.logo-video-showcase__video{max-width:88%;max-height:88%}}@media(max-width:480px){.logo-video-showcase__video{max-width:96%;max-height:96%}}@media(max-height:500px)and (orientation:landscape){.logo-video-showcase__container{padding:.5rem}.logo-video-showcase__text-content{margin-bottom:1rem}.logo-video-showcase__title{font-size:1.5rem;margin-bottom:.5rem}.logo-video-showcase__description{font-size:.9rem}.logo-video-showcase__video{max-height:60%;max-width:70%}}@media(prefers-contrast:high){.logo-video-showcase{background:#000}.logo-video-showcase__video{border:2px solid #fff}.logo-video-showcase__description,.logo-video-showcase__title{color:#fff}}@media(prefers-reduced-motion:reduce){.logo-video-showcase__video{animation:none;opacity:1}.logo-video-showcase__description,.logo-video-showcase__title{animation:none;opacity:1;transform:none}}@media print{.logo-video-showcase{background:#fff}.logo-video-showcase__title{color:#000!important}.logo-video-showcase__description{color:#333!important}.logo-video-showcase__video{display:none}.logo-video-showcase__container:after{content:"Video content not available in print";display:flex;align-items:center;justify-content:center;width:100%;height:200px;color:#000;font-size:1.2rem;text-align:center;margin-top:2rem}}.logo-video-showcase__video:focus{outline:3px solid #3498db;outline-offset:2px}.logo-video-showcase__video:focus:not(:focus-visible){outline:none}.logo-video-showcase__video:focus-visible{outline:3px solid #3498db;outline-offset:2px}.logo-video-showcase__video:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:-1}@media(min-width:1920px){.logo-video-showcase__video{max-width:88%;max-height:72%}.logo-video-showcase__title{font-size:3rem}.logo-video-showcase__description{font-size:1.2rem;max-width:700px}}@media(max-width:320px){.logo-video-showcase__container{padding:.5rem}.logo-video-showcase__text-content{margin-bottom:1rem}.logo-video-showcase__title{font-size:1.4rem}.logo-video-showcase__description{font-size:.85rem}.logo-video-showcase__video{max-width:100%;max-height:40%}}