/**
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

fieldset {
  border: none;
  margin: 0;
  min-width: inherit;
  padding: 0;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/**
 * Breakpoints, mobile first, defined in _bootstrap.scss
 *
 * Use in media queries like this:
 * @media screen and (min-width: $design-[width]) { ... }
 * @media screen and (min-width: $desktop-breakpoint) { ... }
 */
/**
 * Web safe font stacks
 *
 * $font-times-new-roman: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
 * $font-times:           Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
 * $font-georgia:         Georgia, "Times New Roman", "DejaVu Serif", serif;
 * $font-verdana:         Verdana, Tahoma, "DejaVu Sans", sans-serif;
 * $font-tahoma:          Tahoma, Verdana, "DejaVu Sans", sans-serif;
 * $font-helvetica:       Helvetica, Arial, "Nimbus Sans L", sans-serif;
 * $font-courier:         "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
 * $font-arial:           Arial, Helvetica, "Nimbus Sans L", sans-serif;
 */
/**
 * Font sizes 
 *
 * Primary font styles
 * Headings
 */
/**
 * Font sizes 
 *
 * secondary font styles
 * Headings
 * TODO: Check secondary fonts when we get access to it
 */
/**
 * Font sizes 
 *
 * body font styles
 */
/**
 * Margins 
 */
/**
 * Custom font sizes
 */
/**
 * Transitions
 */
* {
  box-sizing: border-box;
}

:root {
  --375px-xxxxs: 0.5rem;
  --375px-xxxs: 0.875rem;
  --375px-xxs: 0.875rem;
  --375px-xs: 1.375rem;
  --375px-s: 1.5rem;
  --375px-m: 2rem;
  --375px-l: 2.5rem;
  --375px-xl: 3rem;
  --375px-xxl: 4rem;
  --1025px-xxxxs: 0.5rem;
  --1025px-xxxs: 0.875rem;
  --1025px-xxs: 1rem;
  --1025px-xs: 1.5rem;
  --1025px-s: 2rem;
  --1025px-m: 3rem;
  --1025px-l: 4rem;
  --1025px-xl: 6rem;
  --1025px-xxl: 6rem;
  --768px-xxxxs: 0.5rem;
  --768px-xxxs: 0.875rem;
  --768px-xxs: 0.875rem;
  --768px-xs: 1.375rem;
  --768px-s: 1.5rem;
  --768px-m: 2rem;
  --768px-l: 2.5rem;
  --768px-xl: 3rem;
  --768px-xxl: 4rem;
  --1440px-xxxxs: 0.5rem;
  --1440px-xxxs: 0.875rem;
  --1440px-xxs: 1rem;
  --1440px-xs: 1.5rem;
  --1440px-s: 2rem;
  --1440px-m: 3rem;
  --1440px-l: 4rem;
  --1440px-xl: 6rem;
  --1440px-xxl: 6rem;
  --1680px-xxxxs: 0.5rem;
  --1680px-xxxs: 0.875rem;
  --1680px-xxs: 1rem;
  --1680px-xs: 1.5rem;
  --1680px-s: 2rem;
  --1680px-m: 3rem;
  --1680px-l: 4rem;
  --1680px-xl: 6rem;
  --1680px-xxl: 6rem;
}

