/*!******************************************************************************************************************************************************************************************!*\
  !*** 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_buttons/cta_buttons.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-buttons {
  padding: 50px 0;
  background: linear-gradient(180deg, #606266 0%, #222222 100%);
}
@media screen and (min-width: 768px) {
  .cta-buttons {
    padding: 110px 0;
  }
}
.cta-buttons .inner {
  position: relative;
  max-width: 1313px;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
}
.cta-buttons h2 {
  text-align: center;
  text-transform: uppercase;
  color: #ffcc00;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cta-buttons h2 {
    margin-bottom: 70px;
  }
}
.cta-buttons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 35px;
  row-gap: 45px;
}
.cta-buttons-list .button-icon.button {
  background-color: transparent;
  display: flex;
  align-items: center;
  margin: 0;
  max-width: 252px;
  letter-spacing: unset;
  width: 100%;
  padding: 12px 14px;
  border: 3px solid #dddddd;
  border-radius: 8px;
  text-decoration: none;
  box-sizing: border-box;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cta-buttons-list .button-icon.button {
    max-width: 292px;
    padding: 16px 18px;
  }
}
.cta-buttons-list .button-icon.button.inactive {
  pointer-events: none;
  border: 3px solid #dddddd;
  color: #ffffff;
}
.cta-buttons-list .button-icon.button.inactive .button__text {
  transform: none;
}
.cta-buttons-list .button-icon.button.inactive .button__text::before, .cta-buttons-list .button-icon.button.inactive .button__text::after {
  content: none;
}
.cta-buttons-list .button-icon.button.inactive:hover {
  cursor: default;
}
.cta-buttons-list .button-icon.button.active {
  cursor: pointer;
}
.cta-buttons-list .button-icon.button.active:hover {
  background-color: #ffcc00;
  border: 3px solid #ffcc00;
  color: #222222;
}
.cta-buttons-list .button-icon.button.active:hover img {
  filter: invert(1);
  transition: filter 0.2s ease-in-out;
}
.cta-buttons-list .button-icon.button img {
  margin-right: 18px;
}

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