._container_3eufl_1 {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  min-height: 100%;
  flex: 1;
}

._left_3eufl_9,
._right_3eufl_10 {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._left_3eufl_9 {
  background-color: var(--bg-primary-nav);
}

._right_3eufl_10 {
  background-color: var(--color-white);
}

._right_3eufl_10 ._innerContainer_3eufl_26 {
  align-items: flex-start;
}

._innerContainer_3eufl_26 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding: 2rem 0;
}

._logo_3eufl_40 {
  max-width: 20rem;
  max-height: 10rem;
  margin-bottom: 4rem;
}

._description_3eufl_46,
._description_3eufl_46 * {
  color: var(--text-primary-nav);
}

@media only screen and (orientation: portrait), (max-height: 44rem) {
  ._container_3eufl_1 {
    flex-direction: column;
  }

  ._right_3eufl_10 ._innerContainer_3eufl_26 {
    align-items: center;
  }

  ._left_3eufl_9 {
    flex: 0 0 auto;
  }

  ._right_3eufl_10 {
    flex: none;
    flex-grow: 1;
  }

  ._logo_3eufl_40 {
    margin-bottom: 2rem;
  }
}

@media only screen and (orientation: portrait) and (max-height: 55rem) {
  ._logo_3eufl_40 {
    max-width: 12.5rem;
    margin-bottom: 1rem;
  }

  ._description_3eufl_46 {
    font-size: 0.8rem;
  }
}

@media only screen and (orientation: portrait) and (max-height: 44rem) {
  ._logo_3eufl_40 {
    max-width: 8.5rem;
    margin-bottom: 0.5rem;
  }

  ._description_3eufl_46 {
    font-size: 0.7rem;
  }
}

@media only screen and (orientation: landscape) and (max-width: 55rem) {
  ._logo_3eufl_40 {
    max-width: 10rem;
    margin-bottom: 1rem;
  }

  ._right_3eufl_10 ._innerContainer_3eufl_26 {
    padding: 2rem 0;
  }

  ._description_3eufl_46 {
    font-size: 0.9rem;
  }
}

@media only screen and (orientation: landscape) and (max-width: 44rem) {
  ._logo_3eufl_40 {
    max-width: 12.5rem;
    margin-bottom: 2rem;
  }

  ._description_3eufl_46 {
    font-size: 0.8rem;
  }
}
