/*
Bootstrap 5 defaults:
xs: 0px (default, no media query needed)
sm: 576px
md: 768px
lg: 992px
xl: 1200px
xxl: 1400px
*/
.ad26-hero {
  position: relative;
  padding: 90px 0 100px;
  background-color: #1C1C1C;
  overflow: hidden;
}
.ad26-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 0%, rgba(158, 123, 25, 0.12) 0%, transparent 70%), radial-gradient(ellipse 40% 40% at 100% 100%, rgba(214, 193, 106, 0.06) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.ad26-hero .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .ad26-hero {
    padding: 64px 0 72px;
  }
}

.ad26-hero__logo img {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .ad26-hero__logo img {
    max-width: 220px;
  }
}

.ad26-hero__detail {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #F1E2A9;
}
.ad26-hero__detail i {
  color: #BFA238;
}
@media (max-width: 767.98px) {
  .ad26-hero__detail {
    font-size: 13px;
  }
}

.ad26-hero__detail-divider {
  color: rgba(158, 123, 25, 0.35);
}

.ad26-hero__title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 767.98px) {
  .ad26-hero__title {
    font-size: 30px;
  }
}

.ad26-hero__tagline {
  font-size: 22px;
  font-weight: 700;
  color: #BFA238;
}
@media (max-width: 767.98px) {
  .ad26-hero__tagline {
    font-size: 18px;
  }
}

.ad26-hero__body {
  font-size: 18px;
  line-height: 1.7;
  color: #D4D4D8;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .ad26-hero__body {
    font-size: 16px;
  }
}

.ad26-hero__cta {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
}
.ad26-hero__cta i {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ad26-hero__cta:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
@media (max-width: 575.98px) {
  .ad26-hero__cta {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ad26-intro {
  background-color: #F4F3EB;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .ad26-intro {
    padding: 56px 0;
  }
}

.ad26-intro__title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  color: #1C1C1C;
}
@media (max-width: 767.98px) {
  .ad26-intro__title {
    font-size: 24px;
  }
}

.ad26-intro__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #5E460E;
}
.ad26-intro__text strong {
  font-weight: 700;
  color: #745711;
}
@media (max-width: 767.98px) {
  .ad26-intro__text {
    font-size: 16px;
  }
}

.ad26-intro__flow {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.ad26-intro__flow li {
  font-size: 15px;
  font-weight: 700;
  color: #5E460E;
}
.ad26-intro__flow li i {
  font-size: 12px;
  color: #9E7B19;
}
@media (max-width: 767.98px) {
  .ad26-intro__flow {
    gap: 8px;
  }
  .ad26-intro__flow li {
    font-size: 13px;
  }
}

.ad26-solutions {
  background-color: #000000;
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .ad26-solutions {
    padding: 64px 0;
  }
}

.ad26-solutions__title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #fff;
}
@media (max-width: 767.98px) {
  .ad26-solutions__title {
    font-size: 25px;
  }
}

.ad26-solutions__sub {
  font-size: 16px;
  line-height: 1.75;
  color: #D4D4D8;
  margin: 0;
}

.ad26-solutions__list {
  max-width: 900px;
  margin: 0 auto 50px;
}

