* {
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img,
.left,
.right,
.center {
  display: block; }

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

button,
input[type=submit] {
  cursor: pointer;
  overflow: visible; }

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 31px;
  color: #111111;
  background-color: white;
  overflow-x: hidden; }

h1 {
  font-family: "IBM Plex Serif", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 31px; }

h2 {
  font-family: "IBM Plex Serif", serif;
  font-size: 29px;
  line-height: 47px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 31px; }

h3 {
  font-family: "IBM Plex Serif", serif;
  font-size: 23px;
  line-height: 38px;
  font-weight: bold;
  margin-top: 31px;
  margin-bottom: 19px; }

h4 {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 12px; }

h1 + h2,
h2 + h3,
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0; }

a {
  color: #d42020;
  text-decoration: none; }
  p a,
  .page-content a {
    text-decoration: underline; }
    p a.button,
    .page-content a.button {
      text-decoration: none; }


ul,
ol {
  margin-left: 31px; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 19px; }

li {
  margin-bottom: 12px; }
  li:last-child {
    margin-bottom: 0; }

blockquote {
  background-color: #f7edd4;
  padding: 19px;
  border-radius: 0 12px 12px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1); }
  blockquote > :last-child {
    margin-bottom: 0; }

sub,
sup {
  color: rgba(0, 0, 0, 0.55); }

code,
pre,
kbd {
  font-size: 16px; }

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 4px;
  border-radius: 7px;
  margin: 0 1px; }
  strong code {
    font-weight: normal; }

pre {
  background-color: #edf1ff;
  padding: 19px;
  border-radius: 0 12px 12px 0;
  border-left: 7px solid rgba(0, 0, 0, 0.1); }

kbd {
  font-size: 14px;
  color: #4e4e4e;
  background-color: #f7f7f7;
  padding: 4px 7px;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px white inset;
  margin: 0 1px; }

svg {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom; }

.drop-cap {
  font-family: "IBM Plex Serif", serif;
  font-size: 62px;
  line-height: 1em;
  font-weight: bold;
  margin-right: 7px;
  float: left; }

.small {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.55); }

.callout {
  color: #111111;
  background-color: #cce8cc;
  padding: 19px; }
  .callout.alert {
    color: #111111;
    background-color: #ffe91f; }
  .callout.note {
    color: #111111;
    background-color: #ccf1ff; }
  .callout > :last-child {
    margin-bottom: 0; }

.highlight {
  background-color: #fffb7a;
  padding: 4px 0; }

.impact {
  font-size: 23px;
  line-height: 38px; }

.pop {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4); }

.caption {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.55);
  margin-top: -26px; }
  .caption code {
    font-size: 13px; }
  .center + .caption {
    text-align: center; }
  blockquote + .caption {
    padding-left: 26px; }
  h1 + .caption,
  h2 + .caption {
    margin-top: -27.5px; }
  h3 + .caption {
    margin-top: -17.5px;
    margin-bottom: 19px; }

p,
ul,
ol,
blockquote,
pre,
img,
.callout,
.caption {
  margin-bottom: 31px; }

