/**
 * 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-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--product-new-homes-form {
   
  }
  
  .paragraph--type--product-new-homes-form.app--off,
  .paragraph--type--product-new-homes-form.app-- {
    background: linear-gradient(93deg, #F5EAF5 1.72%, #FBFBFD 98.59%);
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--product-new-homes-form {
      padding: 50px 0;
    }
  }

  
  .paragraph--type--product-new-homes-form .l-container {
    max-width: 1240px;
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: nowrap;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 32px 16px;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--product-new-homes-form .l-container {
      gap: 50px;
      flex-wrap: nowrap;
      padding: 0 15px;
    }
  }
  
  @media print,
  screen and (min-width: 64em) {
    .paragraph--type--product-new-homes-form .l-container {
      gap: 100px;
    }
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form {
    width: 100%;
    order: 1;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner {
    padding: 50px;
    width: 100%;
    position: relative;
    padding: 16px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner {
        padding: 24px 32px;
    }
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner h3 {
    color: var(--Primary-Black, #000);
    font-feature-settings: 'clig'off, 'liga'off;
  
    /* Desktop/Header/H1 */
    font-family: Outfit;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 36.4px */
    letter-spacing: 0.45px;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner .new-homes-form-decoration {
    width: 54px;
    position: absolute;
    right: 25px;
    top: -45px;
    width: 35px;
    top: -30px;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner .new-homes-form-decoration {
      width: 54px;
      top: -45px;
    }
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form {
      grid-template-columns: 1fr;
    }
  }

  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form label {
    color: var(--Primary-Black, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Header/H4 */
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.45px;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form .form-item,
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form .form-actions {
    margin: 0;
    order: 1;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form input {
    border-radius: 5px;
    margin-bottom: 0;
    height: 45px;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form .form-actions input {
    color: #fefefe;
    background: #EB7100;
    border-radius: 8px;
    border: 0;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 45px;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form .form-actions input:hover {
    background: #E66100;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form .form-type-checkbox {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
    order: 1;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form .form-type-checkbox label {
    margin-top: 0;
    color: #677A92
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-form .new-homes-form-inner form .form-type-checkbox input {
    margin-top: -8px;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-text {
    order: 1;
    width: 100%;
    gap: 16px;
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-text h2 {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    
    /* Mobile/Header/Large */
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: 0.45px;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--product-new-homes-form .l-container .new-homes-form-text h2 {
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;
        text-align: left;
        /* Desktop/Header/Header Large */
        font-family: Outfit;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 41.6px */
        letter-spacing: 0.45px;
    }
  }
  
  .paragraph--type--product-new-homes-form .l-container .new-homes-form-text .field--name-field-text {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 130%; /* 26px */
    letter-spacing: 0.45px;
  }
  
  @media print,
  screen and (min-width: 40em) {
    .paragraph--type--product-new-homes-form .l-container .new-homes-form-text .field--name-field-text {
        color: var(--gray-1-charcoal, #4C4C4C);
        font-feature-settings: 'liga' off, 'clig' off;
        text-align: left;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 200;
        line-height: 150%; /* 27px */
        letter-spacing: 0.425px;
    }
  }
  
  
  /*# sourceMappingURL=paragraph--product-new-homes-form.css.map*/