.hero-ab {
  position: relative;
  display: flex;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.hero-ab .desktop {
  display: block;
}

.hero-ab .mobile {
  display: none;
}

.hero-ab .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}

.hero-ab .container {
  padding: 72px 32px;
  text-align: left;
  max-width: 1484px !important;
  position: relative;
}

.hero-ab .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 50.846%;
  background-color: #ffffff;
  padding: 48px 64px 64px 48px;
}

.hero-ab .content--form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 50.846%;
  padding: 48px 64px 64px 48px;
}

.hero-ab .logo {
  height: 76px;
}

.hero-ab h1 {
  color: #010741;
}

.hero-ab h1>span {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}

.hero-ab ul li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #010741;
}

.hero-ab ul li::marker {
  width: 12px;
  height: 8px;
}

.hero-ab ul {
  list-style-image: url("./images/check.png") !important;
}

.hero-ab ul li.underline {
  text-decoration: underline;
}

.hero-ab .content .form.form--mobile .form__send input {
  width: 100%;
}

.hero-ab .information {
  position: relative;
  display: flex;
  align-items: center;
  gap: 63px;
}

.hero-ab .information>div {
  position: relative;
  z-index: 1;
}

.hero-ab .information>div>span {
  font-weight: 600;
  font-size: 56px;
  line-height: 64px;
  color: #010741;
}

.hero-ab .information .information__description-cta>span,
.hero-ab .information .information__description-cta>p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #2501c3 !important;
}

.hero-ab .information p {
  margin-top: -6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #010741;
}

.hero-ab .information p span {
  color: #2501c3;
}

