section.tab-section .wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:auto;gap:24px}section.tab-section .wrapper .tab-links{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:8px;width:100%}section.tab-section .wrapper .tab-links .tab-link{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:auto;flex-basis:calc(50% - 4px);aspect-ratio:1.53/1;border-radius:16px;box-shadow:0 5px 12px #1f292d1a;position:relative;overflow:hidden}section.tab-section .wrapper .tab-links .tab-link.active .bg-image,section.tab-section .wrapper .tab-links .tab-link:hover .bg-image{opacity:0}section.tab-section .wrapper .tab-links .tab-link .bg-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;transition:all .3s ease}section.tab-section .wrapper .tab-links .tab-link .logo-overlay{position:relative;width:-moz-fit-content;width:fit-content;height:90px;min-width:-moz-fit-content;min-width:fit-content;min-height:90px;z-index:2}section.tab-section .wrapper .tab-content{width:100%}section.tab-section .wrapper .tab-content .item{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:auto;border-radius:16px;background:#F9F7F5;padding:24px 16px}section.tab-section .wrapper .tab-content .item .content .btns{margin-top:16px}section.tab-section .wrapper .tab-content .item .image{display:none;aspect-ratio:.89/1;width:100%;max-width:259px;border-radius:8px;overflow:hidden}section.tab-section .wrapper .tab-content .item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 600px){section.tab-section .wrapper{gap:32px}section.tab-section .wrapper .tab-links{gap:16px}section.tab-section .wrapper .tab-links .tab-link{flex-basis:calc(50% - 8px);aspect-ratio:1.82/1}section.tab-section .wrapper .tab-links .tab-link .logo-overlay{width:-moz-fit-content;width:fit-content;height:120px;min-width:-moz-fit-content;min-width:fit-content;min-height:120px}section.tab-section .wrapper .tab-content .item{padding:36px}}@media only screen and (min-width: 992px){section.tab-section .wrapper .tab-links .tab-link{flex-basis:calc(25% - 12px);aspect-ratio:1.38/1}section.tab-section .wrapper .tab-links .tab-link .logo-overlay{width:-moz-fit-content;width:fit-content;height:120px;min-width:-moz-fit-content;min-width:fit-content;min-height:120px}section.tab-section .wrapper .tab-content .item{padding:16px 16px 16px 36px;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:36px}section.tab-section .wrapper .tab-content .item .content{padding:32px 24px 32px 0}section.tab-section .wrapper .tab-content .item .content .btns{justify-content:flex-end}section.tab-section .wrapper .tab-content .item .image{display:block}}
