/*!********************************************************************************************************************************************************************************************!*\
  !*** 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/options_info/options_info.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);
*********************/
.options-info {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .options-info {
    padding: 100px 0;
  }
}
.options-info .background-image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .options-info .background-image {
    height: 110%;
  }
}
.options-info .options-info-container {
  position: relative;
  max-width: 1728px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .options-info .options-info-container {
    padding: 0;
    flex-direction: row;
  }
}
.options-info .title-block {
  padding: 0 0 38px 0;
  position: relative;
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .options-info .title-block {
    padding: 38px 40px 38px 0;
    flex: 0 0 35%;
    width: auto;
  }
}
.options-info .title-block::before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .options-info .title-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: 90% 100%;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2025/06/video-bg.png");
  }
}
.options-info .title-block .title-wrapper {
  display: flex;
  max-width: 100%;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  background-color: #5f6166;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .options-info .title-block .title-wrapper {
    padding: 43px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .options-info .title-block .title-wrapper {
    padding: 43px 62px 47px 20px;
    justify-content: flex-end;
    max-width: 494px;
  }
}
.options-info .title-block .title {
  max-width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .options-info .title-block .title {
    max-width: 307px;
  }
}
.options-info .info-block {
  flex: 0 0 100%;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1024px) {
  .options-info .info-block {
    flex: 0 0 65%;
    width: auto;
    padding: 43px 100px 0 0;
  }
}
.options-info .info-block-wrapper {
  display: flex;
  margin: 0 0 0 auto;
  justify-content: space-between;
  max-width: 100%;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 35px;
}
@media screen and (min-width: 1024px) {
  .options-info .info-block-wrapper {
    max-width: 977px;
  }
}
.options-info .info-block-item {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-width: 468px;
  padding-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .options-info .info-block-item {
    width: calc(50% - 20px);
  }
  .options-info .info-block-item:last-child, .options-info .info-block-item:nth-last-child(2) {
    padding-bottom: 0;
  }
  .options-info .info-block-item:last-child::after, .options-info .info-block-item:nth-last-child(2)::after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .options-info .info-block-item:last-child {
    padding-bottom: 0;
  }
  .options-info .info-block-item:last-child::after {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  .options-info .info-block-item {
    width: calc(50% - 20px);
  }
}
.options-info .info-block-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 125px;
  height: 6px;
  background-color: #ffcc00;
}
.options-info .info-block-item h5 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
}
.options-info .info-block-item p {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.5;
}
.options-info .info-block-item p:last-child {
  margin-bottom: 0;
}

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