/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Raleway-fallback";
  size-adjust: 104.10000000000005%;
  ascent-override: 82%;
  src: local("Arial"); }

article {
  position: relative;
  display: flex;
  align-items: flex-start; }
  @media (min-width: 768px) {
    article {
      flex-direction: column; } }
  article span.terms {
    color: var(--white);
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: .2px;
    text-transform: uppercase;
    line-height: 1;
    padding: .5em;
    font-size: 12.5px;
    background-color: var(--black); }
    @media (min-width: 768px) {
      article span.terms {
        font-size: 15px;
        position: absolute;
        top: .5em;
        left: .5em;
        z-index: 1; } }
  article .image-wrapper {
    width: 100%;
    position: relative;
    padding-top: 100%;
    height: auto; }
    article .image-wrapper > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  article h2, article h3 {
    padding: 0;
    margin-top: .5em;
    margin-bottom: 0;
    font-size: 18px; }
    article h2 a, article h3 a {
      color: var(--black) !important;
      text-decoration: none; }
      article h2 a:hover, article h3 a:hover {
        text-decoration: none; }
  @media (max-width: 767px) {
    article {
      display: flex;
      margin-bottom: 1.5em;
      gap: .25em .75em; }
      article .content {
        flex: 3; }
        article .content h2, article .content h3 {
          padding: 0;
          padding-top: .25em;
          margin: 0; }
      article .image-wrapper {
        flex: 1;
        padding-top: 25%; } }

.section .container h2 {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .section .container .grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5em; }
    .section .container .grid article {
      flex-basis: calc(50% - .25em); } }

@media (min-width: 981px) {
  .section .container .grid {
    display: grid;
    gap: .5em;
    margin-right: -.5em;
    grid-template-rows: [row1-start] auto [row1-end] auto [third-line] auto [last-line];
    grid-template-columns: [first] calc(25% - .5em) [line2] calc(25% - .5em) [line3] calc(25% - .5em) [line4] calc(25% - .5em) [end]; } }

/*# sourceMappingURL=front-page.css.map */
