@charset "UTF-8";
/**
 * SETTINGS
 * Breakpoints..........Mixins and variables for responsive styles
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Structure............Vertical spacing for the main components. Max-widths and horizontal spacing for viewport, main, blocks, and measures
 * Reset................Reset specific elements to make them easier to style in other contexts.
 *
 * ELEMENTS
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * All the block Styles
 * Patterns.............Styles that apply to blocks when contained within a class.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * Color Palette........Classes for the color palette colors.
 */
/* Categories 01 to 03 are the basics. */
/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/* Variables */
:root {
  /* Font Family */
  --global--font-primary: open-sans, sans-serif;
  --global--font-secondary: lora, serif;
  --global--font-family-body: var(--global--font-primary);
  --global--font-family-headings: var(--global--font-secondary);
  --global--container-padding: 20px;
  /* Font Size */
  --global--font-size-base: 15px;
  --global--font-size-sm: 14px;
  --global--font-size-md: 24px;
  --global--font-size-mdlg: var(--global--font-size-base);
  --global--font-size-lg: 28px;
  --global--font-size-xl: 32px;
  --global--font-size-huge: 40px;
  --global--letter-spacing: normal;
  /* Line Height */
  --global--line-height-base: 1.7;
  --global--line-height-base--sm: 1.5;
  --global--line-height-base--lg: 2;
  --global--line-height-base--xlg: 2.4;
  --global--line-height-heading: 1.1;
  /* Headings */
  --heading--font-family: var(--global--font-secondary);
  --heading--font-size-h6: var(--global--font-size-sm);
  --heading--font-size-h5: var(--global--font-size-base);
  --heading--font-size-h4: var(--global--font-size-md);
  --heading--font-size-h3: var(--global--font-size-lg);
  --heading--font-size-h2: var(--global--font-size-xl);
  --heading--font-size-h1: var(--global--font-size-huge);
  --heading--letter-spacing-h6: var(--global--letter-spacing);
  --heading--letter-spacing-h5: var(--global--letter-spacing);
  --heading--letter-spacing-h4: var(--global--letter-spacing);
  --heading--letter-spacing-h3: var(--global--letter-spacing);
  --heading--letter-spacing-h2: var(--global--letter-spacing);
  --heading--letter-spacing-h1: var(--global--letter-spacing);
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-heading);
  --heading--font-weight: normal;
  --heading--font-weight-strong: 700;
  /* figcaption */
  --figcaption--font-size: var(--global--font-size-sm);
  --figcaption--line-height: var(--global--line-height-base);
  /* Colors */
  --global--color-white: #FFFFFF;
  --global--color-black: #000000;
  --global--color-red: #D72A21;
  --global--color-gray: #58595B;
  --global--color-darkgray: #1D1D1F;
  --global--color-lightgray: #DBDBDB;
  --global--color-cream: #F6F4EE;
  --global--color-orange: #F89728;
  --global--color-yellow: #FFDD00;
  --global--color-green: #A0CF67;
  --global--color-blue: #007FC4;
  --global--color-purple: #7F3F98;
  --global--color-navtextgray: #2B2B2B;
  --global--color-base: var(--global--color-gray);
  /* Body text color */
  --global--color-link: var(--global--color-red);
  --global--color-link-hover: var(--global--color-blue);
  --global--color-background: var(--global--color-white);
  /* default body background */
  --global--color-border: var(--global--color-lightgray);
  /* Used for borders (separators) */
  /* Forms */
  --global--color-form: var(--global--color-gray);
  --global--border-width-form: 1px;
  --global--border-radius-form: 12px;
  --global--spacing-unit-form: 15px;
  --global--font-size-form: 15px;
  --global--width-form: 240px;
  /* Buttons */
  --global--color-button: var(--global--color-red);
  --global--color-button-hover: transparent;
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;
  --table--stripes-background-color: var(--global--color-cream);
  --table--border-color: var(--global--color-darkgray);
}
:root[lang=ko-KR] {
  --global--font-primary: "Noto Sans KR", sans-serif;
  --global--font-secondary: "Noto Sans KR", sans-serif;
}

@media only screen and (min-width: 652px) {
  :root {
    --global--font-size-base: 16px;
    --global--font-size-mdlg: 24px;
    --global--font-size-lg: 32px;
    --global--font-size-xl: 45px;
    --global--font-size-huge: 60px;
    --global--container-padding: 15px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration-style: dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge, and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--global--font-primary);
  line-height: var(--global--line-height-base);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-size: var(--global--font-size-base);
  font-weight: normal;
  color: var(--global--color-base);
  text-align: left;
  background-color: var(--global--color-background);
}

button {
  cursor: pointer;
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 */
/**
 * Set the default maximum responsive content-width
 */
:root {
  --global--default-width: 1400px;
  --global--wide-width: 1400px;
  --global--full-width: 1600px;
  --global--text-width: calc(100vw - var(--global--spacing-horizontal));
  --global--text-width-centered: calc(100vw - var(--global--spacing-horizontal));
  /* Spacing */
  --global--spacing-horizontal: 40px;
  --global--spacing-vertical: 20px;
  --responsive--spacing-horizontal: var(--global--spacing-horizontal);
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), var(--global--default-width));
    --responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
    --responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
    --responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
  }
}
@media only screen and (min-width: 652px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), var(--global--default-width));
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), var(--global--default-width));
    --responsive--alignfull-width: var(--global--full-width);
    --global--text-width: 1200px;
    --global--text-width-centered: 1200px;
  }
}
/**
 * Extends
 */
.default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.alignwide, .wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.alignfull, .wp-block-group .wp-block-group__inner-container > *.alignfull {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 482px) {
  .alignfull, .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.alignfull [class*=inner-container] > .alignwide, .alignwide [class*=inner-container] > .alignwide {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 482px) {
  .entry-content > .alignleft {
    /*rtl:ignore*/
    margin-left: var(--responsive--alignleft-margin);
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
  }
}
@media only screen and (min-width: 482px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
    /*rtl:ignore*/
    margin-right: var(--responsive--alignright-margin);
  }
}
html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
  max-width: none;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
input, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
  outline: none;
  border: var(--global--border-width-form) solid var(--global--color-form);
  border-radius: var(--global--border-radius-form);
  color: var(--global--color-form);
  padding: var(--global--spacing-unit-form);
  font-size: var(--global--font-size-form);
  width: var(--global--width-form);
  margin: 0 0 0;
  max-width: 100%;
  font-weight: normal;
  line-height: 21px;
}
input:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
  outline-offset: 2px;
  outline: none;
  color: var(--global--color-form);
}
input:disabled, input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
  opacity: 0.7;
}

input[type=email],
input[type=url] {
  direction: ltr;
}

select {
  border: var(--global--border-width-form) solid var(--global--color-form);
  border-radius: var(--global--border-radius-form);
  color: var(--global--color-form);
  font-size: var(--global--font-size-form);
  width: var(--global--width-form);
  margin: 0 0 0;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: var(--global--spacing-unit-form);
  background: var(--global--color-white) url("../images/dropdown-arrow.svg") no-repeat;
  background-size: 16px 8px;
  background-position: right 20px center;
  outline: none;
}
select:focus {
  outline-offset: 2px;
  outline: none;
}

textarea {
  width: 100% !important;
}

label {
  font-weight: normal !important;
  display: block;
  color: var(--global--color-form);
  font-size: var(--global--font-form);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

form ul {
  list-style-type: none;
  padding-left: 0;
}
form [class*=-error], form [class*=-required-label] {
  border-color: var(--global--color-red) !important;
  color: var(--global--color-red) !important;
}

/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    margin: 0px 0px 10px 0px !important;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 24px !important;
    height: 24px !important;
    border: var(--global--border-width-form) solid var(--global--color-form);
    background: var(--global--color-white);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    opacity: 0.7;
  }

  input[type=checkbox] {
    border-radius: 6px;
  }
  input[type=checkbox]:focus {
    outline-offset: 2px;
    outline: none;
  }
  input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 4px;
    top: 0;
    position: absolute;
    width: 13px !important;
    height: 13px !important;
    border-top: 0;
    border-left: 0;
  }
  input[type=checkbox]:checked {
    border-color: var(--global--color-form);
    background: var(--global--color-form);
  }
  input[type=checkbox]:checked:after {
    content: url("../images/white-checkmark.svg");
    opacity: 1;
  }
  input[type=checkbox]:checked + label {
    color: var(--global--color-gray);
  }

  input[type=radio],
.wpforms-container input[type=radio] {
    outline: 2px solid var(--global--color-form) !important;
    outline-offset: 4px !important;
    border: none !important;
    width: 12px !important;
    height: 12px !important;
    margin-bottom: 1px !important;
    margin-left: 6px !important;
  }
  input[type=radio]:after,
.wpforms-container input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    border-radius: 50%;
    background: var(--global--color-blue);
  }
  input[type=radio]:checked,
.wpforms-container input[type=radio]:checked {
    background: var(--global--color-form);
  }
  input[type=radio]:checked:after,
.wpforms-container input[type=radio]:checked:after {
    opacity: 1;
  }
}
input[type=checkbox] + label,
input[type=radio] + label {
  color: var(--global--color-form);
  display: inline-block !important;
  padding-left: 10px;
  font-size: var(--global--font-size-form);
  vertical-align: top !important;
}

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=range] {
    -webkit-appearance: none;
    /* Hides the slider so that custom slider can be made */
    width: 100%;
    /* Specific width is required for Firefox. */
    height: 6px;
    background: var(--form--color-ranged);
    border-radius: 6px;
    outline-offset: 10px;
  }
  input[type=range]:disabled {
    opacity: 0.7;
  }

  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
  }

  input[type=range]::-moz-range-thumb {
    border: 3px solid var(--form--color-ranged);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--global--color-background);
    cursor: pointer;
    box-sizing: border-box;
  }
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  border-width: 19px 0;
  border-color: var(--global--color-background);
  background: transparent;
  color: transparent;
  cursor: pointer;
}

input[type=range]::-ms-fill-upper {
  background: var(--form--color-ranged);
  border-radius: 6px;
}

input[type=range]::-ms-fill-lower {
  background: var(--form--color-ranged);
  border-radius: 6px;
}

input[type=range]::-ms-thumb {
  border: 3px solid var(--form--color-ranged);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: var(--global--color-background);
  cursor: pointer;
}

