/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme colors
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme styles
*/
/*
* Media Query
*/
/*
* Section margin
*/
/*
* Section padding
*/
/*
* Display list elements in column
*/
/*
* Menu item width in footer menu
*/
/*
* Small gray shadow
*/
/*
* Large gray shadow
*/
/*
* Headers
*/
/*
* Custom scrollbar
*/
@-moz-document url-prefix() { }

/*
* Reset list styles
*/
.block-contact-us .contact-us .contact-benefits {
  margin: 0;
  padding: 0; }

.block-contact-us .contact-us .contact-benefits .benefit {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* Link circle hover
*/
/*
* Button hover
*/
/*
* Button mobile full width
*/
/*
* Section width
*/
/*
* Section paddings
*/
/*
* Section header
*/
/*
* Element under section description
*/
/*
* Element under section description
*/
/*
* Link hover color
*/
/*
* Hero section styles
*/
@keyframes move-dot {
  0% {
    bottom: 0.4rem;
    opacity: 1; }
  20% {
    opacity: 1; }
  100% {
    bottom: 1rem;
    opacity: 0; } }

/*
* Position absolute - full width
*/
/*
* Image as cover or contain
*/
/*
* Icon wrapper
*/
.block-contact-us .contact-us .contact-benefits .benefit__icon-wrapper {
  width: 7rem;
  height: 7rem;
  border: 1px dashed rgba(51, 61, 71, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 992px) {
    .block-contact-us .contact-us .contact-benefits .benefit__icon-wrapper {
      width: 8rem;
      height: 8rem; } }
  .block-contact-us .contact-us .contact-benefits .benefit__icon-wrapper img {
    height: 100%;
    width: auto;
    max-width: 4.4rem;
    max-height: 3.5rem; }

/*
* Element border-radius
*/
/*
* checkbox checked
*/
/*
* language font
*/
/*
* Slider pagination
*/
/*
* Slider buttons
*/
/*
* News and slide component
*/
/*
* Download and job-offer component
*/
/*
* Services and blocks grid component
*/
/*
* Case studies filters
* Job offers filters
*/
/*
* Case studies tags
* Knowledge base tags
*/
/*
* Case studies and posts grid blocks
*/
/*
* Form label
*/
/*
* Contact form steps
*/
/*
* Contact form (steps form) buttons wrapper
*/
.block-contact-us {
  background-color: #333D47;
  margin-top: 5rem;
  margin-bottom: 10rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media screen and (min-width: 992px) {
    .block-contact-us {
      margin-top: 5rem;
      margin-bottom: 13rem; } }
  @media screen and (min-width: 992px) {
    .block-contact-us {
      padding-top: 8rem;
      padding-bottom: 8rem; } }
  .block-contact-us--no-margin-bottom {
    margin-bottom: 0; }
  .block-contact-us--no-margin-top {
    margin-top: 0; }
  .block-contact-us .contact-us {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .block-contact-us .contact-us {
        text-align: left;
        display: grid;
        grid-template-columns: 1fr 2fr; } }
    .block-contact-us .contact-us .header {
      color: #ffffff;
      margin-bottom: 3rem; }
      @media screen and (min-width: 992px) {
        .block-contact-us .contact-us .header {
          max-width: 40rem;
          grid-column: 1;
          grid-row: 1; } }
    .block-contact-us .contact-us .contact-benefits {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (min-width: 992px) {
        .block-contact-us .contact-us .contact-benefits {
          align-items: unset;
          grid-column: 2 / 3;
          grid-row: 1 / 10;
          width: 100%;
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(50%, auto));
          grid-row-gap: 4rem;
          padding-left: 8rem; } }
  @media screen and (min-width: 992px) and (min-width: 1200px) {
    .block-contact-us .contact-us .contact-benefits {
      grid-template-columns: repeat(auto-fit, minmax(30%, auto));
      justify-content: space-between; } }
      .block-contact-us .contact-us .contact-benefits .benefit {
        margin-bottom: 3rem; }
        @media screen and (min-width: 992px) {
          .block-contact-us .contact-us .contact-benefits .benefit {
            max-width: 19.5rem;
            padding: 0 .5rem;
            margin: 0 auto 0 auto; } }
        .block-contact-us .contact-us .contact-benefits .benefit__icon-wrapper {
          border: 1px dashed #ffffff;
          box-shadow: 0px 30px 50px 5px rgba(248, 179, 34, 0.1);
          margin: 0 auto 2rem auto; }
        .block-contact-us .contact-us .contact-benefits .benefit__icon-title {
          color: #ffffff;
          text-align: center; }
    @media screen and (min-width: 992px) {
      .block-contact-us .contact-us .button-wrapper {
        grid-column: 1;
        grid-row: 2 / 3; } }
    .block-contact-us .contact-us .button-wrapper .c-button {
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 576px) {
        .block-contact-us .contact-us .button-wrapper .c-button {
          display: inline-flex;
          min-width: 30rem; } }
      @media screen and (min-width: 992px) {
        .block-contact-us .contact-us .button-wrapper .c-button {
          width: -moz-fit-content;
          width: fit-content;
          min-width: unset; } }


/*# sourceMappingURL=block_contact-us.css.map*/