.hs-tabs,.hs-tabs__scroll{display:flex;justify-content:center;position:relative}.hs-tabs__scroll{overflow-x:hidden;width:100%}.hs-tabs__nudge{display:none}.hs-tabs__tab-wrapper{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.hs-tabs__tab{background-color:#fff;border:1px solid #085299;box-sizing:border-box;color:#085299;cursor:pointer;font-family:Helvetica Neue Regular;font-size:1.2rem;line-height:1.1rem;outline:none;padding:1rem 1.5rem;position:relative;text-align:center;transition:background-color .4s ease,color .4s ease,border-color .4s ease}.hs-tabs__tab:active,.hs-tabs__tab:focus,.hs-tabs__tab:hover,.hs-tabs__tab[aria-selected=true]{background-color:#085299;border-color:#085299!important;color:#fff;outline:none}.hs-tabs__content__panel:active,.hs-tabs__content__panel:focus{border:none;outline:none}.hs-tabs__content{margin:0 auto;max-width:1600px;padding:.5rem 1rem}.hs-tabs__content,.hs-tabs__content__panel{align-items:flex-start;box-sizing:border-box;display:flex;justify-content:flex-start;width:100%}.hs-tabs__content__panel{flex-direction:column;padding:1rem;text-align:center}@media screen and (max-width:767px){.hs-tabs__tab-wrapper{align-items:center;flex-direction:column;gap:.5rem}.hs-tabs__tab{flex:none;font-size:1.1rem;max-width:400px;padding:.6rem 1rem;width:100%}.hs-tabs__content__panel{padding:1.5rem}}