fieldset {
  display: grid;
  border-color: var(--global--color-secondary);
  padding: var(--global--spacing-horizontal);
}
fieldset legend {
  font-size: var(--global--font-size-lg);
}
fieldset input[type=submit] {
  max-width: max-content;
}
fieldset input:not([type=submit]) {
  margin-bottom: var(--global--spacing-unit);
}
fieldset input[type=radio], fieldset input[type=checkbox] {
  margin-bottom: 0;
}
fieldset input[type=radio] + label, fieldset input[type=checkbox] + label {
  font-size: var(--form--font-size);
  padding-left: 0;
  margin-bottom: var(--global--spacing-unit);
}

::-moz-placeholder {
  opacity: 1;
}

.post-password-message {
  font-size: var(--global--font-size-lg);
}

.post-password-form {
  display: flex;
  flex-wrap: wrap;
}
.post-password-form__label {
  width: 100%;
  margin-bottom: 0;
}
.post-password-form input[type=password] {
  flex-grow: 1;
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-right: calc(0.66 * var(--global--spacing-horizontal));
}
.post-password-form__submit {
  margin-top: calc(var(--global--spacing-vertical) / 3);
}
@media only screen and (min-width: 592px) {
  .post-password-form__submit {
    margin-left: calc(0.4 * var(--global--spacing-horizontal));
  }
}

@media only screen and (max-width: 481px) {
  form .stackfield {
    width: 100% !important;
    float: none !important;
    margin-left: auto !important;
  }
}
form button {
  padding: 0;
  display: block;
  text-align: center;
  border-radius: 30px 0;
  min-height: 59px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 59px;
  font-weight: 700;
  max-width: 100%;
  width: 231px;
  color: var(--global--color-white);
  border: 2px solid;
  background-color: var(--global--color-button);
  border-color: var(--global--color-button) !important;
}
form button:hover, form button:focus, form button:active {
  background-color: var(--global--color-button-hover);
  color: var(--global--color-button);
}

.is-style-form-container div {
  clear: both;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=tel], input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select, textarea, input[type=text], input[type=password],
input[type=datetime], input[type=datetime-local],
input[type=date], input[type=month], input[type=time],
input[type=week], input[type=number], input[type=email],
input[type=tel], input[type=url] {
    font-size: 16px;
  }
}
/* Fix Input Zoom   */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
textarea,
input, input:active {
    font-size: 16px;
  }
}
input[type=text], textarea {
  font-size: 1em;
}

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

/* Classic editor images */
.entry-content img {
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
  color: currentColor;
  font-size: var(--figcaption--font-size);
  line-height: var(--figcaption--line-height);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}
.alignleft figcaption, .alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
  margin-bottom: 0;
}

/* Over here, place any elements that do not need to have their own file. */
b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  white-space: pre;
  overflow-x: auto;
}

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */
a {
  cursor: pointer;
  color: var(--global--color-link);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--global--color-link-hover);
}

a:focus-visible {
  outline-offset: 2px;
  outline: 1px dotted var(--global--color-blue);
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
.block-editor-panel-color-gradient-settings {
  display: none;
}

.wp-block-button {
  max-width: 100%;
}

.wp-block-button__link {
  padding: 0;
  display: block;
  text-align: center;
  border-radius: 30px 0;
  min-height: 59px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 59px;
  font-weight: 700;
  max-width: 100%;
  width: 231px;
  color: var(--global--color-white);
  border: 2px solid;
  background-color: var(--global--color-button);
  border-color: var(--global--color-button) !important;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  background-color: var(--global--color-button-hover);
  color: var(--global--color-button);
}

.is-style-solid .has-gray-color {
  color: var(--global--color-gray);
}
.is-style-solid .has-gray-color:hover, .is-style-solid .has-gray-color:focus, .is-style-solid .has-gray-color:active {
  color: var(--global--color-gray) !important;
}
.is-style-solid .has-gray-background-color {
  background-color: var(--global--color-gray) !important;
  border-color: var(--global--color-gray) !important;
}
.is-style-solid .has-red-background-color.has-gray-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-gray) !important;
}
.is-style-solid .has-black-color {
  color: var(--global--color-black);
}
.is-style-solid .has-black-color:hover, .is-style-solid .has-black-color:focus, .is-style-solid .has-black-color:active {
  color: var(--global--color-black) !important;
}
.is-style-solid .has-black-background-color {
  background-color: var(--global--color-black) !important;
  border-color: var(--global--color-black) !important;
}
.is-style-solid .has-red-background-color.has-black-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-black) !important;
}
.is-style-solid .has-darkgray-color {
  color: var(--global--color-darkgray);
}
.is-style-solid .has-darkgray-color:hover, .is-style-solid .has-darkgray-color:focus, .is-style-solid .has-darkgray-color:active {
  color: var(--global--color-darkgray) !important;
}
.is-style-solid .has-darkgray-background-color {
  background-color: var(--global--color-darkgray) !important;
  border-color: var(--global--color-darkgray) !important;
}
.is-style-solid .has-red-background-color.has-darkgray-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-darkgray) !important;
}
.is-style-solid .has-lightgray-color {
  color: var(--global--color-lightgray);
}
.is-style-solid .has-lightgray-color:hover, .is-style-solid .has-lightgray-color:focus, .is-style-solid .has-lightgray-color:active {
  color: var(--global--color-lightgray) !important;
}
.is-style-solid .has-lightgray-background-color {
  background-color: var(--global--color-lightgray) !important;
  border-color: var(--global--color-lightgray) !important;
}
.is-style-solid .has-red-background-color.has-lightgray-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-lightgray) !important;
}
.is-style-solid .has-green-color {
  color: var(--global--color-green);
}
.is-style-solid .has-green-color:hover, .is-style-solid .has-green-color:focus, .is-style-solid .has-green-color:active {
  color: var(--global--color-green) !important;
}
.is-style-solid .has-green-background-color {
  background-color: var(--global--color-green) !important;
  border-color: var(--global--color-green) !important;
}
.is-style-solid .has-red-background-color.has-green-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-green) !important;
}
.is-style-solid .has-blue-color {
  color: var(--global--color-blue);
}
.is-style-solid .has-blue-color:hover, .is-style-solid .has-blue-color:focus, .is-style-solid .has-blue-color:active {
  color: var(--global--color-blue) !important;
}
.is-style-solid .has-blue-background-color {
  background-color: var(--global--color-blue) !important;
  border-color: var(--global--color-blue) !important;
}
.is-style-solid .has-red-background-color.has-blue-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-blue) !important;
}
.is-style-solid .has-purple-color {
  color: var(--global--color-purple);
}
.is-style-solid .has-purple-color:hover, .is-style-solid .has-purple-color:focus, .is-style-solid .has-purple-color:active {
  color: var(--global--color-purple) !important;
}
.is-style-solid .has-purple-background-color {
  background-color: var(--global--color-purple) !important;
  border-color: var(--global--color-purple) !important;
}
.is-style-solid .has-red-background-color.has-purple-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-purple) !important;
}
.is-style-solid .has-orange-color {
  color: var(--global--color-orange);
}
.is-style-solid .has-orange-color:hover, .is-style-solid .has-orange-color:focus, .is-style-solid .has-orange-color:active {
  color: var(--global--color-orange) !important;
}
.is-style-solid .has-orange-background-color {
  background-color: var(--global--color-orange) !important;
  border-color: var(--global--color-orange) !important;
}
.is-style-solid .has-red-background-color.has-orange-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-orange) !important;
}
.is-style-solid .has-yellow-color {
  color: var(--global--color-yellow);
}
.is-style-solid .has-yellow-color:hover, .is-style-solid .has-yellow-color:focus, .is-style-solid .has-yellow-color:active {
  color: var(--global--color-yellow) !important;
}
.is-style-solid .has-yellow-background-color {
  background-color: var(--global--color-yellow) !important;
  border-color: var(--global--color-yellow) !important;
}
.is-style-solid .has-red-background-color.has-yellow-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-yellow) !important;
}
.is-style-solid .has-cream-color {
  color: var(--global--color-cream);
}
.is-style-solid .has-cream-color:hover, .is-style-solid .has-cream-color:focus, .is-style-solid .has-cream-color:active {
  color: var(--global--color-cream) !important;
}
.is-style-solid .has-cream-background-color {
  background-color: var(--global--color-cream) !important;
  border-color: var(--global--color-cream) !important;
}
.is-style-solid .has-red-background-color.has-cream-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-cream) !important;
}
.is-style-solid .has-white-color {
  color: var(--global--color-white);
}
.is-style-solid .has-white-color:hover, .is-style-solid .has-white-color:focus, .is-style-solid .has-white-color:active {
  color: var(--global--color-white) !important;
}
.is-style-solid .has-white-background-color {
  background-color: var(--global--color-white) !important;
  border-color: var(--global--color-white) !important;
}
.is-style-solid .has-red-background-color.has-white-color:not(.has-white-color):hover {
  background-color: var(--global--color-button) !important;
  color: var(--global--color-white) !important;
}
.is-style-solid .has-red-background-color:hover, .is-style-solid .has-red-background-color:focus, .is-style-solid .has-red-background-color:active {
  background-color: var(--global--color-button-hover) !important;
  color: var(--global--color-button) !important;
}
.is-style-solid .has-red-background-color {
  border: 2px solid var(--global--color-button) !important;
  background-color: var(--global--color-button) !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline a {
  padding: 0;
  color: var(--global--color-button);
  background-color: var(--global--color-button-hover);
  border: 2px solid var(--global--color-button);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):focus, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):active,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active,
.wp-block-button.is-style-outline a:hover,
.wp-block-button.is-style-outline a:focus,
.wp-block-button.is-style-outline a:active {
  color: var(--global--color-white);
  background-color: var(--global--color-button);
}

