.cta_support {
  padding: 11rem 0;
  background-color: #1A4352;
}
@media only screen and (max-width: 1024px) {
  .cta_support {
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 834px) {
  .cta_support {
    padding: 8rem 0 6rem;
  }
}
.cta_support.white {
  background-color: #FDFDFD;
}
.cta_support.white .cta_support__inner {
  background-color: #1A4352;
}
.cta_support.white .cta_support__inner *:not(.btn) {
  color: #FDFDFD;
}
.cta_support.white .cta_support__inner path {
  fill: #486975;
}
.cta_support__inner {
  display: flex;
  background-color: #FDFDFD;
  border-radius: 2rem;
  overflow: hidden;
  min-height: 40.4rem;
}
@media only screen and (max-width: 834px) {
  .cta_support__inner {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .cta_support__inner {
    gap: 3.6rem;
  }
}
.cta_support__head * {
  color: #1A4352;
}
.cta_support__content {
  padding: 5rem 6rem;
  max-width: 72rem;
  width: 53%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .cta_support__content {
    padding: 4.4rem 4rem;
    width: 70%;
  }
}
@media only screen and (max-width: 834px) {
  .cta_support__content {
    padding: 4rem 3rem;
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.cta_support__title {
  max-width: 67.8rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 834px) {
  .cta_support__title {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 576px) {
  .cta_support__title {
    margin-bottom: 2rem;
  }
}
.cta_support__title:last-child {
  margin-bottom: 0;
}
.cta_support__subtitle {
  font-size: 2rem;
}
.cta_support__buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  .cta_support__buttons {
    gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }
}
.cta_support__button {
  margin-top: auto;
}
@media only screen and (max-width: 576px) {
  .cta_support__button {
    width: 100%;
  }
}
.cta_support__icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 576px) {
  .cta_support__icon {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
}
.cta_support__icon svg {
  display: block;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .cta_support__icon svg {
    max-width: 30.4rem;
  }
}