/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/blocks/how.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.how {
  background: #18181B;
  position: relative;
  padding: 64px 0 144px;
}
@media (max-width: 991px) {
  .how {
    padding: 72px 0;
  }
}
.how__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .how__wrap {
    flex-direction: column;
  }
}
.how__content {
  padding-top: 192px;
  position: sticky;
  top: 50px;
  padding-bottom: 244px;
}
@media (max-width: 991px) {
  .how__content {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.how__content p,
.how__content h2 {
  max-width: 512px;
}
@media (max-width: 991px) {
  .how__content p,
  .how__content h2 {
    margin: 0 auto;
  }
}
.how__content:before {
  content: "";
  right: -40px;
  top: 64px;
  height: 1px;
  width: calc(100% + 40px);
  background: #2A2A2D;
  position: absolute;
}
@media (max-width: 991px) {
  .how__content:before {
    display: none;
  }
}
.how__left {
  width: 50%;
  padding-right: 40px;
  color: #fff;
}
.how__left h2 {
  margin-bottom: 8px;
  color: #fff;
}
.how__left p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
.how__left .btn {
  min-width: 240px;
}
@media (max-width: 568px) {
  .how__left .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .how__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.how__right {
  width: 50%;
  padding-left: 64px;
}
@media (max-width: 1199px) {
  .how__right {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .how__right {
    padding-left: 0;
    width: 100%;
  }
}
.how__item {
  padding: 64px 0;
  position: relative;
}
.how__item-content {
  display: flex;
  align-items: center;
  margin-bottom: 56px;
}
.how__item-number {
  font-size: 64px;
  font-family: "Space Grotesk";
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
  font-weight: 400;
  margin-right: 24px;
  min-width: 100px;
}
.how__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.how__item h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 400;
}
.how__item p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.2;
}
.how__item:before {
  content: "";
  left: -64px;
  bottom: 0;
  height: 1px;
  width: calc(100% + 64px);
  background: #2A2A2D;
  position: absolute;
}
@media (max-width: 1199px) {
  .how__item:before {
    width: calc(100% + 40px);
    left: -40px;
  }
}
@media (max-width: 991px) {
  .how__item:before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .how__item {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media (max-width: 568px) {
  .how__item-content {
    margin-bottom: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .how__item-number {
    text-align: left;
    min-width: initial;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.how .half-section {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #2A2A2D;
  z-index: 1;
}
@media (max-width: 991px) {
  .how .half-section {
    display: none;
  }
}
.how .half-section-square {
  width: 50%;
  height: 252px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/wp-content/themes/llm-api/assets/images/square.png") repeat top right;
  z-index: 1;
}
@media (max-width: 991px) {
  .how .half-section-square {
    width: 100%;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .how .half-section-square {
    display: none;
  }
}
.how--white {
  background: #FFF;
  border-bottom: 1px solid #d8d8d8;
}
.how--white .half-section {
  border-right: 1px solid #D8D8D8;
}
.how--white .half-section-square {
  background: url("/wp-content/themes/llm-api/assets/images/square-white.png") repeat top right;
}
.how--white .how__wrap .how__left .how__content {
  padding-top: 64px;
}
.how--white .how__wrap .how__left .how__content:before {
  display: none;
}
.how--white .how__wrap .how__left .how__content h2 {
  color: #13151A;
}
.how--white .how__wrap .how__left .how__content p {
  color: rgba(19, 21, 26, 0.7);
}
.how--white .how__wrap .how__right .how__list .how__item .how__item-content .how__item-number {
  color: #13151A;
}
.how--white .how__wrap .how__right .how__list .how__item .how__item-content .how__item-text h5 {
  color: #13151A;
}
.how--white .how__wrap .how__right .how__list .how__item .how__item-content .how__item-text p {
  color: rgba(19, 21, 26, 0.7);
}
.how--white .how__wrap .how__right .how__list .how__item:before {
  background: #D8D8D8;
}