.is-style-outline .has-gray-color {
  color: var(--global--color-gray) !important;
  border-color: var(--global--color-gray) !important;
}
.is-style-outline .has-gray-color:hover, .is-style-outline .has-gray-color:focus, .is-style-outline .has-gray-color:active {
  background-color: var(--global--color-gray) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-black-color {
  color: var(--global--color-black) !important;
  border-color: var(--global--color-black) !important;
}
.is-style-outline .has-black-color:hover, .is-style-outline .has-black-color:focus, .is-style-outline .has-black-color:active {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-darkgray-color {
  color: var(--global--color-darkgray) !important;
  border-color: var(--global--color-darkgray) !important;
}
.is-style-outline .has-darkgray-color:hover, .is-style-outline .has-darkgray-color:focus, .is-style-outline .has-darkgray-color:active {
  background-color: var(--global--color-darkgray) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-lightgray-color {
  color: var(--global--color-lightgray) !important;
  border-color: var(--global--color-lightgray) !important;
}
.is-style-outline .has-lightgray-color:hover, .is-style-outline .has-lightgray-color:focus, .is-style-outline .has-lightgray-color:active {
  background-color: var(--global--color-lightgray) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-green-color {
  color: var(--global--color-green) !important;
  border-color: var(--global--color-green) !important;
}
.is-style-outline .has-green-color:hover, .is-style-outline .has-green-color:focus, .is-style-outline .has-green-color:active {
  background-color: var(--global--color-green) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-blue-color {
  color: var(--global--color-blue) !important;
  border-color: var(--global--color-blue) !important;
}
.is-style-outline .has-blue-color:hover, .is-style-outline .has-blue-color:focus, .is-style-outline .has-blue-color:active {
  background-color: var(--global--color-blue) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-purple-color {
  color: var(--global--color-purple) !important;
  border-color: var(--global--color-purple) !important;
}
.is-style-outline .has-purple-color:hover, .is-style-outline .has-purple-color:focus, .is-style-outline .has-purple-color:active {
  background-color: var(--global--color-purple) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-orange-color {
  color: var(--global--color-orange) !important;
  border-color: var(--global--color-orange) !important;
}
.is-style-outline .has-orange-color:hover, .is-style-outline .has-orange-color:focus, .is-style-outline .has-orange-color:active {
  background-color: var(--global--color-orange) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-yellow-color {
  color: var(--global--color-yellow) !important;
  border-color: var(--global--color-yellow) !important;
}
.is-style-outline .has-yellow-color:hover, .is-style-outline .has-yellow-color:focus, .is-style-outline .has-yellow-color:active {
  background-color: var(--global--color-yellow) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-cream-color {
  color: var(--global--color-cream) !important;
  border-color: var(--global--color-cream) !important;
}
.is-style-outline .has-cream-color:hover, .is-style-outline .has-cream-color:focus, .is-style-outline .has-cream-color:active {
  background-color: var(--global--color-cream) !important;
  color: var(--global--color-white) !important;
}
.is-style-outline .has-white-color {
  color: var(--global--color-white) !important;
  border-color: var(--global--color-white) !important;
}
.is-style-outline .has-white-color:hover, .is-style-outline .has-white-color:focus, .is-style-outline .has-white-color:active {
  background-color: var(--global--color-white) !important;
  color: var(--global--color-white) !important;
}

.wp-block-button.is-style-underline .wp-block-button__link,
.wp-block-button.is-style-underline a {
  min-width: 0;
  color: var(--global--color-button);
  text-align: left;
  border-radius: 0;
  background-color: transparent !important;
  border-bottom: 3px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  min-height: 10px;
  line-height: 1.5;
  position: relative;
  padding: 0 37px 0.5em 0;
}
@media (max-width: 375px) {
  .wp-block-button.is-style-underline .wp-block-button__link,
.wp-block-button.is-style-underline a {
    padding-right: 30px;
  }
}
.wp-block-button.is-style-underline a:after, .wp-block-button.is-style-underline a:active:after {
  content: url("../images/arrow-right.svg");
  width: 22px;
  right: 0;
  padding: 0 0 0.5em;
  position: absolute;
  transition: transform ease-out 300ms;
  border-bottom: 3px solid;
}
.wp-block-button.is-style-underline a:hover:after {
  transform: translateX(10px);
}

.is-style-underline .has-gray-color {
  color: var(--global--color-gray) !important;
  border-color: var(--global--color-gray) !important;
}
.is-style-underline .has-gray-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-black-color {
  color: var(--global--color-black) !important;
  border-color: var(--global--color-black) !important;
}
.is-style-underline .has-black-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-darkgray-color {
  color: var(--global--color-darkgray) !important;
  border-color: var(--global--color-darkgray) !important;
}
.is-style-underline .has-darkgray-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-lightgray-color {
  color: var(--global--color-lightgray) !important;
  border-color: var(--global--color-lightgray) !important;
}
.is-style-underline .has-lightgray-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-green-color {
  color: var(--global--color-green) !important;
  border-color: var(--global--color-green) !important;
}
.is-style-underline .has-green-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-blue-color {
  color: var(--global--color-blue) !important;
  border-color: var(--global--color-blue) !important;
}
.is-style-underline .has-blue-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-purple-color {
  color: var(--global--color-purple) !important;
  border-color: var(--global--color-purple) !important;
}
.is-style-underline .has-purple-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-orange-color {
  color: var(--global--color-orange) !important;
  border-color: var(--global--color-orange) !important;
}
.is-style-underline .has-orange-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-yellow-color {
  color: var(--global--color-yellow) !important;
  border-color: var(--global--color-yellow) !important;
}
.is-style-underline .has-yellow-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-cream-color {
  color: var(--global--color-cream) !important;
  border-color: var(--global--color-cream) !important;
}
.is-style-underline .has-cream-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-white-color {
  color: var(--global--color-white) !important;
  border-color: var(--global--color-white) !important;
}
.is-style-underline .has-white-color:after {
  border-color: var(--global--color-red) !important;
}
.is-style-underline .has-blue-color:after {
  filter: sepia(0) hue-rotate(200deg) brightness(1);
}
.is-style-underline .has-green-color:after {
  filter: sepia(0) hue-rotate(435deg) brightness(2);
}
.is-style-underline .has-gray-color:after {
  filter: grayscale(100%);
}
.is-style-underline .has-black-color:after {
  filter: sepia(0) hue-rotate(1deg) brightness(0);
}
.is-style-underline .has-darkgray-color:after {
  filter: grayscale(100%) sepia(0) hue-rotate(1deg) brightness(0.1);
}
.is-style-underline .has-lightgray-color:after {
  filter: grayscale(100%) sepia(0) hue-rotate(1deg) brightness(2.5);
}
.is-style-underline .has-purple-color:after {
  filter: sepia(0) hue-rotate(290deg) brightness(0.6);
}
.is-style-underline .has-orange-color:after {
  filter: sepia(0) hue-rotate(30deg) brightness(2);
}
.is-style-underline .has-yellow-color:after {
  filter: sepia(0) hue-rotate(60deg) brightness(2.5);
}
.is-style-underline .has-cream-color:after {
  filter: grayscale(98%) sepia(0) hue-rotate(40deg) brightness(2.8);
}
.is-style-underline .has-white-color:after {
  filter: grayscale(5%) sepia(0) hue-rotate(250deg) brightness(6);
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  padding-inline: var(--global--container-padding);
}
.wp-block-cover.is-light .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: var(--global--color-base);
}
.wp-block-cover.is-style-pagehero,
.wp-block-cover-image.is-style-pagehero {
  padding-top: 60px;
  min-height: 0;
  padding-bottom: 40px;
}
@media (min-width: 1250px) {
  .wp-block-cover.is-style-pagehero,
.wp-block-cover-image.is-style-pagehero {
    padding-top: 150px;
  }
}
.wp-block-cover.is-style-pagehero.has-background-dim-10 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-10 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-10 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-10 + img.wp-block-cover__image-background {
  opacity: 0.1;
}
.wp-block-cover.is-style-pagehero.has-background-dim-20 img.wp-block-cover__image-background, .wp-block-cover.is-style-pagehero.has-background-dim-20 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-30 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-20 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-20 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-30 + img.wp-block-cover__image-background {
  opacity: 0.2;
}
.wp-block-cover.is-style-pagehero.has-background-dim-30 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-30 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-30 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-30 + img.wp-block-cover__image-background {
  opacity: 0.3;
}
.wp-block-cover.is-style-pagehero.has-background-dim-40 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-40 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-40 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-40 + img.wp-block-cover__image-background {
  opacity: 0.4;
}
.wp-block-cover.is-style-pagehero.has-background-dim img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim + img.wp-block-cover__image-background {
  opacity: 0.5;
}
.wp-block-cover.is-style-pagehero.has-background-dim-60 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-60 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-60 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-60 + img.wp-block-cover__image-background {
  opacity: 0.6;
}
.wp-block-cover.is-style-pagehero.has-background-dim-70 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-70 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-70 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-70 + img.wp-block-cover__image-background {
  opacity: 0.7;
}
.wp-block-cover.is-style-pagehero.has-background-dim-80 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-80 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-80 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-80 + img.wp-block-cover__image-background {
  opacity: 0.8;
}
.wp-block-cover.is-style-pagehero.has-background-dim-90 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-90 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-90 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-90 + img.wp-block-cover__image-background {
  opacity: 0.9;
}
.wp-block-cover.is-style-pagehero.has-background-dim-100 img.wp-block-cover__image-background,
.wp-block-cover.is-style-pagehero .has-background-dim-100 + img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero.has-background-dim-100 img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero .has-background-dim-100 + img.wp-block-cover__image-background {
  opacity: 1;
}
.wp-block-cover.is-style-pagehero img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero img.wp-block-cover__image-background {
  opacity: 0;
}
.wp-block-cover.is-style-pagehero:before span.has-background-dim,
.wp-block-cover-image.is-style-pagehero:before span.has-background-dim {
  opacity: 1 !important;
}
.wp-block-cover.is-style-pagehero p,
.wp-block-cover-image.is-style-pagehero p {
  max-width: var(--responsive--aligndefault-width) !important;
}
.wp-block-cover.is-style-pagehero .wp-block-button,
.wp-block-cover-image.is-style-pagehero .wp-block-button {
  margin-top: 20px;
}
@media only screen and (max-width: 821px) {
  .wp-block-cover.is-style-pagehero.is-style-pagehero,
.wp-block-cover-image.is-style-pagehero.is-style-pagehero {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .wp-block-cover.is-style-pagehero.is-style-pagehero .wp-block-cover__inner-container,
.wp-block-cover-image.is-style-pagehero.is-style-pagehero .wp-block-cover__inner-container {
    z-index: 3;
  }
  .wp-block-cover.is-style-pagehero img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero img.wp-block-cover__image-background {
    position: static;
    order: 1;
    margin-top: -10%;
    -webkit-mask-image: linear-gradient(transparent, black 50%);
    mask-image: linear-gradient(transparent, black 50%);
    z-index: 2;
  }
  .wp-block-cover.is-style-pagehero span.has-background-dim,
.wp-block-cover-image.is-style-pagehero span.has-background-dim {
    z-index: 1;
  }
  .wp-block-cover.is-style-pagehero:before,
.wp-block-cover-image.is-style-pagehero:before {
    display: none;
  }
}
@media only screen and (min-width: 822px) {
  .wp-block-cover.is-style-pagehero.is-style-pagehero,
.wp-block-cover-image.is-style-pagehero.is-style-pagehero {
    min-height: 450px;
  }
  .wp-block-cover.is-style-pagehero img.wp-block-cover__image-background,
.wp-block-cover-image.is-style-pagehero img.wp-block-cover__image-background {
    object-fit: cover;
    width: 66.66%;
    margin-left: auto;
  }
  .wp-block-cover.is-style-pagehero:before,
.wp-block-cover.is-style-pagehero span.has-background-dim,
.wp-block-cover-image.is-style-pagehero:before,
.wp-block-cover-image.is-style-pagehero span.has-background-dim {
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0.9) 50px, transparent 125px), linear-gradient(90deg, black 33.33%, transparent 66.66%, transparent 100%);
    mask-image: linear-gradient(rgba(0, 0, 0, 0.9) 50px, transparent 125px), linear-gradient(90deg, black 33.33%, transparent 66.66%, transparent 100%);
  }
  .wp-block-cover.is-style-pagehero *[class*=inner-container] > *:not(.login-widget),
.wp-block-cover-image.is-style-pagehero *[class*=inner-container] > *:not(.login-widget) {
    width: 51% !important;
    margin-left: 0 !important;
    max-width: var(--responsive--aligndefault-width) !important;
  }
}
.wp-block-cover.is-style-homehero, .wp-block-cover.is-style-largehero,
.wp-block-cover-image.is-style-homehero,
.wp-block-cover-image.is-style-largehero {
  overflow: hidden;
  padding-bottom: 150px;
  padding-top: 30px;
  min-height: 568px;
  align-items: flex-start;
  background-color: var(--global--color-lightgray);
}
.wp-block-cover.is-style-homehero h1, .wp-block-cover.is-style-largehero h1,
.wp-block-cover-image.is-style-homehero h1,
.wp-block-cover-image.is-style-largehero h1 {
  max-width: 80% !important;
  margin-left: 0 !important;
}
.wp-block-cover.is-style-homehero p, .wp-block-cover.is-style-largehero p,
.wp-block-cover-image.is-style-homehero p,
.wp-block-cover-image.is-style-largehero p {
  max-width: 50% !important;
  margin-left: 0 !important;
}
@media only screen and (min-width: 822px) {
  .wp-block-cover.is-style-homehero h1, .wp-block-cover.is-style-largehero h1,
.wp-block-cover-image.is-style-homehero h1,
.wp-block-cover-image.is-style-largehero h1 {
    max-width: 65% !important;
  }
  .wp-block-cover.is-style-homehero p, .wp-block-cover.is-style-largehero p,
.wp-block-cover-image.is-style-homehero p,
.wp-block-cover-image.is-style-largehero p {
    max-width: 65% !important;
  }
}
@media (min-width: 1250px) {
  .wp-block-cover.is-style-homehero, .wp-block-cover.is-style-largehero,
.wp-block-cover-image.is-style-homehero,
.wp-block-cover-image.is-style-largehero {
    padding-top: 100px;
    min-height: 705px;
  }
}
@media only screen and (max-width: 821px) {
  .wp-block-cover.is-style-homehero.is-style-pagehero, .wp-block-cover.is-style-largehero.is-style-pagehero,
.wp-block-cover-image.is-style-homehero.is-style-pagehero,
.wp-block-cover-image.is-style-largehero.is-style-pagehero {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .wp-block-cover.is-style-homehero:before, .wp-block-cover.is-style-largehero:before,
.wp-block-cover-image.is-style-homehero:before,
.wp-block-cover-image.is-style-largehero:before {
    display: none;
  }
}
@media only screen and (min-width: 822px) {
  .wp-block-cover.is-style-homehero *[class*=inner-container] > *:not(.login-widget), .wp-block-cover.is-style-largehero *[class*=inner-container] > *:not(.login-widget),
.wp-block-cover-image.is-style-homehero *[class*=inner-container] > *:not(.login-widget),
.wp-block-cover-image.is-style-largehero *[class*=inner-container] > *:not(.login-widget) {
    width: 71% !important;
    margin-left: 0 !important;
    max-width: 65% !important;
  }
}
.wp-block-cover.is-style-homehero .wp-block-button, .wp-block-cover.is-style-largehero .wp-block-button,
.wp-block-cover-image.is-style-homehero .wp-block-button,
.wp-block-cover-image.is-style-largehero .wp-block-button {
  margin-top: 20px;
}
.wp-block-cover.is-style-homehero .wp-block-buttons, .wp-block-cover.is-style-largehero .wp-block-buttons,
.wp-block-cover-image.is-style-homehero .wp-block-buttons,
.wp-block-cover-image.is-style-largehero .wp-block-buttons {
  margin-left: 0 !important;
}
.wp-block-cover.is-style-homehero .block-editor-block-list__layout, .wp-block-cover.is-style-largehero .block-editor-block-list__layout,
.wp-block-cover-image.is-style-homehero .block-editor-block-list__layout,
.wp-block-cover-image.is-style-largehero .block-editor-block-list__layout {
  position: static !important;
}
.wp-block-cover.is-style-homehero:after,
.wp-block-cover-image.is-style-homehero:after {
  display: block;
  width: 40%;
  height: 100%;
  max-width: 215px !important;
  max-height: 290px !important;
  min-height: 30px !important;
  content: "";
  background: url("../images/hanmi-logo-no-right.svg") no-repeat;
  position: absolute;
  background-position: right bottom !important;
  bottom: -35px !important;
  right: -2px !important;
  top: auto !important;
  left: auto !important;
}
@media only screen and (min-width: 652px) {
  .wp-block-cover.is-style-homehero:after,
.wp-block-cover-image.is-style-homehero:after {
    max-width: 380px !important;
    max-height: 500px !important;
    width: 30% !important;
    bottom: -50px !important;
  }
}
@media only screen and (min-width: 822px) {
  .wp-block-cover.is-style-homehero:after,
.wp-block-cover-image.is-style-homehero:after {
    width: 37% !important;
    bottom: -80px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .wp-block-cover.is-style-homehero:after,
.wp-block-cover-image.is-style-homehero:after {
    width: 30% !important;
  }
}
.wp-block-cover.is-style-media-left,
.wp-block-cover-image.is-style-media-left {
  padding: 100px 5% 50px 45%;
  margin-left: auto;
  margin-right: auto;
}

#login-widget-container {
  display: none;
}

@media (min-width: 1250px) {
  #login-widget-container {
    display: block;
  }
}
#login-widget-container {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 80px;
  max-width: 740px !important;
}

.login-widget {
  box-shadow: 0px 3px 6px #00000029;
  background-color: var(--global--color-white);
  z-index: 101;
  width: 740px !important;
  height: 99px;
  position: relative;
  padding: 14px 16px;
  display: none;
}
@media (min-width: 1250px) {
  .login-widget {
    display: block;
  }
}
.login-widget .login-widget-content {
  display: flex;
  flex-direction: row;
}
.login-widget form {
  display: flex;
  flex-direction: row;
}
.login-widget .login-col {
  position: relative;
  margin-right: 15px;
}
.login-widget .login-col.inline {
  display: inline-block;
}
.login-widget .login-col-inner {
  max-width: 475px;
}
.login-widget .additional-links {
  font-size: 12px;
  padding-right: 25px;
  color: var(--global--color-gray);
  text-decoration: underline;
}
.login-widget .additional-links:hover {
  color: var(--global--color-red);
}
.login-widget .login-col1 {
  margin-right: 20px;
}
.login-widget .login-col1 p {
  max-width: 100% !important;
  margin-top: 0;
  padding-top: 5px;
  line-height: 23px;
  font-family: var(--global--font-secondary);
  display: inline-block;
  font-size: 20px;
  border-bottom: 2px solid var(--global--color-red);
}
.login-widget input {
  display: block;
  width: 220px;
  height: 35px;
  background: var(--global--color-white);
  margin-bottom: 7px;
  font-size: 1em;
}
.login-widget input.password {
  padding-right: 35px;
}
.login-widget input.password::-ms-reveal {
  display: none;
}
.login-widget .eye-icon {
  background: url("../images/eye-fill.svg") no-repeat;
  background-size: 16.2px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 16.2px;
  height: 12px;
  cursor: pointer;
}
.login-widget .eye-icon.unmasked {
  top: 12px;
  background: url("../images/eye-slash-fill.svg") no-repeat;
}
.login-widget .login-btn {
  width: 131px;
  margin-left: 0;
}
.login-widget .login-btn button {
  text-decoration: none;
  line-height: 30px;
  height: 35px;
  color: var(--global--color-white);
  background-color: var(--global--color-button);
  border: 2px solid var(--global--color-button);
  min-height: 35px;
  border-radius: 20px 0;
}
.login-widget .login-btn button:hover, .login-widget .login-btn button:focus, .login-widget .login-btn button:active {
  color: var(--global--color-button);
  background-color: var(--global--color-button-hover);
}

#saved-password-notice {
  position: absolute;
  width: 700px;
  background-color: var(--global--color-red);
  color: white;
  padding: 6px 10px;
  left: 20px;
  font-size: 12px;
  box-shadow: 0px 3px 6px #00000029;
  top: 0%;
  visibility: hidden;
  transition: visibility 0s, top 500ms ease;
  border-bottom-right-radius: 30px;
}

#saved-password-notice.notice-active {
  visibility: visible;
  top: 100%;
}

.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group .wp-block-group__inner-container > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background {
  padding: 0px;
  min-width: none !important;
}
.wp-block-group.has-background .wp-block-group__inner-container > .alignfull,
.wp-block-group.has-background .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
  max-width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical)));
  width: calc(var(--responsive--alignfull-width) + (2 * var(--global--spacing-vertical)));
  margin-left: calc(-1 * var(--global--spacing-vertical));
}
.wp-block-group.is-style-card {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 40px 0;
  padding: 35px;
  box-shadow: 0px 6px 25px #0000001d;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}
@media only screen and (min-width: 592px) {
  .wp-block-group.is-style-card {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .wp-block-group.is-style-card {
    padding: 45px 50px;
  }
}
.wp-block-group.is-style-card .wp-block-heading + .wp-block-buttons {
  margin-top: 0;
}
.wp-block-group.is-style-card hr {
  height: 1px;
  background-color: #dbdbdb;
  border: none;
}
.wp-block-group.is-style-card figure {
  min-height: 61px;
}
.wp-block-group.is-style-card figure img {
  height: 100%;
}
.wp-block-group.is-style-card .wp-block-buttons {
  justify-content: center;
}
@media only screen and (min-width: 592px) {
  .wp-block-group.is-style-card .wp-block-buttons {
    margin-top: calc(var(--global--spacing-vertical) * 1.5);
  }
}
.wp-block-group.is-style-card.stretch-card .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: space-between;
  height: 100%;
}
.wp-block-group.is-style-card.stretch-card .wp-block-group__inner-container .wp-block-group {
  align-self: stretch;
  margin-top: 0;
}
.wp-block-group.is-style-card.stretch-card .wp-block-group__inner-container .wp-block-group__inner-container {
  display: block;
}
.wp-block-group.is-style-card.stretch-card .wp-block-group {
  max-width: 100% !important;
}
.wp-block-group.is-style-card-left-align {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 40px 0;
  box-shadow: 0px 6px 25px #00000029;
  padding: 35px;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
  height: 100%;
}
@media only screen and (min-width: 592px) {
  .wp-block-group.is-style-card-left-align {
    padding: 40px;
  }
}
@media only screen and (min-width: 822px) {
  .wp-block-group.is-style-card-left-align {
    padding: 45px 60px;
  }
}
.wp-block-group.is-style-card-left-align .aligncenter,
.wp-block-group.is-style-card-left-align .has-text-align-center {
  text-align: left;
  margin-inline: 0;
}
.wp-block-group.is-style-card-left-align hr {
  height: 1px;
  background-color: #dbdbdb;
  border: none;
}
.wp-block-group.is-style-card-left-align .wp-block-image {
  text-align: left;
  margin-top: 30px;
}
.wp-block-group.is-style-card-left-align .wp-block-buttons {
  justify-content: left;
  margin-inline: 0;
  padding-inline: 0;
  margin-bottom: 0;
}
.wp-block-group.is-style-card-left-align p a {
  color: var(--global--color-red);
}
.wp-block-group.is-style-card-left-align.stretch-card .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: space-between;
  height: 100%;
}
.wp-block-group.is-style-card-left-align.stretch-card .wp-block-group__inner-container .wp-block-group {
  align-self: stretch;
}
.wp-block-group.is-style-card-left-align.stretch-card .wp-block-group__inner-container .wp-block-group__inner-container {
  display: block;
}
.wp-block-group.is-style-title-content {
  padding-bottom: 60px;
}
.wp-block-group.is-style-title-content hr {
  height: 1px;
  background-color: #dbdbdb;
  border: none;
  max-width: none !important;
  width: 100% !important;
}
.wp-block-group.is-style-form-container {
  max-width: 680px !important;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.reusable-stories .wp-block-column {
  margin-bottom: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 481px) {
  .wp-block-group.reusable-stories .wp-block-button {
    margin-bottom: 30px;
  }
  .wp-block-group.reusable-stories .wp-block-column:last-of-type .wp-block-button {
    margin-bottom: 0;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.is-style-heading {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: calc(16px + 0.2ex);
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
.is-style-heading strong {
  font-weight: var(--heading--font-weight-strong);
}

h1,
.h1 {
  font-size: var(--heading--font-size-h1);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1);
}

h2,
.h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
}

h3,
.h3 {
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3);
}

h4,
.h4 {
  font-size: var(--heading--font-size-h4);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4);
}

