#menu > li:nth-child(6) > a {
  text-decoration: underline !important;
  text-decoration-color: #027BDE !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 4px;
}


/* ================= ICONS ================= */

textarea.form_FN.firstName {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/Name.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_FN :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/Name.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_LN :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/SurName.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.company :is(input, textarea),
.form_Title :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/title.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_Map :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/mapicon.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_Phone :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/phone.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_Email :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/email-address.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_cal :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/calendar.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_link :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/linkage.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_clock :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/clock.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_flight :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/flight.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_search :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/search.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

.form_mic textarea {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/mic.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px 10px !important;
  padding-left: 40px !important;
}

.form_secure :is(input, textarea) {
  background-image: url(https://on.lenos.com/corp/pre/LenosCorp2022/images/icons/secure.png) !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  padding-left: 40px !important;
}

/* ================= GRID ================= */

@media (min-width: 992px) {
  .autoid1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px 8px;
    grid-template-areas:
      "firstName firstName lastName lastName"
      "company company email email"
      "wphone wphone country country"
      "interest interest interest interest"
      "tellusheader tellusheader tellusheader tellusheader"
      "tellus tellus tellus tellus"
      "quiz quiz quiz quiz"
      "gdpr gdpr gdpr gdpr"
      "consent consent consent consent"
      "cfTurnStile cfTurnStile cfTurnStile cfTurnStile";
  }

  .firstName { grid-area: firstName; }
  .lastName  { grid-area: lastName; }
  .company   { grid-area: company; }
  .email     { grid-area: email; }
  .wphone    { grid-area: wphone; }
  .country   { grid-area: country; }
  .interest  { grid-area: interest; }
  .tellusheader { grid-area: tellusheader; }
  .tellus    { grid-area: tellus; }
  .quiz      { grid-area: quiz; }
  .gdpr      { grid-area: gdpr; }
  .cfTurnStile { grid-area: cfTurnStile; padding-top: 10px; }
  .cf-turnstile { grid-area: cfTurnStile; }
  div#formquestion295 { grid-area: consent; }
  #formquestion840582 { grid-area: quiz; }

  .autoid1 > *:has(.firstName) {
    grid-column: 1 / span 2 !important;
  }

  .autoid1 > *:has(.lastName) {
    grid-column: 3 / span 2 !important;
  }

  .autoid1 input,
  .autoid1 textarea,
  .autoid1 select {
    width: 100%;
    box-sizing: border-box;
  }
}

/* ================= SELECT CHEVRONS ================= */

select {
  padding: 6px !important;
}

.autoid1 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231E89F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px 8px !important;
  padding-right: 40px !important;
}

.autoid1 select::-ms-expand {
  display: none;
}

/* ================= RADIO INLINE FIX ================= */

#formquestion295 .question-container {
  display: flex !important;
  align-items: center;
  gap: 32px;
  flex-wrap: nowrap;
}

.radio-inline {
  display: flex !important;
  align-items: center;
  white-space: nowrap;
}

.radio-inline label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
}

.radio-inline input[type="radio"] {
  margin-right: 8px;
}

/*********************** GDPR ***********************/

.gdpr {
  border: 1px solid #FFF;
  height: auto !important;
}

.gdpr div {
  color: #FFF !important;
  text-align: left !important;
}

.gdpr a.consentHyperlink {
  color: #FFF !important;
  text-decoration: underline !important;
}