body.login {
  position: relative;
  overflow-x: hidden;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
  background-color: #fff;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-left: var(--375px-s);
  padding-right: 1.5rem;
  padding-right: var(--375px-s);
  /**
   * Breakpoints, mobile first, defined in _bootstrap.scss
   *
   * Use in media queries like this:
   * @media screen and (min-width: $design-[width]) { ... }
   * @media screen and (min-width: $desktop-breakpoint) { ... }
   */
  /**
   * Web safe font stacks
   *
   * $font-times-new-roman: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
   * $font-times:           Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
   * $font-georgia:         Georgia, "Times New Roman", "DejaVu Serif", serif;
   * $font-verdana:         Verdana, Tahoma, "DejaVu Sans", sans-serif;
   * $font-tahoma:          Tahoma, Verdana, "DejaVu Sans", sans-serif;
   * $font-helvetica:       Helvetica, Arial, "Nimbus Sans L", sans-serif;
   * $font-courier:         "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
   * $font-arial:           Arial, Helvetica, "Nimbus Sans L", sans-serif;
   */
  /**
   * Font sizes 
   *
   * Primary font styles
   * Headings
   */
  /**
   * Font sizes 
   *
   * secondary font styles
   * Headings
   * TODO: Check secondary fonts when we get access to it
   */
  /**
   * Font sizes 
   *
   * body font styles
   */
  /**
   * Margins 
   */
  /**
   * Custom font sizes
   */
  /**
   * Transitions
   */
  /**
   * Breakpoints, mobile first, defined in _bootstrap.scss
   *
   * Use in media queries like this:
   * @media screen and (min-width: $design-[width]) { ... }
   * @media screen and (min-width: $desktop-breakpoint) { ... }
   */
  /**
   * Web safe font stacks
   *
   * $font-times-new-roman: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
   * $font-times:           Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
   * $font-georgia:         Georgia, "Times New Roman", "DejaVu Serif", serif;
   * $font-verdana:         Verdana, Tahoma, "DejaVu Sans", sans-serif;
   * $font-tahoma:          Tahoma, Verdana, "DejaVu Sans", sans-serif;
   * $font-helvetica:       Helvetica, Arial, "Nimbus Sans L", sans-serif;
   * $font-courier:         "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
   * $font-arial:           Arial, Helvetica, "Nimbus Sans L", sans-serif;
   */
  /**
   * Font sizes 
   *
   * Primary font styles
   * Headings
   */
  /**
   * Font sizes 
   *
   * secondary font styles
   * Headings
   * TODO: Check secondary fonts when we get access to it
   */
  /**
   * Font sizes 
   *
   * body font styles
   */
  /**
   * Margins 
   */
  /**
   * Custom font sizes
   */
  /**
   * Transitions
   */
  /* Errors and consent */
  /* Confirmations */
  /* Assets */
  /* Fields */
  /* Variables */
  /* Margins */
  /* Space between fields */
  /* Assets */
  /* These are extended to Gravity Forms below */
}
@media screen and (min-width: 768px) {
  body.login {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  body.login {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1680px) {
  body.login {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  body.login {
    padding-top: 6rem;
    padding-top: var(--1025px-xl);
  }
}
@media screen and (min-width: 1025px) {
  body.login {
    padding-bottom: 6rem;
    padding-bottom: var(--1025px-xl);
  }
}
@media screen and (min-width: 1440px) {
  body.login {
    padding-left: 2rem;
    padding-left: var(--1440px-s);
  }
}
@media screen and (min-width: 1440px) {
  body.login {
    padding-right: 2rem;
    padding-right: var(--1440px-s);
  }
}
@media screen and (min-width: 1025px) {
  body.login::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 44vw;
    height: 100vh;
    height: 100dvh;
    background-color: #0f3d6c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
body.login form input[type=file]::file-selector-button, body.login form input[type=submit], body.login .entry-content a.button,
body.login .entry-content .wp-block-button__link,
body.login .entry-content .wp-block-file a.wp-block-file__button,
body.login .single-product .entry-summary a.button,
body.login .single-product .entry-summary .wp-block-button__link,
body.login .single-product .entry-summary .wp-block-file a.wp-block-file__button,
body.login .mceContentBody a.button,
body.login .mceContentBody .wp-block-button__link,
body.login .mceContentBody .wp-block-file a.wp-block-file__button,
body.login .hero-cta-area a.button,
body.login .hero-cta-area .wp-block-button__link,
body.login .hero-cta-area .wp-block-file a.wp-block-file__button, body.login .button, body.login .entry-content .is-style-button-outline .wp-block-button__link,
body.login .single-product .entry-summary .is-style-button-outline .wp-block-button__link,
body.login .mceContentBody .is-style-button-outline .wp-block-button__link,
body.login .hero-cta-area .is-style-button-outline .wp-block-button__link, body.login .button-outline {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #5d64ef;
  color: #fff;
  display: block;
  border: 1px solid #5d64ef;
  border-radius: 999px;
  box-shadow: 0 10px 10px 0 var(--shadow-color-normal, rgba(0, 0, 0, 0.04)), 0 20px 25px -5px var(--shadow-color-medium, rgba(149, 149, 149, 0.08));
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  padding-top: 0.875rem;
  padding-top: var(--375px-xxxs);
  padding-bottom: 0.875rem;
  padding-bottom: var(--375px-xxxs);
  padding-left: 1.375rem;
  padding-left: var(--375px-xs);
  padding-right: 1.375rem;
  padding-right: var(--375px-xs);
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  body.login form input[type=file]::file-selector-button, body.login form input[type=submit], body.login .entry-content a.button,
  body.login .entry-content .wp-block-button__link,
  body.login .entry-content .wp-block-file a.wp-block-file__button,
  body.login .single-product .entry-summary a.button,
  body.login .single-product .entry-summary .wp-block-button__link,
  body.login .single-product .entry-summary .wp-block-file a.wp-block-file__button,
  body.login .mceContentBody a.button,
  body.login .mceContentBody .wp-block-button__link,
  body.login .mceContentBody .wp-block-file a.wp-block-file__button,
  body.login .hero-cta-area a.button,
  body.login .hero-cta-area .wp-block-button__link,
  body.login .hero-cta-area .wp-block-file a.wp-block-file__button, body.login .button, body.login .entry-content .is-style-button-outline .wp-block-button__link,
  body.login .single-product .entry-summary .is-style-button-outline .wp-block-button__link,
  body.login .mceContentBody .is-style-button-outline .wp-block-button__link,
  body.login .hero-cta-area .is-style-button-outline .wp-block-button__link, body.login .button-outline {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  body.login form input[type=file]::file-selector-button, body.login form input[type=submit], body.login .entry-content a.button,
  body.login .entry-content .wp-block-button__link,
  body.login .entry-content .wp-block-file a.wp-block-file__button,
  body.login .single-product .entry-summary a.button,
  body.login .single-product .entry-summary .wp-block-button__link,
  body.login .single-product .entry-summary .wp-block-file a.wp-block-file__button,
  body.login .mceContentBody a.button,
  body.login .mceContentBody .wp-block-button__link,
  body.login .mceContentBody .wp-block-file a.wp-block-file__button,
  body.login .hero-cta-area a.button,
  body.login .hero-cta-area .wp-block-button__link,
  body.login .hero-cta-area .wp-block-file a.wp-block-file__button, body.login .button, body.login .entry-content .is-style-button-outline .wp-block-button__link,
  body.login .single-product .entry-summary .is-style-button-outline .wp-block-button__link,
  body.login .mceContentBody .is-style-button-outline .wp-block-button__link,
  body.login .hero-cta-area .is-style-button-outline .wp-block-button__link, body.login .button-outline {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  body.login form input[type=file]::file-selector-button, body.login form input[type=submit], body.login .entry-content a.button,
  body.login .entry-content .wp-block-button__link,
  body.login .entry-content .wp-block-file a.wp-block-file__button,
  body.login .single-product .entry-summary a.button,
  body.login .single-product .entry-summary .wp-block-button__link,
  body.login .single-product .entry-summary .wp-block-file a.wp-block-file__button,
  body.login .mceContentBody a.button,
  body.login .mceContentBody .wp-block-button__link,
  body.login .mceContentBody .wp-block-file a.wp-block-file__button,
  body.login .hero-cta-area a.button,
  body.login .hero-cta-area .wp-block-button__link,
  body.login .hero-cta-area .wp-block-file a.wp-block-file__button, body.login .button, body.login .entry-content .is-style-button-outline .wp-block-button__link,
  body.login .single-product .entry-summary .is-style-button-outline .wp-block-button__link,
  body.login .mceContentBody .is-style-button-outline .wp-block-button__link,
  body.login .hero-cta-area .is-style-button-outline .wp-block-button__link, body.login .button-outline {
    padding-left: 1.5rem;
    padding-left: var(--1440px-xs);
  }
}
@media screen and (min-width: 1440px) {
  body.login form input[type=file]::file-selector-button, body.login form input[type=submit], body.login .entry-content a.button,
  body.login .entry-content .wp-block-button__link,
  body.login .entry-content .wp-block-file a.wp-block-file__button,
  body.login .single-product .entry-summary a.button,
  body.login .single-product .entry-summary .wp-block-button__link,
  body.login .single-product .entry-summary .wp-block-file a.wp-block-file__button,
  body.login .mceContentBody a.button,
  body.login .mceContentBody .wp-block-button__link,
  body.login .mceContentBody .wp-block-file a.wp-block-file__button,
  body.login .hero-cta-area a.button,
  body.login .hero-cta-area .wp-block-button__link,
  body.login .hero-cta-area .wp-block-file a.wp-block-file__button, body.login .button, body.login .entry-content .is-style-button-outline .wp-block-button__link,
  body.login .single-product .entry-summary .is-style-button-outline .wp-block-button__link,
  body.login .mceContentBody .is-style-button-outline .wp-block-button__link,
  body.login .hero-cta-area .is-style-button-outline .wp-block-button__link, body.login .button-outline {
    padding-right: 1.5rem;
    padding-right: var(--1440px-xs);
  }
}
@media screen and (min-width: 1025px) {
  body.login form input[type=file]:hover::file-selector-button, body.login form input[type=submit]:hover, body.login .entry-content a.button:hover,
  body.login .entry-content .wp-block-button__link:hover,
  body.login .entry-content .wp-block-file a.wp-block-file__button:hover,
  body.login .single-product .entry-summary a.button:hover,
  body.login .single-product .entry-summary .wp-block-button__link:hover,
  body.login .single-product .entry-summary .wp-block-file a.wp-block-file__button:hover,
  body.login .mceContentBody a.button:hover,
  body.login .mceContentBody .wp-block-button__link:hover,
  body.login .mceContentBody .wp-block-file a.wp-block-file__button:hover,
  body.login .hero-cta-area a.button:hover,
  body.login .hero-cta-area .wp-block-button__link:hover,
  body.login .hero-cta-area .wp-block-file a.wp-block-file__button:hover, body.login .button:hover, body.login .button-outline:hover {
    color: #5d64ef;
    background: #fff;
  }
}
body.login form input[type=file]:active::file-selector-button, body.login form input[type=submit]:active, body.login .entry-content a.button:active,
body.login .entry-content .wp-block-button__link:active,
body.login .entry-content .wp-block-file a.wp-block-file__button:active,
body.login .single-product .entry-summary a.button:active,
body.login .single-product .entry-summary .wp-block-button__link:active,
body.login .single-product .entry-summary .wp-block-file a.wp-block-file__button:active,
body.login .mceContentBody a.button:active,
body.login .mceContentBody .wp-block-button__link:active,
body.login .mceContentBody .wp-block-file a.wp-block-file__button:active,
body.login .hero-cta-area a.button:active,
body.login .hero-cta-area .wp-block-button__link:active,
body.login .hero-cta-area .wp-block-file a.wp-block-file__button:active, body.login .button:active, body.login .button-outline:active {
  color: #5d64ef;
  background: #fff;
}
body.login form input[type=file]:disabled::file-selector-button, body.login form input[type=submit]:disabled, body.login .entry-content a.button:disabled,
body.login .entry-content .wp-block-button__link:disabled,
body.login .entry-content .wp-block-file a.wp-block-file__button:disabled,
body.login .single-product .entry-summary a.button:disabled,
body.login .single-product .entry-summary .wp-block-button__link:disabled,
body.login .single-product .entry-summary .wp-block-file a.wp-block-file__button:disabled,
body.login .mceContentBody a.button:disabled,
body.login .mceContentBody .wp-block-button__link:disabled,
body.login .mceContentBody .wp-block-file a.wp-block-file__button:disabled,
body.login .hero-cta-area a.button:disabled,
body.login .hero-cta-area .wp-block-button__link:disabled,
body.login .hero-cta-area .wp-block-file a.wp-block-file__button:disabled, body.login .button:disabled, body.login .button-outline:disabled, body.login form input.disabled[type=file]::file-selector-button, body.login form input.disabled[type=submit], body.login .entry-content a.disabled.button,
body.login .entry-content .disabled.wp-block-button__link,
body.login .entry-content .wp-block-file a.disabled.wp-block-file__button,
body.login .single-product .entry-summary a.disabled.button,
body.login .single-product .entry-summary .disabled.wp-block-button__link,
body.login .single-product .entry-summary .wp-block-file a.disabled.wp-block-file__button,
body.login .mceContentBody a.disabled.button,
body.login .mceContentBody .disabled.wp-block-button__link,
body.login .mceContentBody .wp-block-file a.disabled.wp-block-file__button,
body.login .hero-cta-area a.disabled.button,
body.login .hero-cta-area .disabled.wp-block-button__link,
body.login .hero-cta-area .wp-block-file a.disabled.wp-block-file__button, body.login .disabled.button, body.login .disabled.button-outline {
  color: #fff;
  background: rgba(93, 100, 239, 0.5);
}
body.login .entry-content .is-style-button-outline .wp-block-button__link,
body.login .single-product .entry-summary .is-style-button-outline .wp-block-button__link,
body.login .mceContentBody .is-style-button-outline .wp-block-button__link,
body.login .hero-cta-area .is-style-button-outline .wp-block-button__link, body.login .button-outline {
  background: #fff;
  border: 1px solid #5d64ef;
  color: #5d64ef;
}
@media screen and (min-width: 1025px) {
  body.login .entry-content .is-style-button-outline .wp-block-button__link:hover,
  body.login .single-product .entry-summary .is-style-button-outline .wp-block-button__link:hover,
  body.login .mceContentBody .is-style-button-outline .wp-block-button__link:hover,
  body.login .hero-cta-area .is-style-button-outline .wp-block-button__link:hover, body.login .button-outline:hover {
    background: #5d64ef;
    border-color: #5d64ef;
    color: #fff;
  }
}
body.login .entry-content .is-style-button-outline .wp-block-button__link:active,
body.login .single-product .entry-summary .is-style-button-outline .wp-block-button__link:active,
body.login .mceContentBody .is-style-button-outline .wp-block-button__link:active,
body.login .hero-cta-area .is-style-button-outline .wp-block-button__link:active, body.login .button-outline:active {
  background: #5d64ef;
  border-color: #5d64ef;
  color: #fff;
}
body.login .entry-content .is-style-button-arrow .wp-block-button__link,
body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link,
body.login .mceContentBody .is-style-button-arrow .wp-block-button__link,
body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link, body.login .button-arrow, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link, body.login .button-arrow-white {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #5d64ef;
  box-shadow: none;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
}
body.login .entry-content .is-style-button-arrow .wp-block-button__link::after,
body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link::after,
body.login .mceContentBody .is-style-button-arrow .wp-block-button__link::after,
body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link::after, body.login .button-arrow::after, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link::after,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link::after,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link::after,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link::after, body.login .button-arrow-white::after {
  content: "";
  background: #5d64ef;
  border: 1px solid #5d64ef;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: normal;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  transition: all 0.2s ease;
  margin-left: 0.875rem;
  margin-left: var(--375px-xxs);
  content: "\f061";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1440px) {
  body.login .entry-content .is-style-button-arrow .wp-block-button__link::after,
  body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link::after,
  body.login .mceContentBody .is-style-button-arrow .wp-block-button__link::after,
  body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link::after, body.login .button-arrow::after, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link::after,
  body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link::after,
  body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link::after,
  body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link::after, body.login .button-arrow-white::after {
    margin-left: 1rem;
    margin-left: var(--1440px-xxs);
  }
}
body.login .entry-content .is-style-button-arrow [target=_blank].wp-block-button__link::after,
body.login .single-product .entry-summary .is-style-button-arrow [target=_blank].wp-block-button__link::after,
body.login .mceContentBody .is-style-button-arrow [target=_blank].wp-block-button__link::after,
body.login .hero-cta-area .is-style-button-arrow [target=_blank].wp-block-button__link::after, body.login [target=_blank].button-arrow::after, body.login .entry-content .is-style-button-arrow-white [target=_blank].wp-block-button__link::after,
body.login .single-product .entry-summary .is-style-button-arrow-white [target=_blank].wp-block-button__link::after,
body.login .mceContentBody .is-style-button-arrow-white [target=_blank].wp-block-button__link::after,
body.login .hero-cta-area .is-style-button-arrow-white [target=_blank].wp-block-button__link::after, body.login [target=_blank].button-arrow-white::after {
  content: "\e09f";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
}
body.login .entry-content .is-style-button-arrow .wp-block-button__link:disabled,
body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link:disabled,
body.login .mceContentBody .is-style-button-arrow .wp-block-button__link:disabled,
body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link:disabled, body.login .button-arrow:disabled, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:disabled,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:disabled,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:disabled,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:disabled, body.login .button-arrow-white:disabled, body.login .entry-content .is-style-button-arrow .disabled.wp-block-button__link,
body.login .single-product .entry-summary .is-style-button-arrow .disabled.wp-block-button__link,
body.login .mceContentBody .is-style-button-arrow .disabled.wp-block-button__link,
body.login .hero-cta-area .is-style-button-arrow .disabled.wp-block-button__link, body.login .disabled.button-arrow, body.login .entry-content .is-style-button-arrow-white .disabled.wp-block-button__link,
body.login .single-product .entry-summary .is-style-button-arrow-white .disabled.wp-block-button__link,
body.login .mceContentBody .is-style-button-arrow-white .disabled.wp-block-button__link,
body.login .hero-cta-area .is-style-button-arrow-white .disabled.wp-block-button__link, body.login .disabled.button-arrow-white {
  color: #fff;
  background: rgba(93, 100, 239, 0.5);
}
body.login .entry-content .is-style-button-arrow .wp-block-button__link:active,
body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link:active,
body.login .mceContentBody .is-style-button-arrow .wp-block-button__link:active,
body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link:active, body.login .button-arrow:active, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:active,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:active,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:active,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:active, body.login .button-arrow-white:active {
  background: transparent;
}
body.login .entry-content .is-style-button-arrow .wp-block-button__link:active::after,
body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link:active::after,
body.login .mceContentBody .is-style-button-arrow .wp-block-button__link:active::after,
body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link:active::after, body.login .button-arrow:active::after, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:active::after,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:active::after,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:active::after,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:active::after, body.login .button-arrow-white:active::after {
  background: #fff;
  color: #5d64ef;
}
@media screen and (min-width: 1025px) {
  body.login .entry-content .is-style-button-arrow .wp-block-button__link::after,
  body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link::after,
  body.login .mceContentBody .is-style-button-arrow .wp-block-button__link::after,
  body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link::after, body.login .button-arrow::after, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link::after,
  body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link::after,
  body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link::after,
  body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link::after, body.login .button-arrow-white::after {
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
  }
  body.login .entry-content .is-style-button-arrow .wp-block-button__link:hover,
  body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link:hover,
  body.login .mceContentBody .is-style-button-arrow .wp-block-button__link:hover,
  body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link:hover, body.login .button-arrow:hover, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:hover,
  body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:hover,
  body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:hover,
  body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:hover, body.login .button-arrow-white:hover {
    background: transparent;
  }
  body.login .entry-content .is-style-button-arrow .wp-block-button__link:hover::after,
  body.login .single-product .entry-summary .is-style-button-arrow .wp-block-button__link:hover::after,
  body.login .mceContentBody .is-style-button-arrow .wp-block-button__link:hover::after,
  body.login .hero-cta-area .is-style-button-arrow .wp-block-button__link:hover::after, body.login .button-arrow:hover::after, body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:hover::after,
  body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:hover::after,
  body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:hover::after,
  body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:hover::after, body.login .button-arrow-white:hover::after {
    background: #fff;
    color: #5d64ef;
  }
}
body.login .entry-content .is-style-button-arrow-white .wp-block-button__link,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link, body.login .button-arrow-white {
  color: #fff;
}
body.login .entry-content .is-style-button-arrow-white .wp-block-button__link::after,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link::after,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link::after,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link::after, body.login .button-arrow-white::after {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:active,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:active,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:active,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:active, body.login .button-arrow-white:active {
  color: #fff;
}
body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:active::after,
body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:active::after,
body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:active::after,
body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:active::after, body.login .button-arrow-white:active::after {
  background: #fff;
  color: #5d64ef;
}
@media screen and (min-width: 1025px) {
  body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:hover,
  body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:hover,
  body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:hover,
  body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:hover, body.login .button-arrow-white:hover {
    color: #fff;
  }
  body.login .entry-content .is-style-button-arrow-white .wp-block-button__link:hover::after,
  body.login .single-product .entry-summary .is-style-button-arrow-white .wp-block-button__link:hover::after,
  body.login .mceContentBody .is-style-button-arrow-white .wp-block-button__link:hover::after,
  body.login .hero-cta-area .is-style-button-arrow-white .wp-block-button__link:hover::after, body.login .button-arrow-white:hover::after {
    background: #fff;
    color: #5d64ef;
  }
}
body.login .filter-buttons-wrapper a {
  border-radius: 0.25rem;
  border: 1px solid #eaeaea;
  color: #5d64ef;
  padding-top: 0.5rem;
  padding-top: var(--375px-xxxxs);
  padding-bottom: 0.5rem;
  padding-bottom: var(--375px-xxxxs);
  padding-left: 1.375rem;
  padding-left: var(--375px-xs);
  padding-right: 1.375rem;
  padding-right: var(--375px-xs);
}
body.login .filter-buttons-wrapper a.selected {
  background: #5d64ef;
  color: #fff;
  border-color: #5d64ef;
}
body.login .filter-buttons-wrapper a:active {
  border-color: #5d64ef;
}
@media screen and (min-width: 1025px) {
  body.login .filter-buttons-wrapper a:hover {
    border-color: #5d64ef;
  }
}
@media screen and (min-width: 1440px) {
  body.login .filter-buttons-wrapper a {
    padding-left: 1.5rem;
    padding-left: var(--1440px-xs);
  }
}
@media screen and (min-width: 1440px) {
  body.login .filter-buttons-wrapper a {
    padding-right: 1.5rem;
    padding-right: var(--1440px-xs);
  }
}
body.login .link {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #5d64ef;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  -moz-column-gap: var(--375px-xxs);
       column-gap: var(--375px-xxs);
}
@media screen and (min-width: 1440px) {
  body.login .link {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    -moz-column-gap: var(--1440px-xxs);
         column-gap: var(--1440px-xxs);
  }
}
body.login .link::after {
  content: "";
  font-size: 1.25rem;
  content: "\f061";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
}
body.login .filter-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.875rem;
  row-gap: var(--375px-xxs);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  -moz-column-gap: var(--375px-xxxxs);
       column-gap: var(--375px-xxxxs);
  margin-bottom: 2rem;
  margin-bottom: var(--375px-m);
}
@media screen and (min-width: 1440px) {
  body.login .filter-buttons-wrapper {
    row-gap: 1rem;
    row-gap: var(--1440px-xxs);
  }
}
@media screen and (min-width: 1440px) {
  body.login .filter-buttons-wrapper {
    margin-bottom: 3rem;
    margin-bottom: var(--1440px-m);
  }
}
body.login .entry-content .wp-block-button,
body.login .single-product .entry-summary .wp-block-button,
body.login .mceContentBody .wp-block-button,
body.login .hero-cta-area .wp-block-button {
  margin-top: 1.5rem;
  margin-top: var(--375px-s);
  margin-bottom: 1.5rem;
  margin-bottom: var(--375px-s);
}
@media screen and (min-width: 1440px) {
  body.login .entry-content .wp-block-button,
  body.login .single-product .entry-summary .wp-block-button,
  body.login .mceContentBody .wp-block-button,
  body.login .hero-cta-area .wp-block-button {
    margin-top: 2rem;
    margin-top: var(--1440px-s);
  }
}
@media screen and (min-width: 1440px) {
  body.login .entry-content .wp-block-button,
  body.login .single-product .entry-summary .wp-block-button,
  body.login .mceContentBody .wp-block-button,
  body.login .hero-cta-area .wp-block-button {
    margin-bottom: 2rem;
    margin-bottom: var(--1440px-s);
  }
}
body.login .background-color-purple .button,
body.login .background-color-purple .wp-block-button__link {
  color: #5d64ef;
  background-color: #fff;
  border-color: #fff;
}
body.login .background-color-purple .button:hover,
body.login .background-color-purple .wp-block-button__link:hover {
  background-color: transparent;
  color: #fff;
}
body.login .background-color-purple .button-outline,
body.login .background-color-purple .is-style-button-outline .wp-block-button__link {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
body.login .background-color-purple .button-outline:hover,
body.login .background-color-purple .is-style-button-outline .wp-block-button__link:hover {
  background-color: #fff;
  color: #5d64ef;
}
body.login html[data-whatintent=mouse] {
  /*
  input, select, textarea {
      &:focus {
          outline: none;
      }
  }
  */
}
body.login .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body.login [v-cloak] {
  display: none !important;
}
body.login .screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  body.login .mobile-sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
body.login .cf::before, body.login .cf::after {
  content: " ";
  display: table;
}
body.login .cf::after {
  clear: both;
}
body.login img.alignleft,
body.login iframe.alignleft,
body.login img.alignright,
body.login iframe.alignright,
body.login figure.alignleft,
body.login figure.alignright {
  margin: 0 0 1em;
}
body.login .alignleft,
body.login .alignright {
  float: none;
  display: block;
}
body.login iframe,
body.login figure {
  max-width: 100%;
}
body.login .wp-video {
  width: 100% !important;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  body.login .alignleft {
    float: left;
  }
  body.login .alignright {
    float: right;
  }
  body.login img.alignleft,
  body.login iframe.alignleft,
  body.login figure.alignleft {
    max-width: 46%;
    margin: 0 5% 1em 0;
  }
  body.login img.alignright,
  body.login iframe.alignright,
  body.login figure.alignright {
    max-width: 46%;
    margin: 0 0 1em 5%;
  }
  body.login .wp-video {
    margin-bottom: 1.3em;
  }
}
body.login .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.login .text-left {
  text-align: left;
}
body.login .text-right {
  text-align: right;
}
body.login .text-center {
  text-align: center;
}
body.login .oembed {
  overflow: hidden;
}
body.login .oembed iframe,
body.login .oembed video {
  max-width: 100%;
}
body.login .oembed-youtube,
body.login .oembed-vimeo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0 !important;
  width: 100% !important;
}
body.login .oembed-youtube iframe,
body.login .oembed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.login .fitted-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.login .fitted-img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  display: block;
  /* IE 11 */
  width: auto;
  height: 100%;
  /* Modern browsers */
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  body.login .fitted-img-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
body.login .skip-link {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  background: #5d64ef !important;
  box-shadow: 0 0 2px 2px hsla(0, 0%, 4%, 0.6) !important;
  display: inline-flex !important;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
  border: none !important;
  color: #fff !important;
  border-radius: 4px;
}
body.login .skip-link:focus, body.login .skip-link:active {
  clip: auto;
  height: auto;
  top: 1rem;
  left: 1rem;
  margin: 0;
  overflow: visible;
  padding: 0.5rem 0.75rem;
  width: auto;
  z-index: 100000;
  outline: 2px dashed #fff;
}
body.login .skip-link p {
  margin: 0;
}
body.login .background-color-white {
  background-color: #fff;
}
body.login .background-color-light_purple {
  background-color: #ecedff;
}
body.login .background-color-purple,
body.login .bg-purple {
  background-color: #5d64ef;
  color: #fff;
}
body.login .background-color-purple h1,
body.login .background-color-purple h2,
body.login .background-color-purple h3,
body.login .background-color-purple h4,
body.login .background-color-purple h5,
body.login .background-color-purple h6,
body.login .background-color-purple p,
body.login .background-color-purple span,
body.login .background-color-purple strong,
body.login .bg-purple h1,
body.login .bg-purple h2,
body.login .bg-purple h3,
body.login .bg-purple h4,
body.login .bg-purple h5,
body.login .bg-purple h6,
body.login .bg-purple p,
body.login .bg-purple span,
body.login .bg-purple strong {
  color: #fff;
}
body.login .background-color-purple a,
body.login .bg-purple a {
  color: #fff;
}
body.login .background-color-purple .entry-content p.is-style-heading,
body.login .bg-purple .entry-content p.is-style-heading {
  border-color: #fff;
}
body.login .background-color-purple:has(+ .block-image), body.login .background-color-purple:has(+ .block-video),
body.login .bg-purple:has(+ .block-image),
body.login .bg-purple:has(+ .block-video) {
  margin-bottom: 0 !important;
}
body.login .code {
  display: none;
}
body.login form label,
body.login form legend {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  body.login form label,
  body.login form legend {
    font-size: 1rem;
  }
}
body.login form input[type=email],
body.login form input[type=date],
body.login form input[type=datetime],
body.login form input[type=datetime-local],
body.login form input[type=month],
body.login form input[type=number],
body.login form input[type=password],
body.login form input[type=search],
body.login form input[type=tel],
body.login form input[type=text],
body.login form input[type=time],
body.login form input[type=week],
body.login form input[type=url],
body.login form select,
body.login form textarea {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 1025px) {
  body.login form input[type=email],
  body.login form input[type=date],
  body.login form input[type=datetime],
  body.login form input[type=datetime-local],
  body.login form input[type=month],
  body.login form input[type=number],
  body.login form input[type=password],
  body.login form input[type=search],
  body.login form input[type=tel],
  body.login form input[type=text],
  body.login form input[type=time],
  body.login form input[type=week],
  body.login form input[type=url],
  body.login form select,
  body.login form textarea {
    font-size: 0.875rem;
  }
}
body.login form input[type=radio] + label, body.login form input[type=checkbox] + label {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  body.login form input[type=radio] + label, body.login form input[type=checkbox] + label {
    font-size: 0.875rem;
  }
}
body.login form input[type=email],
body.login form input[type=date],
body.login form input[type=datetime],
body.login form input[type=datetime-local],
body.login form input[type=month],
body.login form input[type=number],
body.login form input[type=password],
body.login form input[type=search],
body.login form input[type=tel],
body.login form input[type=text],
body.login form input[type=time],
body.login form input[type=week],
body.login form input[type=url],
body.login form select,
body.login form textarea {
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 0.25rem;
  color: #474747;
  display: block;
  width: 100%;
  padding: 0.875rem;
  padding: var(--375px-xxs);
}
@media screen and (min-width: 1440px) {
  body.login form input[type=email],
  body.login form input[type=date],
  body.login form input[type=datetime],
  body.login form input[type=datetime-local],
  body.login form input[type=month],
  body.login form input[type=number],
  body.login form input[type=password],
  body.login form input[type=search],
  body.login form input[type=tel],
  body.login form input[type=text],
  body.login form input[type=time],
  body.login form input[type=week],
  body.login form input[type=url],
  body.login form select,
  body.login form textarea {
    padding: 1rem;
    padding: var(--1440px-xxs);
  }
}
body.login form input[type=email]::-moz-placeholder, body.login form input[type=date]::-moz-placeholder, body.login form input[type=datetime]::-moz-placeholder, body.login form input[type=datetime-local]::-moz-placeholder, body.login form input[type=month]::-moz-placeholder, body.login form input[type=number]::-moz-placeholder, body.login form input[type=password]::-moz-placeholder, body.login form input[type=search]::-moz-placeholder, body.login form input[type=tel]::-moz-placeholder, body.login form input[type=text]::-moz-placeholder, body.login form input[type=time]::-moz-placeholder, body.login form input[type=week]::-moz-placeholder, body.login form input[type=url]::-moz-placeholder, body.login form select::-moz-placeholder, body.login form textarea::-moz-placeholder {
  color: rgba(71, 71, 71, 0.7);
}
body.login form input[type=email]::placeholder,
body.login form input[type=date]::placeholder,
body.login form input[type=datetime]::placeholder,
body.login form input[type=datetime-local]::placeholder,
body.login form input[type=month]::placeholder,
body.login form input[type=number]::placeholder,
body.login form input[type=password]::placeholder,
body.login form input[type=search]::placeholder,
body.login form input[type=tel]::placeholder,
body.login form input[type=text]::placeholder,
body.login form input[type=time]::placeholder,
body.login form input[type=week]::placeholder,
body.login form input[type=url]::placeholder,
body.login form select::placeholder,
body.login form textarea::placeholder {
  color: rgba(71, 71, 71, 0.7);
}
body.login form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  min-width: 1.5rem;
  border-radius: 0.25rem;
  border: 1px solid #9b9b9b;
  background-color: #fff;
  color: #2e2855;
  cursor: pointer;
  margin-right: 0.875rem;
  margin-right: var(--375px-xxs);
}
@media screen and (min-width: 1440px) {
  body.login form input[type=checkbox] {
    margin-right: 1rem;
    margin-right: var(--1440px-xxs);
  }
}
body.login form input[type=checkbox]:checked {
  background-color: #2e2855;
  border-color: #2e2855;
  color: #fff;
}
body.login form input[type=checkbox]:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 400;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
}
body.login form input[type=checkbox] + label {
  margin-bottom: 1rem;
}
body.login form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: top;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  background-color: #fff;
  cursor: pointer;
  padding: 0.25rem;
  flex-shrink: 0;
  margin-right: 0.875rem;
  margin-right: var(--375px-xxs);
}
@media screen and (min-width: 1440px) {
  body.login form input[type=radio] {
    margin-right: 1rem;
    margin-right: var(--1440px-xxs);
  }
}
body.login form input[type=radio]:checked {
  background: #2e2855 content-box; /* Don't color the padding area */
  border-color: #2e2855;
}
body.login form input[type=radio] + label {
  margin-bottom: 1rem;
}
body.login form {
  margin-bottom: 0;
  display: grid;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 1.5rem;
  row-gap: var(--375px-s);
}
@media screen and (min-width: 1440px) {
  body.login form {
    row-gap: 2rem;
    row-gap: var(--1440px-s);
  }
}
body.login form ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body.login form label,
body.login form legend {
  margin-bottom: 0.5rem;
}
body.login form select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/caret-down-solid.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  text-overflow: ellipsis;
}
body.login form input,
body.login form select,
body.login form textarea {
  width: 100%;
}
body.login form input:focus, body.login form input:focus-visible,
body.login form select:focus,
body.login form select:focus-visible,
body.login form textarea:focus,
body.login form textarea:focus-visible {
  border-color: #2e2855;
}
body.login form input:focus + label::before {
  outline: auto;
}
body.login form input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #5d64ef;
  outline-offset: 2px;
}
body.login form input[type=file] {
  cursor: pointer;
}
body.login form input[type=file]::file-selector-button {
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  cursor: pointer;
}
body.login html[data-whatinput=mouse] form input[type=radio]:focus, body.login html[data-whatinput=mouse] form input[type=radio]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=checkbox]:focus,
body.login html[data-whatinput=mouse] form input[type=checkbox]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=email]:focus,
body.login html[data-whatinput=mouse] form input[type=email]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=date]:focus,
body.login html[data-whatinput=mouse] form input[type=date]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=datetime]:focus,
body.login html[data-whatinput=mouse] form input[type=datetime]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=datetime-local]:focus,
body.login html[data-whatinput=mouse] form input[type=datetime-local]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=month]:focus,
body.login html[data-whatinput=mouse] form input[type=month]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=number]:focus,
body.login html[data-whatinput=mouse] form input[type=number]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=password]:focus,
body.login html[data-whatinput=mouse] form input[type=password]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=search]:focus,
body.login html[data-whatinput=mouse] form input[type=search]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=tel]:focus,
body.login html[data-whatinput=mouse] form input[type=tel]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=text]:focus,
body.login html[data-whatinput=mouse] form input[type=text]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=time]:focus,
body.login html[data-whatinput=mouse] form input[type=time]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=week]:focus,
body.login html[data-whatinput=mouse] form input[type=week]:focus-visible,
body.login html[data-whatinput=mouse] form input[type=url]:focus,
body.login html[data-whatinput=mouse] form input[type=url]:focus-visible,
body.login html[data-whatinput=mouse] form select:focus,
body.login html[data-whatinput=mouse] form select:focus-visible,
body.login html[data-whatinput=mouse] form textarea:focus,
body.login html[data-whatinput=mouse] form textarea:focus-visible {
  outline: none;
}
body.login .message.register,
body.login #nav,
body.login .privacy-policy-page-link {
  display: none;
}
body.login h1,
body.login h2,
body.login h3,
body.login h4,
body.login h5 {
  font-family: "Montserrat", sans-serif;
}
body.login .title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  body.login .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  body.login .title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1680px) {
  body.login .title {
    font-size: 2rem;
  }
}
body.login #login {
  padding-top: 0;
  width: auto;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  body.login #login {
    max-width: 32.75rem;
    margin: auto 0 auto 50vw;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
