/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-icon-box {
  overflow: hidden; }
  .block-icon-box__header {
    justify-content: left;
    margin-bottom: 5.5rem; }
    .block-icon-box__header h1, .block-icon-box__header h2, .block-icon-box__header h3, .block-icon-box__header h4, .block-icon-box__header h5, .block-icon-box__header h6 {
      font-size: var(--fs-32);
      font-weight: 400;
      line-height: 1.35;
      color: #15161B; }
      @media (max-width: 1199.98px) {
        .block-icon-box__header h1 br, .block-icon-box__header h2 br, .block-icon-box__header h3 br, .block-icon-box__header h4 br, .block-icon-box__header h5 br, .block-icon-box__header h6 br {
          display: none; } }
    .block-icon-box__header p {
      font-size: var(--fs-16);
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.2px;
      margin-bottom: .5rem; }
    .block-icon-box__header *:last-child {
      margin-bottom: 0; }
  .block-icon-box .container--full .block-icon-box__boxes {
    margin-right: 4.8rem;
    margin-left: 4.8rem; }
    @media (max-width: 991.98px) {
      .block-icon-box .container--full .block-icon-box__boxes {
        margin-right: 3rem;
        margin-left: 3rem; } }
  .block-icon-box .container--limit .block-icon-box__boxes {
    margin-right: 4.8rem;
    margin-left: 4.8rem; }
    @media (max-width: 991.98px) {
      .block-icon-box .container--limit .block-icon-box__boxes {
        margin-right: 0;
        margin-left: 0; } }
  .block-icon-box__boxes {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .block-icon-box__boxes {
        flex-direction: column; } }
  .block-icon-box__box {
    padding: 4rem 3.2rem;
    margin-right: 2.4rem;
    display: flex;
    flex: 1 1 30%;
    max-width: calc( 33% - 1.2rem);
    flex-direction: column; }
    .block-icon-box__box:nth-child(3n) {
      margin-right: 0; }
    .block-icon-box__box:nth-child(n+4) {
      margin-top: 2.4rem; }
      @media (max-width: 991.98px) {
        .block-icon-box__box:nth-child(n+4) {
          margin-top: 0; } }
    .block-icon-box__box:last-child {
      margin-right: 0; }
    @media (max-width: 991.98px) {
      .block-icon-box__box {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 2.4rem;
        width: 100%;
        max-width: 100%; } }
    .block-icon-box__box .desc h1, .block-icon-box__box .desc h2, .block-icon-box__box .desc h3, .block-icon-box__box .desc h4, .block-icon-box__box .desc h5, .block-icon-box__box .desc h6 {
      font-size: var(--fs-18);
      font-weight: 400;
      line-height: 1.35;
      margin-bottom: 0.5rem;
      color: #15161B; }
    .block-icon-box__box .desc p {
      font-size: var(--fs-14);
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 0.2px; }
      .block-icon-box__box .desc p:last-child {
        margin-bottom: 0; }
    @media (max-width: 1599.98px) {
      .block-icon-box__box .desc br {
        display: none; } }
    .block-icon-box__box .image {
      margin-bottom: 2.4rem;
      width: 6.4rem;
      height: 6.4rem; }
      .block-icon-box__box .image img {
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%;
        -o-object-position: top left;
           object-position: top left; }
  .block-icon-box--style-gray .block-icon-box__box {
    background-color: #F9F9FB; }
    .block-icon-box--style-gray .block-icon-box__box .desc h1, .block-icon-box--style-gray .block-icon-box__box .desc h2, .block-icon-box--style-gray .block-icon-box__box .desc h3, .block-icon-box--style-gray .block-icon-box__box .desc h4, .block-icon-box--style-gray .block-icon-box__box .desc h5, .block-icon-box--style-gray .block-icon-box__box .desc h6 {
      font-size: var(--fs-18);
      margin-bottom: 0.5rem;
      color: #15161B; }
    .block-icon-box--style-gray .block-icon-box__box .desc p {
      color: #3D3D4A; }
  .block-icon-box--style-white .block-icon-box__box {
    background-color: #fff; }
    @media (max-width: 991.98px) {
      .block-icon-box--style-white .block-icon-box__box {
        margin-bottom: 0; } }
    .block-icon-box--style-white .block-icon-box__box .desc h1, .block-icon-box--style-white .block-icon-box__box .desc h2, .block-icon-box--style-white .block-icon-box__box .desc h3, .block-icon-box--style-white .block-icon-box__box .desc h4, .block-icon-box--style-white .block-icon-box__box .desc h5, .block-icon-box--style-white .block-icon-box__box .desc h6 {
      font-size: var(--fs-18);
      margin-bottom: 0.5rem;
      color: #15161B; }
    .block-icon-box--style-white .block-icon-box__box .desc p {
      color: #15161B; }


/*# sourceMappingURL=block_icon-box.css.map*/