/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/key-benefits/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.keyBenefits {
  position: relative;
}
.keyBenefits__container {
  position: relative;
}
.keyBenefits__mainSlide {
  width: 64%;
  margin: 0 !important;
}
.keyBenefits__contents {
  position: relative;
  z-index: 10 !important;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 62px 90px;
}
.keyBenefits__contents .swiper-button-next,
.keyBenefits__contents .swiper-button-prev {
  color: #1b1b1b;
  top: 0 !important;
}
.keyBenefits__contents .swiper-button-next::after,
.keyBenefits__contents .swiper-button-prev::after {
  font-size: 21px;
  color: #fff;
  opacity: 1 !important;
}
.keyBenefits__contents .swiper-button-next:hover,
.keyBenefits__contents .swiper-button-prev:hover {
  opacity: 0.6;
}
.keyBenefits__contents .swiper-button-prev {
  right: 42px !important;
  left: auto;
  bottom: inherit;
  margin-top: 0;
  width: 36px !important;
  height: 36px !important;
  background: #000 !important;
  border-radius: 50%;
}
.keyBenefits__contents .swiper-button-next {
  right: 0;
  left: auto;
  bottom: inherit;
  margin-top: 0;
  width: 36px !important;
  height: 36px !important;
  background: #000 !important;
  border-radius: 50%;
}
.keyBenefits__contents--title h2 {
  font-size: 39px;
  margin: 0;
}
.keyBenefits__contents--title p {
  font-size: 18px;
  line-height: 1.5;
}
.keyBenefits__contents h3 {
  font-size: 22px;
  margin: 0;
  padding: 20px 0;
}
.keyBenefits__contents ul {
  margin: 0;
  padding: 0;
}
.keyBenefits__contents ul li {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 0;
}
.keyBenefits__contents .secondaryButton {
  display: inline-block;
  margin-top: 20px;
}
.keyBenefits__contents .secondaryButton a {
  background: rgb(27, 27, 27);
  background: linear-gradient(185deg, rgb(27, 27, 27) 28%, rgb(93, 93, 93) 79%);
  display: inline-block;
  font-size: 18px;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  min-width: 250px;
  text-align: center;
  padding: 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}
.keyBenefits__contents .secondaryButton a span {
  display: block;
  position: relative;
  z-index: 10;
}
.keyBenefits__contents .secondaryButton a::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(250deg, rgb(27, 27, 27) 28%, rgb(93, 93, 93) 79%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  content: "";
}
.keyBenefits__contents .secondaryButton a:hover::after {
  opacity: 1;
}
.keyBenefits__backgrounds {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1 !important;
}
.keyBenefits__backgrounds--bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
}
.keyBenefits__backgrounds--bg::after {
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(91deg, rgb(255, 255, 255) 6%, rgba(93, 93, 93, 0) 76%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.keyBenefits__backgrounds--bg canvas {
  display: block;
  width: 100%;
}
.keyBenefits__backgrounds--bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .keyBenefits__mainSlide {
    width: 80%;
  }
  .keyBenefits__contents {
    padding: 32px 30px 150px;
  }
}
@media only screen and (max-width: 991px) {
  .keyBenefits__mainSlide {
    width: 100%;
  }
  .keyBenefits__contents {
    padding: 32px 30px 150px;
  }
  .keyBenefits__contents .swiper-button-next,
  .keyBenefits__contents .swiper-button-prev {
    top: 17px !important;
  }
  .keyBenefits__contents .swiper-button-prev {
    right: 62px !important;
  }
  .keyBenefits__contents .swiper-button-next {
    right: 20px !important;
  }
  .keyBenefits__contents--title {
    padding-top: 90px;
  }
  .keyBenefits__contents--title h2 {
    font-size: 31px;
  }
  .keyBenefits__backgrounds--bg {
    width: 100%;
  }
  .keyBenefits__backgrounds--bg::after {
    background: linear-gradient(81deg, rgb(255, 255, 255) 59%, rgba(93, 93, 93, 0) 100%);
  }
}

/*# sourceMappingURL=style-index.css.map*/