/*!******************************************************************************************************************************************************************************************************!*\
  !*** 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_v4/cta_with_image_v4.scss ***!
  \******************************************************************************************************************************************************************************************************/
/******************************************
Section | CTA with Image v4
******************************************/
/**************************************************
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.cta-with-image-v4 {
  padding: 50px 0 60px;
  background-color: #222222;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 952px) {
  .cta-with-image.cta-with-image-v4 {
    padding: 100px 0 100px;
  }
}
.cta-with-image.cta-with-image-v4::before {
  content: url("/wp-content/uploads/2025/04/yellow-parallelograms.svg");
  position: absolute;
  transform: rotateY(180deg) translateX(100%);
  left: 100%;
  bottom: 4%;
  width: 130%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .cta-with-image.cta-with-image-v4::before {
    bottom: 6%;
    left: 50%;
    width: 130%;
  }
}
@media screen and (min-width: 919px) {
  .cta-with-image.cta-with-image-v4::before {
    bottom: 13%;
    width: 110%;
  }
}
@media screen and (min-width: 1080px) {
  .cta-with-image.cta-with-image-v4::before {
    transform: rotateY(180deg) translateX(100%);
    bottom: 13%;
    width: 100%;
    max-width: 1118px;
  }
}
.cta-with-image.cta-with-image-v4 .inner {
  position: relative;
  max-width: 1333px;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cta-with-image.cta-with-image-v4 .inner {
    flex-direction: row-reverse;
    padding: 0 20px 68px 0;
  }
}
.cta-with-image.cta-with-image-v4 .inner .cta-copy {
  display: flex;
  flex: 0 0 41.2%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cta-with-image.cta-with-image-v4 .inner .cta-copy {
    padding-left: 89px;
    padding-bottom: 0;
  }
}
.cta-with-image.cta-with-image-v4 .inner .cta-copy h1,
.cta-with-image.cta-with-image-v4 .inner .cta-copy h2,
.cta-with-image.cta-with-image-v4 .inner .cta-copy h3,
.cta-with-image.cta-with-image-v4 .inner .cta-copy h4,
.cta-with-image.cta-with-image-v4 .inner .cta-copy h5,
.cta-with-image.cta-with-image-v4 .inner .cta-copy h6,
.cta-with-image.cta-with-image-v4 .inner .cta-copy p {
  color: #ffffff;
}
.cta-with-image.cta-with-image-v4 .inner .cta-copy h2 {
  text-transform: uppercase;
}
.cta-with-image.cta-with-image-v4 .inner .button {
  background-color: #222222;
  color: #ffffff;
  line-height: 1.2;
  padding: 13px 35px;
}
.cta-with-image.cta-with-image-v4 .inner .cta-image {
  max-width: 772px;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cta-with-image.cta-with-image-v4 .inner .cta-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cta-with-image.cta-with-image-v4 .inner .cta-image img {
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px rgba(0, 0, 0, 0.15);
  height: auto;
}
.cta-with-image.cta-with-image-v4 .inner .advantages-image {
  position: absolute;
  max-width: 300px;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .cta-with-image.cta-with-image-v4 .inner .advantages-image {
    bottom: -60px;
    right: -20px;
    max-width: 350px;
    transform: none;
    left: unset;
  }
}
@media screen and (min-width: 952px) {
  .cta-with-image.cta-with-image-v4 .inner .advantages-image {
    bottom: -115px;
    right: -20px;
    max-width: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .cta-with-image.cta-with-image-v4 .inner .advantages-image {
    bottom: -115px;
    right: -20px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1650px) {
  .cta-with-image.cta-with-image-v4 .inner .advantages-image {
    bottom: -178px;
    right: -175px;
    max-width: 641px;
  }
}

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