/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_storefront_eminence/cartridge/client/default/scss/pageDesigner/hubSpotForm.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/tou5pcg.css);
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_storefront_eminence/cartridge/client/default/scss/pageDesigner/hubSpotForm.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.font-primary {
  font-family: "big-caslon-fb", serif;
}

.font-secondary {
  font-family: "soleil", sans-serif;
}

.font-tertiary {
  font-family: "square-peg", serif;
}

.sr-only {
  position: absolute;
  padding: unset;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: unset;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: unset;
  overflow: visible;
  clip: auto;
}

/* stylelint-disable */
/* stylelint-disable */
.l-grid-wrapper {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 899.98px) {
  .l-grid-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-grid-row-1-3 {
  width: 33.33%;
}
@media (max-width: 768.98px) {
  .l-grid-row-1-3 {
    width: 100%;
  }
}
.l-grid-row-2-3 {
  width: 66.67%;
}
@media (max-width: 768.98px) {
  .l-grid-row-2-3 {
    width: 100%;
  }
}
.l-grid-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-grid-stroke-edge {
  border: 1px solid #BDB0A5;
}
.l-grid-1-1 {
  width: 100%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-1-1 {
    width: 100%;
  }
}
.l-grid-2-1 {
  width: 48%;
}
@media (max-width: 768.98px) {
  .l-grid-2-1 {
    width: 100%;
  }
}
.l-grid-3-1 {
  width: 30%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-3-1 {
    width: 100%;
  }
}
.l-grid-4-1 {
  width: 24%;
  height: 100%;
}
@media (max-width: 899.98px) {
  .l-grid-4-1 {
    width: 100%;
  }
}
.l-grid-5-1 {
  width: 18%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-5-1 {
    width: 100%;
  }
}
.l-grid-6-1 {
  width: 14%;
  height: 100%;
}
@media (max-width: 768.98px) {
  .l-grid-6-1 {
    width: 100%;
  }
}

/* stylelint-disable */
/* stylelint-disable */
.hubspot-form {
  margin: 2.5rem 0;
}
@media (max-width: 899.98px) {
  .hubspot-form {
    margin: 2.5rem 1rem;
  }
}
.hubspot-form .input {
  margin-right: 0 !important;
}
.hubspot-form .input .hs-input,
.hubspot-form .input .select2-selection {
  height: 2.5rem;
  width: 100% !important;
  border: 1px solid #444;
  border-radius: 0;
  outline: none;
  padding-left: 0.875rem;
  font-size: 0.9375rem;
  color: #423636;
}
.hubspot-form .input .hs-input::-webkit-input-placeholder, .hubspot-form .input .select2-selection::-webkit-input-placeholder {
  color: #58595B;
}
.hubspot-form .input .hs-input::-moz-placeholder, .hubspot-form .input .select2-selection::-moz-placeholder {
  color: #58595B;
}
.hubspot-form .input .hs-input:-ms-input-placeholder, .hubspot-form .input .select2-selection:-ms-input-placeholder {
  color: #58595B;
}
.hubspot-form .input .hs-input::-ms-input-placeholder, .hubspot-form .input .select2-selection::-ms-input-placeholder {
  color: #58595B;
}
.hubspot-form .input .hs-input::placeholder,
.hubspot-form .input .select2-selection::placeholder {
  color: #58595B;
}
.hubspot-form .input .select2-selection {
  padding-left: 0.5625rem;
  background-color: #fff;
}
.hubspot-form .input .select2-results {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #444;
}
.hubspot-form .input .select2-dropdown {
  border-radius: 0;
}
.hubspot-form .input .invalid {
  border: 2px solid #AF0000;
}
.hubspot-form select {
  display: none;
}
.hubspot-form .hs-error-msg {
  color: #AF0000;
  margin-top: 0.25rem;
}
.hubspot-form label {
  margin-bottom: 0.25rem;
  color: #332F27;
}
.hubspot-form .hp-form-title {
  font-weight: 470;
  font-family: "big-caslon-fb", serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
  text-align: center;
}
@media (min-width: 900px) {
  .hubspot-form .hp-form-title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.25rem;
  }
}
.hubspot-form .hb-sub-title {
  margin-bottom: 1.5rem;
  color: #000;
}
@media (min-width: 900px) {
  .hubspot-form .hb-sub-title {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 599.98px) {
  .hubspot-form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599.98px) {
  .hubspot-form fieldset .hs_firstname {
    margin-bottom: 1rem;
  }
}
@media (max-width: 599.98px) {
  .hubspot-form fieldset .hs-form-field {
    width: 100% !important;
  }
}
.hubspot-form fieldset .hs_firstname {
  padding-right: 0.75rem;
}
@media (max-width: 599.98px) {
  .hubspot-form fieldset .hs_firstname {
    padding: 0;
  }
}
.hubspot-form fieldset:has(input, select) {
  margin-bottom: 1rem;
}
.hubspot-form .hs-button {
  background-color: #C2B835;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #332F27;
  -webkit-text-fill-color: #332F27;
  border-color: #C2B835;
  max-width: 200px;
  width: 100%;
  padding: 0.5625rem;
  border-radius: 0.3125rem;
  border: 1px solid #C2B835;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: 700;
}
.hubspot-form .hs-button:focus {
  background-color: #EBE158;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #332F27;
  -webkit-text-fill-color: #332F27;
  border-color: #C2B835;
}
.hubspot-form .hs-button:hover {
  background-color: #EBE158;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #332F27;
  -webkit-text-fill-color: #332F27;
  border-color: #C2B835;
}
.hubspot-form .hs-button.disabled, .hubspot-form .hs-button[disabled=disabled], .hubspot-form .hs-button[disabled] {
  background-color: #C2B835;
  border-color: transparent;
  color: #000;
  -webkit-text-fill-color: #000;
  position: relative;
  pointer-events: none;
  opacity: 0.4;
}
.hubspot-form .hs-button.disabled:focus, .hubspot-form .hs-button[disabled=disabled]:focus, .hubspot-form .hs-button[disabled]:focus {
  background-color: #C2B835;
  border-color: transparent;
  color: #000;
  cursor: not-allowed;
  position: relative;
}
.hubspot-form .hs-button.disabled:hover, .hubspot-form .hs-button[disabled=disabled]:hover, .hubspot-form .hs-button[disabled]:hover {
  background-color: #C2B835;
  border-color: transparent;
  color: #000;
  cursor: not-allowed;
  position: relative;
}
@media (max-width: 599.98px) {
  .hubspot-form .hs-button {
    max-width: 100%;
  }
}

.hobspot-form-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1.375rem 0;
  background-image: var(--bg-desktop);
  background-size: cover;
  background-position: center;
}
@media (max-width: 899.98px) {
  .hobspot-form-container {
    background-image: var(--bg-mobile);
  }
}
.hobspot-form-container-wrapper {
  max-width: 32.25rem;
  width: 100%;
}
.hobspot-form-container-wrapper .heading-h1 {
  font-size: 2.5rem;
  text-align: center;
}

.c-newsletter-image {
  position: absolute;
}
.c-newsletter-image.absolute-left {
  left: 0;
  bottom: 0;
}
.c-newsletter-image.absolute-right {
  right: 0;
  top: 0;
}

/*# sourceMappingURL=hubSpotForm.css.map*/