.office-map{border-radius:24px;height:300px;margin-top:24px;overflow:hidden;position:relative;width:100%}.office-map.is-loading{background:var(--color-secondary-background,#f6f6f6)}.office-map.is-loading:after{animation:rotating .9s cubic-bezier(.58,.24,.4,.85) infinite both;bottom:0;content:var(--arrow-icon-path);height:32px;left:0;margin:auto;position:absolute;right:0;top:0;width:32px}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.office-map-button{align-self:start;background:none;border:0;color:var(--color-primary-link,#015ccb);cursor:pointer;font-size:18px;font-weight:400;font-weight:600;line-height:1.44;padding:0 28px 0 0;position:relative;white-space:nowrap}@media screen and (max-width:374px){.office-map-button{line-height:1.33}}.office-map-button b{font-weight:600}@media screen and (max-width:991px){.office-map-button{font-size:16px;line-height:1.5}}@media screen and (max-width:991px)and (max-width:374px){.office-map-button{line-height:1.38}}.office-map-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23015ccb' d='M16.78 6.845a.75.75 0 0 1 0 1.06l-4.836 4.836a2.75 2.75 0 0 1-3.889 0L3.22 7.905a.75.75 0 0 1 1.06-1.06l4.837 4.836a1.25 1.25 0 0 0 1.768 0l4.835-4.836a.75.75 0 0 1 1.061 0'/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";display:block;height:20px;position:absolute;right:0;top:calc(50% - 10px);transition:transform .2s ease;width:20px}.office-map-button.is-active:after{transform:rotate(180deg)}@media screen and (min-width:768px){.office-map-button{padding-left:24px}}