.cta-container-link {
  text-decoration: none;
}

.cta-container {
  position: relative;
  overflow: hidden;
  max-width: 1390px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .cta-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cta-container .cta-wrapper {
  position: relative;
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  padding-top: 100px;
}
@media (max-width: 500px) {
  .cta-container .cta-wrapper {
    padding-top: 0;
  }
}
.cta-container .cta-wrapper .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 20px;
  background-color: rgba(118, 171, 227, 0.1803921569);
  padding-top: 140px;
}
@media (max-width: 500px) {
  .cta-container .cta-wrapper .text {
    padding-top: 50px;
  }
}
.cta-container .cta-wrapper .text .title {
  font-family: "ESMPInter";
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  max-width: 800px;
}
@media (max-width: 500px) {
  .cta-container .cta-wrapper .text .title {
    line-height: 3rem;
  }
}
.cta-container .cta-wrapper .text .subtitle {
  font-family: "ESMPInter";
  max-width: 800px;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 800;
  color: #807CCA;
  text-transform: uppercase;
  margin: 0;
}
.cta-container .cta-wrapper .text .action {
  font-family: "ESMPInter";
  max-width: 800px;
  font-size: 1rem;
  font-weight: 800;
  color: #FFF;
  background: #151251;
  height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 50px;
  align-self: flex-start;
  text-transform: uppercase;
}
.cta-container .visual {
  width: 655px;
  height: 414px;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.cta-container .visual .site-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 500px) {
  .cta-container .visual .site-logo {
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .cta-container .visual {
    position: relative;
    height: 446px;
    width: 100%;
    background-size: cover;
  }
}

/*# sourceMappingURL=cta.css.map */
