/*
* 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
*/
/*
* 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
*/
.block-hero-text .hero-text__header {
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .block-hero-text .hero-text__header {
      margin-bottom: 4rem; } }

.block-hero-text .hero-text__content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.block-hero-text .hero-text__description {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2.4rem; }
  .block-hero-text .hero-text__description p {
    font-size: 2.4rem; }
  @media screen and (min-width: 768px) {
    .block-hero-text .hero-text__description {
      margin-bottom: 2rem; } }

@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
*/
/*
* 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-hero-text {
  margin-top: 5rem;
  margin-bottom: 10rem; }
  @media screen and (min-width: 992px) {
    .block-hero-text {
      margin-top: 5rem;
      margin-bottom: 13rem; } }
  .block-hero-text--small-margins {
    margin-top: 5rem;
    margin-bottom: 5rem; }
    @media screen and (min-width: 992px) {
      .block-hero-text--small-margins {
        margin-top: 5rem;
        margin-bottom: 5rem; } }
  .block-hero-text .hero-text__content > .c-button {
    margin: 0 auto;
    flex-direction: column;
    font-weight: 400; }
    .block-hero-text .hero-text__content > .c-button .arrow-icon {
      margin-top: 0.8rem; }
    .block-hero-text .hero-text__content > .c-button:hover .arrow-icon {
      transform: translateY(0.3rem); }
  .block-hero-text .hero-text__header {
    text-align: center; }


/*# sourceMappingURL=block_hero-text.css.map*/