/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/header-sub/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/*$h5-font-size:                $font-size-base * 1.25;*/
/*$h6-font-size:                $font-size-base;*/
:root {
  --bs-container-half: 100%;
  --bs-container-half: calc(960px * 0.5);
  --bs-container-half: calc(1140px * 0.5);
  --bs-container-half: calc(1520px * 0.5);
}

.sec-header-sub {
  margin-bottom: -7%;
}
@media (min-width: 576px) {
  .sec-header-sub {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-header-sub {
    margin-bottom: -6%;
  }
}
.sec-header-sub .triangle-lower {
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(92% + 1rem), 50% 100%, 0 calc(92% + 1rem));
  height: calc(100% + 5rem);
}
@media (min-width: 992px) {
  .sec-header-sub .triangle-lower {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(75% + 1.25rem), 50% 100%, 0 calc(75% + 1.25rem));
  }
}
.sec-header-sub .triangle {
  /*        background-image: linear-gradient( 90deg, blue 0%, red 33%, yellow 67%, green 100%) !important;*/
  clip-path: polygon(0% 0%, 100% 0, 100% 92%, 50% 100%, 0 92%);
  padding-bottom: 10rem;
  position: relative;
  height: calc(100% - 4rem);
}
@media (min-width: 992px) {
  .sec-header-sub .triangle {
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }
}
.sec-header-sub .icon-signal {
  height: var(--bs-header-circle-bottom);
  width: var(--bs-header-circle-bottom);
  color: #fff;
}
.sec-header-sub .position-absolute.z-3.start-50.translate-middle-x {
  bottom: calc(var(--bs-header-circle-bottom) / -2 - 1rem * 2);
}
@media (min-width: 992px) {
  .sec-header-sub + .sec-teaser .inner {
    padding-top: 14rem !important;
  }
}
@media (min-width: 1600px) {
  .sec-header-sub + .sec-teaser .inner {
    padding-top: 12.25vw !important;
  }
}
.sec-header-sub + .sec-teaser .item-title {
  position: relative;
  z-index: 10;
}

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