/*!**************************************************************************************************************************************************************************************!*\
  !*** 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/integrity/integrity.scss ***!
  \**************************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.integrity {
  padding: 101px 0 104px;
  background: radial-gradient(50% 50% at 50% 50%, #606266 0%, #222222 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 8.333333333%;
}
@media all and (max-width: 992px) {
  .integrity {
    padding: 50px 0 50px 5%;
  }
}
@media all and (max-width: 768px) {
  .integrity {
    flex-direction: column;
    padding-left: 0;
    row-gap: 40px;
  }
}
.integrity__info {
  min-width: 26.157407407%;
  max-width: 26.157407407%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media all and (max-width: 992px) {
  .integrity__info {
    max-width: unset;
  }
}
@media all and (max-width: 768px) {
  .integrity__info {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.integrity__info-text {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.integrity__info-text h2 {
  margin: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .integrity__info-text h2 {
    font-size: 32px;
  }
}
.integrity__info-text p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .integrity__info-text p {
    font-size: 16px;
  }
}
.integrity__info-btn a {
  margin-top: 0 !important;
}
.integrity__video {
  min-width: 53.067129629%;
  max-width: 53.067129629%;
  padding: 65px 80px 65px 0;
  background: url("/wp-content/themes/element/assets/images/t16/integrity-video-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media all and (max-width: 992px) {
  .integrity__video {
    padding: 40px 40px 40px 0;
  }
}
@media all and (max-width: 768px) {
  .integrity__video {
    align-self: flex-end;
    min-width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.integrity__video-wrapper .video-content {
  position: relative;
}
.integrity__video-wrapper .video-content .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.integrity__video-wrapper .video-content > img {
  height: auto;
}
.integrity__video-wrapper video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

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