.paragraph--type--text {
	background: linear-gradient(180deg, rgba(244, 245, 249, 0.00) 0.12%, #F4F5F9 100.12%), #FFF;
	padding-bottom: 50px;
	margin-bottom: 15px;
}

@media print,
screen and (min-width: 40em) {
	.paragraph--type--text {
		background: linear-gradient(180deg, rgba(244, 245, 249, 0.00) 0.12%, #F4F5F9 100.12%), #FFF;
		padding-bottom: 75px;
		margin-bottom: 25px;
	}
}

iframe {
    height: 215px;
    width: 100%;
    margin-top: 22px;
    border-radius: 0;
}

@media print,
screen and (min-width: 40em) {
    iframe {
        margin: 0 auto;
        position: relative;
        display: block;
        margin-top: 90px;
        border-radius: 15px;
        height: 561px;
        width: 1000px;
        border-width: 0px;
    }
}

.paragraph--type--section-title-v3-update .l-container {
    padding: 0;
    margin: 40px 20px;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 40em) {
	.paragraph--type--section-title-v3-update .l-container {
	    padding: 0;
	    margin: 55px 20px;
	    margin-bottom: -20px;
	}
}
.paragraph--type--cta-single {
  margin: 30px 0 60px 0;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
    .paragraph--type--cta-single {
			  margin: 30px 0 90px 0;
			  text-align: center;
			}
}



.cta-call-out__image-desktop img,
.cta-call-out__image-mobile img {
  width: 168px;
  height: auto;
}


@media print,
screen and (min-width: 40em) {
.cta-call-out__image-desktop img,
.cta-call-out__image-mobile img {
  width: 168px;
  height: auto;
}

}

.paragraph--type--cta-call-out .l-container {
  margin-top: 90px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--cta-call-out .l-container {
    margin-bottom: 50px;
	  margin-top: 100px;
  }
}

@media print, screen and (min-width: 40em) {
    .paragraph--type--section-title-v3-update .l-container .field--name-field-text {
        margin: 0 auto;
    }
}


.paragraph--type--cta-call-out .l-container {
  max-width:none;
}


.paragraph--type--cta-single .field--name-field-link a {
 display: inline-block;
    color: #fefefe;
    background: #EB7100;
    text-decoration: none;
    font-weight: normal;
    border-radius: 7px;
    font-size: 16px;
    padding: 10px 40px 12px 40px;
  margin-top: 15px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--cta-single .field--name-field-link a  {
    padding: 15px 40px;
    margin-top: 20px;
  }
}


.paragraph--type--section-title-v3-update .l-container .field--name-field-text {
	color: #4C4C4C;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 200;
	line-height: 150%; /* 36px */
	letter-spacing: 0.2px;
  max-width: 100%;
}

@media print,
screen and (min-width: 40em) {
.paragraph--type--section-title-v3-update .l-container .field--name-field-text {
	font-size: 24px;
	max-width: 762px;
}
}


.paragraph--type--image-text .l-container .image-text__text h2 {
 color: #4C4C4C;
 width: 100%;
}

.paragraph--type--image-text .l-container .image-text__text .field--name-field-text {
   color: #4C4C4C;
}


@media print,
screen and (min-width: 40em) {
	.paragraph--type--image-text .l-container .image-text__text h2 {
	 color: #4C4C4C;
	 width: 78%;
	}
}


@media print,
screen and (min-width: 40em) {
  .paragraph--type--cta-call-out .l-container {
    margin-bottom: 0;
  }
}

.paragraph--type--cta-call-out .l-container .cta-call-out__image-desktop {
    display: none;
  }

  .paragraph--type--cta-call-out .l-container .cta-call-out__image-mobile {
    display: block;
    padding: 15px 0;
    top: -15px;
    position: relative;
  }

.paragraph--type--hero-simple-slim {
  width: 100%;
  height: 434px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 624px;
  margin-top: 110px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim {
    margin-bottom: 60px;
    background-attachment: fixed;
    height: 686px;
    width: 1600px;
	margin-top: 75px;
  }
}


.paragraph--type--hero-simple-slim .hero-simple-slim__desktop-bg {
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 686px;
  position: absolute;
  display: none;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .hero-simple-slim__desktop-bg {
    display: block;
  }
}

.paragraph--type--hero-simple-slim .hero-simple-slim__mobile-bg {
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  width: 100%;
  height: 624px;
  /* position: absolute; */
  left: 0;
  top: 0;
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .hero-simple-slim__mobile-bg {
    display: none;
  }
}

.paragraph--type--hero-simple-slim .hero-simple-slim__gradient {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .hero-simple-slim__gradient {
    background: none;
  }
}

.paragraph--type--hero-simple-slim .l-container {
  max-width: 100%;
  margin: 0px auto;
  padding: 0 15px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container {
    justify-content: space-around;
    padding-top: 0px;
    max-width: 1014px;
    /* padding-top: 100px; */
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area {
  position: absolute;
  text-align: center;
  height: 100%;
  padding: 35px 19px 0 0px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area {
    position: relative;
    bottom: inherit;
    max-width: 620px;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 90px;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area h1 {
	color: #000;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Outfit;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 38.4px */
	letter-spacing: -0.3px;

}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area h1 {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Outfit;
  font-size: 62px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%; /* 71.3px */
  letter-spacing: -0.514px;
  text-align: left;
  font-size: 52px;
  max-width: 640px;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area h2 {
  color: #fefefe;
  font-weight: 700;
  margin: 0;
  line-height: 53px;
  font-size: clamp(32px, 3vw, 50px);
  max-width: 840px;
}

.paragraph--type--hero-simple-slim.show-line__yes .l-container .text_area:before {
  content: none;
  display: block;
  background: #ffffff;
  margin: 0 0 60px 0;
  width: 50px;
  height: 6px;
  margin: 0 auto 20px auto;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim.show-line__yes .l-container .text_area:before {
    margin: 0 0 20px 0;
    width: 60px;
    height: 8px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-simple-slim.show-line__yes .l-container .text_area:before {
    margin: 0 0 20px 0;
    width: 75px;
    height: 10px;
  }
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area h1:before {
    margin: 0;
    margin-bottom: 10px;
    width: 60px;
    height: 8px;
    text-align: left;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta {
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta {
    text-align: left;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta a {
  display: inline-block;
    color: #fefefe;
    background: #EB7100;
    text-decoration: none;
    font-weight: normal;
    border-radius: 7px;
    font-size: 16px;
    padding: 10px 40px 12px 40px;
  margin-top: 15px;
}


@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta a {
    padding: 15px 40px;
    margin-top: 20px;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta a:hover {
  background: #E66100;
}
