.global-nav-error--block {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.global-nav-error--primary {
  background: var(--ocean-500);
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  height: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: var(--sp-1100);
}

.overview .global-nav-error--primary {
  display: none;
}

.global-nav-error--primary span:first-of-type {
  margin-top: var(--sp-200);
}

.global-nav-error--nav_logo {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-text-decoration: none;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: var(--sp-1100);
  justify-content: center;
  opacity: 0.3;
  text-decoration: none;
  width: 100%;
}

.global-nav-error--nav_rect {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -webkit-text-decoration: none;
  color: white;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: var(--sp-400);
  opacity: 0.2;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

.global-nav-error--secondary {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: var(--slate-100);
  border-right: 1px solid var(--slate-200);
  padding-top: 170px;
  text-align: center;
  width: 200px;
}

.overview .global-nav-error--secondary  {
  background: var(--ocean-500);
  width: calc(var(--sp-1100) + 200px);
}

.global-nav-error--secondary_content {
  -ms-flex-align: center;
  -ms-flex-flow: column nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-flex-flow: column nowrap;
  -webkit-text-decoration: none;
  align-items: center;
  box-sizing: border-box;
  color: inherit;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  max-width: 1;
  padding: 0 var(--sp-300);
  text-align: center;
  text-decoration: none;
}

.overview .global-nav-error--secondary_content {
  padding: 0 var(--sp-600);
}

.global-nav-error--secondary_content h3 {
  -webkit-text-decoration: none;
  box-sizing: border-box;
  color: var(--slate-600);
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-size: var(--fs-100);
  font-weight: 600;
  line-height: 2rem;
  margin-top: var(--sp-200);
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.overview .global-nav-error--secondary_content h3 {
  color: white;
}

.global-nav-error--secondary_content span {
  -webkit-text-decoration: none;
  box-sizing: border-box;
  color: var(--slate-600);
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-size: var(--fs-100);
  font-weight: 400;
  line-height: var(--lh-200);
  margin-bottom: var(--sp-500);
  margin-top: var(--sp-200);
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.overview .global-nav-error--secondary_content span {
  color: white;
}

.global-nav-error--secondary_content button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: background,border;
  -webkit-transition-timing-function: cubic-bezier(0.23,1,0.32,1);
  appearance: none;
  background-color: white;
  border-color: var(--slate-200);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: var(--slate-600);
  cursor: pointer;
  display: inline-block;
  fill: white;
  font-family: "IBM Plex Sans", Helvetica, sans-serif;
  font-size: var(--fs-200);
  font-weight: 500;
  margin-top: var(--sp-500);
  padding: 10px var(--sp-400);
  text-decoration: none;
  text-transform: none;
  transition-duration: 400ms;
  transition-property: background,border;
  transition-timing-function: cubic-bezier(0.23,1,0.32,1);
}

.overview .global-nav-error--secondary_content button {
  border-color: white;
}

.global-nav-error--secondary_content button.guideflow_hovered {
  background-color: #edf0f7;
}
