@layer reset, framework, base, layout, components, utilities;
@layer framework {
  /* Bulma Utilities */
  :root {
    --bulma-control-radius: var(--bulma-radius);
    --bulma-control-radius-small: var(--bulma-radius-small);
    --bulma-control-border-width: 1px;
    --bulma-control-height: 2.5em;
    --bulma-control-line-height: 1.5;
    --bulma-control-padding-vertical: calc(0.5em - 1px);
    --bulma-control-padding-horizontal: calc(0.75em - 1px);
    --bulma-control-size: var(--bulma-size-normal);
    --bulma-control-focus-shadow-l: 50%;
  }
}
@layer layout {
  .page-custom-highlight {
    border-top: 5px solid #33af9e;
    margin: 2rem 0;
    padding: 3rem;
    background-color: white;
    border-radius: 0;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
    color: #333;
    max-width: 100%;
    position: relative;
  }
  @media only screen and (max-width: 1024px) {
    .page-custom-highlight {
      padding: 2rem !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .page-custom-highlight {
      padding: 1.5rem !important;
    }
  }
  .page-custom-frame {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame .frame {
    background: url("../../common/images/step-tile-small.e3da903a38ce.png") top left repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame .frame-content img {
    display: block;
  }
  .page-custom-frame-pink {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame-pink .frame {
    background: #ffc5aa;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame-pink .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame-pink .frame-content img {
    display: block;
  }
  .page-custom-frame-green {
    position: relative;
    margin: 2rem 0;
  }
  .page-custom-frame-green .frame {
    background: #a7e5dc;
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 90;
    width: calc(100% - 1rem);
    height: 100%;
  }
  .page-custom-frame-green .frame-content {
    position: relative;
    z-index: 100;
    background: #ffe2d4 !important;
    right: 1rem;
    left: 0;
    min-height: 80px;
    width: calc(100% - 1rem);
  }
  .page-custom-frame-green .frame-content img {
    display: block;
  }
  .page-custom-quote {
    background: url("../../common/images/small-green-steps.4cb306ff779f.png") repeat;
    margin: 3rem 0;
  }
  .page-custom-quote .quote-content {
    background: #298a7c;
    margin-left: 100px;
    min-height: 80px;
    color: white !important;
    padding: 3rem;
  }
  @media only screen and (max-width: 1024px) {
    .page-custom-quote .quote-content {
      padding: 2rem !important;
      margin-left: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .page-custom-quote .quote-content {
      padding: 1.5rem !important;
      margin-left: 30px;
    }
  }
  .page-custom-quote .quote-content h1,
  .page-custom-quote .quote-content h2,
  .page-custom-quote .quote-content h3,
  .page-custom-quote .quote-content h4,
  .page-custom-quote .quote-content p {
    color: inherit !important;
  }
  .arx-editor-container {
    border: none !important;
  }
}
@layer components {
  #form-field label {
    display: none;
  }
  #form-field #data-use {
    display: block;
  }
  #form-field .control input::placeholder {
    color: #333 !important;
  }
}
@layer components {
  #page {
    width: 100%;
  }
}
