/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-start/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/*$h5-font-size:                $font-size-base * 1.25;*/
/*
@mixin project-title-bg-sm() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 4px, #ccc 5px, #ccc 5px);
    color: $primary;
    padding-left: $spacer * 1.25;
    padding-right: $spacer * 1.25;
    line-height: $line-height-sm;
}



@mixin project-title-bg-lg() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 8px, #ccc 10px, #ccc 10px);
    color: $primary;
}
*/
:root {
  --bs-container-half: 100%;
}
@media (min-width: 992px) {
  :root {
    --bs-container-half: calc(960px * 0.5);
  }
}
@media (min-width: 1200px) {
  :root {
    --bs-container-half: calc(1140px * 0.5);
  }
}
@media (min-width: 1600px) {
  :root {
    --bs-container-half: calc(1520px * 0.5);
  }
}

:root {
  --bs-header-triangle-height: calc(1rem * 4);
}
@media (min-width: 768px) {
  :root {
    --bs-header-triangle-height: calc(1rem * 6);
  }
}
@media (min-width: 992px) {
  :root {
    --bs-header-triangle-height: calc(1rem * 8);
  }
}
@media (min-width: 1600px) {
  :root {
    --bs-header-triangle-height: calc(1rem * 12);
  }
}

.sec-header-start {
  overflow: hidden;
}
.sec-header-start > .position-relative:nth-child(2) {
  margin-top: -1.25rem;
}
@media (min-width: 768px) {
  .sec-header-start > .position-relative:nth-child(2) {
    margin-top: -3.25rem;
  }
}
@media (min-width: 992px) {
  .sec-header-start > .position-relative:nth-child(2) {
    margin-top: -5.25rem;
  }
}
@media (min-width: 1600px) {
  .sec-header-start > .position-relative:nth-child(2) {
    margin-top: -9.25rem;
  }
}
.sec-header-start .triangle {
  padding-top: calc(1.825rem + 6.9vw);
}
@media (min-width: 1200px) {
  .sec-header-start .triangle {
    padding-top: 7rem;
  }
}
.sec-header-start .triangle {
  padding-bottom: calc(2.925rem + 20.1vw);
}
@media (min-width: 1200px) {
  .sec-header-start .triangle {
    padding-bottom: 18rem;
  }
}
.sec-header-start .triangle {
  position: relative;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - var(--bs-header-triangle-height)), 50% 100%, 0 calc(100% - var(--bs-header-triangle-height)));
}
.sec-header-start .wrapper-ani {
  display: none;
  bottom: -17%;
  right: -30%;
  z-index: 3;
}
@media (min-width: 992px) {
  .sec-header-start .wrapper-ani {
    display: block;
    max-width: 940px;
    right: -15%;
    transform: scale(0.78);
    width: clamp(50vw, 75vw, 940px);
  }
}
@media (min-width: 1200px) {
  .sec-header-start .wrapper-ani {
    right: -5%;
    transform: scale(0.83);
    width: clamp(50vw, 65vw, 940px);
  }
}
@media (min-width: 1600px) {
  .sec-header-start .wrapper-ani {
    transform: scale(0.88);
    right: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .sec-header-start .container {
    --bs-gutter-x: 4rem;
  }
}
.sec-header-start .item-category {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .sec-header-start .item-category {
    font-size: 2.5rem;
  }
}
.sec-header-start .item-category {
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  position: relative;
}
.sec-header-start .item-category + .item-title {
  margin-top: 2rem;
}
.sec-header-start .item-title {
  font-weight: bold !important;
}
.sec-header-start .icon-apo {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  width: 15rem;
}
@media (min-width: 1200px) {
  .sec-header-start .icon-apo {
    width: 17.25rem;
  }
}
.sec-header-start .icon-rating {
  width: 6rem;
}
.sec-header-start .icon-rating + .text {
  color: #39b3f0;
}
.sec-header-start .icon-signal {
  height: var(--bs-header-circle-bottom);
  width: var(--bs-header-circle-bottom);
  max-width: 100%;
  color: #fff;
  left: 50%;
  opacity: 0.7;
  top: -23%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 576px) {
  .sec-header-start .icon-signal {
    top: calc(var(--bs-header-circle-bottom) / -2.4);
  }
}
@media (min-width: 768px) {
  .sec-header-start .icon-signal {
    top: calc(var(--bs-header-circle-bottom) / -2.7);
  }
}
@media (min-width: 992px) {
  .sec-header-start .icon-signal {
    top: calc(var(--bs-header-circle-bottom) / -3.3);
  }
}
@media (min-width: 1200px) {
  .sec-header-start .icon-signal {
    top: calc(var(--bs-header-circle-bottom) / -3);
  }
}
@media (min-width: 1600px) {
  .sec-header-start .icon-signal {
    top: calc(var(--bs-header-circle-bottom) / -4.4);
  }
}
.sec-header-start .badge-rate > *:not(.text-uppercase) {
  color: #39b3f0;
}
.sec-header-start .col-lg-6 {
  --r: 20px;
  --padding-x: 0.75rem;
  --col-padding-x-xl: calc(1rem * 1.5);
  --padding-top: 19vw;
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6 {
    --padding-x: calc(1.5rem * 1);
    --padding-top: 7rem;
  }
}
@media (min-width: 1600px) {
  .sec-header-start .col-lg-6 {
    --padding-top: 9rem;
  }
}
.sec-header-start .col-lg-6 .inner {
  --element-width: 100%;
  width: var(--element-width);
  padding-bottom: 3rem;
}
@media (min-width: 1600px) {
  .sec-header-start .col-lg-6 .inner {
    --element-width: calc(
        ((1520px - 1.5rem) / 2) - (var(--col-padding-x-xl) * 2)
    );
  }
}
.sec-header-start .col-lg-6 .mask {
  background-color: #ddd;
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}
.sec-header-start .col-lg-6 .inner {
  padding-top: var(--padding-top);
}
.sec-header-start .col-lg-6:nth-child(1) {
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(1) {
    padding-right: 1.25rem;
  }
}
.sec-header-start .col-lg-6:nth-child(1) .item-img {
  max-width: 75%;
  position: absolute;
  right: 50%;
  top: -39vw;
  transform: translateX(50%);
  z-index: 4;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.25));
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(1) .item-img {
    max-width: 95%;
    right: 5%;
    top: -20.5vw;
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .sec-header-start .col-lg-6:nth-child(1) .item-img {
    top: -22.5vw;
  }
}
@media (min-width: 1600px) {
  .sec-header-start .col-lg-6:nth-child(1) .item-img {
    max-width: 44rem;
    right: 5%;
    top: -41%;
    transform: translateX(0);
  }
}
.sec-header-start .col-lg-6:nth-child(1) .mask {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  clip-path: polygon(0 0, 100% calc(var(--bs-header-triangle-height) * 2), 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(1) .mask {
    background-color: #bce6e3;
    clip-path: polygon(0 0, 100% var(--bs-header-triangle-height), 100% 100%, 0% 100%);
  }
}
.sec-header-start .col-lg-6:nth-child(1) .overlay {
  padding-bottom: 0.45rem;
  padding-left: 0;
  padding-right: 0.45rem;
  padding-top: 0.45rem;
  width: 100%;
}
.sec-header-start .col-lg-6:nth-child(1) .wrapper {
  background-color: #fff;
  clip-path: polygon(0 0, 100% calc(var(--bs-header-triangle-height) * 2), 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(1) .wrapper {
    clip-path: polygon(0 0, 100% var(--bs-header-triangle-height), 100% 100%, 0% 100%);
  }
}
.sec-header-start .col-lg-6:nth-child(1) .inner {
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .sec-header-start .col-lg-6:nth-child(1) .inner {
    padding-top: 35vw;
  }
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(1) .inner {
    padding-top: var(--padding-top);
    padding-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .sec-header-start .col-lg-6:nth-child(1) .inner .col-6 > * {
    transform: scale(1.25);
  }
}
@media (min-width: 768px) {
  .sec-header-start .col-lg-6:nth-child(1) .inner .col-6 > * {
    transform: scale(1.5);
  }
}
.sec-header-start .col-lg-6:nth-child(1) .row {
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media (min-width: 576px) {
  .sec-header-start .col-lg-6:nth-child(1) .row {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(1) .row {
    margin-bottom: initial;
    margin-top: initial;
    position: relative;
    top: 62%;
  }
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(2) {
    align-items: stretch;
    display: flex;
    padding-left: 1.25rem;
  }
}
.sec-header-start .col-lg-6:nth-child(2) ul {
  --bs-list-marker-bg: #191919;
  padding-left: 0;
}
.sec-header-start .col-lg-6:nth-child(2) ul li {
  align-items: center;
  counter-increment: items;
  display: flex;
  padding-left: 1.2rem;
  position: relative;
}
.sec-header-start .col-lg-6:nth-child(2) ul li:before {
  background-color: var(--bs-list-marker-bg);
  border-radius: 50%;
  display: block;
  content: "";
  flex-shrink: 0;
  height: 0.5rem;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}
.sec-header-start .col-lg-6:nth-child(2) ul li + li {
  margin-top: 1rem;
  /*@include media-breakpoint-up(lg) {
      margin-top: $spacer * 1.5;
  }*/
}
.sec-header-start .col-lg-6:nth-child(2) ul {
  --bs-list-marker-bg: #2c7f27;
}
.sec-header-start .col-lg-6:nth-child(2) ul li {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .sec-header-start .col-lg-6:nth-child(2) ul li {
    font-size: 1.5rem;
  }
}
.sec-header-start .col-lg-6:nth-child(2) ul li {
  line-height: 1.2;
}
.sec-header-start .col-lg-6:nth-child(2) ul li + li {
  margin-top: 0.5rem;
}
.sec-header-start .col-lg-6:nth-child(2) ul + * {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(2) ul + * {
    margin-top: 3rem;
  }
}
.sec-header-start .col-lg-6:nth-child(2) .inner {
  height: 100%;
}
@media (max-width: 991.98px) {
  .sec-header-start .col-lg-6:nth-child(2) .inner {
    padding-top: calc(1.525rem + 3.3vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .sec-header-start .col-lg-6:nth-child(2) .inner {
    padding-top: 4rem;
  }
}
.sec-header-start .col-lg-6:nth-child(2) .inner .icon-apo + * {
  margin-top: auto;
  margin-bottom: 0;
}
.sec-header-start .col-lg-6:nth-child(2) .inner .btn {
  margin-bottom: 0;
  margin-right: auto !important;
}
.sec-header-start .col-lg-6:nth-child(2) .inner > * {
  position: relative;
  z-index: 5;
}
.sec-header-start .col-lg-6:nth-child(2) .mask {
  background: linear-gradient(300deg, rgba(84, 192, 183, 0.4) 30%, rgba(255, 255, 0, 0.5) 100%) !important;
}
@media (min-width: 992px) {
  .sec-header-start .col-lg-6:nth-child(2) .mask {
    clip-path: polygon(0 var(--bs-header-triangle-height), 100% 0, 100% 100%, 0% 100%);
    padding-right: 0.75rem;
    padding-left: 2.5rem;
    width: 100%;
  }
}

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