.lintec-newsletter-page{
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.lintec-newsletter-card{
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 34px;
  padding: 46px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(16, 40, 74, 0.12);
}

.lintec-newsletter-card:before{
  content: '';
  position: absolute;
  left: -140px;
  top: -140px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(250, 187, 0, .22);
}

.lintec-newsletter-copy,
.lintec-newsletter-form-wrap{
  position: relative;
  z-index: 1;
}

.lintec-newsletter-copy{
  padding: 18px 8px 18px 0;
}

.lintec-newsletter-copy > span{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #fabb00;
  color: #0e0e0e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lintec-newsletter-copy h1{
  margin-bottom: 18px;
  color: #0e0e0e;
  font-size: 46px;
  line-height: 1.05em;
  font-weight: 900;
}

.lintec-newsletter-copy p{
  color: #5c6673;
  font-size: 18px;
  line-height: 1.65em;
}

.lintec-newsletter-highlights{
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.lintec-newsletter-highlights div{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #14213d;
  font-weight: 800;
}

.lintec-newsletter-highlights i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fabb00;
  color: #0e0e0e;
  font-size: 12px;
}

.lintec-newsletter-form-wrap{
  padding: 32px;
  border: 1px solid #edf1f6;
  border-radius: 24px;
  background: #f8fafc;
}

.lintec-newsletter-form .form-group{
  margin-bottom: 20px;
}

.lintec-newsletter-form label{
  display: block;
  margin-bottom: 8px;
  color: #394454;
  font-size: 15px;
  font-weight: 700;
}

.lintec-newsletter-form input[type="text"],
.lintec-newsletter-form input[type="email"],
.lintec-newsletter-form textarea,
.lintec-newsletter-form .nice-select{
  width: 100%;
  min-height: 54px;
  border: 1px solid #e1e6ee;
  border-radius: 18px;
  background: #ffffff;
  color: #4d5968;
  font-size: 15px;
}

.lintec-newsletter-form input[type="text"],
.lintec-newsletter-form input[type="email"],
.lintec-newsletter-form textarea{
  padding: 12px 18px;
}

.lintec-newsletter-form textarea{
  resize: vertical;
}

.lintec-newsletter-form .nice-select{
  display: flex;
  align-items: center;
  padding-left: 18px;
  line-height: 54px;
}

.lintec-newsletter-options{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lintec-newsletter-options label,
.lintec-communication-acceptance label{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.lintec-newsletter-options label{
  padding: 12px 14px;
  border: 1px solid #e1e6ee;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}

.lintec-newsletter-options input,
.lintec-communication-acceptance input{
  width: 17px;
  height: 17px;
  margin-top: 3px;
  accent-color: #fabb00;
}

.lintec-newsletter-options span{
  color: #4d5968;
  line-height: 1.4em;
  font-weight: 700;
}

.lintec-newsletter-form .message-btn{
  margin-bottom: 0;
}

@media only screen and (max-width: 991px){
  .lintec-newsletter-card{
    grid-template-columns: 1fr;
    padding: 34px 26px;
  }

  .lintec-newsletter-copy h1{
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px){
  .lintec-newsletter-options{
    grid-template-columns: 1fr;
  }

  .lintec-newsletter-form-wrap{
    padding: 24px 18px;
  }
}
