.et-tabs-section{padding-top:var(--et-tabs-pt, 72px);padding-bottom:var(--et-tabs-pb, 72px)}.et-tabs__head{max-width:540px;margin-bottom:24px}.et-tabs__heading{text-align:left;margin:0 0 8px;font-size:var(--et-tabs-heading, 28px)}.et-tabs__sub{margin:0;font-family:var(--et-font);font-weight:400;font-size:18px;line-height:1.3;letter-spacing:.4px;color:var(--et-dark)}.et-tabs__sub p{margin:0}.et-tabs__nav-wrap{margin-bottom:24px}.et-tabs__nav{display:flex;flex-wrap:wrap;gap:8px}.et-tabs__pill{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:13px 24px 11px;border:1px solid rgba(10,0,61,.08);border-radius:30px;background:transparent;color:#0a003dcc;font-family:var(--et-font);font-weight:400;font-size:16px;line-height:1.25;letter-spacing:.4px;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.et-tabs__pill:hover{border-color:#0a003d40}.et-tabs__pill.is-active{background:#ff74001f;border:2px solid var(--et-orange);color:var(--et-orange);font-weight:700}.et-tabs__track,.et-tabs__panel{display:none}.et-tabs__panel.is-active{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:16px}.et-tabs__media{position:relative;min-height:380px;border-radius:20px;overflow:hidden;background-color:var(--et-pdp-bg, #f2f2f2);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end;padding:32px}.et-tabs__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(216deg,#fff0 60%,#ffffffd9 96%);z-index:0}.et-tabs__media>*{position:relative;z-index:1}.et-tabs__hl{position:absolute;z-index:1;border:3px solid rgba(10,0,61,.5);border-radius:2px;pointer-events:none}.et-tabs__dot{position:absolute;z-index:1;width:32px;height:32px;border-radius:50%;background:#0a003d4d;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%)}.et-tabs__dot{animation:et-tabs-pulse 2s ease-out infinite}@keyframes et-tabs-pulse{0%{box-shadow:0 0 #0a003d66}70%{box-shadow:0 0 0 14px #0a003d00}to{box-shadow:0 0 #0a003d00}}@media(prefers-reduced-motion:reduce){.et-tabs__dot{animation:none}}.et-tabs__dot:before{content:"";position:absolute;top:50%;right:50%;width:var(--et-tabs-dot-line, 0px);height:1.5px;background:#0a003d80;transform:translateY(-50%);pointer-events:none}.et-tabs__dot:after{content:"";width:12px;height:12px;border-radius:50%;background:var(--et-dark)}.et-tabs__caption{display:flex;flex-direction:column;gap:8px;max-width:280px}.et-tabs__caption-title{font-family:var(--et-font);font-weight:700;font-size:18px;line-height:1.1;letter-spacing:.4px;color:var(--et-dark)}.et-tabs__caption-text{font-family:var(--et-font);font-weight:400;font-size:16px;line-height:1.2;letter-spacing:.4px;color:#0a003dcc}.et-tabs__info{display:flex;flex-direction:column;justify-content:space-between;gap:16px;min-height:380px;padding:32px;border-radius:20px;background:var(--et-tabs-info-bg, rgba(174, 228, 254, .6))}.et-tabs__info-top{display:flex;flex-direction:column;gap:16px}.et-tabs__info-icon{width:40px;height:40px;color:var(--et-dark)}.et-tabs__info-icon svg{width:100%;height:100%;display:block}.et-tabs__info-icon img{width:100%;height:100%;object-fit:contain;display:block}.et-tabs__info-title{margin:0;font-family:var(--et-font);font-weight:600;font-size:24px;line-height:1;letter-spacing:.4px;color:var(--et-dark)}.et-tabs__info-desc{font-family:var(--et-font);font-weight:400;font-size:16px;line-height:1.4;letter-spacing:.4px;color:var(--et-dark)}.et-tabs__info-desc p{margin:0 0 8px}.et-tabs__info-desc p:last-child{margin-bottom:0}.et-tabs__checks{display:flex;gap:20px}.et-tabs__check{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;gap:8px}.et-tabs__check-icon{width:24px;height:24px;color:var(--et-tabs-check-color, var(--et-orange))}.et-tabs__check-icon svg{width:100%;height:100%;display:block}.et-tabs__check-icon img{width:100%;height:100%;object-fit:contain;display:block}.et-tabs__check-text{font-family:var(--et-font);font-weight:400;font-size:16px;line-height:1.4;letter-spacing:.4px;color:var(--et-dark)}@media screen and (max-width:767px){.et-tabs-section{padding-top:var(--et-tabs-pt-mobile, 48px);padding-bottom:var(--et-tabs-pb-mobile, 48px)}.et-tabs__heading{font-size:var(--et-tabs-heading-mobile, 24px)}.et-tabs__sub{font-size:15px}.et-tabs__nav{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.et-tabs__nav::-webkit-scrollbar{display:none}.et-tabs__pill{padding:9px 16px 7px;font-size:14px}.et-tabs__pill.is-active{border-width:1.5px}.et-tabs__track{display:block;position:relative;height:2px;margin-top:8px;background:#0a003d1f;border-radius:30px}.et-tabs__indicator{position:absolute;top:0;left:0;height:2px;width:25%;background:var(--et-orange);border-radius:30px;transition:left .3s ease,width .3s ease}.et-tabs__panel.is-active{grid-template-columns:1fr;gap:16px}.et-tabs__media{min-height:0;aspect-ratio:350 / 245;padding:20px;border-radius:13px}.et-tabs__info{min-height:0;padding:20px;gap:20px}.et-tabs__info-icon{width:24px;height:24px}.et-tabs__info-title{font-size:18px}.et-tabs__info-desc{font-size:15px}.et-tabs__checks{flex-direction:column;gap:12px;align-items:flex-start}.et-tabs__check{flex-direction:row;align-items:center;gap:8px}.et-tabs__check-icon{width:20px;height:20px;flex:0 0 20px}.et-tabs__check-text{font-size:15px}.et-tabs__caption-title{font-size:12px}.et-tabs__caption-text{font-size:11px}.et-tabs__dot{width:20px;height:20px}.et-tabs__dot:after{width:8px;height:8px}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/et-tabs.css.map */
