  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.block-visual-grid {
  background-color: #a4d8fc;
}
.block-visual-grid .header-wrapper {
  display: grid;
  margin-bottom: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1141px) {
  .block-visual-grid .header-wrapper {
    margin-bottom: 5.75rem;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-visual-grid .section-header {
  font-size: 7.5rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.91;
  min-width: -moz-min-content;
  min-width: min-content;
  max-width: 38.875rem;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 1140px) {
  .block-visual-grid .section-header {
    font-size: 5.5rem;
  }
}
@media (max-width: 576px) {
  .block-visual-grid .section-header {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 577px) {
  .block-visual-grid .section-header {
    margin: 0 0 2.5rem 0;
  }
}
@media screen and (min-width: 1141px) {
  .block-visual-grid .section-header {
    margin: 0;
  }
}
.block-visual-grid .section-subheader {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .block-visual-grid .section-subheader {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1141px) {
  .block-visual-grid .section-subheader {
    margin: 0 0 2.5rem;
  }
}
.block-visual-grid .section-body-text {
  margin: 0;
}
.block-visual-grid .section-body-text--b1 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.57;
}
@media (max-width: 576px) {
  .block-visual-grid .section-body-text--b1 {
    font-size: 1.25rem;
  }
}
.block-visual-grid .section-body-text--b2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
}
@media (max-width: 576px) {
  .block-visual-grid .section-body-text--b2 {
    font-size: 1rem;
  }
}
.block-visual-grid .section-degree-types {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 2rem 0;
}
@media (max-width: 576px) {
  .block-visual-grid .section-degree-types {
    font-size: 1.125rem;
  }
}
.block-visual-grid .footer-wrapper {
  display: grid;
  margin: 2rem 0 0 0;
  grid-gap: 2rem 0;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1141px) {
  .block-visual-grid .footer-wrapper {
    align-items: center;
    margin: 5rem 0 0 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
.block-visual-grid .section-footer-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.42;
  margin: 0;
  text-align: center;
}
@media (max-width: 576px) {
  .block-visual-grid .section-footer-text {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1141px) {
  .block-visual-grid .section-footer-text {
    margin: 0 0 0 auto;
  }
}
.block-visual-grid .c-button {
  width: 100%;
  height: 2.75rem;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .block-visual-grid .c-button {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1141px) {
  .block-visual-grid .c-button {
    width: auto;
    height: 3.125rem;
    grid-column: span 1/3;
  }
}

/*# sourceMappingURL=block_visual-grid.css.map*/