.tabs-postcards__content{display:grid;align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 0 20px 0 rgba(0,0,0,.15);padding:40px}.tabs-postcards__pane{grid-area:1/1;display:block !important;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:1}.tabs-postcards__pane.active.show{opacity:1;visibility:visible;z-index:2}.tabs-postcards__nav{display:flex;flex-wrap:wrap;column-gap:clamp(10px,4vw,80px);letter-spacing:.5px;transform:translateY(26px);color:#fff;position:relative;z-index:10}.tabs-postcards__nav-item{align-items:center;display:flex;letter-spacing:.44px;justify-content:center;text-decoration:none;font-size:clamp(16px,1.5vw,22px);font-weight:700;font-family:"Poppins",sans-serif;text-transform:uppercase;color:#fff;white-space:nowrap;padding-bottom:30px;cursor:pointer}.tabs-postcards__nav-link.active{border-radius:20px 20px 0px 0px;border-bottom:none;z-index:2;position:relative;padding:24px 40px 55px 40px;margin:0 -24px;background-color:#fff;color:#1b154a}.tabs-postcards__nav-link.active.active::after,.tabs-postcards__nav-link.active:hover::after{content:"";display:block;position:absolute;left:40px;right:40px;bottom:45px;height:3px;background:#769fd6;border-radius:2px 2px 0 0}.tabs-postcards__nav-link.active:first-child.active{margin:0 -24px 0 0}.tabs-postcards__nav-link.active:focus-visible{outline:2px solid #f2af35 !important;outline-offset:-4px}.tabs-postcards__card{display:flex;width:100%;text-align:left;column-gap:clamp(20px,5vw,87px)}.tabs-postcards__card-image{display:flex;justify-content:center;align-items:center;width:50%;position:relative;border-radius:10px;overflow:hidden;align-self:flex-start;aspect-ratio:16/9;margin:auto 0}.tabs-postcards__card-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, #534cc6 0%, #282560 100%);mix-blend-mode:overlay;pointer-events:none}.tabs-postcards__card-image img{width:100%;height:100%;object-fit:cover;object-position:center}.tabs-postcards__card-info{display:flex;flex-direction:column;justify-content:center;width:50%;max-width:548px}.tabs-postcards__card-info h3{margin:0 0 20px;color:#000}.tabs-postcards__card-description p{color:#000;font-size:clamp(16px,1.5vw,20px);padding-bottom:20px;margin-bottom:0px}.tabs-postcards__pane.show.active .animated-img{animation:fadeInUp .7s cubic-bezier(0.4, 0, 0.2, 1)}.tabs-postcards__pane.show.active .animated-content{animation:fadeInUp .9s cubic-bezier(0.4, 0, 0.2, 1)}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 991px){.tabs-postcards__nav{transform:translateY(15px)}.tabs-postcards__nav-link,.tabs-postcards__nav-item{pointer-events:auto;padding-bottom:3px}.tabs-postcards__nav-item{flex:0 0 auto}.tabs-postcards__nav-link.active{padding-bottom:35px}.tabs-postcards__nav-link.active.active::after{bottom:30px}.tabs-postcards__content{border-radius:15px;padding:20px}.tabs-postcards__card-info .content-buttons{justify-content:flex-start !important}}@media(max-width: 978px){.tabs-postcards__nav{padding:10px 0 0;scrollbar-width:none;transform:translateY(0);flex-wrap:nowrap !important;overflow-y:auto;touch-action:auto;-ms-touch-action:auto;pointer-events:auto;column-gap:40px}.tabs-postcards__nav::-webkit-scrollbar{display:none}.tabs-postcards__nav-link.active{padding:11px 20px 18px 20px;border-radius:20px 20px 0px 0px;margin:0 -31px -4px 0}.tabs-postcards__nav-link.active.active::after,.tabs-postcards__nav-link.active:hover::after{left:20px;right:20px;bottom:17px;transition:all .3s ease-in-out}.tabs-postcards__nav-link.active:first-child.active{margin:0 -31px -4px 0}.tabs-postcards .tabs-postcards__content{border-radius:0 0 15px 15px}.tabs-postcards__nav-item{flex:0 0 auto}}@media(max-width: 880px){.tabs-postcards__nav{padding-bottom:0}.tabs-postcards__card{flex-wrap:wrap;justify-content:center;gap:20px;transition:all .3s ease-in-out}.tabs-postcards__card-image,.tabs-postcards__card-info{max-width:100%;width:100%}}@media(max-width: 767px){.tabs-postcards__card{justify-content:flex-start}}