.ad26-solution-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid #242424;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ad26-solution-row:first-child {
  padding-top: 0;
}
.ad26-solution-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ad26-solution-row:hover {
  opacity: 0.85;
}
.ad26-solution-row:hover .ad26-solution-row__arrow {
  background-color: rgba(158, 123, 25, 0.18);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media (max-width: 575.98px) {
  .ad26-solution-row {
    gap: 18px;
    padding: 28px 0;
  }
}

.ad26-solution-row__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background-color: rgba(116, 87, 17, 0.18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ad26-solution-row__icon i {
  font-size: 20px;
  color: #BFA238;
}
@media (max-width: 575.98px) {
  .ad26-solution-row__icon {
    width: 42px;
    height: 42px;
  }
  .ad26-solution-row__icon i {
    font-size: 16px;
  }
}

.ad26-solution-row__eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #D6C16A;
  margin-bottom: 6px;
}

.ad26-solution-row__title {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .ad26-solution-row__title {
    font-size: 17px;
  }
}

.ad26-solution-row__body {
  font-size: 15px;
  line-height: 1.75;
  color: #D4D4D8;
  margin-bottom: 0;
  max-width: 680px;
}

.ad26-solution-row__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(158, 123, 25, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ad26-solution-row__arrow i {
  font-size: 12px;
  color: #BFA238;
}
@media (max-width: 575.98px) {
  .ad26-solution-row__arrow {
    display: none;
  }
}

.ad26-solutions__learn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #BFA238;
  text-decoration: none;
  border-bottom: 1px solid #745711;
  padding-bottom: 2px;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.ad26-solutions__learn-more i {
  font-size: 13px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ad26-solutions__learn-more:hover {
  color: #F1E2A9;
  border-color: #BFA238;
}
.ad26-solutions__learn-more:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.ad26-briefing {
  background-color: #FFFDF7;
  padding: 90px 0;
}
@media (max-width: 767.98px) {
  .ad26-briefing {
    padding: 60px 0;
  }
}

.ad26-briefing__eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8A6A15;
}

.ad26-briefing__heading {
  font-size: 32px;
  font-weight: 800;
  color: #1C1C1C;
}
@media (max-width: 767.98px) {
  .ad26-briefing__heading {
    font-size: 24px;
  }
}

.ad26-briefing__card {
  background-color: #242218;
  border: 1px solid rgba(158, 123, 25, 0.12);
  border-radius: 16px;
  padding: 52px 56px;
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .ad26-briefing__card {
    padding: 32px 24px;
  }
}

.ad26-briefing__portrait {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 320px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(158, 123, 25, 0.28) 0%, rgba(43, 32, 4, 0.65) 65%, rgba(43, 32, 4, 0.85) 100%);
}
@media (max-width: 991.98px) {
  .ad26-briefing__portrait {
    height: auto;
    min-height: 300px;
  }
}

.ad26-briefing__portrait img {
  position: relative;
  height: auto;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media (max-width: 991.98px) {
  .ad26-briefing__portrait img {
    max-width: 260px;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media (max-width: 575.98px) {
  .ad26-briefing__portrait img {
    max-width: 220px;
  }
}

.ad26-briefing__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #BFA238;
}

.ad26-briefing__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9E7B19;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ad26-briefing__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.01em;
}
@media (max-width: 767.98px) {
  .ad26-briefing__title {
    font-size: 21px;
  }
}

.ad26-briefing__body {
  font-size: 16px;
  line-height: 1.8;
  color: #D4D4D8;
}
.ad26-briefing__body strong {
  color: #D6C16A;
  font-weight: 700;
}

.ad26-briefing__flow-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #D4D4D8;
  margin: 0;
}

.ad26-briefing__flow {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.ad26-briefing__flow li {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.ad26-briefing__flow li i {
  font-size: 12px;
  color: #9E7B19;
}

.ad26-team {
  background-color: #fff;
  padding: 90px 0;
}
@media (max-width: 767.98px) {
  .ad26-team {
    padding: 60px 0;
  }
}

.ad26-team__title {
  font-size: 32px;
  font-weight: 800;
  color: #1C1C1C;
}
@media (max-width: 767.98px) {
  .ad26-team__title {
    font-size: 24px;
  }
}

.ad26-team-card {
  text-align: center;
}

.ad26-team-card__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  background-color: #F6EDC9;
  border: 1px solid #F6EDC9;
}
.ad26-team-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767.98px) {
  .ad26-team-card__avatar {
    width: 76px;
    height: 76px;
    margin-bottom: 12px;
  }
}

.ad26-team-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #1C1C1C;
  margin: 0;
}

.ad26-team-card__role {
  font-size: 12px;
  color: #535862;
  line-height: 1.4;
  margin: 0;
}

.ad26-stats {
  background-color: #1C1C1C;
  padding: 90px 0 70px;
}
@media (max-width: 767.98px) {
  .ad26-stats {
    padding: 60px 0 50px;
  }
}

