body{font-family:Lato,sans-serif;margin:0;padding:0;background-color:transparent;color:#771611;height:100%;overflow-x:hidden}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.sticky-header{position:fixed;top:0;left:0;right:0;background:linear-gradient(90deg,#771611,#eaa372);box-shadow:0 2px 10px #0000001a;z-index:100;transform:translateY(-100%);transition:transform .3s ease-in-out;height:70px}.sticky-header.visible{transform:translateY(0)}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;height:100%}.header-logo{display:flex;align-items:center}.header-logo img{height:50px;width:50px;border-radius:50%;background:#fcf3ed;padding:2px;box-shadow:0 2px 5px #0003}.header-nav{display:flex;gap:20px}.header-nav a{color:#fcf3ed;text-decoration:none;font-weight:600;font-size:1em;letter-spacing:.5px;padding:6px 12px;border-radius:16px;transition:background .2s,color .2s;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}@media (hover: hover) and (pointer: fine){.header-nav a:hover,.header-nav a:focus{background:#fcf3ed;color:#771611}}@media (hover: none) or (pointer: coarse){.header-nav a:active{background:#fcf3ed;color:#771611;transition:none}.header-nav a{transition:background .1s,color .1s}}.header-nav a:focus{outline:none;background:#fcf3ed;color:#771611}.hero-section{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#771611,#eaa372);position:fixed;top:0;left:0;z-index:-1;overflow:hidden}.hero-logo-container{display:flex;justify-content:center;align-items:center}.hero-logo{width:600px;height:600px;border-radius:50%;background:#fcf3ed;box-shadow:0 8px 48px #0000004d;padding:20px;animation:float 6s ease-in-out infinite;transition:transform .2s ease-out}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.content-wrapper{position:relative;z-index:1;margin-top:100vh}.about{padding:60px 0 40px;background:#fff;position:relative;border-top-left-radius:40px;border-top-right-radius:40px;box-shadow:0 -10px 30px #0000001a}.about:before{content:"";position:absolute;top:-50px;left:50%;transform:translate(-50%);width:60px;height:6px;background-color:#fff;border-radius:3px}.about-container{display:flex;flex-direction:row;justify-content:center;align-items:stretch;max-width:1100px;margin:0 auto;gap:48px;padding:0 24px}.about-text{flex:2;text-align:left;display:flex;flex-direction:column;justify-content:center}.about-text h2{font-size:2em;font-weight:900;color:#771611;margin-top:0;margin-bottom:18px}.about-text p{font-size:1.1em;margin-bottom:16px;color:#771611}.about-image{flex:1;display:flex;align-items:center;justify-content:center;padding:10px}.about-image-frame{position:relative;background:#fff;border-radius:24px;box-shadow:0 4px 24px #eaa37240;max-width:320px;max-height:400px;overflow:hidden;border:2px solid #eaa372}.about-image-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;box-shadow:inset 0 0 0 2px #eaa37280;pointer-events:none}.about-image-frame img{width:320px;height:400px;display:block;border-radius:16px;object-fit:cover;object-position:center top}.gallery-section{background:#fcf3ed;padding:40px 0;position:relative}.gallery-section h2{font-size:2em;font-weight:900;color:#771611;margin-top:0;margin-bottom:40px;text-align:center}.gallery-intro{text-align:center;color:#771611;margin-bottom:20px;font-style:italic}.testimonials{background:linear-gradient(180deg,#fcf3ed,#fff);padding:60px 20px;text-align:center;position:relative}.testimonials h2{font-size:2em;font-weight:900;color:#771611;margin-top:0;margin-bottom:40px}.testimonials-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:0 auto}.testimonials-carousel{display:flex;align-items:center;justify-content:center;gap:24px;margin:0 auto;max-width:1200px;position:relative;padding:0 20px;box-sizing:border-box}.testimonials-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#eaa372cc;color:#771611;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background-color .3s,transform .2s,box-shadow .3s;box-shadow:0 2px 8px #77161133;font-size:1.2em}.testimonials-arrow.left{left:10px}.testimonials-arrow.right{right:10px}.testimonial-container{display:flex;gap:20px;overflow:hidden;flex-wrap:nowrap;width:100%;justify-content:center;padding:20px 0;box-sizing:border-box}.testimonial-card{background:#fff;border-radius:10px;box-shadow:0 4px 16px #eaa37226;padding:16px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;width:100%;max-width:500px;height:325px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #eaa37233}.testimonial-content{position:relative;padding:8px 0;max-height:295px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;width:100%}.testimonial-content:before{content:'"';font-size:4em;color:#eaa3721a;position:absolute;top:-25px;left:-10px;font-family:Georgia,serif;z-index:0;pointer-events:none}.testimonial-text{font-size:.95em;line-height:1.5;margin-bottom:12px;position:relative;z-index:1;font-style:italic;padding:0 5px;box-sizing:border-box;width:100%}.testimonial-author{font-weight:700;font-size:.9em;color:#eaa372;text-align:right;margin:0;padding-right:5px}@media (max-width: 768px){.testimonials-arrow{width:30px;height:30px;font-size:1em}.testimonials-arrow.left{left:5px}.testimonials-arrow.right{right:5px}.testimonials-carousel{gap:8px;padding:0 5px}.testimonial-card{height:auto;min-height:150px;max-height:none;padding:12px 10px;width:60%;margin:0 auto;overflow:visible;box-sizing:border-box}.testimonial-content{max-height:none;padding:5px 0;overflow:visible;width:100%}.testimonial-text{font-size:.85em;line-height:1.4;word-break:break-word;overflow-wrap:break-word;white-space:normal;width:100%}.testimonial-author{font-size:.8em;margin-top:8px}.testimonial-content:before{font-size:2.5em;top:-15px;left:-5px;opacity:.7}.testimonial-container{padding:10px 0;gap:2px}}@media (max-width: 600px){.testimonials-arrow{width:26px;height:26px;font-size:.9em}.testimonials-arrow.left{left:2px}.testimonials-arrow.right{right:2px}.testimonials-carousel{gap:4px;padding:0 2px}.testimonial-container>div{flex:0 0 100%}.testimonial-card{padding:10px 8px;width:85%}.testimonial-container{gap:8px}}@media (max-width: 480px){.testimonials-arrow{width:24px;height:24px;font-size:.8em}.testimonials-arrow.left{left:0}.testimonials-arrow.right{right:0}.testimonials-carousel{gap:0;padding:0}.testimonial-card{min-height:120px;padding:8px 6px;width:85%}.testimonial-text{font-size:.8em;line-height:1.3;margin-bottom:10px}.testimonial-content:before{font-size:2em;top:-12px;left:-3px;opacity:.6}.testimonial-container{display:block;padding:5px 0;gap:6px}}@media (max-width: 450px){.testimonial-card{padding:6px 5px;min-height:100px;width:80%;margin:0 auto}.testimonial-text{font-size:.75em;line-height:1.2;margin-bottom:8px;padding:0 8px;width:calc(100% - 16px);max-width:100%;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.testimonial-author{font-size:.75em;margin-top:5px;padding-right:8px}.testimonial-content:before{font-size:1.6em;top:-8px;left:-2px;opacity:.4}.testimonial-content{padding:2px 0;width:100%;box-sizing:border-box;overflow:visible}}@media (min-width: 400px) and (max-width: 420px){.testimonial-card{width:60%!important;margin:0 auto!important;padding:5px!important;min-height:auto!important;box-sizing:border-box!important}.testimonial-text{font-size:.7em!important;padding:0 5px!important;width:calc(100% - 10px)!important;margin-bottom:5px!important}.testimonial-container{padding:0!important;width:100%!important}.testimonial-author{font-size:.7em!important;margin-top:3px!important}}.contact{background:linear-gradient(180deg,#fff,#fcf3ed);padding:40px 20px;text-align:center}.contact h2{font-size:2em;font-weight:900;color:#771611;margin-top:0;margin-bottom:40px;text-align:center}.contact-container{display:flex;justify-content:center;align-items:flex-start;max-width:900px;margin:0 auto;gap:40px}.contact-info{flex:1;text-align:justify;font-size:1.1em;color:#771611;padding:0 10px;max-width:420px;margin-right:0}.contact-info p{margin-top:0;margin-bottom:18px}.contact-photo{flex:0 0 320px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0 10px}.contact-photo img{width:300px;height:360px;object-fit:cover;object-position:top;border-radius:18px;box-shadow:0 4px 24px #7716111f;background:#fcf3ed;border:2px solid #eaa372;margin-bottom:18px}.contact-socials{display:flex;gap:32px;margin-top:0;margin-left:0;justify-content:center;width:100%}.contact-socials a{display:inline-flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s;border-radius:8px;font-size:2.8em;color:#771611;background:#fcf3ed;width:64px;height:64px;text-decoration:none}.contact-socials a:hover{color:#eaa372;background:#fff3e6;transform:scale(1.08);box-shadow:0 2px 8px #eaa3721a}.contact-socials a:active{transform:scale(.95)}.contact-form{display:flex;flex-direction:column;gap:16px;margin-top:24px;max-width:420px}.contact-form input,.contact-form textarea{font-family:Lato,sans-serif;font-size:1em;padding:12px 14px;border:1.5px solid #eaa372;border-radius:10px;background:#fcf3ed;color:#771611;outline:none;transition:border-color .2s;resize:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#771611;background:#fff}.contact-form button{font-family:Lato,sans-serif;font-weight:700;font-size:1.1em;color:#fff;background:linear-gradient(90deg,#eaa372,#771611);border:none;border-radius:12px;padding:14px 0;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 2px 8px #eaa3721a;margin-top:8px}.contact-form button:hover,.contact-form button:focus{background:linear-gradient(90deg,#771611,#eaa372);transform:translateY(-2px) scale(1.03)}@media (max-width: 900px){.contact-container{gap:30px}.contact-photo img{width:280px;height:340px}}@media (max-width: 768px){.contact-container{flex-direction:column-reverse;align-items:center;gap:30px}.contact-info{max-width:100%;padding:0}.contact-photo{flex:0 0 auto;align-items:center;padding:0}.contact-photo img{width:260px;height:320px;margin-bottom:14px}}@media (max-width: 480px){.contact h2{font-size:1.8em;margin-bottom:30px}.contact-info{font-size:1em}.contact-photo img{width:240px;height:300px}.contact-form input,.contact-form textarea{padding:10px 12px}}.footer{background-color:#771611;color:#fcf3ed;padding:40px 20px 20px;position:relative;font-weight:400}.footer-container{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;gap:30px;flex-wrap:wrap}.footer-info{flex:2;min-width:280px}.footer-info h3{font-size:1.4em;margin-top:0;margin-bottom:16px;color:#eaa372}.footer-info p{margin-bottom:20px;line-height:1.5}.footer-info address{font-style:normal;line-height:1.6}.footer-info address a{color:#eaa372;text-decoration:none;transition:color .2s}.footer-info address a:hover{color:#fcf3ed;text-decoration:underline}.footer-links{flex:1;min-width:180px}.footer-links h3{font-size:1.4em;margin-top:0;margin-bottom:16px;color:#eaa372}.footer-nav{display:flex;flex-direction:column;gap:12px}.footer-nav a{color:#fcf3ed;text-decoration:none;transition:color .2s;font-size:1em}.footer-nav a:hover{color:#eaa372}.footer-social{flex:1;min-width:200px}.footer-social h3{font-size:1.4em;margin-top:0;margin-bottom:16px;color:#eaa372}.footer-social-links{display:flex;flex-direction:column;gap:12px}.footer-social-links a{color:#fcf3ed;text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:8px}.footer-social-links a:hover{color:#eaa372}.footer-social-links i{font-size:1.2em}.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid rgba(234,163,114,.3);text-align:center}@media (max-width: 768px){.footer-container{flex-direction:column;gap:30px}.footer-info,.footer-links,.footer-social{width:100%;text-align:center}.footer-nav,.footer-social-links{align-items:center}}.custom-gallery{width:100%;max-width:1100px;margin:0 auto;padding:20px 0;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.custom-gallery-container{display:flex;align-items:center;justify-content:center;gap:10px;height:400px;position:relative;width:100%;perspective:1500px;transition:transform .05s ease-out;will-change:transform}.custom-gallery-container.animating-left,.custom-gallery-container.animating-right{transition:transform .2s ease-out}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#eaa372cc;color:#771611;border:none;width:42px;height:42px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background-color .3s,transform .2s,box-shadow .3s;box-shadow:0 2px 8px #77161133}.gallery-arrow-left{left:0;z-index:20}.gallery-arrow-right{right:0;z-index:20}.custom-gallery-main{flex:0 0 36%;height:100%;display:flex;align-items:center;justify-content:center;z-index:5}.custom-gallery-left,.custom-gallery-right{flex:0 0 15%;height:100%;display:flex;align-items:center;justify-content:center;z-index:3}.custom-gallery-far-left,.custom-gallery-far-right{flex:0 0 10%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.main-image{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:24px;background:#fcf3ed;box-shadow:0 4px 24px #77161126;border:3px solid #eaa372;transition:all .5s cubic-bezier(.25,.1,.25,1);cursor:pointer;backface-visibility:hidden;transform-style:preserve-3d;will-change:transform,opacity}.main-image:hover{transform:scale(1.05)}.side-image{width:90%;aspect-ratio:1/1;object-fit:contain;border-radius:16px;background:#fcf3ed;opacity:.7;filter:brightness(.9);box-shadow:0 2px 12px #7716111a;border:2px solid #eaa372;transition:all .5s cubic-bezier(.25,.1,.25,1);cursor:pointer;backface-visibility:hidden;transform-style:preserve-3d;will-change:transform,opacity,filter}.left-image{transform:translate(10%) rotate(-5deg)}.right-image{transform:translate(-10%) rotate(5deg)}.far-left-image{transform:translate(25%) rotate(-10deg) scale(.8);opacity:.5;filter:brightness(.8)}.far-right-image{transform:translate(-25%) rotate(10deg) scale(.8);opacity:.5;filter:brightness(.8)}.side-image:hover{opacity:.9;filter:brightness(1)}.left-image:hover,.right-image:hover{transform:translate(0) rotate(0)}.far-left-image:hover,.far-right-image:hover{transform:scale(.9);opacity:.7}@keyframes slideLeftToCenterNew{to{transform:translate(0) scale(1);opacity:1;filter:brightness(1)}0%{transform:translate(20%) rotate(5deg) scale(.9);opacity:.7;filter:brightness(.9)}}@keyframes slideRightToCenterNew{to{transform:translate(0) scale(1);opacity:1;filter:brightness(1)}0%{transform:translate(-20%) rotate(-5deg) scale(.9);opacity:.7;filter:brightness(.9)}}@keyframes slideFarLeftToLeftNew{0%{transform:translate(-20%) rotate(-10deg) scale(.9);opacity:.7;filter:brightness(.9)}to{transform:translate(10%) rotate(-5deg);opacity:.7;filter:brightness(.9)}}@keyframes slideFarRightToRightNew{0%{transform:translate(20%) rotate(10deg) scale(.9);opacity:.5;filter:brightness(.8)}to{transform:translate(-10%) rotate(5deg);opacity:.7;filter:brightness(.9)}}@keyframes slideCenterToLeftNew{0%{transform:translate(40%) rotate(0) scale(1);opacity:1;filter:brightness(1)}to{transform:translate(10%) rotate(-5deg);opacity:.7;filter:brightness(.9)}}@keyframes slideCenterToRightNew{0%{transform:translate(-40%) rotate(0) scale(1);opacity:1;filter:brightness(1)}to{transform:translate(-10%) rotate(5deg);opacity:.7;filter:brightness(.9)}}@keyframes slideLeftToFarLeftNew{to{transform:translate(25%) rotate(-10deg) scale(.8);opacity:.5;filter:brightness(.8)}0%{transform:translate(45%) rotate(-5deg);opacity:.7;filter:brightness(.9)}}@keyframes slideRightToFarRightNew{to{transform:translate(-25%) rotate(10deg) scale(.8);opacity:.5;filter:brightness(.8)}0%{transform:translate(-45%) rotate(5deg);opacity:.7;filter:brightness(.9)}}@keyframes slideOutToFarLeft{0%{transform:translate(-75%) rotate(-15deg) scale(.6);opacity:.2;filter:brightness(.7)}to{transform:translate(25%) rotate(-10deg) scale(.8);opacity:.5;filter:brightness(.8)}}@keyframes slideOutToFarRight{0%{transform:translate(75%) rotate(15deg) scale(.6);opacity:.2;filter:brightness(.7)}to{transform:translate(-25%) rotate(10deg) scale(.8);opacity:.5;filter:brightness(.8)}}.slide-right-center{animation:slideRightToCenterNew .6s cubic-bezier(.25,.1,.25,1) forwards}.slide-left-center{animation:slideLeftToCenterNew .6s cubic-bezier(.25,.1,.25,1) forwards}.slide-farLeft-left{animation:slideFarLeftToLeftNew .6s cubic-bezier(.25,.1,.25,1) forwards}.slide-farRight-right{animation:slideFarRightToRightNew .6s cubic-bezier(.25,.1,.25,1) forwards}.slide-center-left{animation:slideCenterToLeftNew .6s cubic-bezier(.25,.1,.25,1) forwards}.slide-center-right{animation:slideCenterToRightNew .6s cubic-bezier(.25,.1,.25,1) forwards}.slide-left-farLeft{animation:slideLeftToFarLeftNew .6s cubic-bezier(.25,.1,.25,1) forwards;transform-origin:center}.slide-right-farRight{animation:slideRightToFarRightNew .6s cubic-bezier(.25,.1,.25,1) forwards;transform-origin:center}.slide-out-farLeft{animation:slideOutToFarLeft .6s cubic-bezier(.25,.1,.25,1) forwards}.slide-out-farRight{animation:slideOutToFarRight .6s cubic-bezier(.25,.1,.25,1) forwards}.rotate-in-left,.rotate-in-right,.rotate-out-left,.rotate-out-right,.slide-from-far-left,.slide-from-far-right,.slide-to-center,.slide-to-left,.slide-to-right,.slide-from-center-to-left,.slide-to-far-right,.rotate-out-far-left,.rotate-out-far-right,.slide-from-left,.slide-from-right{animation:none}@media (max-width: 900px){.hero-logo{width:400px;height:400px}.main-nav{flex-wrap:wrap;justify-content:center;gap:12px;bottom:20px}.about-container{flex-direction:column;align-items:center;gap:32px}.about-text{text-align:center}.testimonial-card{min-width:280px}.custom-gallery-container{width:90%}.custom-gallery-far-left,.custom-gallery-far-right{display:none}.custom-gallery-left,.custom-gallery-right{flex:0 0 25%}.custom-gallery-main{flex:0 0 50%}}@media (max-width: 600px){.hero-logo{width:300px;height:300px}.main-nav{gap:8px;bottom:15px}.main-nav a{font-size:.95em;padding:6px 12px}.gallery-slide-react img{width:110px;height:110px}.gallery-modal-content img{max-width:90vw;max-height:50vh}.gallery-modal-content{padding:10px 4px 8px}.custom-gallery-container{height:250px}.main-image{height:220px}.side-image{height:160px}.gallery-arrow{width:32px;height:32px}.arrow-icon{font-size:16px}.header-nav{gap:5px}.header-nav a{font-size:.8em;padding:3px 6px}.about:before{width:40px;height:4px;top:-30px}.far-left-image,.far-right-image{display:none}.custom-gallery-left,.custom-gallery-right{flex:0 0 20%}.custom-gallery-main{flex:0 0 60%}}.gallery-modal{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;outline:none}.gallery-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1e140a00;z-index:0;transition:background-color .3s ease}.gallery-modal-content{position:relative;z-index:1;background:#fcf3ed;border-radius:24px;box-shadow:0 8px 48px #7716112e;padding:24px;display:flex;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;transform:scale(.8);opacity:0;transition:transform .3s ease,opacity .3s ease}.gallery-modal-image-container{overflow:hidden;border-radius:16px;max-width:100%;max-height:calc(90vh - 60px);display:flex;align-items:center;justify-content:center}.modal-image{max-width:100%;max-height:calc(90vh - 60px);object-fit:contain;border-radius:16px}.gallery-modal-close{background:none;border:none;position:absolute;top:12px;right:18px;cursor:pointer;z-index:10;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.gallery-modal-close span{color:#771611;font-size:2.2em;font-weight:700;line-height:1}.gallery-modal-close:hover{background-color:#7716111a}.gallery-modal.modal-animating .gallery-modal-backdrop{background:#1e140a00}.gallery-modal.modal-animating .gallery-modal-content{transform:scale(.8);opacity:0}.gallery-modal.modal-visible .gallery-modal-backdrop{background:#1e140abf}.gallery-modal.modal-visible .gallery-modal-content{transform:scale(1);opacity:1}@media (max-width: 768px){.gallery-modal-content{padding:16px;max-width:95vw}.modal-image{max-height:calc(90vh - 40px)}}@media (max-width: 600px){.gallery-modal-content{padding:12px}.gallery-modal-close{top:8px;right:12px}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}
