@keyframes connect-geo-dark{0%{border-color:#e7e7e9}50%{border-color:#b8b9c0}to{border-color:#e7e7e9}}@keyframes connect-geo-light{0%{border-color:#b8b9c0}50%{border-color:#575d68}to{border-color:#b8b9c0}}.geo-header{display:flex;justify-content:space-between;align-items:flex-end;height:80px}.geo-header--animate{height:80px}@media(max-width:767.98px){.geo-header{height:45px}.geo-header--animate{height:60px}}.geo-header__icon{width:48px;height:48px}@media(max-width:767.98px){.geo-header__icon{width:32px;height:32px}}.geo-header__content{position:relative;width:80%;height:100%;flex:1 1;overflow:hidden;margin:0 8px}.geo-header__content:before{content:"";position:absolute;width:100%;height:0;bottom:6px;left:50%;transform:translateX(-50%)}@media(max-width:767.98px){.geo-header__content{margin:0 4px}.geo-header__content:before{bottom:6px}}.geo-header--dark .geo-header__icon{color:#b8b9c0}.geo-header--dark .geo-header__content:before{border-bottom:4px dotted #b8b9c0}@media(max-width:767.98px){.geo-header--dark .geo-header__content:before{border-bottom:3px dotted #b8b9c0}}.geo-header--dark.progress .geo-header__content:before{animation:connect-geo-dark 1.5s ease-in-out infinite}.geo-header--light .geo-header__icon{color:#868b95}.geo-header--light .geo-header__content:before{border-bottom:4px dotted #868b95}@media(max-width:767.98px){.geo-header--light .geo-header__content:before{border-bottom:3px dotted #868b95}}.geo-header--light.progress .geo-header__content:before{animation:connect-geo-light 1.5s ease-in-out infinite}