/**
 * Base Styles
 * - 01 - Foundation
 * - 02 - Utilities
 * - 03 - Framework
 * - 04 - Settings
 */
/*------------------------------------*\
  01 - Foundation
\*------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*------------------------------------*\
  02 - Utilities
\*------------------------------------*/
/*------------------------------------*\
  03 - Framework
\*------------------------------------*/
/*------------------------------------*\
  04 - Settings
\*------------------------------------*/
/**
 * Colors
 * - 01 - Variables
 * - 02 - Mapping
 */
/*------------------------------------*\
  01 - Variables
\*------------------------------------*/
/*------------------------------------*\
  02 - Mapping
\*------------------------------------*/
@font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-ExtraLight.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

/******* End Drupal Defaults *******/
.paragraph--type--row-of-tiles {
    padding: 30px 0;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--row-of-tiles {
        padding: 100px 0;
    }
}

.paragraph--type--row-of-tiles .l-container {
    max-width: 1480px;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--row-of-tiles .l-container {
        flex-wrap: nowrap;
    }
}

.paragraph--type--row-of-tiles .l-container .row {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--row-of-tiles .l-container .row {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.paragraph--type--row-of-tiles .l-container h2 {
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Outfit;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 64.4px */
    letter-spacing: 0px;
    background: linear-gradient(268deg, var(--Neutral-Slate-700, #49494F) 39.57%, var(--Neutral-Slate-600, #858993) 68.16%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 40px 50px;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--row-of-tiles .l-container h2 {
        font-size: 56px;
        margin-bottom: 40px;
    }
}


/*# sourceMappingURL=row-of-tiles.css.map*/