.ad26-stats__title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 767.98px) {
  .ad26-stats__title {
    font-size: 24px;
  }
}

.ad26-stats__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(158, 123, 25, 0.12);
}
.ad26-stats__row--secondary {
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .ad26-stats__row {
    border-bottom: none;
  }
}

.ad26-stats__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  text-align: center;
  padding: 28px 16px;
}
@media (max-width: 767.98px) {
  .ad26-stats__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    padding: 18px 10px;
  }
}

.ad26-stats__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(158, 123, 25, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D6C16A;
  font-size: 20px;
  margin: 0 auto 16px;
}
@media (max-width: 767.98px) {
  .ad26-stats__icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.ad26-stats__figure {
  font-size: 34px;
  font-weight: 700;
  color: #BFA238;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.ad26-stats__figure span {
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  margin-left: 2px;
}
@media (max-width: 767.98px) {
  .ad26-stats__figure {
    font-size: 24px;
  }
}

.ad26-stats__label {
  font-size: 14px;
  color: #AEB0B6;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767.98px) {
  .ad26-stats__label {
    font-size: 12px;
  }
}

.ad26-stats__footnote {
  font-size: 13px;
  font-style: italic;
  color: #73767C;
}

.ad26-register {
  background-color: #F4F3EB;
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  .ad26-register {
    padding: 64px 0;
  }
}

.ad26-register__title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1C1C1C;
}
@media (max-width: 767.98px) {
  .ad26-register__title {
    font-size: 27px;
  }
}

.ad26-register__body {
  font-size: 16px;
  line-height: 1.75;
  color: #443308;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.ad26-register__body strong {
  color: #1C1C1C;
}