body.login h1 {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  body.login h1 {
    position: fixed;
    top: 2rem;
    left: 3rem;
  }
}
body.login h1 a {
  background-image: url("../images/logo-mobile.svg");
  height: 2rem;
  width: 8.667rem;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 3rem 0;
  padding: 0;
  display: block;
  outline: 0;
  overflow: hidden;
  text-decoration: none;
  text-indent: -9999px;
}
@media screen and (min-width: 1025px) {
  body.login h1 a {
    margin: 0;
    background-image: url("../images/logo-white.svg");
    height: 1.5rem;
    width: 15.063rem;
  }
}
body.login .switch_view_link a {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  body.login .switch_view_link {
    margin-top: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    border-top: solid 1px #ccc;
  }
}
@media screen and (min-width: 1025px) {
  body.login .switch_view_link {
    position: absolute;
    top: 2rem;
    right: 3rem;
  }
}
body.login form {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  border: 0;
  box-shadow: none;
  -moz-column-gap: 0;
       column-gap: 0;
  overflow: visible;
  margin-top: 2rem;
  margin-top: var(--375px-m);
}
@media screen and (min-width: 1440px) {
  body.login form {
    margin-top: 3rem;
    margin-top: var(--1440px-m);
  }
}
@media screen and (min-width: 1025px) {
  body.login form p.half-width {
    width: 50%;
    padding-right: 0.5rem;
  }
  body.login form p.half-width + .half-width {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  body.login form p.first_name-field {
    padding-right: 0.5rem;
  }
  body.login form p.last_name-field {
    padding-left: 0.5rem;
  }
}
body.login form p,
body.login form .user-pass-wrap {
  width: 100%;
  order: 10;
}
body.login form .role-list {
  order: 1;
}
body.login form .first_name-field {
  order: 2;
}
body.login form .last_name-field {
  order: 3;
}
body.login form .privacy_policy {
  order: 20;
  font-size: 0.875rem;
  line-height: 1.5;
}
body.login form input,
body.login form .input {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
}
body.login form input[type=checkbox], body.login form input.form-check-input,
body.login form .input[type=checkbox],
body.login form .input.form-check-input {
  margin-top: 0;
}
body.login form input[type=checkbox]::before, body.login form input.form-check-input::before,
body.login form .input[type=checkbox]::before,
body.login form .input.form-check-input::before {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
body.login form label {
  width: 100%;
  margin-bottom: 0;
}
body.login form .form-check-label,
body.login form .pw-weak label,
body.login form .accept_terms label,
body.login form .forgetmenot label {
  width: auto;
  margin-bottom: 0 !important;
}
body.login form .forgetmenot,
body.login form .accept_terms {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  align-items: center;
  gap: 0.5rem;
}
body.login form .submit {
  text-align: left;
}
body.login form .submit #wp-submit {
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  body.login form .submit #wp-submit {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  body.login form .submit #wp-submit {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1680px) {
  body.login form .submit #wp-submit {
    font-size: 1rem;
  }
}
body.login form .submit .button-primary {
  float: none;
  border: 0;
  border-radius: 8px;
  line-height: 1.215;
  padding: 1rem;
  padding-left: 2rem;
  padding-left: var(--375px-m);
  padding-right: 2rem;
  padding-right: var(--375px-m);
  transition: all 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1440px) {
  body.login form .submit .button-primary {
    padding-left: 3rem;
    padding-left: var(--1440px-m);
  }
}
@media screen and (min-width: 1440px) {
  body.login form .submit .button-primary {
    padding-right: 3rem;
    padding-right: var(--1440px-m);
  }
}
body.login form .button-secondary {
  color: #6c757d;
}
body.login form .button.wp-hide-pw {
  min-height: 50px;
}
body.login .after-title-text {
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  border: solid 1px rgba(216, 217, 222, 0);
  padding: 1.5rem;
  padding: var(--375px-s);
  margin-bottom: 1.5rem;
  margin-bottom: var(--375px-s);
}
@media screen and (min-width: 1440px) {
  body.login .after-title-text {
    padding: 2rem;
    padding: var(--1440px-s);
  }
}
@media screen and (min-width: 1440px) {
  body.login .after-title-text {
    margin-bottom: 2rem;
    margin-bottom: var(--1440px-s);
  }
}
body.login .after-title-text a {
  text-decoration: underline;
}
body.login .language-switcher {
  display: none;
}
body.login .forgot-password {
  margin-left: 1.5rem;
  margin-left: var(--375px-s);
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 1440px) {
  body.login .forgot-password {
    margin-left: 2rem;
    margin-left: var(--1440px-s);
  }
}
@media screen and (max-width: 1024px) {
  body.login .forgot-password {
    display: block;
    text-align: center;
  }
}
body.login #backtoblog {
  position: fixed;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  left: 2.5rem;
  left: var(--375px-l);
  bottom: 2rem;
  bottom: var(--375px-m);
}
@media screen and (min-width: 1025px) {
  body.login #backtoblog {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  body.login #backtoblog {
    left: 4rem;
    left: var(--1440px-l);
  }
}
@media screen and (min-width: 1440px) {
  body.login #backtoblog {
    bottom: 3rem;
    bottom: var(--1440px-m);
  }
}
@media screen and (max-width: 1024px) {
  body.login #backtoblog {
    display: none;
  }
}
body.login #backtoblog a {
  color: #fff;
  text-decoration: underline;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  body.login #backtoblog a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  body.login #backtoblog a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1680px) {
  body.login #backtoblog a {
    font-size: 1rem;
  }
}
body.login #backtoblog a:hover {
  color: #fff;
}
body.login.login-action-lostpassword .message {
  display: none;
}
body.login.login-action-resetpass #backtoblog, body.login.login-action-rp #backtoblog {
  display: none;
}
body.login .notice-error {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 0.5rem;
  color: #721c24;
  margin-top: 1.5rem;
  margin-top: var(--375px-s);
}
@media screen and (min-width: 1440px) {
  body.login .notice-error {
    margin-top: 2rem;
    margin-top: var(--1440px-s);
  }
}
/*# sourceMappingURL=sourcemaps/login.css.map */