h5,
.h5 {
  font-size: var(--heading--font-size-h5);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5);
}

h6,
.h6 {
  font-size: var(--heading--font-size-h6);
  letter-spacing: var(--heading--letter-spacing-h6);
  line-height: var(--heading--line-height-h6);
}

.is-style-with-divider {
  display: flex;
  flex-direction: row;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 652px) {
  .is-style-with-divider {
    padding-left: 0;
    padding-right: 0;
  }
}
.is-style-with-divider:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid var(--global--color-border);
  margin: auto 40px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 481px) {
  .is-style-with-divider:after {
    margin: auto 0;
    border-bottom: none;
  }
}
.is-style-with-divider.has-text-align-center:before {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid var(--global--color-border);
  margin: auto 40px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 481px) {
  .is-style-with-divider.has-text-align-center:before {
    margin: auto 0;
    border-bottom: none;
  }
}
.is-style-with-divider.has-text-align-right:before {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid var(--global--color-border);
  margin: auto 40px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 481px) {
  .is-style-with-divider.has-text-align-right:before {
    margin: auto 0;
    border-bottom: none;
  }
}
.is-style-with-divider.has-text-align-right:after {
  content: none;
}

.is-style-sans-serif {
  font-family: var(--global--font-family-body);
  font-weight: var(--heading--font-weight);
}

