/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/cta_with_image_v3/cta_with_image_v3.scss ***!
  \******************************************************************************************************************************************************************************************************/
/******************************************
Section | CTA with Image
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.cta-with-image-v3 {
  background-color: #222222;
}
.cta-with-image-v3 .inner {
  display: flex;
  flex-direction: column;
  max-width: 1728px;
  padding: 50px 0 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta-with-image-v3 .inner {
    flex-direction: row;
    padding: 100px 0 66px;
  }
}
.cta-with-image-v3 .inner::before {
  content: url("/wp-content/uploads/2025/04/yellow-parallelograms.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cta-with-image-v3 .inner::before {
    left: 38%;
    transform: translateX(-50%);
    bottom: 0;
    transition: bottom 0.25s ease-in-out;
  }
}
@media screen and (min-width: 1150px) {
  .cta-with-image-v3 .inner::before {
    left: 50%;
  }
}
@media screen and (min-width: 1550px) {
  .cta-with-image-v3 .inner::before {
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 886px;
  }
}
.cta-with-image-v3 .cta-image {
  display: flex;
}
.cta-with-image-v3 .cta-image img {
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  height: auto !important;
  width: 100%;
  object-fit: cover;
  max-width: 985px;
  position: relative;
}
.cta-with-image-v3 .cta-copy {
  display: flex;
  flex: 0 0 45%;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px 0 20px;
  max-width: 620px;
}
@media screen and (min-width: 768px) {
  .cta-with-image-v3 .cta-copy {
    background-color: transparent;
    position: relative;
    padding-left: 75px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1150px) {
  .cta-with-image-v3 .cta-copy {
    padding-bottom: 150px;
  }
}
.cta-with-image-v3 .cta-copy h1,
.cta-with-image-v3 .cta-copy h2,
.cta-with-image-v3 .cta-copy h3,
.cta-with-image-v3 .cta-copy h4,
.cta-with-image-v3 .cta-copy h5,
.cta-with-image-v3 .cta-copy h6,
.cta-with-image-v3 .cta-copy p {
  color: #ffffff;
}
.cta-with-image-v3 .cta-copy h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

/*# sourceMappingURL=cta_with_image_v3.css.map*/