.ai_simplified_banner {
  background-color: #000000;
  padding: 100px 0;
  margin: 120px auto 0 auto;
  color: #fff;
  box-sizing: border-box;
}
.ai_simplified_banner * {
  box-sizing: border-box;
}
.ai_simplified_banner .title {
  margin-bottom: 50px;
  font-family: "Mulish" !important;
}
.ai_simplified_banner .title span {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 16px;
}
.ai_simplified_banner .title strong {
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
}
.ai_simplified_banner .newsletter_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1180px;
  margin: 0 auto;
}
.ai_simplified_banner .newsletter_inner * {
  font-family: "Mulish" !important;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  grid-template-rows: 2;
  grid-gap: 17px 30px;
  font-weight: 600;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li {
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../../../../uploads/tenweb-theme/images/icons/checkmarks/blue_check_flat.svg") no-repeat center center;
  background-size: 18px;
  margin-right: 8px;
  transform: translateY(2px);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper {
  margin-top: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
  width: 324px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.0980392157);
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  height: 50px;
  padding: 0 16px;
  flex: 1;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input:focus {
  border-color: #fff;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.5019607843);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn {
  display: inline-block;
  width: 220px;
  height: 50px;
  background-color: #3339f1;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  flex: 0 0 220px;
  cursor: pointer;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn.loading {
  background-color: rgba(51, 57, 241, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn:hover {
  opacity: 0.8;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .loader {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom-color: #fff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .success {
  margin: 10px auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../uploads/tenweb-theme/images/icons/icon_success_white.svg") no-repeat center;
}
.ai_simplified_banner .newsletter_inner .author {
  flex: 1 0 210px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
.ai_simplified_banner .newsletter_inner .author img {
  margin-bottom: 20px;
  margin-top: 0 !important;
  max-width: 100% !important;
}
.ai_simplified_banner .newsletter_inner .author strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 4px;
}

.error_msg {
  color: #d41125;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  display: block;
  position: absolute;
  margin-top: 2px;
  bottom: -18px;
}

.success_msg {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.8;
  margin-top: 10px;
  flex: 1 1 100%;
}

.grecaptcha-badge {
  visibility: hidden;
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