@media all and (min-width: 682px) {
  body:not(.has-sidebar) h1 {
      font-size: 47px;
      line-height: 73px; }
    body:not(.has-sidebar) h2 {
      font-size: 37px;
      line-height: 58px; }
    body:not(.has-sidebar) h3 {
      font-size: 29px;
      line-height: 47px; }
    body:not(.has-sidebar) h4 {
      font-size: 23px;
      line-height: 38px; }
    body:not(.has-sidebar) h1 + .caption,
    body:not(.has-sidebar) h2 + .caption {
      margin-top: -26px; }
    body:not(.has-sidebar) h3 + .caption {
      margin-top: -16px; }

  .impact {
    font-size: 29px;
    line-height: 46px; }

  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: 31px; }

  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: 31px; } }

    .grt .headline-area .page-title {
      font-family: "IBM Plex Serif", serif; }
  .grt .byline {
    font-size: 14px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 31px; }
      .grt .byline .page-author:after,
      .grt .byline .page-date:after,
      .grt .byline .page-edit:after {
        display: block;
        height: 0;
        content: '\a';
        white-space: pre; }
    .grt .byline .avatar {
      width: 50px;
      height: 50px; }
  .grt .author-description {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 31px; }
    .grt .author-description .avatar {
      float: left;
      width: 93px;
      height: 93px;
      margin-right: 19px; }
  .grt .author-description-intro {
    font-weight: bold; }
  .grt .page-container + .page-container {
    margin-top: 50px; }
    .grt .page-content > :last-child {
      margin-bottom: 0; }
  .grt .page-list {
    margin-bottom: 0; }

  @media all and (min-width: 421px) {
    .grt .byline .page-author:after,
        .grt .byline .page-date:after {
          display: none; }
        .grt .byline .page-author ~ .page-date-intro:before,
        .grt .byline .page-date-intro ~ .page-date-intro:before,
        .grt .byline .page-author ~ .page-edit:before,
        .grt .byline .page-date ~ .page-edit:before {
          color: rgba(0, 0, 0, 0.55);
          content: '\2022\0020'; } }
  @media all and (min-width: 682px) {
    .grt .headline-area {
      position: relative; } }

.grt .page-title:has(+.byline) {
  margin-bottom: 0; }

