/*!**********************************************************************************************************************************************************************************************!*\
  !*** 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/callout_cards/callout_cards.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);
*********************/
.callout-cards-heading .callout-cards-heading-container {
  transition: padding-top 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .callout-cards-heading .callout-cards-heading-container {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  .callout-cards-heading .callout-cards-heading-container {
    padding-top: 150px;
  }
}
.callout-cards-heading .callout-cards-heading-container .desktop-image {
  display: none;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .callout-cards-heading .callout-cards-heading-container .desktop-image {
    display: block;
  }
}
.callout-cards-heading .callout-cards-heading-container .mobile-image {
  margin: 0 auto;
  max-width: 70%;
}
@media screen and (min-width: 768px) {
  .callout-cards-heading .callout-cards-heading-container .mobile-image {
    display: none;
  }
}

.callout-cards {
  margin-top: -30px;
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
  .callout-cards {
    margin-top: -100px;
    height: 1280px;
  }
}
.callout-cards img.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: luminosity;
}
.callout-cards img.background-shape {
  object-fit: cover;
  width: 750px;
  height: auto;
  position: absolute;
  top: 80px;
  transition: top 0.25s ease-in-out;
}
@media screen and (min-width: 1440px) {
  .callout-cards img.background-shape {
    top: 40px;
  }
}
.callout-cards .card-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 10px;
  position: relative;
  max-width: 1090px;
  z-index: 2;
  transition: gap 0.25s ease-in-out, padding-top 0.25s ease-in-out;
}
@media screen and (min-width: 425px) {
  .callout-cards .card-container {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .callout-cards .card-container {
    flex-direction: row;
    padding-top: 100px;
  }
}
@media screen and (min-width: 1080px) {
  .callout-cards .card-container {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .callout-cards .card-container {
    gap: 30px;
  }
}
.callout-cards .card-container .card {
  background-color: #fdb913;
  border-radius: 8px;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
  color: #222222;
  display: flex;
  flex-direction: column;
  padding: 36px;
}
@media screen and (min-width: 768px) {
  .callout-cards .card-container .card {
    flex: 0 0 48%;
  }
}
@media screen and (min-width: 1080px) {
  .callout-cards .card-container .card {
    flex: 0 0 25%;
  }
}
.callout-cards .card-container .card .card-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .callout-cards .card-container .card .card-heading {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.callout-cards .card-container .card .card-heading img {
  max-width: 40px;
}
@media screen and (min-width: 768px) {
  .callout-cards .card-container .card .card-heading img {
    padding-bottom: 34px;
    max-width: 68px;
  }
}
.callout-cards .card-container .card .card-heading h2 {
  font-family: "Roboto", sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-wrap: balance;
  padding-top: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .callout-cards .card-container .card .card-heading h2 {
    font-size: 24px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .callout-cards .card-container .card .card-heading h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.callout-cards .card-container .card p {
  font-weight: 400;
  line-height: 22px;
  text-wrap: pretty;
}
@media screen and (min-width: 768px) {
  .callout-cards .card-container .card p {
    font-size: 16px;
    line-height: 24px;
  }
}
.callout-cards .testimonial-container {
  display: flex;
  flex-direction: column !important;
}
@media screen and (min-width: 1080px) {
  .callout-cards .testimonial-container {
    padding: 195px 20px 35px 20px;
  }
}
.callout-cards .testimonial-container img {
  max-width: 80px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 24px;
}
.callout-cards .testimonial-container p {
  color: #ffffff;
  font-family: "Oswald", sans-serif, Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.95;
  text-transform: uppercase;
  text-align: center;
  text-wrap: pretty;
  line-height: 30px;
  max-width: 728px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .callout-cards .testimonial-container p {
    font-size: 48px;
    line-height: 55px;
  }
}
.callout-cards .testimonial-container p.testimonial-citation {
  color: #ffcc00;
  font-family: "Roboto", sans-serif, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 36px;
  padding-top: 24px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .callout-cards .testimonial-container p.testimonial-citation {
    font-size: 24px;
  }
}

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