/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/banner-section.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.banner {
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 991px) {
  .banner .container {
    padding: 0;
  }
}
.banner__wrap {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
}
@media (max-width: 1399px) {
  .banner__wrap {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .banner__wrap {
    flex-direction: column;
  }
}
.banner__left {
  width: 50%;
}
.banner__left .banner__above-title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .banner__left .banner__above-title {
    justify-content: center;
  }
}
.banner__left .banner__above-title .banner__text-above-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #13151A;
  line-height: 1.2;
}
.banner__left .banner__label-above-title {
  background: #E8E7FF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
  margin-bottom: 24px;
  color: #3F35FF;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "Space Grotesk";
}
@media (max-width: 991px) {
  .banner__left .banner__label-above-title {
    margin: 0 auto 24px;
  }
}
.banner__left h1 {
  margin-bottom: 16px;
  font-size: 56px;
}
@media (max-width: 991px) {
  .banner__left h1 {
    font-size: 48px;
  }
  .banner__left h1 br {
    display: none;
  }
}
.banner__left p {
  font-size: 20px;
  margin-bottom: 24px;
}
.banner__left .btn {
  min-width: 240px;
}
@media (max-width: 568px) {
  .banner__left .btn {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .banner__left {
    padding-top: 144px;
  }
}
@media (max-width: 1199px) {
  .banner__left {
    padding-top: 72px;
  }
}
@media (max-width: 991px) {
  .banner__left {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.banner__right {
  width: 50%;
}
.banner__right img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .banner__right {
    width: 100%;
    background: url(../../js/a1163995fef13899e280.png) repeat center center;
    padding: 0 16px;
  }
}
.banner .half-section {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #D8D8D8;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner .half-section {
    display: none;
  }
}
.banner .half-section-square {
  width: 50%;
  height: 72px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../js/49c7aad66b5be1d9e731.png) repeat top right;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner .half-section-square {
    width: 100%;
    height: 160px;
  }
}
@media (max-width: 991px) {
  .banner .half-section-square {
    display: none;
  }
}
.banner .half-section-right {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../../js/a1163995fef13899e280.png) repeat center center;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner .half-section-right {
    display: none;
  }
}
.banner.banner--second-style .banner__left h1 {
  font-size: 56px;
}
@media (min-width: 991px) {
  .banner.banner--second-style .banner__left h1 {
    max-width: 448px;
  }
}
@media (max-width: 991px) {
  .banner.banner--second-style .banner__left h1 {
    font-size: 50px;
  }
}
@media (max-width: 568px) {
  .banner.banner--second-style .banner__left h1 {
    font-size: 42px;
  }
}
.banner.banner--second-style .banner__left p {
  font-size: 18px;
  text-wrap: balance;
}
@media (min-width: 991px) {
  .banner.banner--second-style .banner__left p {
    max-width: 490px;
  }
}
.banner.banner--second-style .half-section-square,
.banner.banner--second-style .half-section-right {
  display: none;
}
.banner.banner--second-style .half-section {
  border: 0px !important;
}
.banner.banner--second-style .banner__right {
  padding: 0;
}
.banner__header {
  background: #E8E7FF;
  padding: 14px 0;
}
.banner__header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.banner__header-content p, .banner__header-content a {
  margin: 0;
  color: #3F35FF;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.banner__header-content a {
  margin: 0 8px;
  position: relative;
  padding-right: 20px;
  display: block;
}
.banner__header-content a:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 15L15 5M15 5H8.33333M15 5V11.6667" stroke="%233F35FF" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.banner__header-content a:hover {
  text-decoration: none;
}
.banner__featured {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .banner__featured {
    padding: 48px 0;
  }
}
.banner__featured-list {
  display: flex;
}
@media (max-width: 650px) {
  .banner__featured-list {
    flex-direction: column;
  }
}
.banner__featured-item {
  width: 33.333%;
  text-align: center;
  color: #09090B;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.96px;
  border-right: 1px solid #D8D8D8;
  padding: 16px;
  font-family: "Space Grotesk", sans-serif;
}
.banner__featured-item span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: inherit;
}
.banner__featured-item:last-child {
  border-right: none;
}
@media (max-width: 650px) {
  .banner__featured-item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
    padding: 24px;
    font-size: 32px;
  }
}

.spend-managment-may .banner .half-section-square {
  display: none;
}

.banner-block.banner .banner__left {
  padding-right: 24px;
}
.banner-block.banner .banner__left h1 {
  font-size: 64px;
}
@media (max-width: 991px) {
  .banner-block.banner .banner__left h1 {
    font-size: 48px;
  }
  .banner-block.banner .banner__left h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner-block.banner .banner__left p br {
    display: none;
  }
}
.banner-block.banner .half-section-right {
  background: #FAFAFA;
}
.banner-block.banner .banner-block__labels {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .banner-block.banner .banner-block__labels {
    justify-content: center;
  }
}
.banner-block.banner .banner-block__labels-title {
  margin-bottom: 0 !important;
  font-size: 16px !important;
  margin-right: 4px;
}
.banner-block.banner .banner-block__labels-item {
  background: #E8E7FF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.33;
  color: #3F35FF;
  padding: 6px 16px;
}
.banner-block.banner .banner-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1199px) {
  .banner-block.banner .banner-block__actions .btn {
    min-width: 190px;
  }
}
@media (max-width: 991px) {
  .banner-block.banner .banner-block__actions {
    justify-content: center;
  }
  .banner-block.banner .banner-block__actions .btn {
    min-width: 240px;
    gap: 16px;
  }
}