.wp-block-image {
  text-align: center;
}
.wp-block-image .alignright {
  margin-left: var(--global--spacing-horizontal);
}
.wp-block-image .alignleft {
  margin-right: var(--global--spacing-horizontal);
}
.wp-block-image a:focus img {
  outline-offset: 2px;
}
.wp-block-image.is-style-rounded-corners img {
  border-radius: 6px;
}
.wp-block-image.featured-card-img > div {
  margin: auto;
}

.entry-content > *[class=wp-block-image],
.entry-content [class*=inner-container] > *[class=wp-block-image] {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content > *[class=wp-block-image] + *,
.entry-content [class*=inner-container] > *[class=wp-block-image] + * {
  margin-top: 0;
}

.wp-block-image.is-style-twentytwentyone-border img,
.wp-block-image.is-style-twentytwentyone-image-frame img {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-image.is-style-twentytwentyone-image-frame img {
  padding: var(--global--spacing-unit);
}

@media only screen and (min-width: 482px) {
  .entry-content > .wp-block-image > .alignleft,
.entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}
@media only screen and (max-width: 481px) {
  .entry-content > .wp-block-image > .alignleft,
.entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}

ul,
ol {
  font-family: var(--list--font-family);
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}
ul.aligncenter,
ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}
ul.alignright,
ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol ul {
  list-style-type: circle;
}

ul.is-style-list-default li::marker {
  font-size: 0.8em;
  content: "• ";
}

ul.is-style-list-default ul li::marker {
  font-size: 0.8em;
  content: "◦ ";
}

.is-style-check-circle {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
}
.is-style-check-circle li {
  list-style-type: none;
  padding: 10px 0 0 40px;
  background: url("../images/check-circle.svg") no-repeat 0px 11px;
  background-size: 23px 23px;
}

.wp-block-media-text {
  gap: 20px;
  /**
   * Block Options
   */
}
@media (min-width: 1250px) {
  .wp-block-media-text {
    gap: 60px;
  }
}
.wp-block-media-text.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-media-text a:focus img {
  outline-offset: -1px;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text .wp-block-media-text__content > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 482px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-media-text.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
@media (max-width: 600px) {
  .wp-block-media-text.is-style-stack-opposite.is-stacked-on-mobile:not(.has-media-on-the-right) figure.wp-block-media-text__media {
    grid-row: 2;
  }
  .wp-block-media-text.is-style-stack-opposite.is-stacked-on-mobile:not(.has-media-on-the-right) div.wp-block-media-text__content {
    grid-row: 1;
  }
  .wp-block-media-text.is-style-stack-opposite.has-media-on-the-right.is-stacked-on-mobile figure.wp-block-media-text__media {
    grid-row: 2;
  }
  .wp-block-media-text.is-style-stack-opposite.has-media-on-the-right.is-stacked-on-mobile div.wp-block-media-text__content {
    grid-row: 1;
  }
}

p {
  line-height: var(--global--line-height-base);
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.is-style-line-height-sm {
  line-height: var(--global--line-height-base--sm);
}

.is-style-line-height-xlg {
  line-height: var(--global--line-height-base--xlg);
}

.is-style-line-height-xlg {
  line-height: var(--global--line-height-base--xlg);
}

hr {
  border-style: none;
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
hr.wp-block-separator {
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  opacity: 1;
  /**
   * Block Options
   */
}
hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
  max-width: var(--responsive--aligndefault-width);
}
hr.wp-block-separator:not(.is-style-dots).alignwide {
  max-width: var(--responsive--alignwide-width);
}
hr.wp-block-separator:not(.is-style-dots).alignfull {
  max-width: var(--responsive--alignfull-width);
}
hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
  border-bottom-width: calc(3 * var(--separator--height));
}
hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}
hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}
hr.wp-block-separator.is-style-dots:before {
  color: var(--separator--border-color);
  font-size: var(--global--font-size-xl);
  letter-spacing: var(--global--font-size-sm);
  padding-left: var(--global--font-size-sm);
}
.has-background hr.wp-block-separator, [class*=background-color] hr.wp-block-separator, [style*=background-color] hr.wp-block-separator, .wp-block-cover[style*=background-image] hr.wp-block-separator {
  border-color: currentColor;
}

