.left-right-2024.overlap_above {padding-top:5rem;}
.left-right-2024.overlap_below {padding-bottom:5rem;}
.left-right-2024 .cta__below__media {margin-top:3rem;}
.left-right-2024 .block--productionbulletlist {margin-top:0!important;}
.left-right-2024 .block--productionbulletlist .block--productionbulletlist--item--icon--inner {top:4px;}
.left-right-2024 .section--faqs--body {
  display:block;
  background:none;
  box-shadow:none;
  padding:0;
  margin-bottom:3rem;
}
.masked img {
  -webkit-mask-image: url(https://www.schellman.com/hubfs/mask.svg);
  mask-image: url(https://www.schellman.com/hubfs/mask.svg);
  mask-repeat: no-repeat;
  mask-size:100%, 100%;
  mask-position:center;
}
.has-offset .block .grid {
  display:flex;
  flex-direction:row;
  align-items:stretch;
  padding-top:0;
  padding-bottom:0;
}
.has-offset .block .grid .offset-image {
	position:relative;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.has-offset .block .grid .left.offset-image {
  left:0;
}
.has-offset .block .grid .right.offset-image {
  right:0;
}
.has-offset-above .block .grid .offset-image {
  justify-content:flex-start;
  top:-3rem;
}
.has-offset-below .block .grid {align-items:flex-end;}
.has-offset-below .block .grid .offset-image {
    justify-content:flex-end;
    bottom:-3rem;
}
/*** start offset card ***/
.left-right-2024 .offset-card {
  position:relative;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  margin: 0 1.75%;
}
.left-right-2024 .offset-card + .grid {padding-top:0!important;}
.left-right-2024 .offset-card .offset-card-wrapper {
  border-radius:30px;
  width:calc(100% - 5rem);
  background-color:white;
}
.left-right-2024 .offset-card.offset-card-wide {max-width: 1231px;}
.left-right-2024 .offset-card.offset-card-narrow {max-width: 768px;}
.left-right-2024 .offset-card-below {
  bottom:-3rem;
}
.left-right-2024 .offset-card-above {
  top:-3rem;
  margin-bottom:5rem;
}
.left-right-2024 .offset-card .offset-card-media {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:calc(40% - 5rem);
}
.left-right-2024 .offset-card-media img {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  min-width: calc(100% + 5rem);
}
.left-right-2024 .offset-card .offset-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding:2rem;
  width:60%;
}
.left-right-2024 .offset-card-content .hard--top.block--multibutton {margin-top:2rem!important;margin-bottom:0!important;}
.left-right-2024 .offset-card-content .offset-cta-1 {
  font-size:1.4rem;
  font-weight:600;
  line-height:1.25;
  margin:0;
}
.left-right-2024 .offset-card-content .offset-cta-2 {
  font-size:1.2rem;
  line-height:1.25;
  margin:1rem 0 0 0;
}
.left-right-2024 .quote-card p.offset-cta-2 {
  color:#0D77BD;
}
.left-right-2024 .offset-card-content .quote {
  font-size:1rem;
  margin:1rem 0 0 0;
}
.left-right-2024 .offset-card-content .quote .quote-name {
  font-weight:600;
}
/* Offset Card Media Right*/
.left-right-2024 .offset-card.offset-card-media-right {
  justify-content:flex-start;
}
.left-right-2024 .offset-card.offset-card-media-right .offset-card-content {
  border-radius:30px 0 0 30px;
}
.left-right-2024 .offset-card.offset-card-media-right .offset-card-media {
  right:5rem;
  border-radius:0 30px 30px 0;
}
/* Offset Card Media Left*/
.left-right-2024 .offset-card.offset-card-media-left {
  justify-content:flex-end;
}
.left-right-2024 .offset-card.offset-card-media-left .offset-card-content {
  left:calc(40% - 3rem);
  position:relative;
  border-radius:0 30px 30px 0;
}
.left-right-2024 .offset-card.offset-card-media-left .offset-card-media {
  left:5rem;
  border-radius:30px 0 0 30px;
}
.left-right-2024 .offset-card.offset-card-media-left .offset-card-media img {
  left:-5rem;
}
@media (min-width: 1231px) {
  .left-right-2024 .offset-card.offset-card-wide {max-width: 1231px;}
  .left-right-2024 .offset-card.offset-card-narrow {max-width: 768px;}
}
@media(max-width: 1163px) and (min-width: 1024px) {
  .left-right-2024 .offset-card.offset-card-wide {max-width: 768px;}
  .left-right-2024 .offset-card.offset-card-narrow {max-width: 768px;}
  .left-right-2024 .offset-card-content .offset-cta-2 {font-size:1.2rem;}
  .has-offset-above .block .grid .offset-image {
    top:-3rem;
  }
  .has-offset-below .block .grid .offset-image {
    bottom:-3rem;
  }
}
@media (max-width: 1023px) {
  .left-right-2024 .offset-card.offset-card-wide {max-width: 768px;}
  .left-right-2024 .offset-card.offset-card-narrow {max-width: 768px;}
  .left-right-2024 .offset-card-content .offset-cta-2 {font-size:1.2rem;}
  .has-offset-above .block .grid .offset-image {
    justify-content:center;
    top:unset;
  }
  .has-offset-below .block .grid .offset-image {
    justify-content:center;
    bottom:unset;
  }
  .has-offset-below .block .grid, .has-offset-above .block .grid {align-items:center;}  
}
@media(max-width: 768px) {
  
  .left-right-2024 .offset-card-below {bottom:unset;}
  .left-right-2024 .offset-card-above {top:unset;}
  .left-right-2024 .offset-card.offset-card-media-left .offset-card-content {
    left:unset;
  }
  .left-right-2024 .offset-card {
    display:block;
    left:unset;
    transform:unset;
    padding-top:3rem;
    padding-bottom:3rem;
  }
  .has-offset .block .grid {
    display:block!important;
  }
  .has-offset-above .block .grid .offset-image {
    top:0!important;
  }
  
  .left-right-2024 .offset-image img {max-width:75%!important;]
  .has-offset.palm-visuallyhidden .block .grid .offset-image {display:none!important;}
  .left-right-2024 .offset-card .offset-card-content, .left-right-2024 .offset-card .offset-card-media {
    width:100%;
    position:relative;
  }
  .left-right-2024 .offset-card .offset-card-content {
    align-items:center;
  }
  .left-right-2024 .offset-card .offset-card-wrapper {
    margin:0 auto;
    text-align:center;
  }
  .left-right-2024 .offset-card-media img {
    min-width:unset;
    position:relative;
    transform:none;
    width:calc(100% - 10rem);
    min-width:200px;
    margin-bottom:3rem;
  }
  .left-right-2024 .offset-card.offset-card-media-right .offset-card-media {
    right:unset;
  }
  .left-right-2024 .offset-card-above {margin-bottom:0;}
}