.ad26-register__form-wrap {
  background-color: #fff;
  border: 1px solid #F6EDC9;
  border-radius: 16px;
  padding: 48px 44px;
  -webkit-box-shadow: 0 4px 32px rgba(68, 51, 8, 0.08);
          box-shadow: 0 4px 32px rgba(68, 51, 8, 0.08);
}
@media (max-width: 767.98px) {
  .ad26-register__form-wrap {
    padding: 32px 24px;
  }
}
.ad26-register__form-wrap .hs-form,
.ad26-register__form-wrap .hs-form-private {
  font-family: inherit !important;
}
.ad26-register__form-wrap fieldset {
  max-width: 100% !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 4px !important;
}
.ad26-register__form-wrap .form-columns-2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 16px !important;
}
.ad26-register__form-wrap .form-columns-2 .hs-form-field {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  width: auto !important;
  float: none !important;
}
@media (max-width: 767.98px) {
  .ad26-register__form-wrap .form-columns-2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0 !important;
  }
}
.ad26-register__form-wrap .form-columns-2 .input {
  margin-right: 0 !important;
}
.ad26-register__form-wrap .hs-form-field {
  margin-bottom: 16px !important;
}
.ad26-register__form-wrap .hs-form-field > label {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #3F434A !important;
  margin-bottom: 6px !important;
}
.ad26-register__form-wrap .hs-input,
.ad26-register__form-wrap input[type=text],
.ad26-register__form-wrap input[type=email],
.ad26-register__form-wrap input[type=tel],
.ad26-register__form-wrap input[type=number],
.ad26-register__form-wrap select,
.ad26-register__form-wrap textarea {
  width: 100% !important;
  background-color: #f7f6f2 !important;
  border: 1px solid #F1E2A9 !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  color: #1C1C1C !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease !important;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.ad26-register__form-wrap .hs-input::-webkit-input-placeholder, .ad26-register__form-wrap input[type=text]::-webkit-input-placeholder, .ad26-register__form-wrap input[type=email]::-webkit-input-placeholder, .ad26-register__form-wrap input[type=tel]::-webkit-input-placeholder, .ad26-register__form-wrap input[type=number]::-webkit-input-placeholder, .ad26-register__form-wrap select::-webkit-input-placeholder, .ad26-register__form-wrap textarea::-webkit-input-placeholder {
  color: #AEB0B6 !important;
}
.ad26-register__form-wrap .hs-input::-moz-placeholder, .ad26-register__form-wrap input[type=text]::-moz-placeholder, .ad26-register__form-wrap input[type=email]::-moz-placeholder, .ad26-register__form-wrap input[type=tel]::-moz-placeholder, .ad26-register__form-wrap input[type=number]::-moz-placeholder, .ad26-register__form-wrap select::-moz-placeholder, .ad26-register__form-wrap textarea::-moz-placeholder {
  color: #AEB0B6 !important;
}
.ad26-register__form-wrap .hs-input:-ms-input-placeholder, .ad26-register__form-wrap input[type=text]:-ms-input-placeholder, .ad26-register__form-wrap input[type=email]:-ms-input-placeholder, .ad26-register__form-wrap input[type=tel]:-ms-input-placeholder, .ad26-register__form-wrap input[type=number]:-ms-input-placeholder, .ad26-register__form-wrap select:-ms-input-placeholder, .ad26-register__form-wrap textarea:-ms-input-placeholder {
  color: #AEB0B6 !important;
}
.ad26-register__form-wrap .hs-input::-ms-input-placeholder, .ad26-register__form-wrap input[type=text]::-ms-input-placeholder, .ad26-register__form-wrap input[type=email]::-ms-input-placeholder, .ad26-register__form-wrap input[type=tel]::-ms-input-placeholder, .ad26-register__form-wrap input[type=number]::-ms-input-placeholder, .ad26-register__form-wrap select::-ms-input-placeholder, .ad26-register__form-wrap textarea::-ms-input-placeholder {
  color: #AEB0B6 !important;
}
.ad26-register__form-wrap .hs-input::placeholder,
.ad26-register__form-wrap input[type=text]::placeholder,
.ad26-register__form-wrap input[type=email]::placeholder,
.ad26-register__form-wrap input[type=tel]::placeholder,
.ad26-register__form-wrap input[type=number]::placeholder,
.ad26-register__form-wrap select::placeholder,
.ad26-register__form-wrap textarea::placeholder {
  color: #AEB0B6 !important;
}
.ad26-register__form-wrap .hs-input:focus,
.ad26-register__form-wrap input[type=text]:focus,
.ad26-register__form-wrap input[type=email]:focus,
.ad26-register__form-wrap input[type=tel]:focus,
.ad26-register__form-wrap input[type=number]:focus,
.ad26-register__form-wrap select:focus,
.ad26-register__form-wrap textarea:focus {
  outline: none !important;
  border-color: #9E7B19 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(158, 123, 25, 0.12) !important;
          box-shadow: 0 0 0 3px rgba(158, 123, 25, 0.12) !important;
  background-color: #fff !important;
}
.ad26-register__form-wrap .hs-form-field .input {
  margin-right: 0 !important;
}
.ad26-register__form-wrap .hs-error-msgs {
  list-style: none !important;
  padding: 0 !important;
  margin: 4px 0 0 !important;
}
.ad26-register__form-wrap .hs-error-msgs label {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #c0392b !important;
}
.ad26-register__form-wrap .hs-submit {
  margin-top: 8px !important;
}
.ad26-register__form-wrap .hs-button,
.ad26-register__form-wrap input[type=submit] {
  width: 100% !important;
  background-color: #9E7B19 !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 15px 24px !important;
  cursor: pointer !important;
  -webkit-transition: background-color 0.2s ease !important;
  transition: background-color 0.2s ease !important;
}
.ad26-register__form-wrap .hs-button:hover,
.ad26-register__form-wrap input[type=submit]:hover {
  background-color: rgb(48.1465766635%, 37.481195757%, 7.6181292189%) !important;
}
.ad26-register__form-wrap .legal-consent-container {
  font-size: 12px !important;
  color: #73767C !important;
  margin-top: 12px !important;
}
.ad26-register__form-wrap .legal-consent-container a {
  color: #8A6A15 !important;
}