/**
 * 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--new-homes-report-stats {
    background: linear-gradient(90deg, #F5EAF5 0%, #FBFBFD 100%);
    padding: 30px 0;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats {
        background: linear-gradient(90deg, #F5EAF5 0%, #FBFBFD 100%);
        padding: 100px 0;
    }
}

.paragraph--type--new-homes-report-stats .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--new-homes-report-stats .l-container {
        flex-wrap: nowrap;
    }
}

.paragraph--type--new-homes-report-stats .l-container .row {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 64px;
}

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

.paragraph--type--new-homes-report-stats .l-container .text-area h1 {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Outfit;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 48px */
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats .l-container .text-area h1 {
        font-size: 40px;
    }
}

.paragraph--type--new-homes-report-stats .l-container .text-area h2 {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga'off, 'clig'off;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 36px */
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats .l-container .text-area h2 {
        font-size: 24px;
    }
}

.paragraph--type--new-homes-report-stats .l-container .field--name-field-cta a {
    display: inline-block;
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 400;
    color: #fefefe;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    background: #EB7100;
    text-align: center;
    margin-top: 0;
}

@media print,
screen and (min-width: 40em) {
    .paragraph--type--new-homes-report-stats .l-container .field--name-field-cta a {
        padding: 15px 40px;
        text-align: center;
        margin-top: 20px;
    }
}

.paragraph--type--new-homes-report-stats .l-container .field--name-field-cta a:hover {
    background: #E66100;
}


/*# sourceMappingURL=new-homes-report-stats.css.map*/