/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/hero/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.
 */
.hero {
  padding: 117px 0 0;
  position: relative;
  background: #1b1b1b;
  overflow: hidden;
}
.hero__container {
  display: flex;
  position: relative;
}
.hero::before {
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(93, 93, 93, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  z-index: 20;
  bottom: 0;
  opacity: 0.5;
}
.hero::after {
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 17%, rgba(93, 93, 93, 0) 89%);
  content: "";
  position: absolute;
  left: 0;
  z-index: 20;
  bottom: 0;
  opacity: 0.7;
}
.hero__right {
  position: relative;
  z-index: 12;
  width: 56%;
  clip-path: polygon(23% 0, 100% 0, 100% 100%, 25% 100%, 0 100%);
  overflow: hidden;
  margin-left: -11%;
}
.hero__left {
  position: relative;
  width: 55%;
  z-index: 10;
  background-size: cover;
}
.hero__content {
  height: 100%;
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 25;
  padding: 0 0 91px 0;
}
.hero__content h1 {
  font-size: 36px;
}
.hero__content p {
  font-size: 18px;
  line-height: 1.5;
}
.hero__content--button .defaultButton {
  display: inline-block;
}
.hero__content--button .defaultButton a {
  background: #efefef;
  display: inline-block;
  font-size: 17px;
  font-family: var(--wp--preset--font-family--body);
  font-weight: 700;
  text-decoration: none;
  color: #1b1b1b;
  min-width: 387px;
  text-align: center;
  padding: 18.5px 0;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  border: 2px solid #efefef;
}
.hero__content--button .defaultButton a:hover {
  background: transparent;
  border: 2px solid #efefef;
  color: #efefef;
}
.hero__content--wrap {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin: 0 auto;
  padding: 0 97px;
}
.hero__content--rating {
  display: flex;
  align-items: center;
  padding: 37px 0 0;
}
.hero__content--rating svg {
  width: 102px;
}
.hero__content--rating p {
  font-size: 16px;
  margin: 0 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hero__video {
  position: relative;
}
.hero__video canvas {
  width: 100%;
  display: block;
  max-height: 600px;
  min-height: 600px;
}
.hero__video video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__logos {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 25;
  align-items: center;
  padding-right: 50px;
}
.hero__logos img {
  height: auto;
  margin: 0 30px;
}
.hero__logos img:first-child {
  width: 118px;
}
.hero__logos img:nth-child(2), .hero__logos img:nth-child(3) {
  width: 88px;
}
.hero__logos img:nth-child(4), .hero__logos img:nth-child(5) {
  width: 79px;
}
.hero__logos img:nth-child(6), .hero__logos img:nth-child(7) {
  width: 135px;
}

@media only screen and (max-width: 1199px) {
  .hero__content {
    padding: 0 0 152px 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    background: #1b1b1b;
    padding: 84px 0 0;
  }
  .hero__container {
    flex-flow: column;
  }
  .hero::before {
    display: none;
  }
  .hero::after {
    display: none;
  }
  .hero__right {
    width: 100%;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 100%);
    opacity: 0.7;
  }
  .hero__left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hero__content {
    padding: 0;
    align-items: flex-start;
    position: relative;
  }
  .hero__content p {
    font-size: 15px;
  }
  .hero__content--button .defaultButton a {
    min-width: 300px;
  }
  .hero__content--wrap {
    padding: 50px 30px 0;
  }
  .hero__content--rating p {
    font-size: 13px;
  }
  .hero__video {
    display: none;
  }
  .hero__video canvas {
    min-height: 650px;
  }
  .hero__logos {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 15px;
    width: 100%;
    position: relative;
  }
  .hero__logos img {
    margin: 10px;
  }
  .hero__logos img:first-child {
    width: 60px;
  }
  .hero__logos img:nth-child(2) {
    width: 62px;
  }
  .hero__logos img:nth-child(3) {
    width: 59px;
  }
  .hero__logos img:nth-child(4) {
    width: 62px;
  }
}

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