.wp-block-spacer {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.entry-content > .wp-block-spacer {
  height: 35px !important;
}
@media only screen and (min-width: 652px) {
  .entry-content > .wp-block-spacer {
    height: 45px !important;
  }
}
@media only screen and (min-width: 822px) {
  .entry-content > .wp-block-spacer {
    height: 55px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .entry-content > .wp-block-spacer {
    height: 65px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .entry-content > .wp-block-spacer {
    height: 75px !important;
  }
}

.wp-block-table {
  box-shadow: 0px 3px 6px #00000029;
}
.wp-block-table table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
  border-style: hidden;
}
.wp-block-table thead {
  border: none;
}
.wp-block-table tfoot {
  border-color: var(--table--border-color);
  font-weight: bold;
}
.wp-block-table th,
.wp-block-table td {
  border: 1px solid var(--table--border-color);
  text-align: center;
  padding: var(--global--spacing-vertical) 8px;
}
.wp-block-table th {
  font-family: var(--heading--font-family);
  font-size: var(--global--font-size-md);
  font-weight: var(--heading--font-weight);
}
.wp-block-table figcaption {
  border-top: 1px solid var(--table--border-color);
  margin-top: 0;
  padding-top: 1.5em;
}
.wp-block-table table:not(.has-background) tbody tr:nth-child(even) {
  background-color: var(--table--stripes-background-color);
}
.wp-block-table table:not(.has-background) thead + tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}
.wp-block-table table:not(.has-background) thead + tbody tr:nth-child(even) {
  background-color: var(--global--color-background);
}
@media only screen and (max-width: 481px) {
  .wp-block-table table:not(.has-background) {
    zoom: 0.8;
  }
}

.is-type-video {
  margin-bottom: 10px;
  margin-top: 24px;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yoast-breadcrumbs {
  color: var(--global--color-red);
  position: absolute;
  top: 16px;
  left: var(--global--container-padding);
}
@media only screen and (min-width: 822px) {
  .yoast-breadcrumbs {
    left: auto;
  }
}
@media (min-width: 1250px) {
  .yoast-breadcrumbs {
    top: 90px;
  }
}
.yoast-breadcrumbs a {
  text-decoration: none;
}
.yoast-breadcrumbs a:hover {
  color: var(--global--color-red);
  border-bottom: 2px solid;
}
.yoast-breadcrumbs img {
  padding-left: 5px;
  padding-right: 5px;
}
.yoast-breadcrumbs .breadcrumb_last {
  color: var(--global--color-darkgray);
}

.wp-block-pb-accordion-item {
  border-bottom: 2px solid #A3A3A3;
  padding-bottom: 23px;
  margin-bottom: 20px;
  padding-inline: 0 !important;
  max-width: var(--responsive--aligndefault-width);
}
.wp-block-pb-accordion-item .wp-block-image {
  display: table;
}
.wp-block-pb-accordion-item .c-accordion__title:after {
  color: var(--global--color-red);
  font-size: 40px;
  padding-right: 0;
  margin-top: -4px;
}
.wp-block-pb-accordion-item .c-accordion__title {
  color: var(--global--color-gray);
  padding-right: 50px;
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 592px) {
  .wp-block-pb-accordion-item .c-accordion__title {
    font-size: 22px;
  }
}
.wp-block-pb-accordion-item .c-accordion__title:focus-visible {
  outline: none;
}
.wp-block-pb-accordion-item .c-accordion__content {
  padding-top: 10px;
  padding-right: 20px;
}
.wp-block-pb-accordion-item .js-accordion-controller {
  outline: none;
}

:root .is-small-text,
:root .has-small-font-size {
  font-size: var(--global--font-size-sm);
  letter-spacing: var(--heading--letter-spacing-h6);
  line-height: var(--heading--line-height-h6);
}
:root .is-normal-font-size,
:root .has-normal-font-size {
  font-size: var(--global--font-size-base);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5);
}
:root .is-medium-text,
:root .has-medium-font-size {
  font-size: var(--global--font-size-md);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4);
}
:root .is-large-text,
:root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3);
}
:root .is-extra-large-text,
:root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
}
:root .is-huge-text,
:root .has-huge-font-size {
  font-size: var(--global--font-size-huge);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1);
}
:root .has-hero-prehead-font-size {
  font-size: 20px;
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5);
}
:root .has-hero-headline-font-size {
  font-size: var(--global--font-size-huge);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1);
}
:root .has-hero-description-font-size {
  font-size: 24px;
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: 1.3em;
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
@media only screen and (min-width: 1200px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce):not(.wp-block-pb-accordion-item),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce):not(.wp-block-pb-accordion-item) {
    max-width: var(--responsive--aligndefault-width);
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content > * {
  padding-inline: var(--global--container-padding);
  margin-left: auto;
  margin-right: auto;
}
.entry-content div:empty:not(.wp-block-spacer),
.entry-content p:empty {
  display: none;
}
.entry-content :where(.wp-block-columns) {
  margin: 0;
}
.entry-content .wp-block-group + .wp-block-buttons,
.entry-content p + .wp-block-group,
.entry-content p + .wp-block-columns {
  margin-top: 40px;
}
.entry-content :where(.wp-block-columns.is-layout-flex) {
  gap: 2rem;
}
@media only screen and (min-width: 1024px) {
  .entry-content :where(.wp-block-columns.is-layout-flex) {
    gap: 3rem;
  }
}
.entry-content :where(.wp-block-columns.is-layout-flex.is-style-product-manual) {
  gap: 0;
}
@media only screen and (min-width: 1024px) {
  .entry-content :where(.wp-block-columns.is-layout-flex.is-style-product-manual) {
    gap: 3rem;
  }
}
.entry-content :where(.wp-block-columns.is-layout-flex.is-style-product-manual) .wp-block-image {
  margin: 0;
}

.entry-content > div.wp-block-cover:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * .alignleft
 */
.alignleft {
  /*rtl:ignore*/
  text-align: left;
  margin-top: 0;
}

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }

  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}
/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
  }

  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}
[class*=inner-container] > .alignleft + *,
[class*=inner-container] > .alignright + * {
  margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
  clear: both;
}

/**
 * .alignfull
 */
.alignfull {
  clear: both;
}

.has-left-content {
  justify-content: flex-start;
}

.has-right-content {
  justify-content: flex-end;
}

