#interest {
  background-image: url("/images/web/icons/313686f0ff2aec06e7885f3baac2e115.jpg");
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 50px;
}
#interest .content {
  margin: 50px auto;
  position: relative;
  display: flex;
  gap: 5%;
}
@media (max-width: 900px) {
  #interest .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#interest .content .text {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  color: #FFFFFF;
}
#interest .content .text h2 {
  margin: 5px 0;
}
@media (max-width: 900px) {
  #interest .content .text h2 {
    text-align: center;
  }
}
@media (max-width: 900px) {
  #interest .content .text p {
    text-align: center;
  }
}
@media (max-width: 900px) {
  #interest .content .text {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
}
#interest .content .form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.8fr;
  gap: 20px;
  width: 50%;
}
@media (max-width: 1650px) {
  #interest .content .form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  #interest .content .form {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#interest .content .form input {
  outline: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 24px;
  height: 56px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent;
  border-radius: 8px;
  flex: none;
  order: 0;
  flex-grow: 1;
  margin: auto;
}
@media (max-width: 900px) {
  #interest .content .form input {
    width: 90%;
  }
}
#interest .content .form input::-moz-placeholder {
  color: #FFFFFF;
}
#interest .content .form input:-ms-input-placeholder {
  color: #FFFFFF;
}
#interest .content .form input::placeholder {
  color: #FFFFFF;
}
#interest .content .form button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

#interest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/web/icons/313686f0ff2aec06e7885f3baac2e115.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(17%) sepia(10%) saturate(3942%) hue-rotate(94deg) brightness(92%) contrast(80%) opacity(60%);
}
