.header {
  max-width: 1216px;
  margin: 0 auto;
  padding: 1rem 1.5rem 0;
}
.icon--subtitle { 
  display: flex;
}
.header svg {
  width: 56px;
  height: auto;
}

.hero {
  position: relative;
  display: grid;
  max-width: 1216px;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr); 
  padding: 0 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.hero h1 {
  margin: 0;
  font-size: 1.5rem;
}

.hero__left {
  grid-column: span 12 / span 12;
}

.hero__right {
  grid-column: span 12 / span 12;
}

.hero__subtitle {
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero__content {
  margin-bottom: 2rem;
}

.hero__content li {
  width: 100%;
  margin-top: 0.75rem;
  font-size: 1.125rem;
}

.hero .hero__inner {
  position: relative;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero .hero__inner ul {
  padding: 0;
  list-style: inside;
}

.inner__btn {
  position: relative;
  background: transparent;
  color: #fff;
  appearance: none;
  border: none;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
  padding-left: 0px;
  font-size: 1.125rem;
  text-decoration: underline;
  cursor: pointer;
}

.hero .hero__inner.is-open {
  -webkit-line-clamp: unset;
}

.hero .hero__inner.is-open .inner__btn {
  opacity: 0;
}


/* Form */
.hero form label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
}

.hero form .hs-form-booleancheckbox-display {
  font-weight: initial;
}


.hero form input:not([type="file" i], [type="submit" i], [type="image" i], [type="checkbox" i], [type="radio" i]),
.hero form select {
  color: #fff;
  background-color: rgba(250,250,250, 0.1); 
  appearance: none;
  border-radius: 28px;
  font-size: 1rem;
  height: 48px;
  border: 0;
  width: 100% !important;
  display: block;
  padding: 10px 20px;
}

.hero textarea {
  color: #fff;
  background-color: rgba(250,250,250, 0.1); 
  appearance: none;
  border-radius: 28px;
  font-size: 1rem;
  height: 48px;
  border: 0;
  width: 100% !important;
  display: block;
  padding: 10px 20px;
  resize: none;
  appearance: none;
  font-family: 'Montserrat', sans-serif !important;
  min-height: 80px;
}

.hero textarea:focus {
  outline: 2px solid var(--main-color);
}


.hero form select {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7913 9.375L12.4997 16.6667L5.20801 9.375' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.hero .hs-fieldtype-intl-phone {
  display: grid;
  grid-template-columns: 80px 1fr;
  width: 100% !important;
}

.hero .hs-fieldtype-intl-phone select {
  min-width: 80px;
  padding-right: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-position: calc(100% - 10px) center;
}

.hero .hs-fieldtype-intl-phone input {
  margin-left: 6px;
}

.hero form input:not([type="file" i], [type="submit" i], [type="image" i], [type="checkbox" i], [type="radio" i]):focus,
.hero form select:focus {
  outline: 2px solid var(--main-color);
}

.hero .input  {
  margin-right: 0 !important;
}

.hero .hs-form-field {
  margin-bottom: 1.5rem;
}

.hero .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero .hs-error-msg {  
  color: #ff7a7a;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}

.hero .legal-consent-container  {
   font-size: 12px;
}

.hero .legal-consent-container .hs-form-booleancheckbox-display>span  {
  font-size: 12px;
  margin-left: 24px;
}

.hero .inputs-list  {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Radio */
.hs-fieldtype-radio ul {
  display: flex;
  align-items: center;
}

.hs-fieldtype-radio ul li+li {
  margin-left: 2rem;
}


.hs-fieldtype-radio ul label {
  font-weight: initial;
}

.hero input[type=radio] {
  position: relative;
  top: 1px;
  appearance: none;
  width: 15px !important;
  height: 15px;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px #fff;
  cursor: pointer;
}

.hero input[type=radio]::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px; 
  height: 9px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}

.hero input[type=radio]:checked::before {
  opacity: 1;
}

.hero input[type=checkbox]:focus,
.hero input[type=radio]:focus {
  outline: 2px solid var(--main-color);
}

/* Checkbox */
.hero input[type=checkbox] {
  position: relative;
  appearance: none;
  margin: 0;
}

.hero input[type=checkbox]::before {
  content: '';
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  background: linear-gradient(180deg, #A4A4A4 0%, #CFCFCF 100%);
  border-radius: 3px;
  border: 0;
}

.hero input[type=checkbox]::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  width: 11px;
  height: 9px;
  opacity: 0;
  mask: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.125 5.125L3.625 7.625L9.875 1.375' stroke='%230C1234' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background: #0C1234;
}

.hero input[type=checkbox]:checked::after {
  opacity: 1;
}

/* Submit */
.hero .hs_submit {
  padding-top: 40px;
}

.hero .hs-button {
  background-color: var(--main-color);
  width: auto !important;
  color: #212121;
  appearance: none;
  border-radius: 28px;
  font-size: 1rem;
  cursor: pointer;
  height: 54px;
  font-weight: 600;
  border: 0;
  display: block;
  padding: 10px 20px;
  border: 2px solid var(--main-color);
  transition: 0.3s all ease-out;
}

.hero .hs-button:hover {
  color: var(--main-color);
  background: transparent;
}


.hero-logo {
  display: none;
}

.hero .hero__inner li {
  padding-left: 20px;
  list-style: none;
  position: relative;
}

.hero .hero__inner li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  display: inline-block;
  background: white;
  border-radius: 50%;
  vertical-align: middle;
}

.hero .hs-richtext a {
  color: var(--main-color);
}

@media screen and (min-width: 768px) {
  .header svg {
    width: 96px;
    height: auto;
  }
  
  .header {
    padding: 3rem 2rem 0;
  }
  
  .hero {
    padding: 2.5rem 2rem 3rem;
  }
  
  .hero .input  {
    margin-right: 32px !important;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
   
  .spacer {
    margin-top: 2rem;
    margin-bottom: 1.75rem;
  }
  
  .hero__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
    display:flex;
    gap: 1rem;
  }
    
  .hero__content {
    margin-bottom: 0;
  }
  
  .hero__content li {
    position: relative;
    font-size: 1rem;
  }
  
  .hero .hero__inner {
    -webkit-line-clamp: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .inner__btn {
    display: none;
  }
}

.speaker-intro {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.25;
}

.speaker-intro svg {
  flex-shrink: 0;
  margin-right: 1rem;
}

.speaker {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 20px;
  font-size: 1.15rem;
  line-height: 1.25;
}

.speaker img {
  position: relative;
  width: 72px !important;
  height: 72px !important;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.speaker-job {
  font-size: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .speaker-intro {
    margin-top: 0rem;
    font-size: 1.25rem;
  }
  
  .speaker {
    font-size: 1.5rem;
  }
  
  .hero__left {
    grid-column: span 5 / span 5;
  }
  
  .hero-logo {
    display: block;
  }

  .hero__right {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
  }
}