.hero-ab .logo-company {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-ab .logo-company .brands-desktop {
  display: flex !important;
  margin-top: 0;
  gap: .5rem;
  margin-right: 1rem;
}

.hero-ab .logo-company .brands-desktop p {
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.hero-ab .logo-company .brands-desktop img {
  max-width: 150px;
}

.hero-ab .brands {
  display: none !important;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-ab .brands>p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.hero-ab .brands>div {
  overflow: hidden;
  display: flex;
  gap: 24px;
}

.hero-ab .brands img {
  max-width: 150px;
}

.hero-ab .line {
  position: absolute;
  object-fit: fill;
  bottom: -45px;
  left: 280px;
  width: 280px;
  height: 49px;
}

.hero-ab .container>section {
  position: absolute;
  top: 0;
  left: 48%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-ab .data {
  padding: 48px 24px;
  width: 240px;
  border-radius: 4px;
  z-index: 1;
  background-color: #010741;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero-ab .data .item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.hero-ab .data .item img {
  width: 40px;
  height: 40px;
}

.hero-ab .data .item p>span {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.hero-ab .data .item p {
  padding: 3px 0px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button-banner {
  display: none;
}

@media (max-width: 1439px) {
  .hero-ab .container {
    padding: 48px 32px;
  }

  .hero-ab .content {
    padding: 32px 48px;
  }

  .hero-ab .information {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .hero-ab .content .line {
    left: 260px;
    bottom: -40px;
  }

  .hero-ab .container>section {
    left: 48.5%;
  }
}

@media (max-width: 1279px) {
  .hero-ab .container {
    padding: 32px;
  }

  .hero-ab .content {
    gap: 24px;
    max-width: 55%;
    padding: 32px;
  }

  .hero-ab .content .information {
    gap: 32px;
  }

  .hero-ab .container>section {
    left: 53%;
  }

  .hero-ab .data {
    padding: 24px 16px;
    width: 200px;
  }
}

@media (max-width: 1023px) {
  .hero-ab {
    background-position: 60% 0%;
  }

  .hero-ab .background {
    object-position: 65% 0%;
  }

  .hero-ab .content {
    gap: 16px;
    max-width: 60%;
    padding: 32px 24px;
  }

  .hero-ab .content .information {
    gap: 16px;
  }

  .hero-ab .content .line {
    left: 240px;
  }

  .hero-ab .container>section {
    left: 57.5%;
  }

  .hero-ab .data {
    width: 200px;
  }

  .hero-ab .content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 899px) {
  .hero-ab .content .line {
    width: 240px;
    height: 42px;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .hero-ab {
    flex-direction: column;
  }

  .hero-ab .desktop {
    display: none;
  }

  .hero-ab .mobile {
    display: block;
  }

  .hero-ab .content h1 {
    order: 1;
    font-size: 32px;
    line-height: 40px;
    padding: 32px 16px 0 16px;
  }

  .hero-ab .content h1>span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .hero-ab .header {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 375/169;
  }

  .hero-ab .header .background {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 375/169;
    object-position: 25% 75%;
    object-fit: cover;
  }

  .hero-ab .header .logo {
    position: absolute;
    z-index: 1;
    top: 8%;
    left: 0;
    width: 52%;
    height: auto;
    aspect-ratio: 170/52;
  }

  .hero-ab .container {
    padding: 0;
    height: auto;
  }

  .hero-ab .content:not(.content--form) {
    max-width: 100%;
    position: relative;
    background-color: #ffffff;
    /* padding: 32px 16px; */
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .hero-ab .content--form {
    max-width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .hero-ab .information {
    align-items: flex-start;
    gap: 24px;
  }

  .hero-ab .information a {
    display: none !important;
  }

  .hero-ab .information>div>span {
    font-size: 40px;
    line-height: 38px;
  }

  .hero-ab .logo-company {
    display: none;
  }

  .hero-ab .content ul li {
    font-weight: 600;
    color: #010741;
  }

  .hero-ab .content ul li::marker {
    width: 12px;
    height: 8px;
  }

  .hero-ab .content ul {
    list-style-image: url("./images/check.png") !important;
  }

  .hero-ab .content .description {
    padding: 0 16px;
    order: 4;
  }

  .hero-ab .content ul li.underline {
    text-decoration: underline;
  }

  .hero-ab .content .information {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
    order: 2;
  }

  .hero-ab .content .information p {
    margin-top: 0px;
    padding-top: 5.5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #010741;
  }

  .hero-ab .content .information p span {
    color: #2501c3;
  }

  .hero-ab .content .information>div {
    flex: 1 1 0%;
  }

  .hero-ab .content .form.form--mobile {
    order: 3;
  }

  .hero-ab .content .brands {
    margin-top: 0px;
    display: flex !important;
    gap: 12px !important;
    padding: 0 16px 32px;
    order: 5;
  }

  .hero-ab .line {
    display: none;
  }

  .hero-ab .content>div:last-of-type {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .hero-ab .container>section {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    position: relative;
  }

  .hero-ab .data {
    width: 100%;
    padding: 24px 16px;
    background-color: #f4f6fd;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
    column-gap: 0px;
  }

  .hero-ab .data .item {
    padding: 0px;
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .hero-ab .data .item img {
    width: 24px;
    height: 24px;
  }

  .hero-ab .data .item p>span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-ab .data .item p {
    color: #000000;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .button-banner {
    background-color: #eaedf8;
    position: sticky;
    z-index: 20;
    bottom: 0px;
    width: 100vw;
    height: 87px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: opacity 0.3s, height 0.3s;
    opacity: 1;
  }

  .button-banner>div {
    padding: 2px 0px;
    flex: 1 1 0%;
  }

  .button-banner>div>span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #010741;
  }

  .button-banner p {
    font-size: 14px;
    line-height: 19px;
    color: #010741;
  }
}

@media (max-width: 449px) {
  .hero-ab .information {
    gap: 0px;
    justify-content: space-between;
  }
}

@media (max-width: 374px) {
  .button-banner a {
    padding: 11px 12px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 315px) {
  .button-banner a {
    padding: 11px 4px !important;
  }
}