@font-face{font-family:Epilogue-Regular;font-style:normal;font-weight:400;src:url(/assets/font/Epilogue-Regular.woff2)format("woff2");font-display:swap}@font-face{font-family:Epilogue-Medium;font-style:normal;font-weight:500;src:url(/assets/font/Epilogue-Medium.woff2)format("woff2");font-display:swap}@font-face{font-family:Epilogue-SemiBold;font-style:normal;font-weight:600;src:url(/assets/font/Epilogue-SemiBold.woff2)format("woff2");font-display:swap}@font-face{font-family:Epilogue-Bold;font-style:normal;font-weight:700;src:url(/assets/font/Epilogue-Bold.woff2)format("woff2");font-display:swap}.tabs-wrapper{z-index:1;position:relative}.tabs-wrapper__navigation{-webkit-backdrop-filter:blur(4px);background-color:#f8f7f8e6;border-radius:24px;justify-content:flex-start;max-width:100%;margin-block:16px;margin-inline:auto;padding:8px 16px;display:flex;position:relative}.tabs-wrapper__highlight{z-index:1;background-color:#231f20;border:1px solid #f0eeee;border-radius:16px;height:calc(100% - 16px);transition:width .4s cubic-bezier(.4,0,.2,1),left .4s cubic-bezier(.4,0,.2,1);position:absolute;top:8px;left:8px;box-shadow:0 4px 10px #0e0a0a0d}.tabs-wrapper__button{opacity:.5;z-index:2;cursor:pointer;color:#231f20;--font-size:16px;--font-size-rem:1rem;--line-height:24px;--line-height-rem:1.5rem;font-family:Epilogue-Regular;font-size:var(--font-size-rem);line-height:var(--line-height-rem);white-space:nowrap;background-color:#0000;border:none;padding:12px 24px;transition:opacity .4s cubic-bezier(.4,0,.2,1),color .4s cubic-bezier(.4,0,.2,1)}.tabs-wrapper__button.-active{opacity:1;color:#fff}.tabs-wrapper__panel{animation:.5s cubic-bezier(.4,0,.2,1) fadeIn;display:none}.tabs-wrapper__panel.-active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (width>=768px){.tabs-wrapper__navigation{padding:8px}}