.lKb-_a_page {
  background: #fff;
  min-width: 90rem;
  min-height: 100vh;
  display: flex;
}

.lKb-_a_header {
  color: #fff;
  background: #000;
  flex-direction: column;
  width: calc(50vw - 22.5rem);
  min-width: 22.5rem;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.lKb-_a_header > div {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  width: 22.5rem;
  height: 100vh;
  padding-bottom: 3rem;
  display: flex;
}

.lKb-_a_logo {
  border-bottom: none;
  width: 100%;
  text-decoration: none;
}

.lKb-_a_logo:hover {
  border-bottom: none;
}

.lKb-_a_header h1 {
  background: url("Long-w.12d96e49.svg") right 2rem top 0 / contain no-repeat;
  width: 100%;
  height: 2.5rem;
  margin: 0;
}

.lKb-_a_main {
  flex-direction: column;
  width: calc(50vw + 22.5rem);
  min-width: 67.5rem;
  min-height: 100vh;
  display: flex;
}

.lKb-_a_main > div {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  width: 67.5rem;
  min-height: 100vh;
  display: flex;
}

.lKb-_a_footer {
  align-self: flex-end;
  padding: 2rem 3rem;
}

.lKb-_a_footer .lKb-_a_rsIcon > img {
  vertical-align: sub;
  background: #fff;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}

.lKb-_a_footer .lKb-_a_rsIcon {
  border-bottom: none;
}

.lKb-_a_menuIcon, .lKb-_a_menuBtn {
  display: none;
}

.lKb-_a_menu {
  text-align: right;
  max-height: none;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  transition: all .2s ease-out;
  overflow: hidden;
}

.lKb-_a_menu a, .lKb-_a_menu a:hover {
  color: #fff;
  white-space: nowrap;
  border-bottom: none;
}

.lKb-_a_menu li {
  padding-right: 2rem;
  line-height: 3;
}

.lKb-_a_menu li:hover {
  background: #fff;
}

.lKb-_a_menu li:hover a {
  color: #000;
}

@media (width <= 90rem) {
  .lKb-_a_page {
    flex-direction: column;
    min-width: 52.125rem;
  }

  .lKb-_a_header {
    flex-direction: row;
    width: 100%;
    min-width: auto;
    height: 4.5rem;
  }

  .lKb-_a_header > div {
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }

  .lKb-_a_header h1 {
    background: url("Short-w.e629b38f.svg") 3rem 0 / contain no-repeat;
    width: 50%;
    height: 2.5rem;
    margin: 0;
  }

  .lKb-_a_main {
    width: 100%;
    min-width: auto;
    min-height: calc(100vh - 4.5rem);
  }

  .lKb-_a_main > div {
    width: 100%;
    min-height: calc(100vh - 4.5rem);
  }

  .lKb-_a_footer {
    align-self: flex-start;
  }

  .lKb-_a_menuIcon {
    cursor: pointer;
    user-select: none;
    padding: 1.75rem 3rem 1.75rem 1.5rem;
    display: inline-block;
    position: relative;
  }

  .lKb-_a_navicon {
    background: #fff;
    width: 2rem;
    height: .3125rem;
    transition: background .2s ease-out;
    display: block;
    position: relative;
  }

  .lKb-_a_navicon:before, .lKb-_a_navicon:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    transition: all .2s ease-out;
    display: block;
    position: absolute;
  }

  .lKb-_a_navicon:before {
    top: .75rem;
  }

  .lKb-_a_navicon:after {
    top: -.725rem;
  }

  .lKb-_a_menu {
    background: #000;
    max-height: 0;
    margin-top: 0;
    font-size: 1.5rem;
    transition: all .2s ease-out;
    position: absolute;
    top: 4.5rem;
    right: 0;
  }

  .lKb-_a_menuBtn:checked ~ .lKb-_a_menu {
    max-height: 18rem;
    padding-bottom: 15rem;
    transition: all .2s ease-out;
  }

  .lKb-_a_menu li {
    padding-left: 2rem;
  }

  .lKb-_a_menu a {
    color: #fff;
    border-bottom: 1px dotted;
  }

  .lKb-_a_menu li:hover {
    background: #000;
  }

  .lKb-_a_menu li:hover a {
    color: #fff;
    border-bottom: 1px solid;
  }

  .lKb-_a_menuBtn:checked ~ .lKb-_a_menuIcon .lKb-_a_navicon {
    background: none;
  }

  .lKb-_a_menuBtn:checked ~ .lKb-_a_menuIcon .lKb-_a_navicon:before {
    transform: rotate(-45deg);
  }

  .lKb-_a_menuBtn:checked ~ .lKb-_a_menuIcon .lKb-_a_navicon:after {
    transform: rotate(45deg);
  }

  .lKb-_a_menuBtn:checked ~ .lKb-_a_menuIcon:not(.lKb-_a_steps) .lKb-_a_navicon:before, .lKb-_a_menuBtn:checked ~ .lKb-_a_menuIcon:not(.lKb-_a_steps) .lKb-_a_navicon:after {
    top: 0;
  }
}

@media (width <= 52.125rem) {
  .lKb-_a_page {
    flex-direction: column;
    min-width: auto;
  }

  .lKb-_a_header {
    height: 4rem;
  }

  .lKb-_a_header h1 {
    background: url("Icon-w.d2d606d3.svg") 1rem 0 / contain no-repeat;
  }

  .lKb-_a_menuIcon {
    padding: 1.75rem 1rem;
  }

  .lKb-_a_menu {
    top: 4rem;
  }

  .lKb-_a_main, .lKb-_a_main > div {
    min-height: calc(100vh - 4rem);
  }

  .lKb-_a_footer {
    align-self: center;
    padding: 2rem 1rem;
  }

  .lKb-_a_footer > .lKb-_a_line {
    text-align: center;
    display: block;
  }
}

@keyframes TFP7qq_borderBlink {
  from, to {
    border-color: #0000;
  }

  50% {
    border-color: #000;
  }
}

.TFP7qq_container {
  border-right: 2px solid #000;
  animation: 1.5s step-end infinite TFP7qq_borderBlink;
  display: inline-block;
}

.vRzsIW_home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 3rem;
  display: flex;
}

