:root{--bit-red:#E7344C;--bit-dark:#2d2d2d}html,body{overflow-x:clip}.bit-header{width:100%;background:#fff;font-family:'Lato',sans-serif;position:relative}.bit-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.5vw 4vw 8vw 6vw;transition:padding-bottom 0.3s ease}.bit-header__logo-link{display:block;line-height:0;flex-shrink:0}.bit-header__logo{width:25.5vw;height:auto}.bit-header__right{display:flex;flex-direction:column;align-items:flex-end;gap:1.4vw}.bit-header__icons{display:flex;gap:.6vw}.bit-header__icon{display:flex;align-items:center;justify-content:center;text-decoration:none;line-height:0}.bit-header__icon img{width:2vw;height:1.4vw;object-fit:contain}.bit-header__nav ul{list-style:none;margin:0;padding:0}.bit-header__menu{display:flex;align-items:center;gap:1.05vw}.bit-header__menu>li{position:relative}.bit-header__menu>li>a{display:inline-block;font-size:.97vw;font-weight:500;color:var(--bit-dark);text-decoration:none;text-transform:uppercase;letter-spacing:0;padding-bottom:.2vw;position:relative}.bit-header__menu>li>a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:.12vw;background:var(--bit-red);transition:width 0.2s ease}.bit-header__menu>li>a:hover,.bit-header__menu>li>a:focus-visible,.bit-header__has-sub:hover>a,.bit-header__has-sub.is-open>a{color:var(--bit-red)}.bit-header__menu>li>a:hover::after,.bit-header__menu>li>a:focus-visible::after,.bit-header__has-sub:hover>a::after,.bit-header__has-sub.is-open>a::after{width:55%}.bit-header__menu>li.bit-header__active>a{color:var(--bit-red)}.bit-header__menu>li.bit-header__active>a::after{width:55%}.bit-header__submenu{position:absolute;top:calc(100% + 1.4vw);left:0;flex-direction:column;gap:.1vw;min-width:10vw;z-index:100;visibility:hidden;opacity:0;display:flex;transition:opacity 0.25s ease,visibility 0.25s ease}.bit-header__submenu::before{content:'';position:absolute;top:-1.4vw;left:0;width:100%;height:1.4vw}.bit-header__has-sub:hover>.bit-header__submenu,.bit-header__has-sub.is-open>.bit-header__submenu{visibility:visible;opacity:1}.bit-header__has-sub:hover~.bit-header__submenu-spacer,.bit-header__inner.bit-submenu-open{padding-bottom:8vw}.bit-header__submenu a,.bit-header__submenu a:link,.bit-header__submenu a:visited{display:inline-block;font-size:.97vw;font-weight:400;color:var(--bit-red);text-decoration:none;text-transform:uppercase;letter-spacing:0;white-space:nowrap;transition:transform 0.2s ease;will-change:transform}.bit-header__submenu a:hover,.bit-header__submenu a:focus-visible,.bit-header__submenu a:active{color:var(--bit-red);transform:translateX(.6vw)}.bit-header--light{background:transparent}.bit-header--light .bit-header__menu>li>a{color:#b7b6b6}.bit-header--light .bit-header__burger span{background:#b7b6b6}.bit-header--light .bit-header__has-sub>a::before{border-color:#b7b6b6}.bit-header__burger{display:none;background:none!important;border:none;cursor:pointer;padding:8px;z-index:1001;flex-direction:column;justify-content:center;gap:5px;-webkit-tap-highlight-color:transparent;outline:none;box-shadow:none!important}.bit-header__burger:hover,.bit-header__burger:focus,.bit-header__burger:active{background:none!important;box-shadow:none!important;outline:none}.bit-header__burger:focus-visible{outline:2px solid var(--bit-red);outline-offset:2px}.bit-header__burger span{display:block;width:26px;height:2px;background:var(--bit-dark);border-radius:2px;transition:transform 0.3s ease,opacity 0.3s ease}.bit-header__burger.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.bit-header__burger.is-active span:nth-child(2){opacity:0}.bit-header__burger.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:960px){.bit-header__inner{padding:16px 20px;flex-wrap:wrap}.bit-header__logo{width:200px}.bit-header__burger{display:flex}.bit-header__right{display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;padding-top:20px;border-top:1px solid #eee;margin-top:16px}.bit-header__right.is-open{display:flex}.bit-header__icons{justify-content:center;gap:20px;padding-bottom:20px;border-bottom:1px solid #eee}.bit-header__icon img{width:22px;height:18px}.bit-header__nav{width:100%}.bit-header__menu{flex-direction:column;align-items:stretch;gap:0}.bit-header__menu>li>a{display:block;font-size:15px;padding:14px 0;border-bottom:1px solid #eee}.bit-header__menu>li>a::after{display:none}.bit-header__submenu{position:static;visibility:visible;opacity:1;display:none;min-width:0;padding:0 0 8px 16px;transition:none}.bit-header__submenu::before{display:none}.bit-header__has-sub.is-open>.bit-header__submenu{display:flex}.bit-header__submenu a{font-size:14px;padding:8px 0}.bit-header__has-sub>a{display:flex!important;justify-content:space-between;align-items:center}.bit-header__has-sub>a::before{content:'';order:2;width:8px;height:8px;border-right:2px solid var(--bit-dark);border-bottom:2px solid var(--bit-dark);transform:rotate(45deg);transition:transform 0.3s ease;flex-shrink:0;margin-left:12px}.bit-header__has-sub.is-open>a::before{transform:rotate(-135deg)}}.bit-mob{position:fixed;inset:0;z-index:9999;background:#F4F4F4;display:flex;flex-direction:column;visibility:hidden;clip-path:circle(0% at calc(100% - 34px) 28px);transition:clip-path 0.75s cubic-bezier(.77,0,.175,1),visibility 0s linear 0.75s;will-change:clip-path}.bit-mob.is-active{visibility:visible;clip-path:circle(150% at calc(100% - 34px) 28px);transition:clip-path 0.75s cubic-bezier(.77,0,.175,1),visibility 0s linear 0s}.bit-mob__head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;flex-shrink:0}.bit-mob__logo-link{line-height:0}.bit-mob__logo{width:200px;height:auto;opacity:0;transform:translateX(-10px);transition:opacity 0.4s ease 0.3s,transform 0.4s ease 0.3s}.bit-mob.is-active .bit-mob__logo{opacity:1;transform:translateX(0)}.bit-mob:not(.is-active) .bit-mob__logo{transition-delay:0s}.bit-mob__close{background:none!important;border:none;cursor:pointer;width:44px;height:44px;position:relative;display:flex;align-items:center;justify-content:center;padding:0;-webkit-tap-highlight-color:transparent;outline:none;box-shadow:none!important}.bit-mob__close:hover,.bit-mob__close:focus,.bit-mob__close:active{background:none!important;box-shadow:none!important;outline:none}.bit-mob__close:focus-visible{outline:2px solid var(--bit-red);outline-offset:2px}.bit-mob__close span{position:absolute;width:26px;height:2px;background:var(--bit-dark);border-radius:2px;transition:background 0.25s ease}.bit-mob__close span:first-child{transform:rotate(45deg)}.bit-mob__close span:last-child{transform:rotate(-45deg)}.bit-mob__close:hover span,.bit-mob__close:focus-visible span{background:var(--bit-red)}.bit-mob__nav{flex:1;display:flex;flex-direction:column;justify-content:center;padding:0 32px;overflow-y:auto;-webkit-overflow-scrolling:touch}.bit-mob__menu{list-style:none;margin:0;padding:0;width:100%;counter-reset:mob-idx}.bit-mob__item{counter-increment:mob-idx;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.08)}.bit-mob__item>a{display:flex;align-items:center;gap:12px;font-family:'Lato',sans-serif;font-size:22px;font-weight:700;color:var(--bit-dark);text-decoration:none;text-transform:uppercase;letter-spacing:.05em;padding:9px 0;position:relative;transform:translateY(100%);opacity:0;transition:transform 0.55s cubic-bezier(.77,0,.175,1),opacity 0.55s cubic-bezier(.77,0,.175,1),color 0.25s ease;transition-delay:calc(0.2s + var(--i) * 0.06s)}.bit-mob.is-active .bit-mob__item>a{transform:translateY(0);opacity:1}.bit-mob:not(.is-active) .bit-mob__item>a{transition-delay:0s;transition-duration:0.25s}.bit-mob__item>a::before{content:counter(mob-idx,decimal-leading-zero);font-size:10px;font-weight:400;color:rgba(0,0,0,.4);letter-spacing:.08em;flex-shrink:0;min-width:18px;font-variant-numeric:tabular-nums}.bit-mob__item>a:hover,.bit-mob__item>a:focus-visible{color:var(--bit-red)}.bit-mob__active>a,.bit-mob__active>a:hover,.bit-mob__active>a:focus-visible{color:#E7344C!important}.bit-mob__active>a::before{color:rgba(231,52,76,.4)!important}.bit-mob__has-sub>a::after{content:'';width:8px;height:8px;border-right:1.5px solid rgba(0,0,0,.25);border-bottom:1.5px solid rgba(0,0,0,.25);transform:rotate(45deg);transition:transform 0.4s cubic-bezier(.77,0,.175,1),border-color 0.25s ease;flex-shrink:0;margin-left:auto}.bit-mob__has-sub:hover>a::after,.bit-mob__has-sub>a:focus-visible::after{border-color:var(--bit-red)}.bit-mob__has-sub.is-open>a::after{transform:rotate(-135deg)}.bit-mob__submenu{list-style:none;margin:0;padding:0 0 0 30px;max-height:0;overflow:hidden;transition:max-height 0.45s cubic-bezier(.77,0,.175,1),padding 0.45s cubic-bezier(.77,0,.175,1)}.bit-mob__has-sub.is-open>.bit-mob__submenu{max-height:400px;padding-bottom:8px}.bit-mob__submenu li{opacity:0;transform:translateY(8px);transition:opacity 0.3s ease,transform 0.3s ease}.bit-mob__has-sub.is-open>.bit-mob__submenu li:nth-child(1){opacity:1;transform:translateY(0);transition-delay:0.08s}.bit-mob__has-sub.is-open>.bit-mob__submenu li:nth-child(2){opacity:1;transform:translateY(0);transition-delay:0.12s}.bit-mob__has-sub.is-open>.bit-mob__submenu li:nth-child(3){opacity:1;transform:translateY(0);transition-delay:0.16s}.bit-mob__has-sub.is-open>.bit-mob__submenu li:nth-child(4){opacity:1;transform:translateY(0);transition-delay:0.2s}.bit-mob__has-sub.is-open>.bit-mob__submenu li:nth-child(5){opacity:1;transform:translateY(0);transition-delay:0.24s}.bit-mob__submenu a{display:block;font-family:'Lato',sans-serif;font-size:14px;font-weight:400;color:rgba(0,0,0,.4);text-decoration:none;text-transform:uppercase;letter-spacing:.06em;padding:8px 0;transition:color 0.25s ease}.bit-mob__submenu a:hover,.bit-mob__submenu a:focus-visible{color:var(--bit-red)}.bit-mob__contact{display:flex;flex-direction:column;gap:6px;padding-top:40px;transform:translateY(20px);opacity:0;transition:transform 0.5s cubic-bezier(.77,0,.175,1),opacity 0.5s cubic-bezier(.77,0,.175,1);transition-delay:calc(0.2s + var(--total) * 0.06s)}.bit-mob.is-active .bit-mob__contact{transform:translateY(0);opacity:1}.bit-mob:not(.is-active) .bit-mob__contact{transition-delay:0s;transition-duration:0.2s}.bit-mob__contact-link{font-family:'Lato',sans-serif;font-size:18px;font-weight:300;color:#2d2d2d;text-decoration:none;letter-spacing:.01em;transition:color 0.25s ease}.bit-mob__contact-link:hover,.bit-mob__contact-link:focus-visible{color:#E7344C}.bit-mob__foot{display:flex;justify-content:center;align-items:center;gap:0;padding:20px 24px 32px;flex-shrink:0;opacity:0;transform:translateY(12px);transition:opacity 0.4s ease,transform 0.4s ease;transition-delay:calc(0.2s + var(--total) * 0.06s + 0.08s)}.bit-mob.is-active .bit-mob__foot{opacity:1;transform:translateY(0)}.bit-mob:not(.is-active) .bit-mob__foot{transition-delay:0s;transition-duration:0.2s}.bit-mob__foot-link{font-family:'Lato',sans-serif;font-size:11px;font-weight:400;color:rgba(0,0,0,.5);text-decoration:none;text-transform:uppercase;letter-spacing:.12em;padding:4px 0;transition:color 0.25s ease}.bit-mob__foot-link:hover,.bit-mob__foot-link:focus-visible{color:var(--bit-red)}.bit-mob__foot-sep{width:1px;height:10px;background:rgba(0,0,0,.3);margin:0 16px}body.bit-mob-open{overflow:hidden}@media (min-width:961px){.bit-mob{display:none!important}}@media (max-height:580px){.bit-mob__item>a{font-size:18px;padding:7px 0}.bit-mob__foot{padding:16px 24px 24px}}