.paragraph--type--hero-video {
  margin-bottom: -40px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-video {
    margin-bottom: 110px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-video {
    height: 727px;
  }
}

.paragraph--type--image-video-wide-v2 .l-container .field--name-field-text p.fine-print {
  margin: 0 auto;
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-video-wide-v2 .l-container .field--name-field-text p.fine-print {
    max-width: 80%;
    margin: 0 auto 20px auto;
  }
}

.trademark{
 font-weight: 300;
}

.paragraph--type--campaign-hero-form .l-container .right .campaign-hero-form__form #frm-success-msg .error ul {
	  margin: 20px 0;
    list-style-type: none;
    color: #D24708;
    font-weight: 400;
}


.paragraph--type--campaign-hero-form {
	  top: 0;
	  background: radial-gradient(108.04% 67.36% at 37.87% 46.89%, #8A8D94 0%, #4E535E 100%);
	  margin-bottom: 0;
}

.paragraph--type--campaign-hero-form h2{
	  text-align: left;
    color: white;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Outfit;
    font-size: clamp(24px, 3vw, 36px);
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.45px;
}

.paragraph--type--campaign-hero-form .l-container .left p {
  font-size: clamp(18px, 3vw, 20px);
  text-align: left;
  line-height: 1.5;
  color: white;
}

.paragraph--type--campaign-hero-form .l-container .right {
  display: grid;
  align-items: start;
  order: 2;
  width: 100%;
  padding-top: 30px;
  margin: 20px 0;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--campaign-hero-form .l-container .right {
  width: 50%;
  order: 2;
  margin: 60px 0;
  }
}
