.registration-skid-container {
  margin: 40px 0;
}

.skid-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}

.skid-overlay__container {
  position: relative;
  width: 100%;
  max-width: 660px;
  min-height: 300px;
  display: flex;

  background: linear-gradient(93deg, #FFF 0%, #FFF calc(55% - 1px), #0F1B46 calc(55% + 1px), #0F1B46 100%);
}

.registration-skid-container .skid-overlay__container {
  background: linear-gradient(93deg, #FFF 0%, #FFF calc(52.5% - 1px), #0F1B46 calc(52.5% + 1px), #0F1B46 100%);
}

.skid-modal {
    max-width: 100%;
}

.skid-modal .skid-overlay__cta {
    gap: 1.5em;
}

.skid-overlay__client {
  box-sizing: border-box;
  width: 55%;
  padding-right: 3%;
  color: #000;
}

.skid-overlay__cta {
  position: relative;
  box-sizing: border-box;
  width: 45%;
  padding: 2em 0;
  padding-left: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
}

.skid-overlay__logo {
  max-width: 240px;
  max-height: 2em;
}

.skid-overlay__subtitle {
  font-size: 1.2em;
  margin-top: .25em;
  margin-bottom: 2em;
}

.skid-overlay__cta a,
.skid-box a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 1.2em;
  border: 1px solid #FFF;
  border-radius: 0.2em;
  margin-top: .5em;
}

.skid-overlay__cta a.skid-overlay--borderless {
  border: none;
}

.skid-overlay__close {
  cursor: pointer;
  border: none;
  background: none;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 1em;
  right: 1em;
}

.skid-overlay__close::before {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  background: #979797;
  transform: rotate(45deg);
}

.skid-overlay__close::after {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  background: #979797;
  transform: rotate(-45deg);
}

.skid-overlay--screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 520px) {
  .skid-overlay {
    display: block;
    background: #0F1B46;
  }

  .skid-overlay__container {
    background: none;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
  }

  .registration-skid-container .skid-overlay__container {
    background: none;
  }

  .skid-overlay__client {
    width: 100%;
    padding: 0;
    background-color: #FFF;
    flex: 1;
  }

  .skid-overlay__cta {
    width: 100%;
    padding: 3em 0;
    flex: 1;
  }

  .skid-overlay__cta::before {
    content: " ";
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 20px;
    background: linear-gradient(179deg, #FFF 0%, #FFF calc(50% - 1px), #0F1B46 calc(50% + 1px), #0F1B46 100%);
  }
}

.my-custom-client-style {
  padding: 2em;
  line-height: 1.5;
}

.my-custom-client-style h2 {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.2;
}

.my-custom-client-style img {
  height: 2em;
  margin-top: 1.5em;
}

.my-custom-client-style p {
  margin: 1.5em 0;
}

.my-custom-client-style p:last-of-type {
    margin-bottom: 0;
}

.my-custom-client-style a {
  font-size: .8em;
  color: #41AAAA;
  text-decoration: none;
}

.my-custom-client-style a:hover {
  text-decoration: underline;
}

.skid-grid {
  background: #0F1B46;
  color: white;
  max-width: 65%;
  margin: 0 auto;
}

.skid-box {
  padding: 6em 4em;
  text-align: center;
  align-items: center;
  gap: 1.2em;
}

.skid-box p {
  margin: 0;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

@media (max-width: 768px) {
  .skid-grid {
    max-width: 100%;
  }

  .skid-box {
    display: flex;
    flex-direction: column;
    padding: 4em 2em;
  }

  .migrate-title {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  .registration-skid-container {
    margin: 15px 0;
  }
}

ul.skid-register-steps {
  padding: 0;
  text-align: left;
}

.w-100 {
  width: 100% !important;
}
