/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/chain/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.sec-chain .col {
  padding-left: 5rem;
  padding-bottom: 3rem;
  padding-right: 2rem;
  position: relative;
}
@media (min-width: 576px) {
  .sec-chain .col {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .sec-chain .col {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    padding-left: initial;
    margin-left: initial;
    padding-top: 0;
    padding-right: 0;
  }
}
.sec-chain .col:before, .sec-chain .col:after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .sec-chain .col:after {
    transition: outline 0.2s ease, background-color 0.2s ease;
  }
}
@media screen and (prefers-reduced-motion) {
  .sec-chain .col:after {
    transition: none !important;
  }
}
.sec-chain .col:after {
  box-sizing: content-box;
  background-color: #ebe6de;
  border-radius: 50%;
  border: 6px solid #fff;
  height: 0.72rem;
  position: absolute;
  width: 0.72rem;
  z-index: 1;
  left: 1rem;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .sec-chain .col:after {
    bottom: -0.5rem;
    left: 50%;
    top: initial;
    transform: translate(-50%, -50%);
  }
}
.sec-chain .col:before {
  background-color: #ebe6de;
  height: 100%;
  left: 1rem;
  width: 1px;
}
@media (min-width: 992px) {
  .sec-chain .col:before {
    bottom: 1rem;
    height: 1px;
    left: 0;
    width: 100%;
  }
}
.sec-chain .col:hover:after, .sec-chain .col:focus:after {
  background-color: #1e1e1e;
  outline: 1px solid #1e1e1e;
}
.sec-chain .col:hover,
.sec-chain .col:hover *:not(.card-num), .sec-chain .col:focus,
.sec-chain .col:focus *:not(.card-num) {
  color: #fff;
}
.sec-chain .col:hover .btn, .sec-chain .col:focus .btn {
  border-color: white;
}
.sec-chain .col:hover .btn:hover, .sec-chain .col:hover .btn:focus, .sec-chain .col:focus .btn:hover, .sec-chain .col:focus .btn:focus {
  background-color: #fff;
}
.sec-chain .col:hover .btn:hover .icon *,
.sec-chain .col:hover .btn:hover .btn-text, .sec-chain .col:hover .btn:focus .icon *,
.sec-chain .col:hover .btn:focus .btn-text, .sec-chain .col:focus .btn:hover .icon *,
.sec-chain .col:focus .btn:hover .btn-text, .sec-chain .col:focus .btn:focus .icon *,
.sec-chain .col:focus .btn:focus .btn-text {
  color: #1e1e1e !important;
}
.sec-chain .col:hover .card-num, .sec-chain .col:focus .card-num {
  font-family: "Arial", Arial, sans-serif;
  color: transparent;
  -webkit-text-stroke-color: #fff;
}
.sec-chain .col:hover .img, .sec-chain .col:focus .img {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .sec-chain.row-cols-lg-3 .col:nth-child(3n+2) .card {
    margin-left: auto;
    margin-right: auto;
  }
  .sec-chain.row-cols-lg-3 .col:nth-child(3n+3) .card {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .sec-chain.row-cols-lg-4 .col:nth-child(4n+2) .card, .sec-chain.row-cols-lg-4 .col:nth-child(4n+3) .card {
    margin-left: auto;
    margin-right: auto;
  }
  .sec-chain.row-cols-lg-4 .col:nth-child(4n+4) .card {
    margin-left: auto;
    margin-right: 0;
  }
}

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