/**
 *
 * CTA 6
 *
 */
.section-ctatwolinks {
  background: var(--background-ctatwolinks);
  position: relative;
  overflow: hidden;
}
.section-ctatwolinks .ctatwolinks_imageBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-ctatwolinks .ctatwolinks_imageBg img {
  height: 100%;
  width: 100%;
}
.section-ctatwolinks .container {
  max-width: 73vw;
  margin: 0 auto;
  padding: 124px 15px 104px;
  width: 100%;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .section-ctatwolinks .container {
    padding: 65px 35px;
    max-width: 100%;
  }
}
.section-ctatwolinks .container h2 {
  font-size: 4.167vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  color: var(--color-white);
  margin: 0;
}
@media (max-width: 991px) {
  .section-ctatwolinks .container h2 {
    line-height: 1.2;
    font-size: 10.5vw;
  }
}
.section-ctatwolinks .container h2 span {
  background: linear-gradient(90deg, #299DFF 22.66%, #B09AFF 76.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 66px auto 0;
  gap: 15px;
  display: grid;
  justify-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper a:hover {
  transform: scale(1);
  transition: 0.4s ease;
}
@media (max-width: 991px) {
  .section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper {
    flex-direction: column;
    display: flex;
  }
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-bordered-blue,
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-solid-blue {
  justify-content: center;
  padding: 13px 24px 15px;
  line-height: 1;
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-bordered-blue span,
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-solid-blue span {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-title);
  color: var(--color-white);
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-bordered-blue svg,
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-solid-blue svg {
  display: none;
}
.section-ctatwolinks .container .section-coverCentered__buttons-buttonWrapper .button-bordered-blue {
  background: transparent;
}
/*# sourceMappingURL=section-ctatwolinks.css.map */