.desktop-only {
  display: none;
}
@media only screen and (min-width: 482px) {
  .desktop-only {
    display: block;
  }
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.container-new, .fdic-wrapper .container, .siteheader-wrapper .container {
  max-width: var(--responsive--alignfull-width);
  height: 100%;
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1250px) {
  .container-new, .fdic-wrapper .container, .siteheader-wrapper .container {
    padding: 0 25px;
  }
}

.siteheader-wrapper {
  background-color: #fff;
  height: 60px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.siteheader-wrapper.scrolled {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1250px) {
  .siteheader-wrapper {
    height: 70px;
  }
}
.siteheader-wrapper * {
  box-sizing: border-box;
}
.siteheader-wrapper .container > div.logo-wrapper {
  flex: 1;
}
.siteheader-wrapper .container > div.nav-wrapper {
  flex: 2;
  justify-content: center;
  display: none;
}
@media (min-width: 1250px) {
  .siteheader-wrapper .container > div.nav-wrapper {
    display: flex;
  }
}
.siteheader-wrapper .container > div.actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (min-width: 1250px) {
  .siteheader-wrapper .container > div.actions-wrapper {
    flex: 1;
  }
}
.siteheader-wrapper .container > div.actions-wrapper > .header-searchinput,
.siteheader-wrapper .container > div.actions-wrapper > .language-switcher {
  display: none;
}
@media (min-width: 1250px) {
  .siteheader-wrapper .container > div.actions-wrapper > .header-searchinput,
.siteheader-wrapper .container > div.actions-wrapper > .language-switcher {
    display: block;
  }
}
@media (min-width: 1250px) {
  .siteheader-wrapper .container > div.actions-wrapper .mobile-menu-open {
    display: none;
  }
}

.logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.logo svg {
  width: 150px;
  height: auto;
}
@media (min-width: 1250px) {
  .logo svg {
    width: 200px;
  }
}
.logo a {
  padding: 0 20px;
}
@media (min-width: 1250px) {
  .logo a {
    padding: 0;
    z-index: 1;
  }
}

.fdic-wrapper {
  height: 38px;
  position: relative;
  z-index: 8;
}
@media (min-width: 1250px) {
  .fdic-wrapper {
    height: 45px;
  }
}
.fdic-wrapper fdic-optiona {
  width: auto;
  transform: scale(0.8);
  transform-origin: top left;
  display: block;
  position: relative;
  top: -19px;
  left: 5px;
  max-height: 50px;
  max-width: 90%;
}
@media (min-width: 595px) {
  .fdic-wrapper fdic-optiona {
    top: -16px;
  }
}
@media (min-width: 1250px) {
  .fdic-wrapper fdic-optiona {
    top: -10px;
    left: -18px;
    max-height: none;
    max-width: unset;
  }
}

.header-login-btn {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-login-btn a {
  margin: 0;
  text-decoration: none;
  color: var(--global--color-button);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1250px) {
  .header-login-btn a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 131px;
    height: 38px;
    background-color: transparent;
    border-radius: 20px 0;
    color: var(--global--color-white);
    background-color: var(--global--color-button);
    border: 2px solid var(--global--color-button);
  }
  .header-login-btn a:hover, .header-login-btn a:focus, .header-login-btn a:active {
    color: var(--global--color-button);
    background-color: var(--global--color-button-hover);
  }
}

.header-searchinput {
  position: relative;
  min-width: 38px;
  height: 38px;
}
.header-searchinput input {
  position: absolute;
  right: 0;
  top: 0;
  min-width: none;
  width: 38px;
  height: 38px;
  background: var(--global--color-white) url("../images/magnifier.svg") no-repeat;
  background-size: 17px;
  border: none;
  background-position: 10px center;
  padding: 0;
  display: none;
  background-color: #dddddd;
  text-indent: -999px;
}
@media (min-width: 1250px) {
  .header-searchinput input {
    display: inline-block;
  }
}
.header-searchinput input:focus {
  outline: none;
  min-width: 170px;
  padding: 5px;
  padding-left: 40px;
  text-indent: 0;
}

.siteheader-menuholder {
  display: none;
}
@media (min-width: 1250px) {
  .siteheader-menuholder {
    display: flex;
    gap: 30px;
    height: 100%;
    position: relative;
  }
}
.siteheader-menuholder .topmenu-item-wrapper {
  height: 100%;
}
.siteheader-menuholder .topmenu-item-wrapper.active:after {
  display: block;
}
.siteheader-menuholder .topmenu-item-wrapper.page-parent-active .topmenu-item, .siteheader-menuholder .topmenu-item-wrapper:hover .topmenu-item, .siteheader-menuholder .topmenu-item-wrapper.active .topmenu-item {
  color: var(--global--color-red);
}
.siteheader-menuholder .topmenu-item-wrapper.page-parent-active .topmenu-item span, .siteheader-menuholder .topmenu-item-wrapper:hover .topmenu-item span, .siteheader-menuholder .topmenu-item-wrapper.active .topmenu-item span {
  border-bottom: 3px solid var(--global--color-red);
}
.siteheader-menuholder .topmenu-item-wrapper.page-parent-active .topmenu-item:after, .siteheader-menuholder .topmenu-item-wrapper:hover .topmenu-item:after, .siteheader-menuholder .topmenu-item-wrapper.active .topmenu-item:after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(57%) saturate(5227%) hue-rotate(354deg) brightness(109%) contrast(87%);
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item {
  height: 100%;
  outline: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: var(--global--color-navtextgray);
  cursor: pointer;
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item span {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.has-dropdown span:after {
  margin-left: 6px;
  margin-bottom: 3px;
  display: inline-block;
  width: 11px;
  height: 5px;
  content: "";
  background-image: url("../images/dropdown-arrow.svg");
  background-position: right center;
  background-size: 11px;
  background-repeat: no-repeat;
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.activehover {
  color: var(--global--color-gray);
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.activehover:after {
  filter: none;
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.activehover span {
  border-bottom: 3px solid var(--global--color-gray);
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.pageparent {
  color: var(--global--color-red);
  border-bottom: 3px solid var(--global--color-red);
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.pageparent:after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(57%) saturate(5227%) hue-rotate(354deg) brightness(109%) contrast(87%);
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.pageparent.gray {
  color: var(--global--color-gray);
  border-bottom: 3px solid var(--global--color-gray);
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.pageparent.gray:after {
  filter: none;
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.pageparent.not-selected {
  color: var(--global--color-gray);
  border-bottom: 3px solid var(--global--color-gray);
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.pageparent.not-selected:after {
  filter: none;
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.pageparent.not-selected:hover {
  color: var(--global--color-red);
  border-bottom: 3px solid var(--global--color-red);
}
.siteheader-menuholder .topmenu-item-wrapper .topmenu-item.pageparent.not-selected:hover:after {
  filter: brightness(0) saturate(100%) invert(20%) sepia(57%) saturate(5227%) hue-rotate(354deg) brightness(109%) contrast(87%);
}

.header-submenu {
  display: none;
  z-index: 3;
  position: absolute;
  left: -35px;
  top: 70px;
  background-color: var(--global--color-white);
  box-shadow: 0px 3px 6px -2px #00000029;
  width: 100%;
  padding: 35px;
  border-top: 1px solid var(--global--color-lightgray);
  min-width: 880px;
}
.header-submenu p {
  margin: 0;
}
.topmenu-item-wrapper.active .header-submenu, .header-submenu.open {
  display: block;
}
.header-submenu .header-title {
  border-bottom: 2px solid var(--global--color-cream);
  padding-bottom: 20px;
  margin: 0 0 25px;
}
.header-submenu .wp-block-column {
  flex: 1 0 auto !important;
}
.header-submenu .desktop-submenu a {
  text-decoration: none;
  color: var(--global--color-gray);
}
.header-submenu .desktop-submenu a:hover {
  color: var(--global--color-red);
}
.header-submenu .desktop-submenu img {
  margin-top: -6px;
}
.header-submenu .desktop-submenu hr {
  margin-bottom: 20px;
  margin-top: 5px;
  border: none;
  height: 2px;
  background-color: var(--global--color-lightgray);
}
.header-submenu .desktop-submenu .wp-block-columns {
  margin-bottom: 0;
}
.header-submenu .desktop-submenu .wp-block-column p {
  font-weight: 800;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 2px solid var(--global--color-red);
  height: 40px;
}
.header-submenu .desktop-submenu .wp-block-column p.invisible {
  visibility: hidden;
}
.header-submenu .desktop-submenu .wp-block-column ul {
  padding-left: 0;
  list-style-type: none;
  line-height: 23px;
}
.header-submenu .desktop-submenu .wp-block-column ul li {
  padding-bottom: 8px;
}
.header-submenu .desktop-submenu .wp-block-column ul a:hover {
  color: var(--global--color-red) !important;
}
.header-submenu .desktop-submenu .icon-link {
  text-decoration: none;
}
.header-submenu .desktop-submenu .icon-link:hover img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(81%) saturate(3579%) hue-rotate(352deg) brightness(88%) contrast(90%);
}

.mobile-menu-open {
  padding-right: 20px;
  color: #000;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.mobile-menu-open span {
  line-height: 1;
}
.mobile-menu-open svg {
  width: 30px;
  height: 30px;
  line-height: 1;
}
.mobile-menu-open .menu {
  display: block;
  position: relative;
  top: 1px;
}
.mobile-menu-open .close {
  display: none;
}
.mobile-menu-open.open .menu {
  display: none;
}
.mobile-menu-open.open .close {
  display: block;
}

.mobile-navigation {
  left: 100%;
  width: 100%;
  z-index: 102;
  position: fixed;
  top: 50px;
  height: 100%;
  background: var(--global--color-white);
  padding: 20px 15px 60px;
  transition: left ease 200ms;
  -moz-transition: left ease 200ms;
  -webkit-transition: left ease 200ms;
  display: block;
}
@media (min-width: 1250px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation.open {
  transition: left ease 200ms;
  -moz-transition: left ease 200ms;
  -webkit-transition: left ease 200ms;
  left: 0%;
  position: fixed;
}
.mobile-navigation .mobile-searchinput input {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  outline: 0 !important;
  background: url("../images/magnifier.svg") no-repeat;
  background-size: 17px;
  background-position: 5px center;
  width: 100%;
  padding: 5px 10px 5px 30px;
  border-color: var(--global--color-lightgray);
  font-size: 16px;
}
.mobile-navigation .menucontainer {
  padding-left: 20px;
  overflow: hidden;
  max-height: 0;
  transition: all 250ms ease-out;
  overflow: hidden;
  visibility: hidden;
}
.mobile-navigation .menucontainer.active {
  max-height: 2000px;
  transition: max-height 250ms ease-in;
  visibility: visible;
}
.mobile-navigation .mobile-menu-holder div:nth-of-type(2).submenu-level1 > .secondlevellink a, .mobile-navigation .mobile-menu-holder div:nth-of-type(4).submenu-level1 > .secondlevellink a {
  padding-left: 30px;
  background: url("../../assets/images/home-solid.svg") no-repeat;
  background-position: left 5px;
  background-size: 24px;
  font-weight: 800;
}
.mobile-navigation .mobile-menu-holder div:nth-of-type(2).submenu-level1 > .secondlevellink a:focus-visible, .mobile-navigation .mobile-menu-holder div:nth-of-type(4).submenu-level1 > .secondlevellink a:focus-visible {
  outline: none;
}
.mobile-navigation .mobile-menu-holder div:nth-of-type(2).submenu-level1 > .secondlevellink ~ .secondlevellink a, .mobile-navigation .mobile-menu-holder div:nth-of-type(4).submenu-level1 > .secondlevellink ~ .secondlevellink a {
  padding-left: 0;
  background: none;
  font-weight: normal;
}
.mobile-navigation .mobile-menu-holder div:nth-of-type(2).submenu-level1 > .secondlevellink ~ .secondlevellink a:focus-visible, .mobile-navigation .mobile-menu-holder div:nth-of-type(4).submenu-level1 > .secondlevellink ~ .secondlevellink a:focus-visible {
  outline: none;
}
.mobile-navigation .nav-item {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
.mobile-navigation .nav-item:focus {
  outline: none;
}
.mobile-navigation .nav-item.menu-trigger.active:after {
  transform: rotate(90deg);
}
.mobile-navigation .nav-item.menu-trigger:after {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 12px;
  transform: rotate(0deg);
  content: "";
  width: 9px;
  height: 18px;
  background: url("../../assets/images/red-arrow-downward-fill.svg") no-repeat;
}
.mobile-navigation .nav-item a {
  color: var(--global--color-gray);
  text-decoration: none;
  font-weight: 300;
}
.mobile-navigation .nav-item a:focus {
  outline: none;
}
.mobile-navigation .nav-item.top-level {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--global--color-lightgray);
}
.mobile-navigation .mobile-login-btn {
  margin-top: 40px;
}
.mobile-navigation .mobile-login-btn a {
  text-decoration: none;
  padding: 0;
  display: block;
  text-align: center;
  border-radius: 30px 0;
  min-height: 59px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 59px;
  font-weight: 700;
  max-width: 100%;
  width: 231px;
  color: var(--global--color-white);
  border: 2px solid;
  background-color: var(--global--color-button);
  border-color: var(--global--color-button) !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 57px;
  font-size: 16px;
  line-height: 52px;
}
.mobile-navigation .mobile-login-btn a:hover, .mobile-navigation .mobile-login-btn a:focus, .mobile-navigation .mobile-login-btn a:active {
  background-color: var(--global--color-button-hover);
  color: var(--global--color-button);
}
@media only screen and (min-width: 592px) {
  .mobile-navigation .mobile-login-btn a {
    width: 231px;
  }
}

.notification-banner {
  box-sizing: border-box;
  display: block;
  max-height: 1000px;
  z-index: 102;
  width: 100%;
  top: 0;
  transition: all ease-out 250ms;
  overflow: hidden;
  background-color: var(--global--color-gray);
}
.notification-banner.hidden {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
}
.notification-banner.disabled {
  display: none;
}
.notification-banner .notification-content {
  position: relative;
  max-width: var(--responsive--alignfull-width);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 60px 15px 15px;
  color: var(--global--color-white);
  background-color: var(--global--color-gray);
  text-align: left;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .notification-banner .notification-content {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5rem;
    padding: 30px 10px;
  }
}
.notification-banner .notification-content a {
  color: var(--global--color-white);
}
.notification-banner .notification-content p {
  margin: 0 0 var(--global--spacing-vertical);
  font-size: 14px;
  line-height: 1.5;
  max-width: none;
}
.notification-banner .notification-content p:only-child, .notification-banner .notification-content p:last-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .notification-banner .notification-content p {
    font-size: var(--global--font-size-base);
  }
}
.notification-banner .notification-content .notification-title {
  max-width: 280px;
}
.notification-banner .notification-content .notification-title p {
  font-size: var(--global--font-size-base);
}
.notification-banner .notification-content .notification-text {
  flex: 1;
}
.notification-banner .notification-content .notification-close {
  outline: none;
  background: url("../images/mobile-exit-white.svg") no-repeat;
  width: 29px;
  height: 29px;
  cursor: pointer;
  position: absolute;
  right: 15px;
}
@media only screen and (min-width: 1024px) {
  .notification-banner .notification-content .notification-close {
    position: static;
  }
}

.sitefooter {
  padding: 40px 0 50px;
  background-color: var(--global--color-cream);
}
.sitefooter a {
  color: var(--global--color-gray);
}
.sitefooter a:hover {
  color: var(--global--color-gray);
}
.sitefooter .sitefooter-content-wrapper {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.sitefooter .sitefooter-menu-container {
  display: none;
  border-bottom: var(--separator--height) solid var(--separator--border-color);
}
.sitefooter .sitefooter-menu-container > div {
  flex: 1;
}
.sitefooter .sitefooter-menu-container a {
  text-decoration: none;
}
@media only screen and (min-width: 822px) {
  .sitefooter .sitefooter-menu-container {
    display: flex;
    padding-bottom: 40px;
    gap: 3rem;
  }
}
.sitefooter .sitefooter-menu-container p {
  margin-bottom: 25px;
}
.sitefooter .sitefooter-menu-container p a {
  font-weight: 700;
  display: inline-block;
  font-size: 22px;
  border-bottom: 2px solid var(--global--color-red);
  height: 40px;
}
.sitefooter .sitefooter-menu-container p.invisible {
  visibility: hidden;
}
.sitefooter .sitefooter-menu-container ul {
  padding-left: 0;
  list-style-type: none;
  line-height: 23px;
}
.sitefooter .sitefooter-menu-container ul li {
  padding-bottom: 8px;
}
.sitefooter .sitefooter-menu-container ul li a:hover {
  color: var(--global--color-red);
}
.sitefooter hr {
  width: 100% !important;
  max-width: 100% !important;
  display: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 822px) {
  .sitefooter hr {
    display: block;
  }
}
.sitefooter .sitefooter-lower .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 25px 0 20px;
}
@media only screen and (min-width: 822px) {
  .sitefooter .sitefooter-lower .social-links {
    margin: 35px 0 30px;
  }
}
.sitefooter .sitefooter-lower .social-links p {
  margin: 0;
}
.sitefooter .sitefooter-lower .social-links .social-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sitefooter .sitefooter-lower .social-links .social-icons a {
  display: block;
  line-height: 0;
}
.sitefooter .sitefooter-lower .social-links .social-icons a svg {
  width: 24px;
  height: 24px;
}
.sitefooter .sitefooter-lower .social-links .social-icons a:hover {
  color: var(--global--color-red);
}
.sitefooter .sitefooter-lower .widget_text {
  margin-bottom: 40px;
}
.sitefooter .sitefooter-lower img {
  margin-top: -5px;
  margin-left: 5px;
}
.sitefooter .sitefooter-lower img:hover {
  filter: brightness(0) saturate(100%) invert(20%) sepia(81%) saturate(3579%) hue-rotate(352deg) brightness(88%) contrast(90%);
}
.sitefooter .sitefooter-lower ul.lower-links {
  padding-left: 0;
  max-width: 100%;
  list-style-type: none;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sitefooter .sitefooter-lower ul.lower-links li {
  margin-bottom: 20px;
  text-align: center;
  padding: 0 25px;
  border-left: none;
}
.sitefooter .sitefooter-lower ul.lower-links li:first-child {
  border-left: none;
}
@media only screen and (min-width: 822px) {
  .sitefooter .sitefooter-lower ul.lower-links li {
    border-left: solid 2px var(--global--color-red);
  }
}
.sitefooter .sitefooter-lower ul.lower-links li a {
  text-decoration: none;
}
.sitefooter .sitefooter-lower ul.lower-links li a:hover {
  color: var(--global--color-red);
}
.sitefooter .sitefooter-lower .sitefooter-legal {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 822px) {
  .sitefooter .sitefooter-lower .sitefooter-legal {
    margin-bottom: 50px;
  }
}
.sitefooter .sitefooter-lower .sitefooter-legal div {
  padding: 0 10px;
}
.sitefooter .sitefooter-lower .sitefooter-legal .fdic-icon {
  width: 29px;
  height: 20px;
  background: url("../images/fdic.svg") no-repeat;
}
.sitefooter .sitefooter-lower .sitefooter-legal .copyright {
  margin-top: 20px;
  margin-left: none;
}
@media only screen and (min-width: 822px) {
  .sitefooter .sitefooter-lower .sitefooter-legal .copyright {
    margin-top: auto;
    margin-left: 40px;
  }
}

.gdpr-banner {
  max-height: 50%;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  z-index: 102;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: var(--global--color-gray);
  padding: 15px 80px 20px 30px;
}
@media only screen and (min-width: 1024px) {
  .gdpr-banner {
    padding: 20px 45px 20px 45px;
  }
}
.gdpr-banner[hidden] {
  display: none;
}
.gdpr-banner .gdpr-close {
  outline: none;
  background: url("../images/mobile-exit-white.svg") no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  right: -50px;
  top: 20px;
  border: 0;
  appearance: none;
}
@media only screen and (min-width: 1024px) {
  .gdpr-banner .gdpr-close {
    right: 20px;
    top: 20px;
  }
}
.gdpr-banner .gdpr-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--responsive--alignfull-width);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: left;
  flex-direction: column;
  color: var(--global--color-white);
}
@media only screen and (min-width: 1024px) {
  .gdpr-banner .gdpr-content {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
  }
}
.gdpr-banner .gdpr-content a {
  color: var(--global--color-white);
}
.gdpr-banner .gdpr-text {
  flex-grow: 1;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .gdpr-banner .gdpr-text {
    margin-right: 30px;
  }
}
.gdpr-banner .gdpr-text p {
  max-width: none !important;
  width: 100%;
}
.gdpr-banner .gdpr-button {
  margin-top: 20px;
  margin-right: 140px;
  margin-left: auto;
  padding: 0;
  display: block;
  text-align: center;
  border-radius: 30px 0;
  min-height: 59px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 59px;
  font-weight: 700;
  max-width: 100%;
  width: 231px;
  color: var(--global--color-white);
  border: 2px solid;
  background-color: var(--global--color-button);
  border-color: var(--global--color-button) !important;
}
.gdpr-banner .gdpr-button:hover, .gdpr-banner .gdpr-button:focus, .gdpr-banner .gdpr-button:active {
  background-color: var(--global--color-button-hover);
  color: var(--global--color-button);
}
@media only screen and (min-width: 1024px) {
  .gdpr-banner .gdpr-button {
    margin-left: 60px;
  }
}

.page-link-tabs {
  padding-inline: 0;
}
@media only screen and (min-width: 1024px) {
  .page-link-tabs {
    padding-inline: var(--global--container-padding);
  }
}
.page-link-tabs ul {
  list-style: none;
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0;
}
.page-link-tabs ul li {
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .page-link-tabs ul li {
    flex: unset;
  }
}
.page-link-tabs ul li a {
  display: block;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  height: 60px;
  background: #aaa;
  color: #fff;
  line-height: 60px;
}
@media only screen and (min-width: 1024px) {
  .page-link-tabs ul li a {
    padding: 0 28px;
  }
}
.page-link-tabs ul li a:hover {
  background: #e1e1e1;
  color: var(--global--color-base);
}
.page-link-tabs ul li a.active {
  background: #fff;
  cursor: default;
  color: var(--global--color-base);
}

@media only screen and (min-width: 1024px) {
  .is-style-pagehero + .page-link-tabs {
    margin-top: -60px;
    position: relative;
    z-index: 9;
  }
}

.fourohfour-container {
  max-width: var(--responsive--aligndefault-width);
  margin: auto;
  margin-right: auto;
  padding-top: 100px;
}
.fourohfour-container .fourohfour-heading {
  text-align: center;
  padding-bottom: 100px;
}
@media (min-width: 1250px) {
  .fourohfour-container .fourohfour-heading {
    padding-bottom: 200px;
  }
}

.searchresults-container {
  max-width: var(--responsive--aligndefault-width);
  margin: auto;
  margin-right: auto;
}
.searchresults-container .searchresults-querytext {
  text-align: center;
}
.searchresults-container .searchresults-results {
  padding-top: 20px;
}
.searchresults-container .searchresults-result {
  padding-bottom: 15px;
}
.searchresults-container .searchresults-pagination {
  margin-top: 40px;
  margin-bottom: 30px;
}
.searchresults-container .searchresults-pagination .nav-links {
  display: flex;
  justify-content: center;
}
.searchresults-container .searchresults-pagination .page-numbers {
  margin-left: 5px;
  margin-right: 5px;
}

.ja_custom {
  border-radius: 0;
  border: none !important;
  font-family: inherit;
  background-color: var(--global--color-white);
  color: var(--global--color-gray);
}
.ja_custom .ja_title {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--global--color-gray);
  box-sizing: border-box;
  background-color: var(--global--color-white);
}
.ja_custom .ja_close {
  outline: none;
  background: none;
  color: var(--global--color-gray);
  font-size: 20px;
  top: 10px;
}
.ja_custom .ja_close:hover {
  color: var(--global--color-gray);
}
.ja_custom .ja_body {
  font-size: 16px;
}
.ja_custom .ja_body p {
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.ja_custom .ja_btn_wrap {
  padding-bottom: 20px;
  padding-top: 20px;
}
.ja_custom .ja_btn {
  padding: 10px 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none;
}
.ja_custom .ja_btn_green {
  background-color: var(--global--color-red);
  border: 2px solid var(--global--color-red);
}
.ja_custom .ja_btn_green:hover {
  color: var(--global--color-red);
  border: 2px solid var(--global--color-red);
  background-color: transparent;
}
.ja_custom .ja_btn_red {
  background-color: var(--global--color-gray);
  border: 2px solid var(--global--color-gray);
}
.ja_custom .ja_btn_red:hover {
  color: var(--global--color-gray);
  border: 2px solid var(--global--color-gray);
  background-color: transparent;
}

form.post-password-form {
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  text-align: center;
}

form.post-password-form label {
  display: inline;
}

form.post-password-form input[type=submit] {
  padding: 0;
  display: block;
  text-align: center;
  border-radius: 30px 0;
  min-height: 59px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 59px;
  font-weight: 700;
  max-width: 100%;
  width: 231px;
  color: var(--global--color-white);
  border: 2px solid;
  background-color: var(--global--color-button);
  border-color: var(--global--color-button) !important;
  display: inline-block;
  cursor: pointer;
  margin: 20px 0;
}
form.post-password-form input[type=submit]:hover, form.post-password-form input[type=submit]:focus, form.post-password-form input[type=submit]:active {
  background-color: var(--global--color-button-hover);
  color: var(--global--color-button);
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.has-red-color {
  color: var(--global--color-red);
}

.has-white-color {
  color: var(--global--color-white);
}

.has-black-color {
  color: var(--global--color-black);
}

.has-gray-color {
  color: var(--global--color-gray);
}

.has-darkgray-color {
  color: var(--global--color-darkgray);
}

.has-lightgray-color {
  color: var(--global--color-lightgray);
}

.has-cream-color {
  color: var(--global--color-cream);
}

.has-orange-color {
  color: var(--global--color-orange);
}

.has-yellow-color {
  color: var(--global--color-yellow);
}

.has-green-color {
  color: var(--global--color-green);
}

.has-blue-color {
  color: var(--global--color-blue);
}

.has-purple-color {
  color: var(--global--color-purple);
}

.has-red-background-color {
  background-color: var(--global--color-red);
}

.has-white-background-color {
  background-color: var(--global--color-white);
}

.has-black-background-color {
  background-color: var(--global--color-black);
}

.has-gray-background-color {
  background-color: var(--global--color-gray);
}

.has-darkgray-background-color {
  background-color: var(--global--color-darkgray);
}

.has-lightgray-background-color {
  background-color: var(--global--color-lightgray);
}

.has-cream-background-color {
  background-color: var(--global--color-cream);
}

.has-orange-background-color {
  background-color: var(--global--color-orange);
}

.has-yellow-background-color {
  background-color: var(--global--color-yellow);
}

.has-green-background-color {
  background-color: var(--global--color-green);
}

.has-blue-background-color {
  background-color: var(--global--color-blue);
}

.has-purple-background-color {
  background-color: var(--global--color-purple);
}

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

.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  z-index: 100;
  text-decoration: none;
}
.skip-to-content:focus {
  padding: 10px;
  top: 98px;
  left: 0;
  outline: none;
}
@media (min-width: 1250px) {
  .skip-to-content:focus {
    top: 115px;
  }
}

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