label {
  display: block;
  font-weight: bold; }
  label .required {
    font-weight: normal;
    color: #dd0000; }

input,
textarea,
select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

input[type=checkbox],
input[type=radio],
input[type=image],
input[type=submit],
select {
  width: auto; }

input[type=checkbox],
input[type=radio] {
  display: inline-block; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    display: inline;
    font-weight: normal;
    margin-left: 4px;
    user-select: none; }

textarea {
  line-height: inherit;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

select {
  border: 1px solid rgba(0, 0, 0, 0.1); }

button,
input[type=submit],
.button {
  display: inline-block;
  width: auto;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1em;
  vertical-align: top;
  color: #111111;
  text-decoration: none;
  background-color: #ffebb3;
  padding: 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  cursor: pointer;
  user-select: none; }
  button:hover,
  input[type=submit]:hover,
  .button:hover,
  button:active,
  input[type=submit]:active,
  .button:active {
    text-decoration: none;
    background-color: #fff5d9;
    transition: background-color 0.3s ease; }
  button:active,
  input[type=submit]:active,
  .button:active {
    border-bottom-width: 2px;
    margin-top: 2px; }

  button.save,
  .button.save {
    color: white;
    background-color: #509b26; }
    button.save:hover,
    .button.save:hover,
    button.save:active,
    .button.save:active {
      background-color: #60ba2e; }
  button.delete,
  .button.delete {
    color: white;
    background-color: #d50b0b; }
    button.delete:hover,
    .button.delete:hover,
    button.delete:active,
    .button.delete:active {
      background-color: #f31313; }
  button.action,
  .button.action {
    color: white;
    background-color: #12a7ff; }
    button.action:hover,
    .button.action:hover,
    button.action:active,
    .button.action:active {
      background-color: #38b5ff; }
  button.update,
  .button.update {
    color: #111111;
    background-color: #fcfc0d; }
    button.update:hover,
    .button.update:hover,
    button.update:active,
    .button.update:active {
      background-color: #fcfc33; }
  button svg,
  .button svg {
    vertical-align: inherit; }

#header {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  #nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#content {
  word-break: break-word;
  padding-top: 31px;
  padding-bottom: 31px; }

#footer {
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.container {
  box-sizing: border-box;
  padding-left: 19px;
  padding-right: 19px; }
  @media all and (min-width: 682px) {
    .container {
  max-width: 644px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }
  @media all and (min-width: 706px) {
    .container {
  max-width: 100%;
  padding-left: 31px;
  padding-right: 31px;
  margin-left: 0;
  margin-right: 0; } }
  @media all and (min-width: 1102px) {
    .container {
  max-width: 1040px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; } }

#site-title {
  font-family: "IBM Plex Serif", serif;
  font-size: 37px;
  line-height: 58px;
  font-weight: bold; }
  #site-title a {
    color: inherit; }

.menu {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .menu::-webkit-scrollbar {
    display: none; }
  .menu li {
    margin-right: 31px;
    margin-bottom: 0; }
    .menu li:last-child {
      margin-right: 0; }
  .menu a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px; }
  .menu:before {
    content: '\2194';
    color: rgba(0, 0, 0, 0.55);
    margin-right: 31px; }
  @media all and (min-width: 682px) {
    .focus .menu {
      justify-content: center; }
    .menu:before {
      display: none; } }

  .bar {
    color: rgba(0, 0, 0, 0.55); }
  @media all and (min-width: 1102px) {
    .text .bar {
      width: 100%; }
      .text .bar code {
        font-size: 13px; }
      .readability .text .bar,
      .focus .text .bar {
        box-sizing: border-box;
        float: right;
        clear: right;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 19px; }
      .readability .text .bar {
        max-width: 346px;
        margin-right: -396px; }
      .focus .text .bar {
        max-width: 167px;
        margin-right: -198px; }
        .focus .text .bar.left {
          float: left;
          clear: left;
          margin-left: -198px; } }

  .bleed {
    position: relative;
    width: 100vw;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -19px; }
  .bleed + .bleed {
    margin-top: -50px; }
  .text:first-child > .page-content:first-child > .bleed:first-child {
    border-top: 0;
    margin-top: -31px; }
  .page-content:last-child .bleed:last-child {
    border-bottom: 0;
    margin-bottom: -31px; }

  @media all and (min-width: 682px) {
    .bleed {
    margin-left: calc(calc(644px - 100vw) / 2); } }
  @media all and (min-width: 706px) {
    .bleed {
    margin-left: -31px; } }
  @media all and (min-width: 1102px) {
    .bleed {
    margin-left: calc(calc(1040px - 100vw) / 2); } }
  .focus .bleed {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .bleed .container {
    padding-top: 31px;
    padding-bottom: 31px; }
  .bleed pre {
    background-color: rgba(0, 0, 0, 0.1); }
  .bleed.no-border {
    border-top: none; }
  .bleed.red {
    background-color: #ffcccc; }
    .bleed.red blockquote,
    .bleed.red .page-content > .small,
    .bleed.red .caption,
    .bleed.red .bar {
      color: maroon; }
  .bleed.salmon {
    background-color: #ffddcc; }
    .bleed.salmon blockquote,
    .bleed.salmon .page-content > .small,
    .bleed.salmon .caption,
    .bleed.salmon .bar {
      color: #802b00; }
  .bleed.orange {
    background-color: #ffeecc; }
    .bleed.orange blockquote,
    .bleed.orange .page-content > .small,
    .bleed.orange .caption,
    .bleed.orange .bar {
      color: #805500; }
  .bleed.yellow {
    background-color: #ffffcc; }
    .bleed.yellow blockquote,
    .bleed.yellow .page-content > .small,
    .bleed.yellow .caption,
    .bleed.yellow .bar {
      color: olive; }
  .bleed.chartreuse {
    background-color: #eeffcc; }
    .bleed.chartreuse blockquote,
    .bleed.chartreuse .page-content > .small,
    .bleed.chartreuse .caption,
    .bleed.chartreuse .bar {
      color: #558000; }
  .bleed.lime {
    background-color: #ddffcc; }
    .bleed.lime blockquote,
    .bleed.lime .page-content > .small,
    .bleed.lime .caption,
    .bleed.lime .bar {
      color: #2a8000; }
  .bleed.green {
    background-color: #ccffcc; }
    .bleed.green blockquote,
    .bleed.green .page-content > .small,
    .bleed.green .caption,
    .bleed.green .bar {
      color: green; }
  .bleed.aquamarine {
    background-color: #ccffdd; }
    .bleed.aquamarine blockquote,
    .bleed.aquamarine .page-content > .small,
    .bleed.aquamarine .caption,
    .bleed.aquamarine .bar {
      color: #00802b; }
  .bleed.turquoise {
    background-color: #ccffee; }
    .bleed.turquoise blockquote,
    .bleed.turquoise .page-content > .small,
    .bleed.turquoise .caption,
    .bleed.turquoise .bar {
      color: #008055; }
  .bleed.cyan {
    background-color: #ccffff; }
    .bleed.cyan blockquote,
    .bleed.cyan .page-content > .small,
    .bleed.cyan .caption,
    .bleed.cyan .bar {
      color: teal; }
  .bleed.blue {
    background-color: #cceeff; }
    .bleed.blue blockquote,
    .bleed.blue .page-content > .small,
    .bleed.blue .caption,
    .bleed.blue .bar {
      color: #005580; }
  .bleed.steel {
    background-color: #ccddff; }
    .bleed.steel blockquote,
    .bleed.steel .page-content > .small,
    .bleed.steel .caption,
    .bleed.steel .bar {
      color: #002a80; }
  .bleed.lavender {
    background-color: #ccccff; }
    .bleed.lavender blockquote,
    .bleed.lavender .page-content > .small,
    .bleed.lavender .caption,
    .bleed.lavender .bar {
      color: navy; }
  .bleed.purple {
    background-color: #ddccff; }
    .bleed.purple blockquote,
    .bleed.purple .page-content > .small,
    .bleed.purple .caption,
    .bleed.purple .bar {
      color: #2b0080; }
  .bleed.orchid {
    background-color: #eeccff; }
    .bleed.orchid blockquote,
    .bleed.orchid .page-content > .small,
    .bleed.orchid .caption,
    .bleed.orchid .bar {
      color: #550080; }
  .bleed.magenta {
    background-color: #ffccff; }
    .bleed.magenta blockquote,
    .bleed.magenta .page-content > .small,
    .bleed.magenta .caption,
    .bleed.magenta .bar {
      color: purple; }
  .bleed.pink {
    background-color: #ffccee; }
    .bleed.pink blockquote,
    .bleed.pink .page-content > .small,
    .bleed.pink .caption,
    .bleed.pink .bar {
      color: #800055; }
  .bleed.rose {
    background-color: #ffccdd; }
    .bleed.rose blockquote,
    .bleed.rose .page-content > .small,
    .bleed.rose .caption,
    .bleed.rose .bar {
      color: #80002a; }

.bleed:has(+.bleed) {
  border-bottom: 0; }

      .readability .text .byline .avatar {
        float: right;
        margin-left: 19px;
        margin-bottom: 0; }
      .focus .text .byline .avatar {
        margin-bottom: 7px; }
      @media all and (min-width: 682px) {
        .readability .text .byline .avatar {
          float: left;
          margin-left: 0;
          margin-right: 19px; }
        .focus .text .byline .avatar {
          margin-bottom: 12px; } }
    .focus .text .breakout {
      margin-left: auto;
      margin-right: auto; }
    .text .breakout.left {
      float: none;
      margin-left: 0;
      margin-right: 0; }
    .text .pullout.left {
      float: none;
      margin-right: 0; }

@media all and (min-width: 706px) {
  .readability .text,
    .focus .text {
      max-width: 644px; }
      .readability .text .extend,
      .focus .text .extend {
        box-sizing: border-box;
        max-width: calc(100vw - 62px); }
      .readability .text .headline-area,
      .readability .text .page-content > h1,
      .readability .text .page-content > h2,
      .readability .text .page-content > h3,
      .readability .text .page-content > h4,
      .readability .text .page-content > .impact,
      .readability .text .extend,
      .readability .text .extend + .caption {
        margin-right: calc(706px - 100vw); }
    .focus .text {
      margin-left: auto;
      margin-right: auto; }
      .focus .text .headline-area,
      .focus .text .page-content > h1,
      .focus .text .page-content > h2,
      .focus .text .page-content > h3,
      .focus .text .page-content > .impact,
      .focus .text .extend,
      .focus .text .extend + .caption {
        margin-left: calc(353px - (100vw / 2));
        margin-right: calc(353px - (100vw / 2)); }
        .focus .text .extend.right {
          margin-left: 31px; }
        .focus .text .extend.left {
          margin-right: 31px; } }

@media all and (min-width: 1102px) {
  .readability .text .pullout,
      .focus .text .pullout {
        float: right;
        box-sizing: border-box; }
      .readability .text .extend,
      .focus .text .extend {
        max-width: 1040px; }
        .readability .text .extend .pullout,
        .focus .text .extend .pullout {
          float: none;
          max-width: 100%; }
      .readability .text .headline-area,
      .readability .text .page-content > h1,
      .readability .text .page-content > h2,
      .readability .text .page-content > h3,
      .readability .text .page-content > h4,
      .readability .text .page-content > .impact,
      .readability .text .extend,
      .readability .text .extend + .caption {
        margin-right: -396px; }
      .readability .text .breakout {
        max-width: calc(702.5px + (100vw - 1040px) / 2);
        margin-right: calc(-396px - (100vw - 1040px) / 2); }
      .readability .text .pullout {
        max-width: calc(100vw - (100vw - 1040px) / 2 - 694px);
        margin-right: calc(-396px - (100vw - 1040px) / 2); }
        .readability .text .extend .pullout {
          margin-left: 0;
          margin-right: 0; }
      .focus .text .headline-area,
      .focus .text .page-content > h1,
      .focus .text .page-content > h2,
      .focus .text .page-content > h3,
      .focus .text .page-content > .impact,
      .focus .text .extend,
      .focus .text .extend + .caption {
        margin-left: -198px;
        margin-right: -198px; }
      .focus .text .breakout {
        max-width: calc(504.5px + (100vw - 1040px) / 2);
        margin-left: 31px;
        margin-right: calc(322px - (100vw / 2)); }
        .focus .text .breakout.left {
          margin-left: calc(322px - (100vw / 2));
          margin-right: 31px; }
      .focus .text .pullout {
        max-width: calc(100vw - (100vw - 1040px) / 2 - 873px);
        margin-right: calc(-198px - (100vw - 1040px) / 2); }
        .focus .text .pullout.left {
          float: left;
          margin-left: calc(-198px - (100vw - 1040px) / 2);
          margin-right: 0; }
        .focus .text .extend .pullout {
          margin-left: auto;
          margin-right: auto; }
    .text .breakout,
    .text .extend .breakout {
      float: right;
      box-sizing: border-box;
      max-width: calc(504.5px + (100vw - 1040px) / 2);
      margin-left: 31px;
      margin-right: calc((1040px - 100vw) / 2); }
      .text .breakout.left,
      .text .extend .breakout.left {
        float: left;
        margin-left: calc((1040px - 100vw) / 2);
        margin-right: 31px; }
      .has-sidebar .text .breakout,
      .has-sidebar .text .extend .breakout {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }

    .focus #header,
    .focus #nav,
    .focus #nav-secondary,
    .focus #footer {
      text-align: center; }
      .focus #header-image,
      .focus #logo {
        margin-left: auto;
        margin-right: auto; }

      .focus .text .headline-area,
      .focus .text .featured-image-wrap,
      .focus .text .page-content h1,
      .focus .text h2,
      .focus .text h3,
      .focus .text h1 + .caption,
      .focus .text h2 + .caption,
      .focus .text h3 + .caption,
      .focus .text .impact,
      .focus .text .extend + .caption,
      .focus .text .extend .caption {
        text-align: center; }
        .focus .text .byline .avatar {
          margin-left: auto;
          margin-right: auto; }

/*
 * *
 * * ElmsPark Forms - Base Styles
 * * Uses PageMotor CSS variables for seamless theme integration
 */
.ep-form-wrapper {
  margin: 31px 0; }
  .ep-form-wrapper h3 {
    margin-bottom: 19px;
    color: #111111;
    font-size: 29px; }

.ep-form-messages {
  margin-bottom: 19px;
  transition: all 0.3s ease; }
  .ep-form-messages:empty {
    display: none; }
  .ep-form-messages .ep-form-success {
    padding: 12px;
    background-color: rgba(80, 155, 38, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-color: #509b26;
    color: #509b26;
    border-radius: 4px;
    font-weight: 500; }
  .ep-form-messages .ep-form-error {
    padding: 12px;
    background-color: rgba(213, 11, 11, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-color: #d50b0b;
    color: #d50b0b;
    border-radius: 4px; }

  .ep-form .ep-form-field {
    margin-bottom: 19px;
    transition: opacity 0.3s ease, transform 0.3s ease; }
    .ep-form .ep-form-field label {
      display: block;
      margin-bottom: 7px;
      color: #111111;
      font-weight: 500;
      font-size: 18px; }
    .ep-form .ep-form-field input[type="text"],
    .ep-form .ep-form-field input[type="email"],
    .ep-form .ep-form-field input[type="tel"],
    .ep-form .ep-form-field select,
    .ep-form .ep-form-field textarea {
      width: 100%;
      border-radius: 4px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease; }
      .ep-form .ep-form-field input[type="text"]:focus,
      .ep-form .ep-form-field input[type="email"]:focus,
      .ep-form .ep-form-field input[type="tel"]:focus,
      .ep-form .ep-form-field select:focus,
      .ep-form .ep-form-field textarea:focus {
        outline: none;
        border-color: #d42020;
        box-shadow: 0 0 0 3px rgba(212, 32, 32, 0.1); }
      .ep-form .ep-form-field input[type="text"]::placeholder,
      .ep-form .ep-form-field input[type="email"]::placeholder,
      .ep-form .ep-form-field input[type="tel"]::placeholder,
      .ep-form .ep-form-field select::placeholder,
      .ep-form .ep-form-field textarea::placeholder {
        color: rgba(0, 0, 0, 0.55);
        opacity: 0.7; }
    .ep-form .ep-form-field textarea {
      min-height: 120px;
      resize: vertical; }
    .ep-form .ep-form-field select {
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 7px center;
      padding-right: 31px; }
    .ep-form .ep-form-field fieldset {
      border: none;
      padding: 0;
      margin: 0; }
      .ep-form .ep-form-field fieldset legend {
        margin-bottom: 7px;
        color: #111111;
        font-weight: 500;
        font-size: 18px; }
    .ep-form .ep-form-field label {
      &: has(input[type="radio"]) &:has, input[type="checkbox"];
      &-display: flex;
      &-align-items: center;
      &-margin-bottom: 7px;
      &-cursor: pointer;
      &-font-weight: normal; }
      .ep-form .ep-form-field label input[type="radio"],
      .ep-form .ep-form-field label input[type="checkbox"] {
        margin-right: 7px;
        flex-shrink: 0; }
        .ep-form .ep-form-field label:hover {
          &-color: #d42020; }
      .ep-form .ep-form-field.ep-field-has-error input,
      .ep-form .ep-form-field.ep-field-has-error select,
      .ep-form .ep-form-field.ep-field-has-error textarea {
        border-color: #d50b0b; }
        .ep-form .ep-form-field.ep-field-has-error input:focus,
        .ep-form .ep-form-field.ep-field-has-error select:focus,
        .ep-form .ep-form-field.ep-field-has-error textarea:focus {
          box-shadow: 0 0 0 3px rgba(213, 11, 11, 0.1); }
    .ep-form .ep-form-field .ep-field-error {
      display: block;
      margin-top: 4px;
      color: #d50b0b;
      font-size: 14px;
      min-height: 1.2em; }
  .ep-form .ep-field-hidden {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none; }
  .ep-form .ep-field-visible {
    opacity: 1;
    transform: translateY(0); }

.ep-button {
  padding: 7px 19px;
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .ep-button.ep-button-action {
    background-color: #12a7ff;
    color: white; }
    .ep-button.ep-button-action:hover:not(:disabled) {
      background-color: #008cde;
      transform: translateY(-1px);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .ep-button.ep-button-action:active:not(:disabled) {
      transform: translateY(0);
      box-shadow: none; }
  .ep-button:disabled {
    opacity: 0.6;
    cursor: false; }
  .ep-button.ep-button-loading {
    position: relative;
    color: transparent; }
    .ep-button.ep-button-loading::after {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      top: 50%;
      left: 50%;
      margin-left: -8px;
      margin-top: -8px;
      border: 2px solid #111111;
      border-radius: 50%;
      border-top-color: transparent;
      animation: ep-spinner 0.8s linear infinite; }

.ep-form-builder {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 31px;
  border-radius: 4px; }
  .ep-form-builder h3 {
    margin-bottom: 12px;
    color: #111111; }
  .ep-form-builder p {
    margin-bottom: 19px;
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px; }
  .ep-form-builder .ep-builder-container {
    display: flex;
    gap: 19px;
    margin: 31px 0; }
    @media (max-width: 768px) {
      .ep-form-builder .ep-builder-container {
    flex-direction: column; } }
  .ep-form-builder .ep-field-palette {
    flex: 0 0 240px;
    background: #111111;
    padding: 19px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .ep-form-builder .ep-field-palette h4 {
      margin-bottom: 19px;
      color: #111111;
      font-size: 18px; }
    .ep-form-builder .ep-field-palette .ep-draggable-field {
      display: flex;
      align-items: center;
      gap: 7px;
      background: rgba(0, 0, 0, 0.55);
      padding: 12px;
      margin-bottom: 7px;
      cursor: move;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      transition: all 0.2s ease; }
      .ep-form-builder .ep-field-palette .ep-draggable-field:hover {
        background: #e0f7ff;
        transform: translateX(2px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
      .ep-form-builder .ep-field-palette .ep-draggable-field.ep-dragging {
        opacity: 0.5; }
  .ep-form-builder .ep-form-canvas {
    flex: 1;
    background: #111111;
    padding: 19px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 400px; }
    .ep-form-builder .ep-form-canvas h4 {
      margin-bottom: 19px;
      color: #111111;
      font-size: 18px; }
    .ep-form-builder .ep-form-canvas .ep-form-fields {
      min-height: 200px;
      padding: 7px;
      border: 2px dashed 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      transition: all 0.2s ease; }
      .ep-form-builder .ep-form-canvas .ep-form-fields.ep-drag-over {
        border-color: #d42020;
        background-color: rgba(212, 32, 32, 0.05); }
    .ep-form-builder .ep-form-canvas .ep-empty-state {
      text-align: center;
      color: rgba(0, 0, 0, 0.55);
      font-style: italic;
      padding: 31px; }
    .ep-form-builder .ep-form-canvas .ep-builder-field {
      display: flex;
      gap: 7px;
      align-items: center;
      padding: 12px;
      margin-bottom: 7px;
      background: rgba(0, 0, 0, 0.55);
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      transition: all 0.2s ease; }
      .ep-form-builder .ep-form-canvas .ep-builder-field:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
      .ep-form-builder .ep-form-canvas .ep-builder-field.ep-dragging {
        opacity: 0.5; }
      .ep-form-builder .ep-form-canvas .ep-builder-field .ep-field-handle {
        cursor: move;
        color: rgba(0, 0, 0, 0.55);
        font-size: 23px;
        user-select: none; }
        .ep-form-builder .ep-form-canvas .ep-builder-field .ep-field-handle:hover {
          color: #111111; }
      .ep-form-builder .ep-form-canvas .ep-builder-field .ep-field-type {
        min-width: 80px;
        padding: 4px 7px;
        background: #e0f7ff;
        color: #111111;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        border-radius: 3px; }
      .ep-form-builder .ep-form-canvas .ep-builder-field input,
      .ep-form-builder .ep-form-canvas .ep-builder-field textarea {
        flex: 1;
        padding: 7px;
        font-size: 14px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px; }
        .ep-form-builder .ep-form-canvas .ep-builder-field input:focus,
        .ep-form-builder .ep-form-canvas .ep-builder-field textarea:focus {
          outline: none;
          border-color: #d42020; }
        .ep-form-builder .ep-form-canvas .ep-builder-field input.ep-field-name,
        .ep-form-builder .ep-form-canvas .ep-builder-field textarea.ep-field-name {
          max-width: 150px;
          font-family: monospace; }
        .ep-form-builder .ep-form-canvas .ep-builder-field input.ep-field-options,
        .ep-form-builder .ep-form-canvas .ep-builder-field textarea.ep-field-options {
          font-size: 14px; }
        .ep-form-builder .ep-form-canvas .ep-builder-field input.ep-field-condition,
        .ep-form-builder .ep-form-canvas .ep-builder-field textarea.ep-field-condition {
          max-width: 200px;
          font-family: monospace;
          font-size: 14px; }
      .ep-form-builder .ep-form-canvas .ep-builder-field textarea.ep-field-consent-text {
        min-height: 60px;
        font-size: 14px; }
      .ep-form-builder .ep-form-canvas .ep-builder-field .ep-field-remove {
        background: #d50b0b;
        color: white;
        border: none;
        width: 28px;
        height: 28px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 23px;
        line-height: 1;
        transition: all 0.2s ease; }
        .ep-form-builder .ep-form-canvas .ep-builder-field .ep-field-remove:hover {
          background: #a50808;
          transform: scale(1.1); }
    .ep-form-builder .ep-form-canvas .ep-drop-indicator {
      height: 3px;
      background: #d42020;
      margin: 7px 0;
      border-radius: 2px;
      animation: ep-pulse 1s ease-in-out infinite; }
    .ep-form-builder .ep-form-canvas .ep-update-fields {
      margin-top: 19px; }
      .ep-form-builder .ep-form-canvas .ep-update-fields.ep-has-changes {
        animation: ep-pulse-bg 2s ease-in-out infinite; }
      .ep-form-builder .ep-form-canvas .ep-update-fields.ep-button-success {
        background-color: #509b26; }
        .ep-form-builder .ep-form-canvas .ep-update-fields.ep-button-success:hover {
          background-color: #3b721c; }

@keyframes ep-spinner {
    to {
    transform: rotate(360deg); }
 }
@keyframes ep-pulse {
     {
    opacity: 1; }


     {
    opacity: 0.5; }
 }
@keyframes ep-pulse-bg {
     {
    box-shadow: 0 0 0 0 rgba(212, 32, 32, 0.4); }


     {
    box-shadow: 0 0 0 4px rgba(212, 32, 32, 0.2); }
 }
@media (max-width: 768px) {
  .ep-form-wrapper {
    margin: 19px 0; }

  .ep-form-field {
    margin-bottom: 19px; }

  .ep-builder-field {
    flex-wrap: wrap; }
    .ep-builder-field .ep-field-type {
      order: -1;
      width: 100%;
      margin-bottom: 7px; }
    .ep-builder-field input,
    .ep-builder-field textarea {
      width: 100%;
      margin-bottom: 7px; } }

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; } }

@media print {
  .ep-form-builder,
  .ep-form-messages,
  .ep-button {
    display: none; }

  .ep-form-field {
    page-break-inside: avoid; } }

/*
 * ---:[ Custom CSS ]:---
 */
.pagemotor-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px; }

.logo-pagemotor {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #de0404;
  border-radius: 100%;
  flex-shrink: 0; }

.logo-pagemotor svg {
  width: 33.33px;
  height: 33.33px;
  stroke: #ffdf38; }

  a.logo-pagemotor:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
    a.logo-pagemotor:hover svg {
      transform: rotate(30deg); }

hr {
  margin-top: 31px;
  margin-bottom: 31px; }
  hr.hr-sine {
    height: 12px;
    background: url(/user-content/images/sine-wave.svg) repeat-x;
    border: none; }
    hr.hr-sine + h2 {
      margin-top: 0; }

.email-form {
  text-align: center; }
  .email-form .field-email {
    border-radius: 0 12px 12px 0;
    margin-bottom: 7px; }
  .email-form button {
    padding-top: 8px;
    padding-bottom: 8px; }
  @media all and (min-width: 644px) {
    .email-form .field-email {
      display: inline-block;
      width: 55%;
      margin-right: 7px; } }