.vRzsIW_home p {
  text-align: right;
  font-size: 4rem;
  font-weight: 300;
}

.vRzsIW_home p > strong {
  font-weight: 700;
}

.vRzsIW_line {
  display: block;
}

.vRzsIW_logos {
  justify-content: center;
  align-items: center;
  gap: 10rem;
  margin-top: 3rem;
  display: flex;
}

.vRzsIW_logos a, .vRzsIW_logos a:hover {
  border-bottom: none;
}

.vRzsIW_logos img {
  width: auto;
  height: 7.5rem;
}

@media (width <= 90rem) {
  .vRzsIW_home {
    align-items: flex-start;
    padding: 0 3rem;
  }

  .vRzsIW_home p {
    text-align: left;
  }

  .vRzsIW_logos {
    gap: 7.5rem;
  }
}

@media (width <= 52.125rem) {
  .vRzsIW_home {
    align-items: center;
    padding: 0 1rem;
  }

  .vRzsIW_home p {
    text-align: center;
    font-size: 8vw;
  }

  .vRzsIW_logos {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 3rem;
  }

  .vRzsIW_logos img {
    width: 100%;
    height: auto;
    max-height: 7.5rem;
  }
}

.VXuP0G_statement {
  font-size: 150%;
  font-style: italic;
  font-weight: 300;
}

.oUvUma_badge {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

._1AYajW_project {
  margin-top: 3rem;
}
/*# sourceMappingURL=retrosquare-web.9f367d21.css.map */
