html,
body {
  font-family: Helvetica Neue, Arial, sans-serif;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.app-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1 1; 
  padding-top: 84px
}

.navbar_wrapper__EHBdY{display:flex;justify-content:space-between;align-items:center;width:100%;height:80px;padding:24px 16px;position:fixed;z-index:100;background-color:#000;top:0}.navbar_wrapper__EHBdY .navbar_logo___szx0{cursor:pointer}.navbar_wrapper__EHBdY .navbar_right-links__cSrkc{display:flex;align-items:center;gap:16px}.navbar_wrapper__EHBdY .navbar_link__ZHUy9{display:flex;align-items:center;justify-content:center;height:32px;gap:4px;cursor:pointer}.navbar_wrapper__EHBdY .navbar_link__ZHUy9 .navbar_text__GRi6P{color:#fff;font-size:16px;line-height:16px;font-weight:300}@media(min-width: 834px){.navbar_wrapper__EHBdY{padding:24px 40px}}@media(min-width: 1920px){.navbar_wrapper__EHBdY{padding:24px 100px}}
.footer_wrapper__lfLeO{display:flex;flex-direction:column;justify-content:space-between;padding:40px 80px;background-color:#000;color:#fff}.footer_wrapper__lfLeO .footer_topContent__AjfcO{display:flex;flex-direction:column;gap:48px;width:100%}.footer_wrapper__lfLeO .footer_topContent__AjfcO>div{flex:1 1;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_leftContent__YwyfM p{font-size:.85rem;line-height:1.4}.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_leftContent__YwyfM .footer_socials__niMVW{display:flex;gap:16px}.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_leftContent__YwyfM .footer_socials__niMVW .footer_icon__6hZFL{cursor:pointer;padding:8px;border-radius:50%;border:1px solid #1b1a18;transition:.2s}.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_leftContent__YwyfM .footer_socials__niMVW .footer_icon__6hZFL:hover{background-color:#1b1a18;color:#e3e4e5}.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_mediumContent__vr7xH h3,.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_rightContent__Ak_RF h3{font-size:.95rem;margin-bottom:12px}.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_mediumContent__vr7xH p,.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_mediumContent__vr7xH a,.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_rightContent__Ak_RF p,.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_rightContent__Ak_RF a{font-size:.85rem;line-height:1.4;cursor:pointer}.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_mediumContent__vr7xH p:hover,.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_mediumContent__vr7xH a:hover,.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_rightContent__Ak_RF p:hover,.footer_wrapper__lfLeO .footer_topContent__AjfcO .footer_rightContent__Ak_RF a:hover{text-decoration:underline}.footer_wrapper__lfLeO .footer_bottomContent__A3cWV{margin-top:20px;text-align:center;font-size:.75rem;color:#e3e4e5}@media(min-width: 834px){.footer_wrapper__lfLeO .footer_topContent__AjfcO{flex-direction:row;justify-content:space-between}.footer_wrapper__lfLeO .footer_topContent__AjfcO>div{align-items:center}}
