@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3:ital@1&display=swap);@charset "UTF-8";
/* These are the custom settings for the project, which will be used in the Block Editor default styles below */ /* Fonts */
/* Spacing */
/* Login */
:root {
  /* Font Family */
  --global--font-primary: Figtree, sans-serif;
  --global--font-secondary: Figtree, sans-serif;
  /* Font Size */
  --global--font-size-base: 1rem;
  --global--font-size-xs: 0.875rem;
  --global--font-size-sm: 1rem;
  --global--font-size-md: 1.15rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2rem;
  --global--font-size-xxl: 3rem;
  --global--font-size-xxxl: 3.5rem;
  --global--font-size-page-title: 3.5rem;
  --global--letter-spacing: normal;
  /* Line Height */
  --global--line-height-body: 1.5;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;
  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  --heading--font-size-h5: var(--global--font-size-sm);
  --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-xxl);
  --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: 700;
  --heading--font-weight-page-title: 700;
  --heading--font-weight-strong: 700;
  /* Links */
  --link--font-size-small: var(--global--font-size-xs);
  --link--font-size-regular: var(--global--font-size-base);
  --link--font-size-large: var(--global--font-size-md);
  --link--font-weight: 700;
  /* Brows */
  --brow--font-size-xs: var(--global--font-size-xxs);
  --brow--font-size-small: var(--global--font-size-xs);
  --brow--font-size-regular: var(--global--font-size-base);
  --brow--font-size-large: 1.25rem;
  --brow--font-weight: 700;
  --brow--font-weight-xs: 600;
  /* Block: Latest posts */
  --latest-posts--title-font-family: var(--heading--font-family);
  --latest-posts--title-font-size: var(--heading--font-size-h3);
  --latest-posts--description-font-family: var(--global--font-primary);
  --latest-posts--description-font-size: var(--global--font-size-sm);
  --list--font-family: var(--global--font-primary);
  --definition-term--font-family: var(--global--font-primary);
  /* Spacing */
  --global--spacing-unit: 20px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 30px;
  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  /* Forms */
  --form--font-family: var(--global--font-primary);
  --form--font-size: var(--global--font-size-base);
  --form--line-height: var(--global--line-height-body);
  --form--color-text: var(--global--color-seb-gray);
  --form--label-weight: 400;
  --form--label-color: var(--global--color-charcoal);
  --form--border-color: var(--global--color-background);
  --form--border-color-active: var(--global--color-medium-blue);
  --form--color-error: var(--global--color-error-red);
  --form--border-width: 3px;
  --form--border-radius: 0;
  --form-border-active-radius: 5px;
  --form--spacing-unit: calc(0.5 * var(--global--spacing-unit));
  /* Cover block */
  --cover--height: calc(15 * var(--global--spacing-vertical));
  --cover--color-foreground: var(--global--color-white);
  --cover--color-background: var(--global--color-black);
  /* Buttons */
  --button--border-width: 1px;
  --button--border-radius: 5px;
  --button--font-family: var(--global--font-primary);
  --button--font-size: var(--global--font-size-base);
  --button--font-weight: 600;
  --button--line-height: 1.25;
  --button--padding-vertical: 10px;
  --button--padding-horizontal: calc(2 * var(--button--padding-vertical));
  --button-primary--color-text: var(--global--color-white);
  --button-primary--color-text-hover: var(--global--color-white);
  --button-primary--color-text-active: var(--global--color-white);
  --button-primary--color-background: var(--global--color-medium-blue);
  --button-primary--color-background-active: var(--global--color-dark-blue);
  --button-primary--border-color: var(--global--color-medium-blue);
  --button-primary--border-color-active: var(--global--color-dark-blue);
  --button-secondary--color-text: var(--global--color-seb-dark-gray);
  --button-secondary--color-text-hover: var(--global--color-white);
  --button-secondary--color-text-active: var(--global--color-white);
  --button-secondary--color-background: transparent;
  --button-secondary--color-background-active: var(--global--color-seb-dark-gray);
  --button-secondary--border-color: var(--global--color-seb-dark-gray);
  --button-secondary--border-color-active: var(--global--color-seb-dark-gray);
  --button-tertiary--color-text: var(--global--color-white);
  --button-tertiary--color-text-hover: var(--global--color-white);
  --button-tertiary--color-text-active: var(--global--color-white);
  --button-tertiary--color-background: var(--global--color-dark-blue);
  --button-tertiary--color-background-active: transparent;
  --button-tertiary--border-color: var(--global--color-dark-blue);
  --button-tertiary--border-color-active: var(--global--color-dark-blue);
  --button-text--color-text: var(--global--color-seb-dark-gray);
  --button-text--color-text-hover: var(--global--color-seb-dark-gray);
  --button-text--color-text-active: var(--global--color-seb-dark-gray);
  --button-text--color-background: transparent;
  --button-text--color-background-active: transparent;
  --button-text--border-color: transparent;
  --button-text--border-color-active: transparent;
  --button-text--xs: var(--global-font-size-xs);
  --button-text--base: var(--global-font-size-base);
  --button-text--md: var(--global-font-size-md);
  --button-disabled--color-text: var(--global--color-seb-gray);
  --button-disabled--color-background: var(--global--color-seb-light-gray);
  /* ======= end buttons */
  /* entry */
  --entry-header--color: var(--global--color-primary);
  --entry-header--color-link: currentColor;
  --entry-header--color-hover: var(--global--color-primary-hover);
  --entry-header--color-focus: var(--global--color-secondary);
  --entry-header--font-size: var(--heading--font-size-h2);
  --entry-content--font-family: var(--global--font-primary);
  --entry-author-bio--font-family: var(--heading--font-family);
  --entry-author-bio--font-size: var(--heading--font-size-h4);
  /* Header */
  --branding--color-text: var(--global--color-primary);
  --branding--color-link: var(--global--color-primary);
  --branding--color-link-hover: var(--global--color-secondary);
  --branding--title--font-family: var(--global--font-primary);
  --branding--title--font-size: var(--global--font-size-lg);
  --branding--title--font-size-mobile: var(--heading--font-size-h4);
  --branding--title--font-weight: normal;
  --branding--title--text-transform: uppercase;
  --branding--description--font-family: var(--global--font-primary);
  --branding--description--font-size: var(--global--font-size-sm);
  --branding--description--font-family: var(--global--font-primary);
  --branding--logo--max-width: 300px;
  --branding--logo--max-height: 100px;
  --branding--logo--max-width-mobile: 96px;
  --branding--logo--max-height-mobile: 96px;
  /* Main navigation */
  --primary-nav--font-family: var(--global--font-primary);
  --primary-nav--font-family-mobile: var(--global--font-primary);
  --primary-nav--font-size: var(--global--font-size-md);
  --primary-nav--font-size-sub-menu: var(--global--font-size-xs);
  --primary-nav--font-size-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
  --primary-nav--font-size-button: var(--global--font-size-xs);
  --primary-nav--font-style: normal;
  --primary-nav--font-style-sub-menu-mobile: normal;
  --primary-nav--font-weight: normal;
  --primary-nav--font-weight-button: 500;
  --primary-nav--color-link: var(--global--color-primary);
  --primary-nav--color-link-hover: var(--global--color-primary-hover);
  --primary-nav--color-text: var(--global--color-primary);
  --primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
  --primary-nav--border-color: var(--global--color-primary);
  /* Pagination */
  --pagination--color-text: var(--global--color-primary);
  --pagination--color-link-hover: var(--global--color-primary-hover);
  --pagination--font-family: var(--global--font-primary);
  --pagination--font-size: var(--global--font-size-lg);
  --pagination--font-weight: normal;
  --pagination--font-weight-strong: 600;
  /* Footer */
  --footer--color-text: var(--global--color-primary);
  --footer--color-link: var(--global--color-primary);
  --footer--color-link-hover: var(--global--color-primary-hover);
  --footer--font-family: var(--global--font-primary);
  --footer--font-size: var(--global--font-size-sm);
  /* Block: Pull quote */
  --pullquote--font-family: var(--global--font-primary);
  --pullquote--font-size: var(--global--font-primary);
  --pullquote--font-style: normal;
  --pullquote--letter-spacing: var(--heading--letter-spacing-h4);
  --pullquote--line-height: var(--heading--line-height-h4);
  --pullquote--border-width: 2px;
  --pullquote--border-color: var(--global--color-dark-blue);
  --pullquote--color-foreground: var(--global--color-primary);
  --pullquote--color-background: var(--global--color-white);
  /* Blockquote */
  --quote--font-family: var(--global--font-primary);
  --quote--font-size: var(--global--font-primary);
  --quote--font-style: normal;
  --quote--letter-spacing: var(--heading--letter-spacing-h4);
  --quote--line-height: var(--heading--line-height-h4);
  --quote--border-width: 2px;
  --quote--border-color: var(--global--color-dark-blue);
  --quote--color-foreground: var(--global--color-primary);
  --quote--color-background: var(--global--color-white);
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;
  /* Table */
  --table--border-color:var(--global--color-seb-light-gray);
  --table--header-color: var(--global--color-dark-blue);
  --table--background-color: var(--global--color-lightest-gray);
  --table--text-color: var(--global--color-seb-dark-gray);
  --table--has-background-text-color: var(--global--color-black);
  --table--font-size: var(--global-font-size-lg);
  /* Widgets */
  --widget--line-height-list: 1.9;
  --widget--line-height-title: 1.4;
  --widget--font-weight-title: 700;
  --widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));
  /* Admin-bar height */
  --global--admin-bar--height: 0px;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

/**
 * Define Color Palette
 *
 * Values are used in classnames, they should match the output of WordPress' sanitize_title().
 *
 * @requires /config/editor-color-palette.php to generate Block Editor UI
 *
 * @link https://developer.wordpress.org/block-editor/developers/themes/theme-support/#block-color-palettes
 */
:root {
  --global--color-black: #000000;
  --global--color-charcoal: #272829;
  --global--color-seb-dark-gray: #535459;
  --global--color-seb-gray: #888A8D;
  --global--color-seb-light-gray: #D1D0CF;
  --global--color-lighter-gray: #EBEBEB;
  --global--color-lightest-gray: #F5F5F5;
  --global--color-seb-green: #7FBC42;
  --global--color-seb-blue: #00A7E1;
  --global--color-medium-blue: #1779BA;
  --global--color-dark-blue: #003F68;
  --global--color-light-blue: #EBEFF2;
  --global--color-seb-teal: #006271;
  --global--color-white: #ffffff;
  --global--color-error-red: #D82525;
  --global--color-transparent: transparent;
  --global--color-primary: var(--global--color-seb-dark-gray);
  --global--color-secondary: var(--global--color-seb-blue);
  --global--color-background: var(--global--color-white);
  --global--color-primary-hover: var(--global--color-dark-blue);
  --global--color-text: var(--global--color-seb-dark-gray);
  --global--color-heading: var(--global--color-seb-dark-gray);
}

.has-black-color[class] {
  color: var(--global--color-black);
  /** Localize CSS-variables to limit relationship scope */
}
.has-black-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-black, #000000);
}

.has-black-background-color[class] {
  background-color: var(--global--color-black);
  /** Localize CSS-variables to limit relationship scope */
}
.has-black-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-black, #000000);
}

.has-charcoal-color[class] {
  color: var(--global--color-charcoal);
  /** Localize CSS-variables to limit relationship scope */
}
.has-charcoal-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-charcoal, #272829);
}

.has-charcoal-background-color[class] {
  background-color: var(--global--color-charcoal);
  /** Localize CSS-variables to limit relationship scope */
}
.has-charcoal-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-charcoal, #272829);
}

.has-seb-dark-gray-color[class] {
  color: var(--global--color-seb-dark-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-dark-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-dark-gray, #535459);
}

.has-seb-dark-gray-background-color[class] {
  background-color: var(--global--color-seb-dark-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-seb-dark-gray, #535459);
}

.has-seb-gray-color[class] {
  color: var(--global--color-seb-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-gray, #888A8D);
}

.has-seb-gray-background-color[class] {
  background-color: var(--global--color-seb-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-seb-gray, #888A8D);
}

.has-seb-light-gray-color[class] {
  color: var(--global--color-seb-light-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-light-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-light-gray, #D1D0CF);
}

.has-seb-light-gray-background-color[class] {
  background-color: var(--global--color-seb-light-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-light-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-seb-light-gray, #D1D0CF);
}

.has-lighter-gray-color[class] {
  color: var(--global--color-lighter-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-lighter-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-lighter-gray, #EBEBEB);
}

.has-lighter-gray-background-color[class] {
  background-color: var(--global--color-lighter-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-lighter-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-lighter-gray, #EBEBEB);
}

.has-lightest-gray-color[class] {
  color: var(--global--color-lightest-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-lightest-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-lightest-gray, #F5F5F5);
}

.has-lightest-gray-background-color[class] {
  background-color: var(--global--color-lightest-gray);
  /** Localize CSS-variables to limit relationship scope */
}
.has-lightest-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-lightest-gray, #F5F5F5);
}

.has-seb-green-color[class] {
  color: var(--global--color-seb-green);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-green-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-green, #7FBC42);
}

.has-seb-green-background-color[class] {
  background-color: var(--global--color-seb-green);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-green-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-seb-green, #7FBC42);
}

.has-seb-blue-color[class] {
  color: var(--global--color-seb-blue);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-blue-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-blue, #00A7E1);
}

.has-seb-blue-background-color[class] {
  background-color: var(--global--color-seb-blue);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-blue-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-seb-blue, #00A7E1);
}

.has-medium-blue-color[class] {
  color: var(--global--color-medium-blue);
  /** Localize CSS-variables to limit relationship scope */
}
.has-medium-blue-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-medium-blue, #1779BA);
}

.has-medium-blue-background-color[class] {
  background-color: var(--global--color-medium-blue);
  /** Localize CSS-variables to limit relationship scope */
}
.has-medium-blue-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-medium-blue, #1779BA);
}

.has-dark-blue-color[class] {
  color: var(--global--color-dark-blue);
  /** Localize CSS-variables to limit relationship scope */
}
.has-dark-blue-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-dark-blue, #003F68);
}

.has-dark-blue-background-color[class] {
  background-color: var(--global--color-dark-blue);
  /** Localize CSS-variables to limit relationship scope */
}
.has-dark-blue-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-dark-blue, #003F68);
}

.has-light-blue-color[class] {
  color: var(--global--color-light-blue);
  /** Localize CSS-variables to limit relationship scope */
}
.has-light-blue-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-light-blue, #EBEFF2);
}

.has-light-blue-background-color[class] {
  background-color: var(--global--color-light-blue);
  /** Localize CSS-variables to limit relationship scope */
}
.has-light-blue-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-light-blue, #EBEFF2);
}

.has-seb-teal-color[class] {
  color: var(--global--color-seb-teal);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-teal-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-teal, #006271);
}

.has-seb-teal-background-color[class] {
  background-color: var(--global--color-seb-teal);
  /** Localize CSS-variables to limit relationship scope */
}
.has-seb-teal-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-seb-teal, #006271);
}

.has-white-color[class] {
  color: var(--global--color-white);
  /** Localize CSS-variables to limit relationship scope */
}
.has-white-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-white, #ffffff);
}

.has-white-background-color[class] {
  background-color: var(--global--color-white);
  /** Localize CSS-variables to limit relationship scope */
}
.has-white-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-white, #ffffff);
}

.has-error-red-color[class] {
  color: var(--global--color-error-red);
  /** Localize CSS-variables to limit relationship scope */
}
.has-error-red-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-error-red, #D82525);
}

.has-error-red-background-color[class] {
  background-color: var(--global--color-error-red);
  /** Localize CSS-variables to limit relationship scope */
}
.has-error-red-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-error-red, #D82525);
}

.has-transparent-color[class] {
  color: var(--global--color-transparent);
  /** Localize CSS-variables to limit relationship scope */
}
.has-transparent-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-transparent, transparent);
}

.has-transparent-background-color[class] {
  background-color: var(--global--color-transparent);
  /** Localize CSS-variables to limit relationship scope */
}
.has-transparent-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-transparent, transparent);
}

/* Import Twenty Twenty-One styles, with some custom files instead of originals */
/* Categories 01 to 03 are the basics. */
/*! 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration-style: dotted;
          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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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 and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
  --responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
  --responsive--alignmedium-width: calc(100vw - (var(--responsive--spacing-horizontal) * 0.15));
  --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)), 610px);
    --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: 822px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1180px);
  }
}
/**
 * Extends
 */
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce):not(p), .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .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, .full-max-width {
  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);
  }
}
/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */
/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header,
.site-main,
.widget-area,
.site-footer {
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  padding-top: calc(0.75 * var(--global--spacing-vertical));
  padding-bottom: calc(2 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .site-header {
    padding-bottom: calc(3 * var(--global--spacing-vertical));
  }
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
  margin-top: calc(3 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}
.site-main > *:first-child {
  margin-top: 0 !important;
}
.site-main > *:last-child {
  margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */
/**
 * Set the wide maximum responsive content-width
 */
/**
 * Set the full maximum responsive content-width
 */
/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin-top: var(--global--spacing-vertical);
  margin-right: auto;
  margin-bottom: var(--global--spacing-vertical);
  margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
  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) {
  .site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > *,
.wp-block-post-template :where(li > *) {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child,
.wp-block-post-template :where(li > *):first-child {
  margin-top: 0 !important;
}
.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child,
.wp-block-post-template :where(li > *):last-child {
  margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
  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) {
  .site-footer > *,
.widget-area > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
  margin-top: 0;
}
.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
  margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {
  /* Reset alignleft and alignright margins after alignfull */
}
.entry-content > *.alignleft, .entry-content > *.alignright, .entry-content > *.alignleft:first-child + *, .entry-content > *.alignright:first-child + *, .entry-content > *.alignfull.has-background {
  margin-top: 0;
}
.entry-content > *:last-child, .entry-content > *.alignfull.has-background {
  margin-bottom: 0;
}
.entry-content > *.alignfull + .alignleft, .entry-content > *.alignfull + .alignright {
  margin-top: var(--global--spacing-vertical);
}

/**
 * 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. */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body);
}

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

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

button {
  cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
blockquote {
  padding: 0;
  position: relative;
  margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
}
blockquote > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote p {
  letter-spacing: var(--heading--letter-spacing-h4);
  font-family: var(--quote--font-family);
  font-size: var(--quote--font-size);
  font-style: var(--quote--font-style);
  font-weight: var(--quote--font-weight);
  line-height: var(--quote--line-height);
}
blockquote cite,
blockquote footer {
  font-weight: normal;
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  letter-spacing: var(--global--letter-spacing);
}
blockquote.alignleft, blockquote.alignright {
  padding-left: inherit;
}
blockquote.alignleft p, blockquote.alignright p {
  font-size: var(--heading--font-size-h5);
  max-width: inherit;
  width: inherit;
}
blockquote.alignleft cite,
blockquote.alignleft footer, blockquote.alignright cite,
blockquote.alignright footer {
  font-size: var(--global--font-size-xs);
  letter-spacing: var(--global--letter-spacing);
}
blockquote strong {
  font-weight: var(--quote--font-weight-strong);
}
blockquote:before {
  content: "\201C";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  position: absolute;
  left: calc(-0.5 * var(--global--spacing-horizontal));
}
blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  font-style: var(--quote--font-style-cite);
}
@media only screen and (max-width: 481px) {
  blockquote {
    padding-left: calc(0.5 * var(--global--spacing-horizontal));
  }
  blockquote:before {
    left: 0;
  }
}

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 {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
}
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 {
  color: var(--form--color-text);
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}
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;
}
.is-dark-theme input[type=text],
.is-dark-theme input[type=email],
.is-dark-theme input[type=url],
.is-dark-theme input[type=password],
.is-dark-theme input[type=search],
.is-dark-theme input[type=number],
.is-dark-theme input[type=tel],
.is-dark-theme input[type=date],
.is-dark-theme input[type=month],
.is-dark-theme input[type=week],
.is-dark-theme input[type=time],
.is-dark-theme input[type=datetime],
.is-dark-theme input[type=datetime-local],
.is-dark-theme input[type=color],
.is-dark-theme .site textarea {
  background: var(--global--color-white-90);
}

input[type=search]:focus {
  outline-offset: -7px;
}
.is-dark-theme input[type=search]:focus {
  outline-color: var(--global--color-background);
}

input[type=color] {
  padding: calc(var(--form--spacing-unit) / 2);
  height: calc(4 * var(--form--spacing-unit));
}

input[type=email],
input[type=url] {
  /*rtl:ignore*/
  direction: ltr;
}

select {
  border: var(--form--border-width) solid var(--form--border-color);
  color: var(--form--color-text);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
  background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}
select:focus {
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}
.is-dark-theme select {
  background: var(--global--color-white-90) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}

textarea {
  width: 100%;
}

label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

/**
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] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    border: var(--form--border-width) solid var(--form--border-color);
    background: var(--global--color-white);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    opacity: 0.7;
  }
  .is-dark-theme input[type=checkbox],
.is-dark-theme input[type=radio] {
    background: var(--global--color-white-90);
  }
  input[type=checkbox]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color);
  }
  input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  input[type=checkbox]:checked {
    color: var(--form--color-text);
  }
  input[type=checkbox]:checked:after {
    opacity: 1;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:focus {
    outline-offset: 2px;
    outline: 2px dotted var(--form--border-color);
  }
  input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--form--color-text);
  }
  input[type=radio]:checked {
    border: 4px solid var(--form--border-color);
  }
  input[type=radio]:checked:after {
    opacity: 1;
  }
  input[type=radio]:checked:focus {
    outline-offset: 4px;
    outline: 2px dotted var(--form--border-color);
  }
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  padding-left: 10px;
  font-size: var(--global--font-size-xs);
  vertical-align: top;
}

/**
 * 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: -webkit-max-content;
  max-width: -moz-max-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-password-form__label {
  width: 100%;
  margin-bottom: 0;
}
.post-password-form input[type=password] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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));
  }
}

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(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  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;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 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(--wp--style--color--link, var(--global--color-primary));
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
}

a:hover {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted currentColor;
          text-decoration: underline 1px dotted currentColor;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background: rgba(255, 255, 255, 0.9);
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: var(--global--color-black);
  color: var(--global--color-white);
  text-decoration: none;
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: rgba(0, 0, 0, 0.9);
  color: var(--wp--style--color--link, var(--global--color-white));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
  color: #21759b;
  background-color: #f1f1f1;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link {
  background: none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary));
}

.has-background .has-link-color a, .has-background.has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
.wp-block-audio audio:focus {
  outline-offset: 5px;
  outline: 2px solid var(--global--color-primary);
}

.wp-block-code {
  border-color: var(--global--color-border);
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  padding: var(--global--spacing-unit);
}
.wp-block-code code {
  color: var(--global--color-primary);
  white-space: pre;
  overflow-x: auto;
  display: block;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}
.wp-block-columns .wp-block-column > * {
  margin-top: calc(0.66 * var(--global--spacing-vertical));
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: var(--global--spacing-vertical);
  }
}
@media only screen and (min-width: 822px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 652px) {
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
    margin-left: calc(-2 * var(--global--spacing-horizontal));
    margin-top: calc(2.5 * var(--global--spacing-horizontal));
    z-index: 2;
  }
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) {
    background-color: var(--global--color-background);
    padding: var(--global--spacing-unit);
  }
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
    padding-left: calc(2 * var(--global--spacing-horizontal));
  }
  .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
    margin-top: 0;
  }
}
.wp-block-columns.alignfull .wp-block-column p:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-cover,
.wp-block-cover-image {
  background-color: var(--cover--color-background);
  min-height: var(--cover--height);
  margin-top: inherit;
  margin-bottom: inherit;
  /* default & custom background-color */
  /* Treating H2 separately to account for legacy /core styles */
  /* Block Styles */
  /* The background color class is used just for the overlay, and does not need to be applied to the inner container. */
}
.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
  clear: both;
}
.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor;
}
.wp-block-cover .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover .wp-block-cover-image-text .has-link-color a,
.wp-block-cover .wp-block-cover-text .has-link-color a,
.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover-image .wp-block-cover-image-text .has-link-color a,
.wp-block-cover-image .wp-block-cover-text .has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}
.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: var(--global--color-primary);
}
.wp-block-cover h2,
.wp-block-cover-image h2 {
  max-width: inherit;
  text-align: inherit;
  padding: 0;
}
.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
  text-align: left;
}
.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
  text-align: center;
}
.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
  text-align: right;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: calc(100% - 2 * var(--global--spacing-vertical));
}
.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
  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-cover .wp-block-cover__inner-container > *,
.wp-block-cover-image .wp-block-cover__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-cover.alignleft, .wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
  margin-top: 0;
}
.wp-block-cover.alignleft > *, .wp-block-cover.alignright > *,
.wp-block-cover-image.alignleft > *,
.wp-block-cover-image.alignright > * {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(2 * var(--global--spacing-vertical));
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  width: 100%;
}
.wp-block-cover.has-left-content, .wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-cover.is-style-twentytwentyone-border,
.wp-block-cover-image.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
.wp-block-cover[class*=-background-color][class] .wp-block-cover__inner-container,
.wp-block-cover-image[class*=-background-color][class] .wp-block-cover__inner-container {
  background-color: unset;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: inherit;
}
.wp-block-file a.wp-block-file__button {
  display: inline-block;
}

.wp-block-gallery {
  margin: 0 auto;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - var(--global--spacing-unit)) / 2);
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  color: var(--global--color-white);
  font-size: var(--global--font-size-xs);
}
.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
  color: var(--global--color-white);
}
.wp-block-gallery .blocks-gallery-image figcaption a:focus,
.wp-block-gallery .blocks-gallery-item figcaption a:focus {
  background-color: transparent;
  outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
  text-decoration: none;
}
.wp-block-gallery .blocks-gallery-image a:focus img,
.wp-block-gallery .blocks-gallery-item a:focus img {
  outline-offset: 2px;
}

.wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}
.wp-block-group:before, .wp-block-group:after {
  content: "";
  display: block;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group .wp-block-group__inner-container > * {
  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-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: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .wp-block-group.has-background {
    padding: var(--global--spacing-vertical);
  }
}
.wp-block-group.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical);
}
.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, .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > .alignfull,
.wp-block-group.is-style-twentytwentyone-border .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));
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
  font-weight: var(--heading--font-weight-strong);
}

h1,
.h1 {
  font-size: var(--heading--font-size-h1);
  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);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4);
}

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

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

.wp-block-image {
  text-align: center;
}
.wp-block-image figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: left;
}
.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;
}

.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;
  }
}

.wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  /* Vertical margins logic */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: var(--heading--font-family);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  margin: 0;
}

.wp-block-latest-posts {
  padding-left: 0;
}
.wp-block-latest-posts:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}
.wp-block-latest-posts:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.wp-block-latest-posts:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}
.widget-area .wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-latest-posts.is-grid {
  word-wrap: break-word;
  word-break: break-word;
}
.wp-block-latest-posts.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-latest-posts.is-grid > li:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}
.wp-block-latest-posts > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.wp-block-latest-posts > li > *:first-child {
  margin-top: 0;
}
.wp-block-latest-posts > li > *:last-child {
  margin-bottom: 0;
}
.wp-block-latest-posts > li > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.widget-area .wp-block-latest-posts > li > a {
  font-size: var(--global--font-size-sm);
  margin-bottom: 0;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}
.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}
[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: currentColor;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}
.wp-block-latest-posts.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}
.entry-content [class*=inner-container] .wp-block-latest-posts.alignfull, .entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
  border-top: calc(3 * var(--separator--height)) solid var(--global--color-border);
  border-bottom: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
  padding-bottom: var(--global--spacing-vertical);
  border-bottom: var(--separator--height) solid var(--global--color-border);
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
  -webkit-box-shadow: inset 0 -1px 0 0 var(--global--color-border);
          box-shadow: inset 0 -1px 0 0 var(--global--color-border);
  border-bottom: calc(2 * var(--separator--height)) solid var(--global--color-border);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
  margin: 0;
  padding-top: var(--global--spacing-vertical);
  padding-right: var(--global--spacing-horizontal);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}
@media screen and (min-width: 600px) {
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
    width: calc(100% / 2);
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
    width: calc(100% / 3);
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
    width: calc(100% / 4);
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
    width: calc(100% / 5);
  }
  .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
    width: calc(100% / 6);
  }
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
  margin-top: var(--global--spacing-horizontal);
  margin-bottom: var(--global--spacing-horizontal);
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item a {
  display: block;
}
.gallery-item a:focus img {
  outline-offset: -2px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

figure.wp-caption a:focus img {
  outline-offset: 2px;
}

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;
}

dt {
  font-family: var(--definition-term--font-family);
  font-weight: bold;
}

dd {
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}

.wp-block-media-text {
  /**
   * Block Options
   */
}
.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: var(--global--spacing-horizontal);
}
@media only screen and (min-width: 592px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-vertical);
  }
}
.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);
}

.wp-block-navigation .wp-block-navigation-link {
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  padding: var(--primary-nav--padding);
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
  font-family: var(--primary-nav--font-family);
  font-size: var(--primary-nav--font-size);
  font-weight: var(--primary-nav--font-weight);
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
  display: inherit;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
  border: none;
  left: 0;
  margin-left: var(--primary-nav--padding);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
  display: inline-block;
  padding: calc(0.5 * var(--primary-nav--padding)) var(--primary-nav--padding);
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
  display: none;
}
.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container, .wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container {
  display: block;
  opacity: 1;
  visibility: visible;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
  background: var(--global--color-background);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  border: 1px solid var(--primary-nav--border-color);
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before, .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -10px;
  left: var(--global--spacing-horizontal);
  border-style: solid;
  border-color: var(--primary-nav--border-color) transparent;
  border-width: 0 7px 10px 7px;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  top: -9px;
  border-color: var(--global--color-background) transparent;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: var(--global--color-background);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  background: var(--global--color-background);
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover, .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover);
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor;
}

p {
  line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}
p.has-background {
  padding: var(--global--spacing-unit);
}
p.has-text-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}

pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre;
}

.wp-block-pullquote {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  text-align: center;
  border-width: var(--pullquote--border-width);
  border-bottom-style: solid;
  border-top-style: solid;
  color: currentColor;
  border-color: currentColor;
  position: relative;
  /**
   * Block Options
   */
}
.wp-block-pullquote blockquote::before {
  color: currentColor;
  content: "\201C";
  display: block;
  position: relative;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.wp-block-pullquote p {
  font-family: var(--pullquote--font-family);
  font-size: var(--pullquote--font-size);
  font-style: var(--pullquote--font-style);
  font-weight: 700;
  letter-spacing: var(--pullquote--letter-spacing);
  line-height: var(--pullquote--line-height);
  margin: 0;
}
.wp-block-pullquote a {
  color: currentColor;
}
.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: currentColor;
  display: block;
  font-size: var(--global--font-size-xs);
  font-style: var(--pullquote--font-style);
  text-transform: none;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
  text-align: center;
}
.wp-block-pullquote.alignwide > p, .wp-block-pullquote.alignwide blockquote {
  max-width: var(--responsive--alignwide-width);
}
.wp-block-pullquote.alignfull:not(.is-style-solid-color) > p, .wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
  padding: 0 calc(2 * var(--global--spacing-unit));
}
.wp-block-pullquote.is-style-solid-color {
  color: var(--pullquote--color-foreground);
  padding: calc(2.5 * var(--global--spacing-unit));
  border-width: var(--pullquote--border-width);
  border-style: solid;
  border-color: var(--pullquote--border-color);
}
@media (min-width: 600px) {
  .wp-block-pullquote.is-style-solid-color {
    padding: calc(5 * var(--global--spacing-unit));
  }
}
.wp-block-pullquote.is-style-solid-color blockquote::before {
  text-align: left;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0;
  max-width: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: var(--pullquote--font-size);
}
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer {
  color: currentColor;
}
.wp-block-pullquote.is-style-solid-color.alignleft, .wp-block-pullquote.is-style-solid-color.alignright {
  padding: var(--global--spacing-unit);
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote, .wp-block-pullquote.is-style-solid-color.alignright blockquote {
  max-width: initial;
}

.wp-block-query.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .wp-block-query.has-background {
    padding: var(--global--spacing-vertical);
  }
}

.wp-block-quote {
  border-left: none;
  /**
   * Block Options
   */
}
.wp-block-quote:before {
  content: "\201C";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  left: 8px;
}
.has-background .wp-block-quote .wp-block-quote__citation, [class*=background-color] .wp-block-quote .wp-block-quote__citation, [style*=background-color] .wp-block-quote .wp-block-quote__citation, .wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation,
.has-background .wp-block-quote cite,
[class*=background-color] .wp-block-quote cite,
[style*=background-color] .wp-block-quote cite,
.wp-block-cover[style*=background-image] .wp-block-quote cite,
.has-background .wp-block-quote footer,
[class*=background-color] .wp-block-quote footer,
[style*=background-color] .wp-block-quote footer,
.wp-block-cover[style*=background-image] .wp-block-quote footer {
  color: currentColor;
}
.wp-block-quote.has-text-align-right {
  margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
  padding-right: 0;
  border-right: none;
}
.wp-block-quote.has-text-align-right:before {
  display: none;
}
.wp-block-quote.has-text-align-right p:before {
  content: "\201D";
  font-size: var(--quote--font-size);
  font-weight: normal;
  line-height: var(--quote--line-height);
  margin-right: 5px;
}
.wp-block-quote.has-text-align-center {
  margin: var(--global--spacing-vertical) auto;
}
.wp-block-quote.has-text-align-center:before {
  display: none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding-left: 0;
  padding-right: 0;
  /* Resetting margins to match _block-container.scss */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: var(--quote--font-size-large);
  font-style: var(--quote--font-style-large);
  line-height: var(--quote--line-height-large);
}
.wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
  font-size: var(--quote--font-size-large);
  line-height: var(--quote--line-height-large);
  left: calc(-1 * var(--global--spacing-horizontal));
}
.wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
  display: none;
}
.wp-block-quote.is-large.has-text-align-right p:before, .wp-block-quote.is-style-large.has-text-align-right p:before {
  content: "\201D";
  font-size: var(--quote--font-size-large);
  font-weight: normal;
  line-height: var(--quote--line-height-large);
  margin-right: 10px;
}
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}
@media only screen and (max-width: 481px) {
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding-left: var(--global--spacing-horizontal);
  }
  .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before {
    left: 0;
  }
  .wp-block-quote.is-large.has-text-align-right, .wp-block-quote.is-style-large.has-text-align-right {
    padding-left: 0;
    padding-right: var(--global--spacing-horizontal);
  }
  .wp-block-quote.is-large.has-text-align-right:before, .wp-block-quote.is-style-large.has-text-align-right:before {
    right: 0;
  }
  .wp-block-quote.is-large.has-text-align-center, .wp-block-quote.is-style-large.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 481px) {
  .wp-block-quote.has-text-align-right {
    padding-left: 0;
    padding-right: calc(0.5 * var(--global--spacing-horizontal));
  }
  .wp-block-quote.has-text-align-right:before {
    right: 0;
  }
  .wp-block-quote.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-rss {
  padding-left: 0;
}
.wp-block-rss > li {
  list-style: none;
}
.wp-block-rss:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}
.wp-block-rss:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.wp-block-rss:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}
.wp-block-rss.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}
.wp-block-rss.is-grid > li:last-child {
  margin-bottom: 0;
}
.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1), .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li, .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1), .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li, .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1), .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li, .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1), .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li, .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1), .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}
.wp-block-rss > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.wp-block-rss > li > *:first-child {
  margin-top: 0;
}
.wp-block-rss > li > *:last-child {
  margin-bottom: 0;
}
.wp-block-rss .wp-block-rss__item-title > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.wp-block-rss .wp-block-rss__item-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}
.wp-block-rss .wp-block-rss__item-publish-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}
[class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date, .has-background .wp-block-rss .wp-block-rss__item-publish-date {
  color: currentColor;
}
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .wp-block-rss__item-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}
.wp-block-rss.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}
.entry-content [class*=inner-container] .wp-block-rss.alignfull, .entry-content .has-background .wp-block-rss.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-search {
  max-width: var(--responsive--aligndefault-width);
}
.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-search .wp-block-search__label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}
.wp-block-search .wp-block-search__input {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--form--line-height);
  max-width: inherit;
  margin-right: calc(-1 * var(--button--border-width));
  padding: var(--form--spacing-unit);
}
.wp-block-search .wp-block-search__input:focus {
  color: var(--form--color-text);
  border-color: var(--form--border-color);
}
.has-background .wp-block-search .wp-block-search__input {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.wp-block-search button.wp-block-search__button {
  margin-left: 0;
  line-height: 1;
}
.wp-block-search button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}
.wp-block-search button.wp-block-search__button.has-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.has-background .wp-block-search button.wp-block-search__button:hover, .has-background .wp-block-search button.wp-block-search__button:active {
  background-color: var(--local--color-background, var(--global--color-background)) !important;
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.has-text-color .wp-block-search button.wp-block-search__button:hover, .has-text-color .wp-block-search button.wp-block-search__button:active {
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background-color: var(--global--color-white);
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  padding: var(--form--border-width);
}
.has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--form--spacing-unit);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  color: var(--form--color-text);
  outline-offset: -2px;
  outline: 2px dotted var(--form--border-color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  color: var(--global--color-dark-gray);
}
.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  color: var(--global--color-dark-gray);
}
.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  background-color: var(--global--color-dark-gray);
  color: var(--global--color-white);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search__button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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-social-links a:focus {
  color: var(--global--color-primary);
}
.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
  color: var(--global--color-primary);
}
.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link, .wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link {
  background: none;
}

.wp-block-spacer {
  display: block;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 481px) {
  .wp-block-spacer[style] {
    height: var(--global--spacing-unit) !important;
  }
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
  text-align: center;
}
table th,
.wp-block-table th {
  font-family: var(--heading--font-family);
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: calc(0.5 * var(--global--spacing-unit));
  border: 1px solid;
}
table figcaption,
.wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
}
table.is-style-regular .has-background, table.is-style-stripes .has-background, table.is-style-stripes .has-background thead tr, table.is-style-stripes .has-background tfoot tr, table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
  color: var(--table--has-background-text-color);
}
table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
}
table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}
table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}
table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90);
}

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}
table.wp-calendar-table th {
  font-weight: bold;
}
table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}
table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--global--spacing-unit);
  color: currentColor;
}

.wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2);
}
.wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}
.wp-calendar-nav svg path {
  fill: currentColor;
}
.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.wp-block-tag-cloud.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}

.wp-block-verse {
  font-family: var(--entry-content--font-family);
}

.wp-block-video figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}

* > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

:root .is-extra-small-text,
:root .has-extra-small-font-size {
  font-size: var(--global--font-size-xs);
}
:root .is-small-text,
:root .has-small-font-size {
  font-size: var(--global--font-size-sm);
}
:root .is-regular-text,
:root .has-regular-font-size,
:root .is-normal-font-size,
:root .has-normal-font-size,
:root .has-medium-font-size {
  font-size: var(--global--font-size-base);
}
:root .is-large-text,
:root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading);
}
:root .is-larger-text,
:root .has-larger-font-size,
:root .is-extra-large-text,
:root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}
:root .is-huge-text,
:root .has-huge-font-size {
  font-size: var(--global--font-size-xxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}
:root .is-gigantic-text,
:root .has-gigantic-font-size {
  font-size: var(--global--font-size-xxxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.has-right-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.has-parallax {
  background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

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

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
/* Category 07 is for any utility classes that are not assigned to a specific component. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.has-black-color[class] {
  color: var(--global--color-black);
}
.has-black-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-black, #000000);
  color: var(--local--color-primary);
}

.has-gray-color[class] {
  color: var(--global--color-gray);
}
.has-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-gray, #000000);
  color: var(--local--color-primary);
}

.has-dark-gray-color[class] {
  color: var(--global--color-dark-gray);
}
.has-dark-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-dark-gray, #000000);
  color: var(--local--color-primary);
}

.has-green-color[class] {
  color: var(--global--color-green);
}
.has-green-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-green, #FFFFFF);
  color: var(--local--color-primary);
}

.has-blue-color[class] {
  color: var(--global--color-blue);
}
.has-blue-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-blue, #FFFFFF);
  color: var(--local--color-primary);
}

.has-purple-color[class] {
  color: var(--global--color-purple);
}
.has-purple-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-purple, #FFFFFF);
  color: var(--local--color-primary);
}

.has-red-color[class] {
  color: var(--global--color-red);
}
.has-red-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-red, #FFFFFF);
  color: var(--local--color-primary);
}

.has-orange-color[class] {
  color: var(--global--color-orange);
}
.has-orange-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-orange, #FFFFFF);
  color: var(--local--color-primary);
}

.has-yellow-color[class] {
  color: var(--global--color-yellow);
}
.has-yellow-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-yellow, #FFFFFF);
  color: var(--local--color-primary);
}

.has-white-color[class] {
  color: var(--global--color-white);
}
.has-white-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-white, #FFFFFF);
  color: var(--local--color-primary);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}

.has-black-background-color[class] {
  background-color: var(--global--color-black);
}
.has-black-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-black, #000000);
  background-color: var(--local--color-background);
}

.has-dark-gray-background-color[class] {
  background-color: var(--global--color-dark-gray);
}
.has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-dark-gray, #000000);
  background-color: var(--local--color-background);
}

.has-gray-background-color[class] {
  background-color: var(--global--color-gray);
}
.has-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-gray, #000000);
  background-color: var(--local--color-background);
}

.has-light-gray-background-color[class] {
  background-color: var(--global--color-light-gray);
}
.has-light-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-light-gray, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-green-background-color[class] {
  background-color: var(--global--color-green);
}
.has-green-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-green, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-blue-background-color[class] {
  background-color: var(--global--color-blue);
}
.has-blue-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-blue, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-purple-background-color[class] {
  background-color: var(--global--color-purple);
}
.has-purple-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-purple, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-red-background-color[class] {
  background-color: var(--global--color-red);
}
.has-red-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-red, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-orange-background-color[class] {
  background-color: var(--global--color-orange);
}
.has-orange-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-orange, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-yellow-background-color[class] {
  background-color: var(--global--color-yellow);
}
.has-yellow-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-yellow, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-white-background-color[class] {
  background-color: var(--global--color-white);
}
.has-white-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-white, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-background:not(.has-text-color).has-black-background-color[class], .has-background:not(.has-text-color).has-gray-background-color[class], .has-background:not(.has-text-color).has-dark-gray-background-color[class] {
  color: var(--global--color-white);
}
.has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-gray-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-background, #FFFFFF);
  color: var(--local--color-primary, var(--global--color-primary));
}
.is-dark-theme .has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-gray-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-primary, #000000);
}
.has-background:not(.has-text-color).has-green-background-color[class], .has-background:not(.has-text-color).has-blue-background-color[class], .has-background:not(.has-text-color).has-purple-background-color[class], .has-background:not(.has-text-color).has-red-background-color[class], .has-background:not(.has-text-color).has-orange-background-color[class], .has-background:not(.has-text-color).has-yellow-background-color[class], .has-background:not(.has-text-color).has-white-background-color[class] {
  color: var(--global--color-dark-gray);
}
.has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-primary, #000000);
  color: var(--local--color-primary, var(--global--color-primary));
}
.is-dark-theme .has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-background, #FFFFFF);
}

.has-purple-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-yellow));
}

.has-yellow-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-purple));
}

.has-green-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-green), var(--global--color-yellow));
}

.has-yellow-to-green-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-green));
}

.has-red-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-red), var(--global--color-yellow));
}

.has-yellow-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-red));
}

.has-purple-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-red));
}

.has-red-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple));
}

header *,
main *,
footer * {
  max-width: var(--global--spacing-measure);
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
  max-width: none;
}

.is-IE.is-dark-theme {
  color: #fff;
}
.is-IE.is-dark-theme *,
.is-IE.is-dark-theme a,
.is-IE.is-dark-theme .site-description,
.is-IE.is-dark-theme .entry-title,
.is-IE.is-dark-theme .entry-footer,
.is-IE.is-dark-theme .widget-area,
.is-IE.is-dark-theme .post-navigation .meta-nav,
.is-IE.is-dark-theme .footer-navigation-wrapper li a:link,
.is-IE.is-dark-theme .site-footer > .site-info,
.is-IE.is-dark-theme .site-footer > .site-info a,
.is-IE.is-dark-theme .site-footer > .site-info a:visited {
  color: #fff;
}
.is-IE.is-dark-theme .sub-menu-toggle svg,
.is-IE.is-dark-theme .sub-menu-toggle path,
.is-IE.is-dark-theme .post-navigation .meta-nav svg,
.is-IE.is-dark-theme .post-navigation .meta-nav path {
  fill: #fff;
}
.is-IE.is-dark-theme .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
  background: #000;
}
@media only screen and (max-width: 481px) {
  .is-IE.is-dark-theme.primary-navigation-open .primary-navigation > .primary-menu-container,
.is-IE.is-dark-theme.primary-navigation-open .menu-button-container {
    background-color: #000;
  }
}
.is-IE.is-dark-theme .skip-link:focus {
  color: #21759b;
}
.is-IE .navigation .nav-links {
  display: block;
}
.is-IE .post-thumbnail .wp-post-image {
  min-width: auto;
}

/**
 * Font Awesome Pro
 *
 * @link https://fontawesome.com/
 * @link https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
 */
.block-editor .edit-post-sidebar .acf-field-radio[data-name=color] label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.block-editor .edit-post-sidebar .acf-field-radio[data-name=color] label .component-color-indicator {
  width: 15px;
  height: 15px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.36);
  margin-right: 0.3rem;
  margin-left: 0.1rem;
  border-radius: 3px;
}

/**
 * Responsive Styles
 */
/**
 * Required Variables
 */
/**
 * Root Media Query Variables
 */
:root {
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.75);
  --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: 599px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 736px);
    --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: 1120px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 736px);
    --responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1120px);
  }
}
/**
 * Extends
 */
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce):not(p), .default-max-width, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

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

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

@media only screen and (min-width: 599px) {
  .full-max-width, .alignfull {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.alignwide [class*=inner-container] > .alignwide, .alignfull [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: 599px) {
  .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: 599px) {
  .entry-content > .alignright {
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
    /*rtl:ignore*/
    margin-right: var(--responsive--alignright-margin);
  }
}
/**
 * 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;
}

ul {
  margin-left: 1rem;
  padding-left: 1rem;
}
.wp-block-group__inner-container ul {
  max-width: 100% !important;
}
ul ul {
  padding-left: 0;
}

ol {
  padding-left: 1rem;
  max-width: 100% !important;
}
.wp-block-group__inner-container ol {
  max-width: 100% !important;
}
ol ul {
  padding-left: 0;
}

/**
 * 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. */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--global--font-secondary);
  line-height: var(--global--line-height-body);
}

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

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

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}

button {
  cursor: pointer;
}

h1 {
  font-size: var(--global--font-size-xl);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h1 {
    font-size: var(--heading--font-size-h1);
  }
}

h2 {
  font-size: var(--global--font-size-lg);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h2 {
    font-size: var(--heading--font-size-h2);
  }
}

h3 {
  font-size: var(--global--font-size-md);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h3 {
    font-size: var(--heading--font-size-h3);
  }
}

h4 {
  font-size: var(--global--font-size-xs);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h4 {
    font-size: var(--heading--font-size-h4);
  }
}

h5 {
  font-size: var(--global--font-size-sm);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h5 {
    font-size: var(--heading--font-size-h5);
  }
}

h6 {
  font-size: var(--global--font-size-xs);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h6 {
    font-size: var(--heading--font-size-h6);
  }
}

p, li {
  font-size: var(--global--font-size-xs);
}
@media only screen and (min-width: 599px) {
  p, li {
    font-size: var(--global--font-size-base);
  }
}

.brow {
  font-weight: var(--brow--font-weight);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.brow__xs {
  font-weight: var(--brow--font-weight-xs);
  font-size: var(--brow--font-size-xs);
  letter-spacing: 0.5px;
}
.brow__small {
  font-weight: var(--brow--font-weight-xs);
  font-size: var(--brow--font-size-small);
  letter-spacing: 0.5px;
}
.brow__regular {
  font-size: var(--brow--font-size-small);
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 599px) {
  .brow__regular {
    font-size: var(--brow--font-size-regular);
  }
}
.brow__large {
  font-size: var(--brow--font-size-small);
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 599px) {
  .brow__large {
    font-size: var(--brow--font-size-large);
  }
}

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 {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
}
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 {
  color: var(--form--color-text);
  outline: 2px solid var(--form--border-color-activ);
}
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;
}
.is-dark-theme input[type=text],
.is-dark-theme input[type=email],
.is-dark-theme input[type=url],
.is-dark-theme input[type=password],
.is-dark-theme input[type=search],
.is-dark-theme input[type=number],
.is-dark-theme input[type=tel],
.is-dark-theme input[type=date],
.is-dark-theme input[type=month],
.is-dark-theme input[type=week],
.is-dark-theme input[type=time],
.is-dark-theme input[type=datetime],
.is-dark-theme input[type=datetime-local],
.is-dark-theme input[type=color],
.is-dark-theme .site textarea {
  background: var(--global--color-white-90);
}

input[type=search]:focus {
  outline-offset: -7px;
}
.is-dark-theme input[type=search]:focus {
  outline-color: var(--global--color-background);
}

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

input[type=color] {
  padding: calc(var(--form--spacing-unit) / 2);
  height: calc(4 * var(--form--spacing-unit));
}

input[type=email],
input[type=url] {
  /*rtl:ignore*/
  direction: ltr;
}

select {
  border: var(--form--border-width) solid var(--form--border-color);
  color: var(--form--color-text);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
  background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}
select:focus {
  outline: 2px solid var(--form--border-color-active);
}
.is-dark-theme select {
  background: var(--global--color-white-90) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: right var(--form--spacing-unit) top 60%;
}

textarea {
  width: 100%;
}

label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

/**
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] {
    -webkit-appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    border: var(--form--border-width) solid var(--form--border-color);
    background: var(--global--color-white);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    opacity: 0.7;
  }
  .is-dark-theme input[type=checkbox],
.is-dark-theme input[type=radio] {
    background: var(--global--color-white-90);
  }
  input[type=checkbox]:focus {
    outline: 2px solid var(--form--border-color-active);
  }
  input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  input[type=checkbox]:checked {
    color: var(--form--border-color-active);
  }
  input[type=checkbox]:checked:after {
    opacity: 1;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:focus {
    outline: 2px solid var(--form--border-color-active);
  }
  input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--form--color-text);
  }
  input[type=radio]:checked {
    border: 4px solid var(--form--border-color-active);
  }
  input[type=radio]:checked:after {
    opacity: 1;
  }
  input[type=radio]:checked:focus {
    outline: 2px solid var(--form--border-color-active);
  }
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  padding-left: 10px;
  font-size: var(--global--font-size-xs);
  vertical-align: top;
}

/**
 * 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: -webkit-max-content;
  max-width: -moz-max-content;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-password-form__label {
  width: 100%;
  margin-bottom: 0;
}
.post-password-form input[type=password] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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: 1119px) {
  .post-password-form__submit {
    margin-left: calc(0.4 * var(--global--spacing-horizontal));
  }
}

/*
 * 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(--wp--style--color--link, var(--global--color-seb-dark-gray));
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
}

a:hover {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

p.has-text-color a {
  color: inherit;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  -webkit-text-decoration: underline 1px dotted currentColor;
          text-decoration: underline 1px dotted currentColor;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background: rgba(255, 255, 255, 0.9);
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: var(--global--color-black);
  color: var(--global--color-white);
  text-decoration: none;
}
.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: rgba(0, 0, 0, 0.9);
  color: var(--wp--style--color--link, var(--global--color-white));
}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
  color: var(--wp--style--color--link, var(--global--color-white));
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {
  /* Only visible in Windows High Contrast mode */
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
  color: #21759b;
  background-color: #f1f1f1;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link {
  background: none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: 2px dotted var(--wp--style--color--link, var(--global--color-primary));
}

.has-background .has-link-color a, .has-background.has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-seb-dark-gray));
}

p.has-text-color.has-white-color a {
  color: inherit;
}

/* Over here, place any elements that do not need to have their own file. */
sup,
sub,
sup > a,
sub > a {
  color: currentColor !important;
}

.wp-block-cover,
.wp-block-cover-image {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.wp-block-cover.is-style-left-bw-branding,
.wp-block-cover-image.is-style-left-bw-branding {
  position: relative;
}
.wp-block-cover.is-style-left-bw-branding > .wp-block-cover__background::after,
.wp-block-cover-image.is-style-left-bw-branding > .wp-block-cover__background::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh-grayscale.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.wp-block-cover.is-style-right-bw-branding,
.wp-block-cover-image.is-style-right-bw-branding {
  position: relative;
}
.wp-block-cover.is-style-right-bw-branding > .wp-block-cover__background::after,
.wp-block-cover-image.is-style-right-bw-branding > .wp-block-cover__background::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh-grayscale.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.wp-block-cover.is-style-left-color-branding,
.wp-block-cover-image.is-style-left-color-branding {
  position: relative;
}
.wp-block-cover.is-style-left-color-branding > .wp-block-cover__background::after,
.wp-block-cover-image.is-style-left-color-branding > .wp-block-cover__background::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.wp-block-cover.is-style-right-color-branding,
.wp-block-cover-image.is-style-right-color-branding {
  position: relative;
}
.wp-block-cover.is-style-right-color-branding > .wp-block-cover__background::after,
.wp-block-cover-image.is-style-right-color-branding > .wp-block-cover__background::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.wp-block-group__inner-container p {
  max-width: 100% !important;
}

p.is-style-brow {
  font-weight: var(--brow--font-weight);
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
p.is-style-brow-xs {
  font-weight: var(--brow--font-weight-xs);
  font-size: var(--brow--font-size-xs);
  letter-spacing: 0.5px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
p.is-style-brow-small {
  font-weight: var(--brow--font-weight-xs);
  font-size: var(--brow--font-size-small);
  letter-spacing: 0.5px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
p.is-style-brow-regular {
  font-size: var(--brow--font-size-small);
  letter-spacing: 0.5px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 599px) {
  p.is-style-brow-regular {
    font-size: var(--brow--font-size-regular);
  }
}
p.is-style-brow-large {
  font-size: var(--brow--font-size-small);
  letter-spacing: 0.5px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 599px) {
  p.is-style-brow-large {
    font-size: var(--brow--font-size-large);
  }
}

.wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-group:before {
  content: none;
}
.wp-block-group:after {
  content: none;
}
.wp-block-group.section-headers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.wp-block-group.section-headers h2, .wp-block-group.section-headers h3, .wp-block-group.section-headers h4, .wp-block-group.section-headers h5 {
  text-align: center;
}
@media only screen and (min-width: 1120px) {
  .wp-block-group.section-headers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wp-block-group.section-headers h2, .wp-block-group.section-headers h3, .wp-block-group.section-headers h4, .wp-block-group.section-headers h5 {
    text-align: left;
  }
}
.wp-block-group .wp-block-columns {
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1120px) {
  .wp-block-group .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-block-group .wp-block-columns .wp-block-column {
  width: unset;
  margin: auto;
}
@media only screen and (min-width: 1120px) {
  .wp-block-group .wp-block-columns .wp-block-column {
    width: 50vw;
    margin: unset;
  }
}
.wp-block-group .wp-block-columns .wp-block-column .wp-block-group {
  border-radius: 8px;
}
.wp-block-group.is-style-left-bw-branding {
  position: relative;
}
.wp-block-group.is-style-left-bw-branding > .wp-block-group__inner-container {
  position: relative;
  z-index: 999;
}
.wp-block-group.is-style-left-bw-branding::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh-grayscale.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.wp-block-group.is-style-right-bw-branding {
  position: relative;
}
.wp-block-group.is-style-right-bw-branding > .wp-block-group__inner-container {
  position: relative;
  z-index: 999;
}
.wp-block-group.is-style-right-bw-branding::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh-grayscale.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.wp-block-group.is-style-left-color-branding {
  position: relative;
}
.wp-block-group.is-style-left-color-branding > .wp-block-group__inner-container {
  position: relative;
  z-index: 999;
}
.wp-block-group.is-style-left-color-branding::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.wp-block-group.is-style-right-color-branding {
  position: relative;
}
.wp-block-group.is-style-right-color-branding > .wp-block-group__inner-container {
  position: relative;
  z-index: 999;
}
.wp-block-group.is-style-right-color-branding::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.related-posts-block {
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 100% !important;
}
.related-posts-block:-webkit-scrollbar {
  display: none;
}
.related-posts-block h3, .related-posts-block h4 {
  margin: 0.5rem 0;
}
@media only screen and (max-width: 598px) {
  .related-posts-block {
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 599px) {
  .related-posts-block {
    margin-left: auto;
    margin-right: auto;
    width: var(--responsive--alignwide-width);
    max-width: var(--responsive--alignfull-width);
  }
}
.related-posts-block .related-posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (min-width: 599px) {
  .related-posts-block .related-posts-wrapper {
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}
.related-posts-block .related-posts-wrapper div.related-post-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 240px;
  max-width: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 0.75rem;
}
.related-posts-block .related-posts-wrapper div.related-post-single:first-of-type {
  padding-left: 1.25rem;
}
@media only screen and (min-width: 599px) {
  .related-posts-block .related-posts-wrapper div.related-post-single {
    min-width: unset;
    max-width: 352px;
    padding: 0;
  }
  .related-posts-block .related-posts-wrapper div.related-post-single:first-of-type {
    padding-left: 0;
  }
}
.related-posts-block .related-posts-wrapper div.related-post-single div:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-posts-block .related-posts-wrapper div.related-post-single div.related-post-single-img-holder {
  position: relative;
  padding-bottom: 66.6%;
}
.related-posts-block .related-posts-wrapper div.related-post-single div.related-post-single-img-holder img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-posts-block .related-posts-wrapper div.related-post-single p {
  margin: 0.5rem 0 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.related-posts-block .related-posts-wrapper div.related-post-single a.link-as-button {
  margin-top: auto;
  margin-bottom: 0;
}
.related-posts-block .related-posts-wrapper div.related-post-single a.no-decoration {
  text-decoration: none !important;
}

.product-card-block {
  width: 90vw;
  margin: 0 !important;
  background: white;
  border-radius: 8px;
  border-bottom: 5px solid var(--global--color-seb-teal);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 352px;
}
@media only screen and (min-width: 599px) {
  .product-card-block {
    width: 352px;
    min-width: 352px;
    max-width: unset;
  }
}
.product-card-block:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 5px var(--global--color-seb-light-gray);
          box-shadow: 0 5px 5px var(--global--color-seb-light-gray);
}
.product-card-wrapper.product-card-wrapper__two-col > .product-card-block {
  width: 90vw !important;
  min-width: auto;
}
@media only screen and (min-width: 1119px) {
  .product-card-wrapper.product-card-wrapper__two-col > .product-card-block {
    width: 48% !important;
    min-width: auto;
  }
}
.product-card-block .product-card-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-card-block .product-card-wrapper > div {
  padding: 1.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.product-card-block .product-card-wrapper > div .product-card-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: 0;
}
.product-card-block .product-card-wrapper > div .product-card-cta-container .link-as-button {
  padding-left: 0;
}
.product-card-block .product-card-wrapper > div .product-card-cta-container .cta-seperator {
  height: 2rem;
  width: 1px;
  background-color: var(--global--color-seb-light-gray);
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
.product-card-block .product-card-wrapper > div > div {
  margin: 1rem 0;
}
.product-card-block .product-card-wrapper ul {
  padding-left: 0.5rem;
}
.product-card-block .product-card-wrapper ul ul {
  margin-left: 0;
}
.product-card-block .product-card-wrapper p {
  margin-bottom: 0.75rem;
}
.product-card-block .product-card-wrapper h1, .product-card-block .product-card-wrapper h2, .product-card-block .product-card-wrapper h3, .product-card-block .product-card-wrapper h4, .product-card-block .product-card-wrapper h5 {
  border-bottom: 2px solid var(--global--color-seb-light-gray);
  padding-bottom: 0.8rem;
}
.product-card-block .product-card-wrapper a {
  margin-top: auto;
}
.product-card-block:nth-of-type(4n+1) {
  border-bottom: 5px solid var(--global--color-seb-blue);
}
.product-card-block:nth-of-type(4n+2) {
  border-bottom: 5px solid var(--global--color-seb-green);
}
.product-card-block:nth-of-type(4n+3) {
  border-bottom: 5px solid var(--global--color-seb-teal);
}
.product-card-block:nth-of-type(4n+4) {
  border-bottom: 5px solid var(--global--color-seb-gray);
}

.product-feature-block {
  width: 100%;
}
@media only screen and (min-width: 599px) {
  .product-feature-block {
    max-width: 220px;
  }
}
@media only screen and (min-width: 1119px) {
  .product-feature-block {
    width: calc(25% - 3rem);
  }
}
@media only screen and (min-width: 1119px) {
  .product-features-wrapper__two-col .product-feature-block {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1119px) {
  .product-features-wrapper__three-col .product-feature-block {
    width: calc(33.3333% - 2.6667rem);
  }
}
.product-features-wrapper__large-size .product-feature-block {
  max-width: none;
}
.product-features-wrapper__large-size .product-feature-block .product-feature-wrapper figure {
  font-size: 2.5rem;
}
.product-features-wrapper__large-size .product-feature-block .product-feature-wrapper .product-feature-content h5 {
  font-size: var(--heading--font-size-h3);
}
.product-feature-block .product-feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.product-feature-block .product-feature-wrapper figure {
  font-size: 1.5rem;
}
.product-feature-block .product-feature-wrapper img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 200px;
}
.product-feature-block .product-feature-wrapper .product-feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.product-feature-block .product-feature-wrapper .product-feature-content .wp-block-group {
  margin: 0;
}

.faq-accordion-block {
  overflow: hidden;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper {
  text-align: left;
  font-weight: normal;
  border: none;
  border-top: 1px solid var(--global--color-seb-gray);
  padding: 0.75rem;
  display: block;
  width: 100%;
  background-color: white;
  color: var(--global--color-seb-dark-gray);
  font-size: 1.125rem;
  border-radius: 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper > * {
  margin: 0.5rem 0;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper:hover {
  background-color: var(--global--color-lightest-gray);
  cursor: pointer;
  border: none;
  border-top: 1px solid var(--global--color-seb-gray);
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper:last-of-type {
  border-bottom: 1px solid var(--global--color-seb-gray);
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper .faq-question {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--global--font-size-sm);
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper .faq-answer {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.2s ease-out, opacity 0.2s;
  transition: max-height 0.2s ease-out, opacity 0.2s;
  margin: 0;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper .close-icon {
  display: none;
  color: var(--global--color-medium-blue);
  padding-left: 12px;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper .open-icon {
  display: block;
  color: var(--global--color-medium-blue);
  padding-left: 12px;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper.is-open .faq-question {
  font-weight: bold;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper.is-open .faq-answer {
  opacity: 1;
  visibility: visible;
  margin-top: 1rem;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper.is-open .open-icon {
  display: none;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper.is-open .open-icon.is-open {
  display: none;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper.is-open .close-icon {
  display: block;
}
.faq-accordion-block .faq-accordion-wrapper button.single-faq-wrapper.is-open .close-icon.is-open {
  display: block;
}
@media only screen and (min-width: 1119px) {
  .faq-accordion-block {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 1120px) {
  .faq-accordion-block {
    max-width: calc(var(--responsive--alignwide-width) * 0.85) !important;
  }
}

.wp-block-button__link {
  padding: 0.5rem 0.75rem;
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .wp-block-button__link {
  padding-left: 0 !important;
}
.wp-block-button__link:hover, .wp-block-button__link:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.wp-block-button__link:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-button__link:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}

.wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1119px) {
  .wp-block-buttons {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-primary--color-text);
  background-color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link {
  padding-left: 0 !important;
}
.wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:hover, .wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.wp-block-buttons > .is-style-primary.wp-block-button .wp-block-button__link:hover {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  background-color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link {
  padding-left: 0 !important;
}
.wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:hover, .wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.wp-block-buttons > .is-style-primary-dark-bg.wp-block-button .wp-block-button__link:hover {
  border-color: var(--global--color-medium-blue);
}
.wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-secondary--color-text);
  background-color: var(--button-secondary--color-background);
  border-color: var(--button-secondary--border-color);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link {
  padding-left: 0 !important;
}
.wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:hover, .wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.wp-block-buttons > .is-style-secondary.wp-block-button .wp-block-button__link:hover {
  background-color: var(--button-secondary--color-background-active);
  border-color: var(--button-secondary--border-color-active);
  color: var(--button-secondary--color-text-hover);
}
.wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-tertiary--color-text);
  background-color: var(--button-tertiary--color-background);
  border-color: var(--button-tertiary--border-color);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link {
  padding-left: 0 !important;
}
.wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:hover, .wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.wp-block-buttons > .is-style-tertiary.wp-block-button .wp-block-button__link:hover {
  background-color: var(--button-tertiary--color-background-active);
  border-color: var(--button-tertiary--border-color-active);
  color: var(--button-tertiary--color-text-hover);
}
.wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-text--color-text);
  background-color: var(--button-text--color-background);
  border-color: var(--button-text--border-color);
  font-size: var(--global--font-size-xs);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link,
.is-style-text-arrow-feature .wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link,
.is-style-text-arrow-feature .wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link,
.is-style-text-arrow-feature .wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link {
  padding-left: 0 !important;
}
.wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:hover, .wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:active,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:hover,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:active,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:hover,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:active,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:hover,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:focus,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:focus,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:focus,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:disabled,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:disabled,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:disabled,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link:hover,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link:hover,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link:hover,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link:hover {
  background-color: var(--button-text--color-background-active);
  border-color: var(--button-text--border-color-active);
  color: var(--button-text--color-text-hover);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--global--color-seb-dark-gray);
          text-decoration-color: var(--global--color-seb-dark-gray);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link.has-text-color,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link.has-text-color,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link.has-text-color,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link.has-text-color {
  color: unset;
}
.wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link.has-text-color::after,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link.has-text-color::after,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link.has-text-color::after,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link.has-text-color::after {
  background-image: url("/wp-content/themes/southeastbank/dist/images/chevron-right-white.svg");
}
.wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link.has-text-color:hover,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link.has-text-color:hover,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link.has-text-color:hover,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link.has-text-color:hover {
  -webkit-text-decoration-color: unset;
          text-decoration-color: unset;
}
@media only screen and (min-width: 599px) {
  .wp-block-buttons > .is-style-text.wp-block-button .wp-block-button__link,
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link,
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link {
    font-size: var(--button--font-size);
  }
}
.wp-block-buttons > .is-style-text-arrow.wp-block-button,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button {
  position: relative;
}
.wp-block-buttons > .is-style-text-arrow.wp-block-button .wp-block-button__link::after,
.wp-block-buttons > .is-style-text-arrow-feature.wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("/wp-content/themes/southeastbank/dist/images/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-block-buttons > .is-style-text-left-arrow {
  position: relative;
}
.wp-block-buttons > .is-style-text-left-arrow .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("/wp-content/themes/southeastbank/dist/images/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.link-as-button {
  margin: auto;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.link-as-button.align-left {
  margin-left: 0;
}
.link-as-button.align-right {
  margin-right: 0;
}

.is-style-primary.link-as-button,
.gform_button.button {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-primary--color-text);
  background-color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary.link-as-button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .gform_button.button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary.link-as-button:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .gform_button.button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary.link-as-button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .gform_button.button:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary.link-as-button:not(:hover):not(:active):not(.has-background),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .gform_button.button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary.link-as-button:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .gform_button.button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .is-style-primary.link-as-button,
.is-style-text-arrow-feature .gform_button.button {
  padding-left: 0 !important;
}
.is-style-primary.link-as-button:hover, .is-style-primary.link-as-button:active,
.gform_button.button:hover,
.gform_button.button:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.is-style-primary.link-as-button:focus,
.gform_button.button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.is-style-primary.link-as-button:disabled,
.gform_button.button:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.is-style-primary.link-as-button:hover,
.gform_button.button:hover {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}

.is-style-primary-dark-bg.link-as-button {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-primary--color-text);
  background-color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary-dark-bg.link-as-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary-dark-bg.link-as-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary-dark-bg.link-as-button:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary-dark-bg.link-as-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-primary-dark-bg.link-as-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .is-style-primary-dark-bg.link-as-button {
  padding-left: 0 !important;
}
.is-style-primary-dark-bg.link-as-button:hover, .is-style-primary-dark-bg.link-as-button:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.is-style-primary-dark-bg.link-as-button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.is-style-primary-dark-bg.link-as-button:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.is-style-primary-dark-bg.link-as-button:hover {
  background-color: var(--button-primary--color-background-active);
  color: var(--button-primary--color-text-hover);
  border-color: var(--global--color-medium-blue);
}

.is-style-secondary.link-as-button {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-secondary--color-text);
  background-color: var(--button-secondary--color-background);
  border-color: var(--button-secondary--border-color);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-secondary.link-as-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-secondary.link-as-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-secondary.link-as-button:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-secondary.link-as-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-secondary.link-as-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .is-style-secondary.link-as-button {
  padding-left: 0 !important;
}
.is-style-secondary.link-as-button:hover, .is-style-secondary.link-as-button:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.is-style-secondary.link-as-button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.is-style-secondary.link-as-button:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.is-style-secondary.link-as-button:hover {
  background-color: var(--button-secondary--color-background-active);
  border-color: var(--button-secondary--border-color-active);
  color: var(--button-secondary--color-text-hover);
}

.is-style-tertiary.link-as-button {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-tertiary--color-text);
  background-color: var(--button-tertiary--color-background);
  border-color: var(--button-tertiary--border-color);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-tertiary.link-as-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-tertiary.link-as-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-tertiary.link-as-button:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-tertiary.link-as-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-tertiary.link-as-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .is-style-tertiary.link-as-button {
  padding-left: 0 !important;
}
.is-style-tertiary.link-as-button:hover, .is-style-tertiary.link-as-button:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.is-style-tertiary.link-as-button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.is-style-tertiary.link-as-button:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.is-style-tertiary.link-as-button:hover {
  background-color: var(--button-tertiary--color-background-active);
  border-color: var(--button-tertiary--border-color-active);
  color: var(--button-tertiary--color-text-hover);
}

.is-style-text.link-as-button,
.is-style-text-arrow.link-as-button,
.is-style-text-arrow-feature.link-as-button {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  color: var(--button-text--color-text);
  background-color: var(--button-text--color-background);
  border-color: var(--button-text--border-color);
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--global--font-size-xs);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text.link-as-button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow.link-as-button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow-feature.link-as-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text.link-as-button:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow.link-as-button:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow-feature.link-as-button:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text.link-as-button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow.link-as-button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow-feature.link-as-button:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text.link-as-button:not(:hover):not(:active):not(.has-background),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow.link-as-button:not(:hover):not(:active):not(.has-background),
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow-feature.link-as-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text.link-as-button:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow.link-as-button:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .is-style-text-arrow-feature.link-as-button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .is-style-text.link-as-button,
.is-style-text-arrow-feature .is-style-text-arrow.link-as-button,
.is-style-text-arrow-feature .is-style-text-arrow-feature.link-as-button {
  padding-left: 0 !important;
}
.is-style-text.link-as-button:hover, .is-style-text.link-as-button:active,
.is-style-text-arrow.link-as-button:hover,
.is-style-text-arrow.link-as-button:active,
.is-style-text-arrow-feature.link-as-button:hover,
.is-style-text-arrow-feature.link-as-button:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.is-style-text.link-as-button:focus,
.is-style-text-arrow.link-as-button:focus,
.is-style-text-arrow-feature.link-as-button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.is-style-text.link-as-button:disabled,
.is-style-text-arrow.link-as-button:disabled,
.is-style-text-arrow-feature.link-as-button:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.is-style-text.link-as-button:hover,
.is-style-text-arrow.link-as-button:hover,
.is-style-text-arrow-feature.link-as-button:hover {
  background-color: var(--button-text--color-background-active);
  border-color: var(--button-text--border-color-active);
  color: var(--button-text--color-text-hover);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--global--color-seb-dark-gray);
          text-decoration-color: var(--global--color-seb-dark-gray);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.is-style-text.link-as-button.align-left,
.is-style-text-arrow.link-as-button.align-left,
.is-style-text-arrow-feature.link-as-button.align-left {
  padding-left: 0;
}
@media only screen and (min-width: 599px) {
  .is-style-text.link-as-button,
.is-style-text-arrow.link-as-button,
.is-style-text-arrow-feature.link-as-button {
    font-size: var(--button--font-size);
  }
}

.is-style-text-arrow.link-as-button,
.is-style-text-arrow-feature.link-as-button {
  position: relative;
}
.is-style-text-arrow.link-as-button::after,
.is-style-text-arrow-feature.link-as-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url("/wp-content/themes/southeastbank/dist/images/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-text-block {
  position: relative;
  max-width: 100% !important;
  height: 23px;
}
@media only screen and (min-width: 1120px) {
  .hero-text-block {
    height: 28px;
  }
}
.hero-text-block .hero-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-text-block .hero-text-wrapper p {
  text-transform: uppercase;
  z-index: 9999999;
  font-weight: bold;
  white-space: nowrap;
  -webkit-animation: blinkCursorMobile 1.1s step-end infinite;
          animation: blinkCursorMobile 1.1s step-end infinite;
  border-right: 0.15rem solid var(--global--color-medium-blue);
}
@media only screen and (min-width: 1120px) {
  .hero-text-block .hero-text-wrapper p {
    border-right: 0.2rem solid white;
    -webkit-animation: blinkCursor 1.1s step-end infinite;
            animation: blinkCursor 1.1s step-end infinite;
  }
}

@-webkit-keyframes blinkCursor {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}

@keyframes blinkCursor {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}
@-webkit-keyframes blinkCursorMobile {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: var(--global--color-medium-blue);
  }
}
@keyframes blinkCursorMobile {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: var(--global--color-medium-blue);
  }
}
.wp-block-navigation .wp-block-navigation-link {
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
  padding: var(--primary-nav--padding);
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
  font-family: var(--primary-nav--font-family);
  font-size: var(--primary-nav--font-size);
  font-weight: var(--primary-nav--font-weight);
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
  display: inherit;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
  border: none;
  left: 0;
  margin-left: var(--primary-nav--padding);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
  display: inline-block;
  padding: calc(0.5 * var(--primary-nav--padding)) var(--primary-nav--padding);
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
  display: none;
}
.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container, .wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container {
  display: block;
  opacity: 1;
  visibility: visible;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
  background: var(--global--color-background);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  border: 1px solid var(--primary-nav--border-color);
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before, .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -10px;
  left: var(--global--spacing-horizontal);
  border-style: solid;
  border-color: var(--primary-nav--border-color) transparent;
  border-width: 0 7px 10px 7px;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  top: -9px;
  border-color: var(--global--color-background) transparent;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: var(--global--color-background);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  background: var(--global--color-background);
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover, .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover);
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor;
}
.wp-block-navigation.is-style-utility-menu {
  background-color: var(--global--color-dark-blue);
  border-color: var(--global--color-seb-blue);
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu {
    height: 160px;
  }
}
.wp-block-navigation.is-style-utility-menu ul {
  gap: 0;
  height: 100%;
  background-color: transparent !important;
}
.wp-block-navigation.is-style-utility-menu .wp-block-navigation-link {
  padding: 0;
  height: 100%;
  color: white;
  padding-left: 0;
  width: 100%;
}
.wp-block-navigation.is-style-utility-menu .wp-block-navigation-link:before {
  position: absolute;
  right: 3.25rem;
  top: 25%;
  color: var(--global--color-seb-blue);
  pointer-events: none;
  font-size: 1.25rem;
  text-align: center;
  width: 22px;
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link:before {
    right: 20%;
  }
}
.wp-block-navigation.is-style-utility-menu .wp-block-navigation-link:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0547 8.92969L11.5703 15.8047C11.4531 15.9609 11.2578 16 11.1016 16C10.9453 16 10.7891 15.9609 10.6719 15.8438C10.3984 15.6094 10.3984 15.2188 10.6328 14.9844L16.1016 9.125H1.375C1.02344 9.125 0.75 8.85156 0.75 8.53906C0.75 8.22656 1.02344 7.875 1.375 7.875H16.1016L10.6328 2.05469C10.3984 1.82031 10.3984 1.42969 10.6719 1.19531C10.9453 0.960938 11.3359 0.960938 11.5703 1.23438L18.0547 8.10938C18.2891 8.34375 18.2891 8.69531 18.0547 8.92969Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 24px;
  position: absolute;
  right: 3.25rem;
  bottom: 22%;
  pointer-events: none;
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link:after {
    right: 20%;
  }
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link:last-of-type .wp-block-navigation-item__label {
    border-left: none;
  }
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link {
    width: unset;
  }
}
.wp-block-navigation.is-style-utility-menu .wp-block-navigation-link .wp-block-navigation-item__content {
  padding: 1rem 0 1rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.wp-block-navigation.is-style-utility-menu .wp-block-navigation-link > a {
  -webkit-transition: background-color 0.25s, border 0.25s;
  transition: background-color 0.25s, border 0.25s;
  background-color: var(--global--color-dark-blue);
  border-bottom: 1px solid rgba(0, 169, 225, 0.5);
  font-size: var(--global--font-size-md);
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link > a {
    border-bottom: none;
  }
}
.wp-block-navigation.is-style-utility-menu .wp-block-navigation-link > a:hover {
  color: white !important;
  background-color: var(--global--color-medium-blue);
  text-decoration: none !important;
}
.wp-block-navigation.is-style-utility-menu .wp-block-navigation-link > a:focus {
  color: white;
}
.wp-block-navigation.is-style-utility-menu .wp-block-navigation-link .wp-block-navigation-item__label {
  padding: 1rem 2rem 1rem;
  display: block;
  width: 255px;
  margin: 1.5rem 0;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  border-left: none;
  font-family: var(--global--font-primary);
  line-height: 1.4;
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link .wp-block-navigation-item__label {
    padding: 1rem 4rem 1rem;
    max-width: 255px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link:nth-of-type(2) .wp-block-navigation-item__label {
    border-left: 1px solid rgba(0, 169, 225, 0.5);
  }
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link:nth-of-type(3) .wp-block-navigation-item__label {
    border-left: 1px solid rgba(0, 169, 225, 0.5);
  }
}
@media only screen and (min-width: 1120px) {
  .wp-block-navigation.is-style-utility-menu .wp-block-navigation-link:nth-of-type(4) .wp-block-navigation-item__label {
    border-left: 1px solid rgba(0, 169, 225, 0.5);
  }
}

.wp-block-image {
  text-align: center;
}
.wp-block-image figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: left;
}
.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 img {
  border-radius: 16px;
}

.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: 599px) {
  .entry-content > .wp-block-image > .alignleft,
.entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}
@media only screen and (max-width: 598px) {
  .entry-content > .wp-block-image > .alignleft,
.entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}

.location-detail-block .location-detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.location-detail-block .location-detail-wrapper .location-details {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  padding: 1.5rem;
  gap: 1rem;
}
.location-detail-block .location-detail-wrapper .location-details span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: var(--global--font-size-xs);
}
.location-detail-block .location-detail-wrapper .location-details span.phone-number {
  font-weight: bold;
}
.location-detail-block .location-detail-wrapper .location-details .staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.location-detail-block .location-detail-wrapper .location-details a {
  text-decoration: none;
}
.location-detail-block .location-detail-wrapper .location-details a:hover {
  text-decoration: underline;
}
.location-detail-block .location-detail-wrapper .location-details i {
  margin-top: 5px;
  width: 20px;
  color: var(--global--color-medium-blue);
}
.location-detail-block .location-detail-wrapper .location-hours h4 {
  margin-bottom: 0.25rem;
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  max-width: var(--responsive--alignwide-width) !important;
  border-collapse: collapse;
}
table th,
.wp-block-table th {
  font-family: var(--heading--font-family);
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: calc(0.5 * var(--global--spacing-unit)) calc(0.8 * var(--global--spacing-unit));
  border: none;
  font-size: var(--table--font-size);
}
table figcaption,
.wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
}
table thead tr,
.wp-block-table thead tr {
  border: none;
  background-color: var(--table--header-color);
}
table thead tr th,
.wp-block-table thead tr th {
  text-align: left;
  color: var(--global--color-white);
}
table tbody tr,
.wp-block-table tbody tr {
  border: none;
  border-top: 1px solid var(--table--border-color);
  border-bottom: 1px solid var(--table--border-color);
  background-color: var(--table--background-color);
}
table tbody tr td,
.wp-block-table tbody tr td {
  text-align: left;
  color: var(--table--text-color);
}
table.is-style-regular .has-background, table.is-style-stripes .has-background, table.is-style-stripes .has-background thead tr, table.is-style-stripes .has-background tfoot tr, table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
  color: var(--table--has-background-text-color);
}
table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
}
table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-width: 0;
}
table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}
table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90);
}

.m-rate-table__outer-container {
  max-width: var(--responsive--alignwide-width) !important;
}
.m-rate-table__outer-container .m-rate-table {
  margin-bottom: 3rem;
}
.m-rate-table__outer-container tbody td {
  color: black;
}
.m-rate-table__outer-container .rates-disclaimer {
  display: none;
}
@media only screen and (min-width: 599px) {
  .m-rate-table__outer-container .rates-disclaimer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

table.wp-calendar-table td,
table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}
table.wp-calendar-table th {
  font-weight: bold;
}
table.wp-calendar-table thead,
table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}
table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--global--spacing-unit);
  color: currentColor;
}

.wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2);
}
.wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}
.wp-calendar-nav svg path {
  fill: currentColor;
}
.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

.spotlight-posts-block {
  max-width: var(--responsive--aligndefault-width) !important;
}
@media only screen and (min-width: 1119px) {
  .spotlight-posts-block {
    max-width: 100% !important;
  }
}
.spotlight-posts-block .spotlight-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-big .spotlight-big-image {
  position: relative;
  padding-bottom: 66.6%;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-big .spotlight-big-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 8px;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-big div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-big div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-big div:nth-of-type(2) a {
  display: inline-block;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 1119px) {
  .spotlight-posts-block .spotlight-wrapper .spotlight-big div:nth-of-type(2) a {
    margin-left: 0;
  }
}
.spotlight-posts-block .spotlight-wrapper .spotlight-big div:nth-of-type(2) a.no-decoration {
  text-decoration: none !important;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-small {
  grid-column: 2/3;
  grid-row: auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--global--color-lightest-gray);
  height: 100px;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-small .spotlight-small-image a {
  min-height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-small div:first-of-type {
  display: inline-block;
  grid-column: 1/2;
  margin-right: 1rem;
  min-height: 100%;
}
@media only screen and (min-width: 1119px) {
  .spotlight-posts-block .spotlight-wrapper .spotlight-small div:first-of-type {
    margin-right: 1.5rem;
  }
}
.spotlight-posts-block .spotlight-wrapper .spotlight-small div:last-of-type {
  grid-column: 2/3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  font-size: var(--global--font-size-xs) !important;
}
@media only screen and (min-width: 599px) {
  .spotlight-posts-block .spotlight-wrapper .spotlight-small div:last-of-type {
    padding: 1rem 1rem 1rem 0;
  }
}
.spotlight-posts-block .spotlight-wrapper .spotlight-small img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-small a {
  margin-top: auto;
  font-size: 12px !important;
  color: var(--global--color-seb-dark-gray) !important;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-small a.no-decoration {
  text-decoration: none !important;
}
.spotlight-posts-block .spotlight-wrapper .spotlight-small p {
  display: none;
}
@media only screen and (min-width: 599px) {
  .spotlight-posts-block .spotlight-wrapper .spotlight-small {
    height: 170px;
    max-height: 170px;
  }
  .spotlight-posts-block .spotlight-wrapper .spotlight-small p {
    display: block;
    font-size: var(--global--font-size-xs) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .spotlight-posts-block .spotlight-wrapper .spotlight-small a {
    font-size: var(--global--font-size-xs) !important;
  }
}
@media only screen and (min-width: 1119px) {
  .spotlight-posts-block .spotlight-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 170px 170px 170px;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1rem;
  }
  .spotlight-posts-block .spotlight-wrapper .spotlight-big {
    grid-column: 1/2;
    grid-row: 1/4;
    margin-bottom: 0;
  }
  .spotlight-posts-block .spotlight-wrapper .spotlight-small a {
    display: inline-block;
    margin-right: 0;
  }
}

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: var(--responsive--aligndefault-width) !important;
  /**
   * Block Options
   */
}
@media only screen and (min-width: 1119px) {
  .wp-block-media-text {
    max-width: 100% !important;
  }
}
.wp-block-media-text.has-media-on-the-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.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 img {
  border-radius: 16px;
}
.wp-block-media-text .wp-block-media-text__content {
  min-width: 300px;
  text-align: center;
  padding-top: 2rem !important;
}
@media only screen and (min-width: 1119px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-vertical);
    text-align: left;
  }
}
.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: 1120px) {
  .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: calc(0.8 * var(--global--spacing-vertical));
    margin-bottom: calc(0.8 * 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;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1120px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -webkit-column-gap: 8vw;
       -moz-column-gap: 8vw;
            column-gap: 8vw;
    row-gap: 1rem;
    grid-template-columns: 488px auto;
    display: grid;
  }
  .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);
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content .wp-block-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

h1.is-style-match-h1,
h2.is-style-match-h1,
h3.is-style-match-h1,
h4.is-style-match-h1,
h5.is-style-match-h1,
h6.is-style-match-h1 {
  font-size: var(--global--font-size-xl);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h1.is-style-match-h1,
h2.is-style-match-h1,
h3.is-style-match-h1,
h4.is-style-match-h1,
h5.is-style-match-h1,
h6.is-style-match-h1 {
    font-size: var(--heading--font-size-h1);
  }
}
h1.is-style-match-h2,
h2.is-style-match-h2,
h3.is-style-match-h2,
h4.is-style-match-h2,
h5.is-style-match-h2,
h6.is-style-match-h2 {
  font-size: var(--global--font-size-lg);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h1.is-style-match-h2,
h2.is-style-match-h2,
h3.is-style-match-h2,
h4.is-style-match-h2,
h5.is-style-match-h2,
h6.is-style-match-h2 {
    font-size: var(--heading--font-size-h2);
  }
}
h1.is-style-match-h3,
h2.is-style-match-h3,
h3.is-style-match-h3,
h4.is-style-match-h3,
h5.is-style-match-h3,
h6.is-style-match-h3 {
  font-size: var(--global--font-size-md);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h1.is-style-match-h3,
h2.is-style-match-h3,
h3.is-style-match-h3,
h4.is-style-match-h3,
h5.is-style-match-h3,
h6.is-style-match-h3 {
    font-size: var(--heading--font-size-h3);
  }
}
h1.is-style-match-h4,
h2.is-style-match-h4,
h3.is-style-match-h4,
h4.is-style-match-h4,
h5.is-style-match-h4,
h6.is-style-match-h4 {
  font-size: var(--global--font-size-xs);
  line-height: 1.3;
}
@media only screen and (min-width: 599px) {
  h1.is-style-match-h4,
h2.is-style-match-h4,
h3.is-style-match-h4,
h4.is-style-match-h4,
h5.is-style-match-h4,
h6.is-style-match-h4 {
    font-size: var(--heading--font-size-h4);
  }
}

.seb-frontpage-hero .wp-block-group__inner-container > * {
  margin-top: 0;
  margin-bottom: 0;
}
.seb-frontpage-hero .wp-block-cover {
  margin-top: 100px !important;
  position: relative;
  min-height: 350px !important;
}
@media only screen and (min-width: 1120px) {
  .seb-frontpage-hero .wp-block-cover {
    margin-top: unset !important;
    min-height: 450px !important;
  }
}
.seb-frontpage-hero .wp-block-cover::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/southeastbank/dist/images/swoosh.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.seb-frontpage-hero .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: var(--global--color-lightest-gray);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 1120px) {
  .seb-frontpage-hero .wp-block-cover__inner-container {
    width: unset;
    -webkit-transform: unset;
            transform: unset;
    background-color: unset;
    position: unset;
    top: unset;
  }
  .seb-frontpage-hero .wp-block-cover__inner-container p {
    color: white !important;
  }
}
.seb-frontpage-hero .wp-block-cover__inner-container > .wp-block-columns {
  padding: 1rem 0;
  background-color: var(--global--color-lightest-gray);
}
.seb-frontpage-hero .wp-block-cover__inner-container > .wp-block-columns h2 {
  color: dark;
}
@media only screen and (min-width: 1120px) {
  .seb-frontpage-hero .wp-block-cover__inner-container > .wp-block-columns {
    height: unset;
    background-color: transparent;
  }
}
.seb-frontpage-hero .wp-block-cover__inner-container .wp-block-group__inner-container {
  padding: 1rem 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seb-frontpage-hero .wp-block-cover__inner-container .wp-block-group__inner-container > p {
  font-size: var(--global--font-size-xl) !important;
  color: var(--global--color-seb-dark-gray) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media only screen and (min-width: 1120px) {
  .seb-frontpage-hero .wp-block-cover__inner-container .wp-block-group__inner-container > p {
    color: white !important;
    font-size: var(--global--font-size-page-title) !important;
  }
}
.seb-frontpage-hero .wp-block-cover__inner-container .wp-block-group__inner-container div {
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .seb-frontpage-hero .wp-block-cover__inner-container .wp-block-group__inner-container div p {
    font-size: 0.6875rem !important;
    color: var(--global--color-medium-blue) !important;
  }
}
@media only screen and (min-width: 420px) {
  .seb-frontpage-hero .wp-block-cover__inner-container .wp-block-group__inner-container div p {
    font-size: 0.875rem !important;
    color: var(--global--color-medium-blue) !important;
  }
}
@media only screen and (min-width: 1120px) {
  .seb-frontpage-hero .wp-block-cover__inner-container .wp-block-group__inner-container div p {
    font-size: 1.125rem !important;
    color: white !important;
  }
}
.seb-frontpage-hero .hero-menu > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:not(:last-of-type) {
  border-right: 1px solid var(--global--color-seb-blue);
}

.seb-blog-hero .wp-block-columns:first-of-type > .wp-block-column:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 1119px) {
  .seb-blog-hero .wp-block-columns:first-of-type > .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.seb-blog-hero .wp-block-columns:first-of-type > .wp-block-column:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1119px) {
  .seb-blog-hero .wp-block-columns:first-of-type > .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.seb-blog-hero figure.wp-block-post-featured-image {
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 736px) {
  .seb-blog-hero figure.wp-block-post-featured-image {
    max-width: 448px;
    max-height: 300px;
  }
}
.seb-blog-hero figure.wp-block-post-featured-image .wp-post-image {
  border-radius: 16px;
}
.seb-blog-hero .wp-block-post-title {
  margin-bottom: 0.5rem;
}
.seb-blog-hero .taxonomy-category {
  margin-top: 0;
  margin-bottom: 0;
}
.seb-blog-hero .taxonomy-category a {
  background-color: #EBEFF2;
  color: var(--global--color-dark-blue) !important;
  font-size: var(--global--font-size-xs);
  text-decoration: none;
  padding: 0.5rem 0.75rem;
}
.seb-blog-hero .post-meta-data {
  gap: unset;
  margin-top: 1rem;
  font-size: var(--global--font-size-xs);
}
.seb-blog-hero .post-meta-data .wp-block-post-author {
  margin-right: 1.25rem;
}
.seb-blog-hero .post-meta-data .wp-block-post-author__name {
  text-decoration: underline;
}

.top-bar-container {
  border-bottom: 1px solid var(--global--color-lighter-gray);
  /*@include media(wide) {
      display: block;
  }*/
  background-color: #f5f5f5;
}
@media only screen and (min-width: 1240px) {
  .top-bar-container {
    background-color: unset;
    display: block;
  }
}

.o-header {
  max-width: 90vw;
  height: 90px;
  margin: auto;
  z-index: 4;
}
@media only screen and (min-width: 1120px) {
  .o-header {
    max-width: var(--responsive--alignwide-width);
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.o-header.utility-nav {
  height: auto;
}
@media only screen and (min-width: 1240px) {
  .o-header.utility-nav {
    height: 52px;
  }
}
.o-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.o-header__top-bar {
  position: relative;
  padding: 0.5rem 0;
  font-size: 14px;
}
.o-header__top-bar:after {
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--global--color-seb-gray);
}
.o-header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.o-header__navigation .link-as-button {
  display: none;
}
@media only screen and (min-width: 1240px) {
  .o-header__navigation .link-as-button {
    display: block;
  }
}
.o-header__main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-header__logo {
  margin-right: auto;
}
.o-header__logo.o-header__logo--centered {
  margin-left: auto;
}
.o-header__logo img {
  width: 130px;
}
@media only screen and (min-width: 1120px) {
  .o-header__logo img {
    width: 200px;
  }
}
.o-header__wrapper {
  position: relative;
  z-index: 2;
}
.o-header__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.05);
}
body.home .o-header__wrapper::after {
  display: none;
}
.o-header .o-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  gap: 1.75rem;
  margin-left: 0;
}
.o-header .o-menu.o-top-bar-navigation {
  display: none;
}
@media only screen and (min-width: 1240px) {
  .o-header .o-menu.o-top-bar-navigation {
    display: block;
  }
}
.o-header .o-menu.o-top-bar-navigation ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-header .o-menu.o-top-bar-navigation a {
  padding: 0;
  font-size: 0.875rem;
}
.o-header .o-menu.o-top-bar-navigation a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--global--color-seb-dark-gray);
          text-decoration-color: var(--global--color-seb-dark-gray);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}
.o-header .o-menu--main {
  display: none;
}
@media only screen and (min-width: 1240px) {
  .o-header .o-menu--main {
    display: block;
  }
}
.o-header .o-menu--main > ul {
  margin-right: 3rem;
  gap: 1rem;
}
.o-header .o-menu--main > ul > li > a {
  text-align: center;
  padding: 1.95rem 0;
  border-bottom: 4px solid transparent;
  margin: 0 10px;
}
.o-header .o-menu--main > ul > li:hover > a {
  font-weight: 700;
  border-bottom: 4px solid var(--global--color-dark-blue);
  margin: 0 9.25px;
}
.o-header .menu-item a {
  text-decoration: none;
  font-size: var(--global--font-size-base);
  padding: 1.75rem;
  display: block;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu {
  visibility: hidden;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
  background-color: var(--global--color-lightest-gray);
  color: var(--global--color-seb-dark-gray);
  position: absolute;
  z-index: 9999;
  left: 0;
  padding: 2rem;
  width: 100%;
  min-height: 200px;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
  max-width: var(--responsive--alignwide-width);
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 2rem;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner a {
  padding: 0.25rem 0;
  font-weight: 400;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner a:hover {
  text-decoration: underline;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 23%;
          flex: 0 23%;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item:last-of-type {
  margin-right: auto;
  margin-left: 0;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item > a {
  font-weight: 700;
  font-size: var(--global--font-size-xs);
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item ul {
  gap: 0;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item:not(.menu-item-has-children) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item:not(.menu-item-has-children) a {
  width: unset;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item:not(.menu-item-has-children).go-to-website:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 7.5C8.85938 7.5 8.625 7.75781 8.625 8.0625V10.6875C8.625 10.8047 8.53125 10.875 8.4375 10.875H1.3125C1.19531 10.875 1.125 10.8047 1.125 10.6875V3.5625C1.125 3.46875 1.19531 3.375 1.3125 3.375H3.9375C4.24219 3.375 4.5 3.14062 4.5 2.8125C4.5 2.50781 4.24219 2.25 3.9375 2.25H1.3125C0.585938 2.25 0 2.85938 0 3.5625V10.6875C0 11.4141 0.585938 12 1.3125 12H8.4375C9.14062 12 9.75 11.4141 9.75 10.6875V8.0625C9.75 7.75781 9.49219 7.5 9.1875 7.5ZM11.4375 0H7.5C7.17188 0 6.9375 0.257812 6.9375 0.5625C6.9375 0.890625 7.17188 1.125 7.5 1.125H10.0781L4.28906 6.91406C4.05469 7.14844 4.05469 7.5 4.28906 7.71094C4.38281 7.82812 4.52344 7.875 4.6875 7.875C4.82812 7.875 4.96875 7.82812 5.0625 7.71094L10.875 1.92188V4.5C10.875 4.82812 11.1094 5.0625 11.4375 5.0625C11.7422 5.0625 12 4.82812 12 4.5V0.5625C12 0.257812 11.7422 0 11.4375 0Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 17px;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner > .menu-item.menu-item-has-children > a {
  pointer-events: none;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner .menu-item {
  width: 100%;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner .menu-item a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: var(--global--font-size-sm);
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu-inner .menu-item.go-to-website:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 7.5C8.85938 7.5 8.625 7.75781 8.625 8.0625V10.6875C8.625 10.8047 8.53125 10.875 8.4375 10.875H1.3125C1.19531 10.875 1.125 10.8047 1.125 10.6875V3.5625C1.125 3.46875 1.19531 3.375 1.3125 3.375H3.9375C4.24219 3.375 4.5 3.14062 4.5 2.8125C4.5 2.50781 4.24219 2.25 3.9375 2.25H1.3125C0.585938 2.25 0 2.85938 0 3.5625V10.6875C0 11.4141 0.585938 12 1.3125 12H8.4375C9.14062 12 9.75 11.4141 9.75 10.6875V8.0625C9.75 7.75781 9.49219 7.5 9.1875 7.5ZM11.4375 0H7.5C7.17188 0 6.9375 0.257812 6.9375 0.5625C6.9375 0.890625 7.17188 1.125 7.5 1.125H10.0781L4.28906 6.91406C4.05469 7.14844 4.05469 7.5 4.28906 7.71094C4.38281 7.82812 4.52344 7.875 4.6875 7.875C4.82812 7.875 4.96875 7.82812 5.0625 7.71094L10.875 1.92188V4.5C10.875 4.82812 11.1094 5.0625 11.4375 5.0625C11.7422 5.0625 12 4.82812 12 4.5V0.5625C12 0.257812 11.7422 0 11.4375 0Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 17px;
  position: relative;
  left: 0;
}
.o-header .menu-item.menu-item-has-children .o-menu__mega-menu__subnav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.5rem;
}
.o-header .menu-item.menu-item-has-children:hover .o-menu__mega-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.o-header .menu-toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-header .menu-toggle-container .link-as-button {
  display: block;
  margin-right: 27px;
}
@media only screen and (min-width: 1240px) {
  .o-header .menu-toggle-container .link-as-button {
    display: none;
  }
}
.o-header__mobile-button {
  background-color: transparent;
  padding: 0.2rem;
  border: none !important;
  /*span {
      display: block;
      width: 30px;
      height: 30px;
      background-image: url("/wp-content/themes/southeastbank/dist/images/bars.svg");
      background-repeat: no-repeat;
      background-position: center;
  }*/
}
@media only screen and (min-width: 1240px) {
  .o-header__mobile-button {
    display: none;
  }
}
.o-header__mobile-button i, .o-header__mobile-button span {
  fill: var(--global--color-seb-dark-gray);
  color: var(--global--color-seb-dark-gray);
  border: none !important;
  font-size: 18px;
}
.o-header__mobile-button:hover {
  border: none !important;
}
.o-header__fdic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-header__fdic-content {
  font-family: "Source Sans 3", sans-serif;
  font-style: italic;
  font-size: 12.8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
}
@media only screen and (min-width: 1240px) {
  .o-header__fdic {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-header__fdic img {
  width: 38px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.o-header__fdic-content {
  text-align: center;
  font-style: italic;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 1240px) {
  .o-header__fdic-content {
    text-align: unset;
  }
}

.search-form {
  position: relative;
  padding: 0 1rem;
  background-color: white;
}
.search-form input.search-field {
  padding: 0.2rem 1rem 0.2rem 0.8rem;
  background: var(--global--color-lighter-gray);
  color: var(--global--color-seb-dark-gray);
  border: none;
  width: 100%;
  margin: 0;
  line-height: 2;
  -webkit-user-select: text; /* Chrome, Opera, Safari */
  -moz-user-select: text; /* Firefox 2+ */
  -ms-user-select: text; /* IE 10+ */
  user-select: text; /* Standard syntax */
}
.o-drawer .search-form input.search-field {
  background-color: var(--global--color-lightest-gray);
  border: 1px solid var(--global--color-seb-dark-gray);
  font-size: 1rem;
}
#top-bar .search-form {
  padding: 0;
  font-size: 0.875rem;
}
#top-bar .search-form input.search-field {
  padding: 0.2rem 1.5rem 0.2rem 0.8rem;
}
#top-bar .search-form input.search-field:focus, #top-bar .search-form input.search-field:focus-visible {
  color: var(--global--color-seb-dark-gray);
  outline-offset: 2px;
  outline: 2px dotted var(--global--color-seb-dark-gray);
}
.search-form .s-search-form__submit {
  position: absolute;
  right: 1.5rem;
  top: 8px;
  padding: 0;
  background-color: transparent !important;
  border-radius: 0;
  color: var(--global--color-seb-dark-gray);
  border: 0 !important;
}
.search-form .s-search-form__submit:hover {
  border: 0 !important;
}
.search-form .s-search-form__submit i, .search-form .s-search-form__submit span {
  color: var(--global--color-seb-dark-gray);
  font-size: 0.875em;
}
#top-bar .search-form .s-search-form__submit {
  right: 0.5rem;
}

body.show-menu {
  overflow: hidden;
}

.o-drawer__overlay {
  z-index: 10;
  position: fixed;
  background-color: none;
  width: 100vw;
  height: 100vh;
  display: none;
}
.show-menu .o-drawer__overlay {
  display: block;
}

.o-drawer {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100%;
  z-index: 100;
  background-color: var(--global--color-lightest-gray);
  height: 100%;
  padding: 0;
  -webkit-transition: right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  visibility: hidden;
}
@media only screen and (min-width: 1119px) {
  .o-drawer {
    width: 50%;
  }
}
.show-menu .o-drawer {
  -webkit-transition: right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  right: 0;
}
.visible .o-drawer {
  visibility: visible;
}
.o-drawer__content > * {
  margin: 1rem 0;
}
.o-drawer__content .o-header__logo {
  padding: 0 2rem;
}
.o-drawer__content .o-header__logo img {
  width: 200px;
}
.o-drawer .search-form {
  background-color: transparent !important;
}
.o-drawer .search-form #search-button-mobile {
  -webkit-appearance: none !important;
  width: 0;
  height: 0;
  border: none;
  padding: 0;
}
.o-drawer .search-form .search-icon {
  top: -3px;
  position: absolute;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 25px;
  width: 30px;
  height: 30px;
  color: var(--global--color-seb-dark-gray);
}

.o-drawer__button--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.logged-in .o-drawer__button--container {
  margin-top: 42px;
}

.o-drawer__close-button {
  overflow: visible;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding: 0;
  margin: 1.75rem;
  border: none;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-drawer__close-button i, .o-drawer__close-button span {
  color: var(--global--color-seb-dark-gray);
  font-weight: 600;
  font-size: 0.875rem;
}

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

.mobile-menu {
  list-style-type: none;
  margin-left: 0;
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
.mobile-menu > li {
  padding: 0.8rem 2rem;
}
.mobile-menu > li ul li:not(.menu-item-has-children) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu > li ul li:not(.menu-item-has-children) a {
  width: unset;
}
.mobile-menu > li ul li:not(.menu-item-has-children).go-to-website:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 7.5C8.85938 7.5 8.625 7.75781 8.625 8.0625V10.6875C8.625 10.8047 8.53125 10.875 8.4375 10.875H1.3125C1.19531 10.875 1.125 10.8047 1.125 10.6875V3.5625C1.125 3.46875 1.19531 3.375 1.3125 3.375H3.9375C4.24219 3.375 4.5 3.14062 4.5 2.8125C4.5 2.50781 4.24219 2.25 3.9375 2.25H1.3125C0.585938 2.25 0 2.85938 0 3.5625V10.6875C0 11.4141 0.585938 12 1.3125 12H8.4375C9.14062 12 9.75 11.4141 9.75 10.6875V8.0625C9.75 7.75781 9.49219 7.5 9.1875 7.5ZM11.4375 0H7.5C7.17188 0 6.9375 0.257812 6.9375 0.5625C6.9375 0.890625 7.17188 1.125 7.5 1.125H10.0781L4.28906 6.91406C4.05469 7.14844 4.05469 7.5 4.28906 7.71094C4.38281 7.82812 4.52344 7.875 4.6875 7.875C4.82812 7.875 4.96875 7.82812 5.0625 7.71094L10.875 1.92188V4.5C10.875 4.82812 11.1094 5.0625 11.4375 5.0625C11.7422 5.0625 12 4.82812 12 4.5V0.5625C12 0.257812 11.7422 0 11.4375 0Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 17px;
  margin-left: 10px;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mobile-menu > li > a {
  text-shadow: none;
  pointer-events: all;
}
.mobile-menu > li.menu-item-has-children {
  border-bottom: 1px solid var(--global--color-lighter-gray);
}
.mobile-menu > li.menu-item-has-children > a {
  text-shadow: none;
  pointer-events: none;
  font-size: 1rem !important;
  font-weight: bold !important;
}
.mobile-menu .menu-item-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.mobile-menu .menu-item-has-children > a {
  font-weight: 700;
  pointer-events: none;
  font-size: 1rem;
}
.mobile-menu .menu-item-has-children .o-menu__subnav {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: max-height 0.25s, visibility 0.25s;
  transition: max-height 0.25s, visibility 0.25s;
}
.mobile-menu .menu-item-has-children .o-menu__subnav .o-menu__subnav-inner {
  margin-top: 16px;
}
.mobile-menu .menu-item-has-children .o-menu__subnav .o-menu__subnav-inner ul li a {
  font-size: 1rem;
}
.mobile-menu .menu-item-has-children i, .mobile-menu .menu-item-has-children span {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.mobile-menu .menu-item-has-children.expanded > div.o-menu__subnav {
  max-height: none;
}
.mobile-menu .menu-item-has-children.expanded i, .mobile-menu .menu-item-has-children.expanded span {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
}
.mobile-menu .menu-item-has-children.visible > div.o-menu__subnav {
  visibility: visible;
}
.mobile-menu .o-menu__subnav {
  margin-bottom: 0;
}
.mobile-menu a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.25rem 0rem;
  font-size: 1.125rem;
}
.mobile-menu.top-bar-menu-mobile li {
  padding: 0rem 2rem;
}

.product-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
  row-gap: 1.5rem !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 100% !important;
}
.product-card-wrapper.product-card-wrapper__two-col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1119px) {
  .product-card-wrapper.product-card-wrapper__two-col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 4% !important;
       -moz-column-gap: 4% !important;
            column-gap: 4% !important;
  }
}
@media only screen and (min-width: 736px) {
  .product-card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    row-gap: 3rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    width: 736px !important;
  }
}
@media only screen and (min-width: 1119px) {
  .product-card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 3rem !important;
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    width: var(--responsive--alignwide-width) !important;
  }
}

.recent-posts > .wp-block-group__inner-container > .wp-block-group {
  width: 100%;
}

.product-features-section .product-features-wrapper {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1119px) {
  .product-features-section .product-features-wrapper {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 3rem;
  }
}

.seb-product-hero,
.seb-product-catalog-hero,
.product-catalog-hero {
  padding-top: 2rem;
}
@media only screen and (min-width: 1119px) {
  .seb-product-hero,
.seb-product-catalog-hero,
.product-catalog-hero {
    padding-top: 0;
  }
}
.seb-product-hero .wp-block-columns:first-of-type,
.seb-product-catalog-hero .wp-block-columns:first-of-type,
.product-catalog-hero .wp-block-columns:first-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1119px) {
  .seb-product-hero .wp-block-columns:first-of-type,
.seb-product-catalog-hero .wp-block-columns:first-of-type,
.product-catalog-hero .wp-block-columns:first-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.seb-product-hero .wp-block-columns:first-of-type .wp-block-column,
.seb-product-catalog-hero .wp-block-columns:first-of-type .wp-block-column,
.product-catalog-hero .wp-block-columns:first-of-type .wp-block-column {
  -ms-flex-item-align: center;
      align-self: center;
}
.seb-product-hero .wp-block-columns:first-of-type > .wp-block-column:first-of-type,
.seb-product-catalog-hero .wp-block-columns:first-of-type > .wp-block-column:first-of-type,
.product-catalog-hero .wp-block-columns:first-of-type > .wp-block-column:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
@media only screen and (min-width: 1119px) {
  .seb-product-hero .wp-block-columns:first-of-type > .wp-block-column:first-of-type,
.seb-product-catalog-hero .wp-block-columns:first-of-type > .wp-block-column:first-of-type,
.product-catalog-hero .wp-block-columns:first-of-type > .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
}
.seb-product-hero .wp-block-columns:first-of-type > .wp-block-column:last-of-type,
.seb-product-catalog-hero .wp-block-columns:first-of-type > .wp-block-column:last-of-type,
.product-catalog-hero .wp-block-columns:first-of-type > .wp-block-column:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1119px) {
  .seb-product-hero .wp-block-columns:first-of-type > .wp-block-column:last-of-type,
.seb-product-catalog-hero .wp-block-columns:first-of-type > .wp-block-column:last-of-type,
.product-catalog-hero .wp-block-columns:first-of-type > .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.seb-product-hero figure.wp-block-post-featured-image,
.seb-product-catalog-hero figure.wp-block-post-featured-image,
.product-catalog-hero figure.wp-block-post-featured-image {
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 736px) {
  .seb-product-hero figure.wp-block-post-featured-image,
.seb-product-catalog-hero figure.wp-block-post-featured-image,
.product-catalog-hero figure.wp-block-post-featured-image {
    max-width: 448px;
    max-height: 300px;
  }
}
.seb-product-hero figure.wp-block-post-featured-image img,
.seb-product-catalog-hero figure.wp-block-post-featured-image img,
.product-catalog-hero figure.wp-block-post-featured-image img {
  border-radius: 16px;
}
@media only screen and (min-width: 736px) {
  .seb-product-hero figure.wp-block-post-featured-image img,
.seb-product-catalog-hero figure.wp-block-post-featured-image img,
.product-catalog-hero figure.wp-block-post-featured-image img {
    max-width: 448px;
    max-height: 300px;
  }
}
.seb-product-hero .wp-block-post-title,
.seb-product-catalog-hero .wp-block-post-title,
.product-catalog-hero .wp-block-post-title {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media only screen and (min-width: 736px) {
  .seb-product-hero .wp-block-post-title,
.seb-product-catalog-hero .wp-block-post-title,
.product-catalog-hero .wp-block-post-title {
    margin-top: var(--global--spacing-vertical);
  }
}
.seb-product-hero .post-meta-data,
.seb-product-catalog-hero .post-meta-data,
.product-catalog-hero .post-meta-data {
  gap: unset;
  margin-top: 1rem;
  font-size: var(--global--font-size-xs);
}
.seb-product-hero .post-meta-data .wp-block-post-author,
.seb-product-catalog-hero .post-meta-data .wp-block-post-author,
.product-catalog-hero .post-meta-data .wp-block-post-author {
  margin-right: 1.25rem;
}
.seb-product-hero .post-meta-data .wp-block-post-author__name,
.seb-product-catalog-hero .post-meta-data .wp-block-post-author__name,
.product-catalog-hero .post-meta-data .wp-block-post-author__name {
  text-decoration: underline;
}
.seb-product-hero .yoast-breadcrumbs,
.seb-product-catalog-hero .yoast-breadcrumbs,
.product-catalog-hero .yoast-breadcrumbs {
  position: absolute;
  top: -42px;
}
@media only screen and (min-width: 1119px) {
  .seb-product-hero .yoast-breadcrumbs,
.seb-product-catalog-hero .yoast-breadcrumbs,
.product-catalog-hero .yoast-breadcrumbs {
    position: static;
    top: unset;
  }
}
.seb-product-hero .yoast-breadcrumbs span,
.seb-product-catalog-hero .yoast-breadcrumbs span,
.product-catalog-hero .yoast-breadcrumbs span {
  font-size: var(--global--font-size-xs);
}
.seb-product-hero .yoast-breadcrumbs span.sep,
.seb-product-catalog-hero .yoast-breadcrumbs span.sep,
.product-catalog-hero .yoast-breadcrumbs span.sep {
  display: none;
}
.seb-product-hero .yoast-breadcrumbs > span span,
.seb-product-catalog-hero .yoast-breadcrumbs > span span,
.product-catalog-hero .yoast-breadcrumbs > span span {
  display: none;
}
.seb-product-hero .yoast-breadcrumbs > span span:nth-last-child(3),
.seb-product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3),
.product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3) {
  display: block;
}
.seb-product-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a,
.seb-product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a,
.product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}
.seb-product-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a:before,
.seb-product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a:before,
.product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23535459' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 4px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.seb-product-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a:hover,
.seb-product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a:hover,
.product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3) > a:hover {
  text-decoration: underline;
}
.seb-product-hero .yoast-breadcrumbs > span span:nth-last-child(3).breadcrumb_last,
.seb-product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3).breadcrumb_last,
.product-catalog-hero .yoast-breadcrumbs > span span:nth-last-child(3).breadcrumb_last {
  display: none;
}
.seb-product-hero .yoast-breadcrumbs.breadcrumb_last,
.seb-product-catalog-hero .yoast-breadcrumbs.breadcrumb_last,
.product-catalog-hero .yoast-breadcrumbs.breadcrumb_last {
  display: none;
}

.o-related-disclosures p {
  font-size: 0.75rem;
}
@media only screen and (min-width: 599px) {
  .o-related-disclosures p {
    font-size: var(--global--font-size-xs);
  }
}
.o-related-disclosures__inner-container .o-related-disclosures-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.o-related-disclosures__inner-container .o-related-disclosures__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.single-post .o-related-disclosures {
  margin-bottom: 100px;
}

#branch-locator {
  display: grid !important;
  grid-template-rows: 92px 250px auto;
  grid-template-columns: 100%;
  gap: 2rem;
  background-color: white !important;
}
@media only screen and (min-width: 1119px) {
  #branch-locator {
    height: calc(100vh - 139px);
    grid-template-rows: 92px auto;
    grid-template-columns: 350px auto;
  }
}
#branch-locator p, #branch-locator h2, #branch-locator h3, #branch-locator ul, #branch-locator li {
  color: var(--global--color-seb-dark-gray);
}
#branch-locator .branch-locator__map-container {
  grid-row: 2/3;
  grid-column: 1/2;
  height: 100%;
  width: 100% !important;
}
@media only screen and (min-width: 1119px) {
  #branch-locator .branch-locator__map-container {
    grid-row: 1/3;
    grid-column: 2/3;
    height: 100%;
  }
}
#branch-locator .branch-locator__map-container .branch-locator__flash-notification-close-icon {
  background-color: var(--global--color-medium-blue);
}
#branch-locator .branch-locator__map-container .branch-locator__flash-notification-close-icon span {
  top: 0;
}
#branch-locator .branch-locator__map-container .branch-locator__flash-notification-close-icon:hover span {
  color: white;
}
#branch-locator .branch-locator__controls {
  grid-row: 1/2;
  grid-column: 1/2;
  display: grid !important;
  grid-template-columns: 1.5fr 3fr;
  gap: 12px;
  width: 363px;
  min-height: unset;
  width: 100%;
}
@media only screen and (min-width: 1119px) {
  #branch-locator .branch-locator__controls {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
#branch-locator .branch-locator__controls a {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  background-color: var(--global--color-medium-blue);
  border-radius: 5px;
  color: white;
  font-size: var(--global--font-size-xs);
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  letter-spacing: 0.1px;
  text-transform: lowercase;
  text-align: center;
  line-height: inherit !important;
  padding-top: 4px !important;
  padding-bottom: 0px !important;
  height: 30px;
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #branch-locator .branch-locator__controls a:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #branch-locator .branch-locator__controls a:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #branch-locator .branch-locator__controls a:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #branch-locator .branch-locator__controls a:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #branch-locator .branch-locator__controls a:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature #branch-locator .branch-locator__controls a {
  padding-left: 0 !important;
}
#branch-locator .branch-locator__controls a:hover, #branch-locator .branch-locator__controls a:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
#branch-locator .branch-locator__controls a:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
#branch-locator .branch-locator__controls a:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
#branch-locator .branch-locator__controls a span {
  display: inline-block;
}
#branch-locator .branch-locator__controls a span:first-letter {
  text-transform: capitalize;
}
#branch-locator .branch-locator__controls a > i {
  font-size: 0.75rem;
  font-weight: 700;
}
#branch-locator .branch-locator__controls a:hover, #branch-locator .branch-locator__controls a:focus {
  background-color: var(--global--color-dark-blue) !important;
  border-color: var(--global--color-dark-blue) !important;
  color: white !important;
}
#branch-locator .branch-locator__controls a:first-of-type {
  border-radius: 5px;
  background-color: white !important;
  color: var(--global--color-seb-dark-gray) !important;
  border-color: var(--global--color-seb-dark-gray) !important;
  text-transform: capitalize;
  display: block !important;
}
#branch-locator .branch-locator__controls a:first-of-type:hover, #branch-locator .branch-locator__controls a:first-of-type:focus {
  background-color: var(--global--color-seb-dark-gray) !important;
  border-color: var(--global--color-seb-dark-gray) !important;
  color: white !important;
}
#branch-locator .branch-locator__controls #branch-locator__search-form {
  grid-column: 1/3;
  position: relative;
  min-height: 40px;
  height: unset;
}
#branch-locator .branch-locator__controls #branch-locator__search-form input.pac-target-input {
  padding: 0.2rem 2.75rem 0.2rem 0.75rem;
  background: var(--global--color-lighter-gray);
  color: var(--global--color-seb-dark-gray);
  border: none;
  width: 100%;
  margin: 0;
  line-height: 2;
  min-height: 40px;
  height: unset;
}
#branch-locator .branch-locator__controls #branch-locator__search-form:after {
  display: none;
  content: "";
}
#branch-locator .branch-locator__controls #branch-locator__search-form label {
  position: absolute;
  right: 1rem;
}
#branch-locator .branch-locator__content {
  grid-row: 3/4;
  grid-column: 1/2;
  width: 100%;
  margin-top: 0 !important;
  position: static !important;
  overflow-y: auto;
}
@media only screen and (min-width: 1119px) {
  #branch-locator .branch-locator__content {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper {
  margin-right: 0;
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper .branch-locator__card:after {
  background-color: var(--global--color-medium-blue);
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper .branch-locator__card .card__icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper .branch-locator__card:hover {
  background-color: var(--global--color-light-blue);
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper .branch-locator__card:active {
  background-color: var(--global--color-light-blue);
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper .card__info-trigger {
  border: 2px solid var(--global--color-seb-dark-gray);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper .card__info-trigger svg {
  fill: var(--global--color-seb-dark-gray);
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper .card__info-trigger:hover, #branch-locator .branch-locator__content .branch-locator__card-wrapper .card__info-trigger:focus {
  background-color: var(--global--color-seb-dark-gray);
  fill: white;
}
#branch-locator .branch-locator__content .branch-locator__card-wrapper .card__info-trigger:hover svg, #branch-locator .branch-locator__content .branch-locator__card-wrapper .card__info-trigger:focus svg {
  fill: white;
}
#branch-locator .location-details__header {
  padding: 20px !important;
}
#branch-locator .location-details__header-content {
  width: 100%;
  position: relative;
}
#branch-locator .location-details__header-content .branch-locator__close-button {
  position: absolute;
  top: 0;
  right: 0;
}
#branch-locator .branch-locator__content-overlay {
  grid-column: 1/2;
  grid-row: 3/4;
  border-color: var(--global--color-medium-blue);
  background-color: #EBEFF2;
  width: 100% !important;
  position: static !important;
}
@media only screen and (min-width: 1119px) {
  #branch-locator .branch-locator__content-overlay {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media only screen and (min-width: 1119px) {
  #branch-locator .branch-locator__content-overlay {
    width: 373px;
  }
}
#branch-locator .branch-locator__content-overlay > header {
  display: none;
}
#branch-locator .branch-locator__content-overlay .branch-locator__close-button {
  border-color: var(--global--color-seb-dark-gray) !important;
  background-color: var(--global--color-seb-dark-gray) !important;
  height: 24px;
  width: 24px;
}
#branch-locator .branch-locator__content-overlay .branch-locator__close-button span {
  font-size: 13px;
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
}
#branch-locator .branch-locator__content-overlay .branch-locator__close-button:hover, #branch-locator .branch-locator__content-overlay .branch-locator__close-button:active {
  border-color: var(--global--color-seb-dark-gray) !important;
  background-color: white !important;
}
#branch-locator .branch-locator__content-overlay .branch-locator__close-button:hover span, #branch-locator .branch-locator__content-overlay .branch-locator__close-button:active span {
  color: var(--global--color-seb-dark-gray) !important;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 2rem;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals dl dt {
  width: 10%;
  height: unset;
  font-size: var(--global--font-size-xs);
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals dl dd {
  width: 85%;
  padding: 0;
  padding-left: 0.25rem;
  margin-bottom: 1rem;
  font-size: var(--global--font-size-xs);
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals dl dd a:not([title="Get Directions"]) {
  font-weight: bold;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals dl dd a address {
  font-style: normal;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals dl dd a:hover {
  color: var(--global--color-medium-blue) !important;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals dl dd a:visited {
  color: var(--global--color-medium-blue) !important;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals dl dd a:focus {
  color: var(--global--color-medium-blue) !important;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals span.fa-phone,
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals span.fa-store-alt,
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__vitals span.fa-car {
  color: var(--global--color-medium-blue) !important;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body {
  padding-left: 45px;
  padding-right: 45px;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body h2 {
  font-size: var(--global--font-size-xs) !important;
  text-transform: unset !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body li {
  font-size: var(--global--font-size-xs);
  list-style-type: none;
  position: relative;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body li::before {
  content: "\2022";
  position: absolute;
  left: -0.8rem;
  top: -0.25rem;
  font-size: 1.1rem;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body a:last-of-type {
  font-size: var(--global--font-size-xs);
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  width: 100px;
  margin: auto;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body a:last-of-type:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23535459' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body a:last-of-type:hover {
  text-decoration: none;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body .location-details__services h2 {
  font-size: var(--global--font-size-xs);
  text-transform: capitalize !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#branch-locator .branch-locator__content-overlay .branch-locator__location-details .location-details__body .hours-information {
  font-size: var(--global--font-size-xs) !important;
  color: var(--global--color-seb-dark-gray) !important;
}
#branch-locator .gm-style-mtc {
  margin-left: 1rem;
}

.seb-simple-card-wrapper.wp-block-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1120px) {
  .seb-simple-card-wrapper.wp-block-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.seb-simple-card {
  border-radius: 5px;
  max-width: 350px;
  min-width: 320px;
  padding: 20px;
  margin: auto;
}
.seb-simple-card .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.seb-simple-card .wp-block-group__inner-container * {
  margin: 0;
}
.seb-simple-card .wp-block-group__inner-container h4 {
  font-size: var(--global--font-size-md);
}
.seb-simple-card .wp-block-group__inner-container i {
  font-size: 1.75rem;
  color: var(--global--color-medium-blue);
}
.seb-simple-card .wp-block-group__inner-container p {
  font-size: var(--global--font-size-xs);
}
.seb-simple-card:not(.has-background) {
  background-color: var(--global--color-light-blue);
}

.disclaimer {
  margin: auto;
  width: 100%;
  background-color: var(--global--color-dark-blue);
  font-size: 0.75rem;
}
@media only screen and (min-width: 1119px) {
  .disclaimer {
    background-color: initial;
  }
}
.disclaimer .has-white-background-color {
  display: none;
}
.disclaimer .wp-block-cover__inner-container {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-top: 0;
}
@media only screen and (min-width: 1119px) {
  .disclaimer .wp-block-cover__inner-container {
    background-color: inherit;
    padding: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: auto;
  }
}
.disclaimer .wp-block-cover__inner-container p {
  font-size: 0.75rem;
}

.new-location-hero {
  padding-top: 71px;
  background-color: var(--global--color-dark-blue);
}
@media only screen and (min-width: 1119px) {
  .new-location-hero {
    padding: 100px 0;
  }
}
.new-location-hero .wp-block-button.is-style-text-left-arrow a {
  font-size: var(--global--font-size-xs);
}
.new-location-hero h1 {
  border-bottom: 1px solid var(--seb-light-gray, #D1D0CF);
  padding-bottom: var(--global--spacing-vertical);
  font-size: 3.5rem;
}
@media only screen and (max-width: 1118px) {
  .new-location-hero h1 {
    font-size: 3rem;
  }
}
.new-location-hero h2 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1118px) {
  .new-location-hero .wp-block-cover__background {
    background: none !important;
    max-height: 260px;
    height: 100%;
    width: 100%;
    left: auto;
    right: 0;
  }
  .new-location-hero .wp-block-cover__background::after {
    background-size: contain;
  }
}
.new-location-hero .wp-block-cover__image-background {
  -o-object-position: center;
     object-position: center;
  height: 260px;
}
@media only screen and (min-width: 1119px) {
  .new-location-hero .wp-block-cover__image-background {
    height: 100%;
  }
}
.new-location-hero .wp-block-cover__inner-container {
  margin-bottom: 0;
  margin-top: 120px;
}
@media only screen and (min-width: 1119px) {
  .new-location-hero .wp-block-cover__inner-container {
    margin-top: inherit;
  }
}
.new-location-hero .alignwide {
  background-color: #fff;
  width: 100% !important;
  margin: auto 20px;
  padding: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media only screen and (min-width: 1119px) {
  .new-location-hero .alignwide {
    background-color: initial;
    padding: inherit;
    border-radius: initial;
    width: var(--responsive--alignwide-width) !important;
  }
}
@media only screen and (max-width: 1118px) {
  .new-location-hero .is-layout-flex {
    display: block;
  }
  .new-location-hero .is-layout-flex > .wp-block-button {
    width: 100%;
    text-align: center;
  }
  .new-location-hero .is-layout-flex > .wp-block-button a {
    position: relative;
  }
  .new-location-hero .is-layout-flex > .wp-block-button:not(.is-style-text-arrow), .new-location-hero .is-layout-flex > .wp-block-button:not(.is-style-text-arrow-feature) {
    display: block;
  }
  .new-location-hero .is-layout-flex > .wp-block-button:not(.is-style-text-arrow) a, .new-location-hero .is-layout-flex > .wp-block-button:not(.is-style-text-arrow-feature) a {
    width: 100%;
  }
}
@media only screen and (max-width: 1118px) {
  .new-location-hero .is-layout-flex p.has-medium-font-size {
    font-size: 1rem !important;
  }
}
.new-location-hero .wp-block-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1119px) {
  .new-location-hero .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.new-location-hero .wp-block-columns > .wp-block-column:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.new-location-hero .wp-block-columns > .wp-block-column:first-of-type > p {
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (min-width: 1119px) {
  .new-location-hero .wp-block-columns > .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.new-location-hero .wp-block-columns > .wp-block-column:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1119px) {
  .new-location-hero .wp-block-columns > .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.new-location-hero figure.wp-block-post-featured-image {
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 736px) {
  .new-location-hero figure.wp-block-post-featured-image {
    max-width: 448px;
    max-height: 300px;
  }
}
.new-location-hero figure.wp-block-post-featured-image .wp-post-image {
  border-radius: 16px;
}
.new-location-hero .wp-block-post-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 1120px) {
  .new-location-hero .wp-block-post-title {
    text-align: left;
  }
}
.new-location-hero .yoast-breadcrumbs {
  max-width: var(--responsive--alignwide-width) !important;
}
.new-location-hero .yoast-breadcrumbs span {
  font-size: var(--global--font-size-xs);
}
.new-location-hero .yoast-breadcrumbs span.sep {
  display: none;
}
.new-location-hero .yoast-breadcrumbs > span > span a {
  display: none;
}
.new-location-hero .yoast-breadcrumbs > span > span > span a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1rem;
}
.new-location-hero .yoast-breadcrumbs > span > span > span a:before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23535459' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 4px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.new-location-hero .yoast-breadcrumbs > span > span > span a:hover {
  text-decoration: underline;
}
.new-location-hero .yoast-breadcrumbs > span > span > span .breadcrumb_last {
  display: none;
}
.new-location-hero .has-white-color {
  color: var(--global--color-dark-blue) !important;
}
@media only screen and (min-width: 1119px) {
  .new-location-hero .has-white-color {
    color: var(--global--color-white) !important;
  }
}

.calculator-group,
.calculator-group.has-background {
  padding: 2rem;
}
.calculator-group h3,
.calculator-group.has-background h3 {
  margin-bottom: 20px;
}
.calculator-group ul,
.calculator-group.has-background ul {
  margin-top: 0;
  list-style-type: none;
  margin-left: 10px !important;
}
@media only screen and (min-width: 1120px) {
  .calculator-group ul,
.calculator-group.has-background ul {
    margin-left: 40px !important;
  }
}
.calculator-group ul li:not(:last-of-type),
.calculator-group.has-background ul li:not(:last-of-type) {
  margin-bottom: 0.35rem;
}
.calculator-group ul li a,
.calculator-group.has-background ul li a {
  text-decoration: none;
  font-weight: bold;
  color: var(--global--color-medium-blue);
  position: relative;
  padding-right: 0.75rem;
}
.calculator-group ul li a:after,
.calculator-group.has-background ul li a:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%231779BA' d='M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a#tvcMailToLinkId,
a#tvcPrintThisLinkId {
  display: none;
}

.cTimeValue input[type=radio], #Panel_Results input[type=radio] {
  width: 14px;
  height: 14px;
}
.cTimeValue input, #Panel_Results input {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cTimeValue input.tvcPercentOrDollarInputClass, #Panel_Results input.tvcPercentOrDollarInputClass {
  width: 50% !important;
}
.cTimeValue input[type=checkbox], #Panel_Results input[type=checkbox] {
  border: 2px solid var(--global--color-seb-dark-gray);
  border-radius: 2px;
  min-width: 16px;
}
.cTimeValue input[type=checkbox]:checked, #Panel_Results input[type=checkbox]:checked {
  background: var(--global--color-medium-blue);
  border-color: var(--global--color-medium-blue);
}
.cTimeValue input[type=checkbox]:after, #Panel_Results input[type=checkbox]:after {
  left: 3px;
  top: 0;
  width: 6px;
  height: 9px;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
  border: 2px solid white;
  border-top: 0;
  border-left: 0;
}
.cTimeValue input[type=checkbox] + label, #Panel_Results input[type=checkbox] + label {
  margin-bottom: 0;
  margin-top: -5px;
  margin-left: -1rem;
}
p .cTimeValue input[type=checkbox], p #Panel_Results input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cTimeValue .InputCollection INPUT.TextInput, .cTimeValue input.tvcMonthsOrYearsInputClass, #Panel_Results .InputCollection INPUT.TextInput, #Panel_Results input.tvcMonthsOrYearsInputClass {
  padding: 13px !important;
  width: 100%;
}
.cTimeValue input.tvcMonthsOrYearsInputClass, .cTimeValue input.TextInput, .cTimeValue input[type=text], #Panel_Results input.tvcMonthsOrYearsInputClass, #Panel_Results input.TextInput, #Panel_Results input[type=text] {
  padding: 13px !important;
  width: 100%;
  color: var(--table--text-color);
}
.cTimeValue input.tvcMonthsOrYearsInputClass, #Panel_Results input.tvcMonthsOrYearsInputClass {
  width: 45%;
}
@media only screen and (min-width: 1119px) {
  .cTimeValue input.tvcMonthsOrYearsInputClass, #Panel_Results input.tvcMonthsOrYearsInputClass {
    width: 50%;
  }
}
.cTimeValue *, #Panel_Results * {
  font-family: var(--global--font-primary);
}
.cTimeValue h2, #Panel_Results h2 {
  margin-bottom: 2rem;
  font-size: var(--global--font-size-xl);
}
@media only screen and (min-width: 1119px) {
  .cTimeValue h2, #Panel_Results h2 {
    font-size: var(--global--font-size-xxl);
  }
}
.cTimeValue h3, #Panel_Results h3 {
  font-size: var(--heading--font-size-h3);
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 1119px) {
  .cTimeValue h3, #Panel_Results h3 {
    font-size: var(--heading--font-size-h3);
  }
}
.cTimeValue P, #Panel_Results P {
  font-size: var(--global--font-size-sm);
  line-height: 140%;
  color: var(--table--text-color);
}
@media only screen and (min-width: 1119px) {
  .cTimeValue P, #Panel_Results P {
    font-size: var(--global--font-size-md);
  }
}
.cTimeValue .tvcRadioLabelClass, #Panel_Results .tvcRadioLabelClass {
  margin: 0;
}
.cTimeValue select, #Panel_Results select {
  padding: 1rem 1.5rem 1rem 1rem !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0 !important;
  color: var(--table--text-color);
}
.cTimeValue tr, #Panel_Results tr {
  background-color: transparent !important;
}
.cTimeValue th, #Panel_Results th {
  background-color: transparent !important;
  background-image: none !important;
}
.cTimeValue fieldset legend, #Panel_Results fieldset legend {
  margin-bottom: 0.5rem;
}
.cTimeValue .Description, #Panel_Results .Description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.cTimeValue .InputContainer, #Panel_Results .InputContainer {
  margin-top: 40px;
  padding: 1.5rem;
  background-color: var(--global--color-lightest-gray);
}
@media only screen and (min-width: 1119px) {
  .cTimeValue .InputContainer, #Panel_Results .InputContainer {
    margin-top: 60px;
    padding: 3rem 192px;
  }
}
.cTimeValue .InputContainer tbody, #Panel_Results .InputContainer tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.cTimeValue .InputContainer .InputTable, #Panel_Results .InputContainer .InputTable {
  margin-bottom: 2rem;
}
.cTimeValue .InputContainer .InputTable #tvcLOANSTARTDATE, #Panel_Results .InputContainer .InputTable #tvcLOANSTARTDATE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.cTimeValue .InputContainer p, #Panel_Results .InputContainer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.cTimeValue .InputContainer tr td, #Panel_Results .InputContainer tr td {
  border: none;
  display: block;
}
.cTimeValue .InputContainer tr td p, .cTimeValue .InputContainer tr td p.tvcInputPClass, #Panel_Results .InputContainer tr td p, #Panel_Results .InputContainer tr td p.tvcInputPClass {
  font-size: var(--global--font-size-sm);
}
.cTimeValue .InputContainer tr td input, #Panel_Results .InputContainer tr td input {
  border: none;
}
.cTimeValue .InputContainer tr td input[type=radio], #Panel_Results .InputContainer tr td input[type=radio] {
  width: 14px;
  height: 14px;
  border: 2px solid var(--global--color-seb-gray);
}
.cTimeValue .InputContainer tr td input[type=radio]:after, #Panel_Results .InputContainer tr td input[type=radio]:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: white;
}
.cTimeValue .InputContainer tr td input[type=radio]:checked, #Panel_Results .InputContainer tr td input[type=radio]:checked {
  background-color: var(--global--color-medium-blue);
  border-color: var(--global--color-medium-blue);
}
.cTimeValue .InputContainer #COMPUTE, .cTimeValue .InputContainer input[type=submit], #Panel_Results .InputContainer #COMPUTE, #Panel_Results .InputContainer input[type=submit] {
  border: var(--button--border-width) solid var(--button-primary--border-color);
  border-radius: var(--button--border-radius);
  cursor: pointer;
  font-weight: var(--button--font-weight);
  font-family: var(--button--font-family);
  font-size: var(--button--font-size);
  line-height: var(--button--line-height);
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
  text-decoration: none;
  -webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
  background-color: var(--global--color-medium-blue);
  background-image: none;
  border-radius: 5px;
  color: white;
  font-size: var(--global--font-size-xs);
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: capitalize;
  height: unset;
  width: 100%;
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-text-color), .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-text-color), .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-text-color), .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-text-color) {
  color: var(--global--color-background);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-text-color), .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-text-color), .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-text-color), .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-text-color) {
  color: var(--button-primary--color-text);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-text-color).has-background, .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background, .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-text-color).has-background, .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background {
  color: var(--button-primary--color-background);
}
.wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-background), .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-background), .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-background), .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-background), .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) .cTimeValue .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-background), .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer #COMPUTE:not(:hover):not(:active):not(.has-background), .has-background .wp-block-button:not(.is-style-primary):not(.is-style-primary-dark-bg):not(.is-style-secondary):not(.is-style-tertiary):not(.is-style-text):not(.is-style-text-arrow):not(.is-style-text-left-arrow):not(.is-style-text-arrow-feature) #Panel_Results .InputContainer input[type=submit]:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-medium-blue);
}
.is-style-text-arrow-feature .cTimeValue .InputContainer #COMPUTE, .is-style-text-arrow-feature .cTimeValue .InputContainer input[type=submit], .is-style-text-arrow-feature #Panel_Results .InputContainer #COMPUTE, .is-style-text-arrow-feature #Panel_Results .InputContainer input[type=submit] {
  padding-left: 0 !important;
}
.cTimeValue .InputContainer #COMPUTE:hover, .cTimeValue .InputContainer #COMPUTE:active, .cTimeValue .InputContainer input[type=submit]:hover, .cTimeValue .InputContainer input[type=submit]:active, #Panel_Results .InputContainer #COMPUTE:hover, #Panel_Results .InputContainer #COMPUTE:active, #Panel_Results .InputContainer input[type=submit]:hover, #Panel_Results .InputContainer input[type=submit]:active {
  background-color: var(--button-primary--color-background-active);
  border-color: var(--button-primary--border-color-active);
  color: var(--button-primary--color-text-hover);
}
.cTimeValue .InputContainer #COMPUTE:focus, .cTimeValue .InputContainer input[type=submit]:focus, #Panel_Results .InputContainer #COMPUTE:focus, #Panel_Results .InputContainer input[type=submit]:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.cTimeValue .InputContainer #COMPUTE:disabled, .cTimeValue .InputContainer input[type=submit]:disabled, #Panel_Results .InputContainer #COMPUTE:disabled, #Panel_Results .InputContainer input[type=submit]:disabled {
  background-color: var(--button-disabled--color-background);
  border-color: var(--button-disabled--color-background);
  color: var(--button-disabled--color-text);
}
.cTimeValue .InputContainer #COMPUTE[value=Remove], .cTimeValue .InputContainer input[type=submit][value=Remove], #Panel_Results .InputContainer #COMPUTE[value=Remove], #Panel_Results .InputContainer input[type=submit][value=Remove] {
  background-color: transparent;
  border-color: var(--button-secondary--border-color);
  color: var(--button-secondary--color-text);
}
.cTimeValue .InputContainer #COMPUTE[value=Remove]:hover, .cTimeValue .InputContainer input[type=submit][value=Remove]:hover, #Panel_Results .InputContainer #COMPUTE[value=Remove]:hover, #Panel_Results .InputContainer input[type=submit][value=Remove]:hover {
  background-color: var(--button-secondary--color-background-active);
  border-color: var(--button-secondary--border-color-active);
  color: var(--button-secondary--color-text-hover);
}
.cTimeValue .InputContainer #COMPUTE:hover, .cTimeValue .InputContainer input[type=submit]:hover, #Panel_Results .InputContainer #COMPUTE:hover, #Panel_Results .InputContainer input[type=submit]:hover {
  background-color: var(--global--color-dark-blue);
  border-color: var(--global--color-dark-blue);
  color: white;
}
.cTimeValue .InputContainer #COMPUTE, #Panel_Results .InputContainer #COMPUTE {
  margin-top: 1rem !important;
}
.cTimeValue .InputContainer #RevolvingAccountsTable > tbody > tr, .cTimeValue .InputContainer #AmortizableLoansTable > tbody > tr, #Panel_Results .InputContainer #RevolvingAccountsTable > tbody > tr, #Panel_Results .InputContainer #AmortizableLoansTable > tbody > tr {
  margin-bottom: 1rem;
}
.cTimeValue .InputContainer #RevolvingAccountsTable > tbody > tr:not(:last-of-type), .cTimeValue .InputContainer #AmortizableLoansTable > tbody > tr:not(:last-of-type), #Panel_Results .InputContainer #RevolvingAccountsTable > tbody > tr:not(:last-of-type), #Panel_Results .InputContainer #AmortizableLoansTable > tbody > tr:not(:last-of-type) {
  border-bottom: 2px solid var(--global--color-seb-light-gray);
}
.cTimeValue .InputContainer #RevolvingAccountsTable > tbody > tr > td > table > tbody > tr:first-of-type, .cTimeValue .InputContainer #AmortizableLoansTable > tbody > tr > td > table > tbody > tr:first-of-type, #Panel_Results .InputContainer #RevolvingAccountsTable > tbody > tr > td > table > tbody > tr:first-of-type, #Panel_Results .InputContainer #AmortizableLoansTable > tbody > tr > td > table > tbody > tr:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cTimeValue .InputContainer #RevolvingAccountsTable > tbody > tr > td > table > tbody > tr:first-of-type td:first-of-type, .cTimeValue .InputContainer #AmortizableLoansTable > tbody > tr > td > table > tbody > tr:first-of-type td:first-of-type, #Panel_Results .InputContainer #RevolvingAccountsTable > tbody > tr > td > table > tbody > tr:first-of-type td:first-of-type, #Panel_Results .InputContainer #AmortizableLoansTable > tbody > tr > td > table > tbody > tr:first-of-type td:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cTimeValue .InputContainer #RevolvingAccountsTable > tbody > tr > td > table > tbody > tr:first-of-type td > *, .cTimeValue .InputContainer #AmortizableLoansTable > tbody > tr > td > table > tbody > tr:first-of-type td > *, #Panel_Results .InputContainer #RevolvingAccountsTable > tbody > tr > td > table > tbody > tr:first-of-type td > *, #Panel_Results .InputContainer #AmortizableLoansTable > tbody > tr > td > table > tbody > tr:first-of-type td > * {
  margin-bottom: 0;
  margin-top: 0;
}
.cTimeValue .InputContainer #RevolvingAccountsTable > tbody > tr > td > table > tbody > tr:first-of-type td:last-of-type, .cTimeValue .InputContainer #AmortizableLoansTable > tbody > tr > td > table > tbody > tr:first-of-type td:last-of-type, #Panel_Results .InputContainer #RevolvingAccountsTable > tbody > tr > td > table > tbody > tr:first-of-type td:last-of-type, #Panel_Results .InputContainer #AmortizableLoansTable > tbody > tr > td > table > tbody > tr:first-of-type td:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
.cTimeValue table[role=presentation], #Panel_Results table[role=presentation] {
  border: none;
}
.cTimeValue table[role=presentation] *, #Panel_Results table[role=presentation] * {
  border: none;
  padding: 0;
}
.cTimeValue #tvcCalculatorResultsId,
.cTimeValue .Summary,
.cTimeValue .DetailTable[role=presentation], #Panel_Results #tvcCalculatorResultsId,
#Panel_Results .Summary,
#Panel_Results .DetailTable[role=presentation] {
  background-color: var(--global--color-lightest-gray);
  padding: 0.5rem 40px;
  display: block;
}
.cTimeValue #tvcCalculatorResultsId, #Panel_Results #tvcCalculatorResultsId {
  padding-top: 40px;
  background-color: var(--global--color-light-blue);
  color: var(--global--color-medium-blue);
}
.cTimeValue .Summary, #Panel_Results .Summary {
  background-color: var(--global--color-light-blue);
  padding-bottom: 40px;
}
.cTimeValue .DetailContainer, #Panel_Results .DetailContainer {
  margin-top: 1rem;
}
.cTimeValue .DetailContainer .DetailTable tr, .cTimeValue .DetailContainer .DetailTable td, .cTimeValue .DetailContainer .DetailTable th, .cTimeValue .DetailContainer .cAmortContainer tr, .cTimeValue .DetailContainer .cAmortContainer td, .cTimeValue .DetailContainer .cAmortContainer th, .cTimeValue .DetailContainer .cTableWrapper tr, .cTimeValue .DetailContainer .cTableWrapper td, .cTimeValue .DetailContainer .cTableWrapper th, .cTimeValue .DetailContainer .cAmortTable tr, .cTimeValue .DetailContainer .cAmortTable td, .cTimeValue .DetailContainer .cAmortTable th, #Panel_Results .DetailContainer .DetailTable tr, #Panel_Results .DetailContainer .DetailTable td, #Panel_Results .DetailContainer .DetailTable th, #Panel_Results .DetailContainer .cAmortContainer tr, #Panel_Results .DetailContainer .cAmortContainer td, #Panel_Results .DetailContainer .cAmortContainer th, #Panel_Results .DetailContainer .cTableWrapper tr, #Panel_Results .DetailContainer .cTableWrapper td, #Panel_Results .DetailContainer .cTableWrapper th, #Panel_Results .DetailContainer .cAmortTable tr, #Panel_Results .DetailContainer .cAmortTable td, #Panel_Results .DetailContainer .cAmortTable th {
  border-color: var(--global--color-seb-gray);
}
.cTimeValue .DetailContainer .DetailTable h4, .cTimeValue .DetailContainer .cAmortContainer h4, .cTimeValue .DetailContainer .cTableWrapper h4, .cTimeValue .DetailContainer .cAmortTable h4, #Panel_Results .DetailContainer .DetailTable h4, #Panel_Results .DetailContainer .cAmortContainer h4, #Panel_Results .DetailContainer .cTableWrapper h4, #Panel_Results .DetailContainer .cAmortTable h4 {
  font-size: var(--global--font-size-lg);
}
.cTimeValue .DetailContainer .DetailTable th.Left, .cTimeValue .DetailContainer .cAmortContainer th.Left, .cTimeValue .DetailContainer .cTableWrapper th.Left, .cTimeValue .DetailContainer .cAmortTable th.Left, #Panel_Results .DetailContainer .DetailTable th.Left, #Panel_Results .DetailContainer .cAmortContainer th.Left, #Panel_Results .DetailContainer .cTableWrapper th.Left, #Panel_Results .DetailContainer .cAmortTable th.Left {
  border-right: none;
}
.cTimeValue .DetailContainer .DetailTable th.Right, .cTimeValue .DetailContainer .cAmortContainer th.Right, .cTimeValue .DetailContainer .cTableWrapper th.Right, .cTimeValue .DetailContainer .cAmortTable th.Right, #Panel_Results .DetailContainer .DetailTable th.Right, #Panel_Results .DetailContainer .cAmortContainer th.Right, #Panel_Results .DetailContainer .cTableWrapper th.Right, #Panel_Results .DetailContainer .cAmortTable th.Right {
  border-left: none;
}
.cTimeValue .DetailContainer .DetailTable td[colspan="2"], .cTimeValue .DetailContainer .cAmortContainer td[colspan="2"], .cTimeValue .DetailContainer .cTableWrapper td[colspan="2"], .cTimeValue .DetailContainer .cAmortTable td[colspan="2"], #Panel_Results .DetailContainer .DetailTable td[colspan="2"], #Panel_Results .DetailContainer .cAmortContainer td[colspan="2"], #Panel_Results .DetailContainer .cTableWrapper td[colspan="2"], #Panel_Results .DetailContainer .cAmortTable td[colspan="2"] {
  display: none;
}
.cTimeValue .DetailContainer .DetailTable td p, .cTimeValue .DetailContainer .cAmortContainer td p, .cTimeValue .DetailContainer .cTableWrapper td p, .cTimeValue .DetailContainer .cAmortTable td p, #Panel_Results .DetailContainer .DetailTable td p, #Panel_Results .DetailContainer .cAmortContainer td p, #Panel_Results .DetailContainer .cTableWrapper td p, #Panel_Results .DetailContainer .cAmortTable td p {
  font-size: 12px;
}
@media only screen and (min-width: 1119px) {
  .cTimeValue .DetailContainer .DetailTable td p, .cTimeValue .DetailContainer .cAmortContainer td p, .cTimeValue .DetailContainer .cTableWrapper td p, .cTimeValue .DetailContainer .cAmortTable td p, #Panel_Results .DetailContainer .DetailTable td p, #Panel_Results .DetailContainer .cAmortContainer td p, #Panel_Results .DetailContainer .cTableWrapper td p, #Panel_Results .DetailContainer .cAmortTable td p {
    font-size: var(--global--font-size-xs);
  }
}
.cTimeValue .DetailContainer .DetailTable > tbody, .cTimeValue .DetailContainer .cAmortContainer > tbody, .cTimeValue .DetailContainer .cTableWrapper > tbody, .cTimeValue .DetailContainer .cAmortTable > tbody, #Panel_Results .DetailContainer .DetailTable > tbody, #Panel_Results .DetailContainer .cAmortContainer > tbody, #Panel_Results .DetailContainer .cTableWrapper > tbody, #Panel_Results .DetailContainer .cAmortTable > tbody {
  background-color: white;
}
.cTimeValue .DetailContainer .DetailTable > tbody > tr, .cTimeValue .DetailContainer .cAmortContainer > tbody > tr, .cTimeValue .DetailContainer .cTableWrapper > tbody > tr, .cTimeValue .DetailContainer .cAmortTable > tbody > tr, #Panel_Results .DetailContainer .DetailTable > tbody > tr, #Panel_Results .DetailContainer .cAmortContainer > tbody > tr, #Panel_Results .DetailContainer .cTableWrapper > tbody > tr, #Panel_Results .DetailContainer .cAmortTable > tbody > tr {
  background-color: white;
  border: none;
}
.cTimeValue .DetailContainer .DetailTable > tbody > tr > td > fieldset, .cTimeValue .DetailContainer .cAmortContainer > tbody > tr > td > fieldset, .cTimeValue .DetailContainer .cTableWrapper > tbody > tr > td > fieldset, .cTimeValue .DetailContainer .cAmortTable > tbody > tr > td > fieldset, #Panel_Results .DetailContainer .DetailTable > tbody > tr > td > fieldset, #Panel_Results .DetailContainer .cAmortContainer > tbody > tr > td > fieldset, #Panel_Results .DetailContainer .cTableWrapper > tbody > tr > td > fieldset, #Panel_Results .DetailContainer .cAmortTable > tbody > tr > td > fieldset {
  border: none;
  margin: 40px auto;
  padding: 0;
}
.cTimeValue .DetailContainer .DetailTable > tbody > tr > td > fieldset legend, .cTimeValue .DetailContainer .cAmortContainer > tbody > tr > td > fieldset legend, .cTimeValue .DetailContainer .cTableWrapper > tbody > tr > td > fieldset legend, .cTimeValue .DetailContainer .cAmortTable > tbody > tr > td > fieldset legend, #Panel_Results .DetailContainer .DetailTable > tbody > tr > td > fieldset legend, #Panel_Results .DetailContainer .cAmortContainer > tbody > tr > td > fieldset legend, #Panel_Results .DetailContainer .cTableWrapper > tbody > tr > td > fieldset legend, #Panel_Results .DetailContainer .cAmortTable > tbody > tr > td > fieldset legend {
  color: var(--global--color-medium-blue) !important;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.cTimeValue .DetailContainer .DetailTable > tbody > tr > td > fieldset > td, .cTimeValue .DetailContainer .cAmortContainer > tbody > tr > td > fieldset > td, .cTimeValue .DetailContainer .cTableWrapper > tbody > tr > td > fieldset > td, .cTimeValue .DetailContainer .cAmortTable > tbody > tr > td > fieldset > td, #Panel_Results .DetailContainer .DetailTable > tbody > tr > td > fieldset > td, #Panel_Results .DetailContainer .cAmortContainer > tbody > tr > td > fieldset > td, #Panel_Results .DetailContainer .cTableWrapper > tbody > tr > td > fieldset > td, #Panel_Results .DetailContainer .cAmortTable > tbody > tr > td > fieldset > td {
  padding: 1rem;
  background-color: white;
}
.cTimeValue .DetailContainer .DetailTable > tbody > tr > td > fieldset > th, .cTimeValue .DetailContainer .cAmortContainer > tbody > tr > td > fieldset > th, .cTimeValue .DetailContainer .cTableWrapper > tbody > tr > td > fieldset > th, .cTimeValue .DetailContainer .cAmortTable > tbody > tr > td > fieldset > th, #Panel_Results .DetailContainer .DetailTable > tbody > tr > td > fieldset > th, #Panel_Results .DetailContainer .cAmortContainer > tbody > tr > td > fieldset > th, #Panel_Results .DetailContainer .cTableWrapper > tbody > tr > td > fieldset > th, #Panel_Results .DetailContainer .cAmortTable > tbody > tr > td > fieldset > th {
  padding: 1rem;
  background-color: white;
}
.cTimeValue .DetailContainer .DetailTable > tbody .SubDetailTable tr, .cTimeValue .DetailContainer .cAmortContainer > tbody .SubDetailTable tr, .cTimeValue .DetailContainer .cTableWrapper > tbody .SubDetailTable tr, .cTimeValue .DetailContainer .cAmortTable > tbody .SubDetailTable tr, #Panel_Results .DetailContainer .DetailTable > tbody .SubDetailTable tr, #Panel_Results .DetailContainer .cAmortContainer > tbody .SubDetailTable tr, #Panel_Results .DetailContainer .cTableWrapper > tbody .SubDetailTable tr, #Panel_Results .DetailContainer .cAmortTable > tbody .SubDetailTable tr {
  border: 1px solid var(--global--color-seb-light-gray);
  background-color: white;
}
.cTimeValue .DetailContainer .DetailTable > tbody .SubDetailTable tr > td, .cTimeValue .DetailContainer .cAmortContainer > tbody .SubDetailTable tr > td, .cTimeValue .DetailContainer .cTableWrapper > tbody .SubDetailTable tr > td, .cTimeValue .DetailContainer .cAmortTable > tbody .SubDetailTable tr > td, #Panel_Results .DetailContainer .DetailTable > tbody .SubDetailTable tr > td, #Panel_Results .DetailContainer .cAmortContainer > tbody .SubDetailTable tr > td, #Panel_Results .DetailContainer .cTableWrapper > tbody .SubDetailTable tr > td, #Panel_Results .DetailContainer .cAmortTable > tbody .SubDetailTable tr > td {
  font-weight: 700;
}
.cTimeValue .DetailContainer .DetailTable > tbody .SubDetailTable tr:first-of-type td, .cTimeValue .DetailContainer .cAmortContainer > tbody .SubDetailTable tr:first-of-type td, .cTimeValue .DetailContainer .cTableWrapper > tbody .SubDetailTable tr:first-of-type td, .cTimeValue .DetailContainer .cAmortTable > tbody .SubDetailTable tr:first-of-type td, #Panel_Results .DetailContainer .DetailTable > tbody .SubDetailTable tr:first-of-type td, #Panel_Results .DetailContainer .cAmortContainer > tbody .SubDetailTable tr:first-of-type td, #Panel_Results .DetailContainer .cTableWrapper > tbody .SubDetailTable tr:first-of-type td, #Panel_Results .DetailContainer .cAmortTable > tbody .SubDetailTable tr:first-of-type td {
  font-weight: 400;
}
.cTimeValue .DetailTable[role=presentation] + .answer, #Panel_Results .DetailTable[role=presentation] + .answer {
  padding-bottom: 3px;
  padding-top: 40px;
  background-color: transparent;
  padding-left: 0;
  display: block;
}
.cTimeValue table.cAmortContainer > tbody > tr > td, #Panel_Results table.cAmortContainer > tbody > tr > td {
  padding: 0;
}
.cTimeValue table.cAmortContainer > tbody > tr > td > fieldset > table.cTableWrapper > tbody > tr > td, #Panel_Results table.cAmortContainer > tbody > tr > td > fieldset > table.cTableWrapper > tbody > tr > td {
  padding: 0;
}
.cTimeValue table.cAmortContainer > tbody > tr > td > fieldset > table.cTableWrapper > tbody > tr > td table.cAmortTable, #Panel_Results table.cAmortContainer > tbody > tr > td > fieldset > table.cTableWrapper > tbody > tr > td table.cAmortTable {
  border: 1px solid var(--global--color-seb-light-gray);
}
.cTimeValue .cAmortTable td, #Panel_Results .cAmortTable td {
  padding: calc(0.5 * var(--global--spacing-unit));
}
.cTimeValue .Footnote > p > a, #Panel_Results .Footnote > p > a {
  display: block;
  text-decoration: none;
  padding: 0.75rem 0;
  border-top: 1px solid var(--global--color-seb-gray);
  border-bottom: 1px solid var(--global--color-seb-gray);
  position: relative;
}
.cTimeValue .Footnote > p > a:after, #Panel_Results .Footnote > p > a:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.375 8.40625H9.84375V5.875C9.84375 5.41797 9.45703 5.03125 9 5.03125C8.57812 5.03125 8.15625 5.41797 8.15625 5.875V8.40625H5.625C5.13281 8.40625 4.78125 8.79297 4.78125 9.25C4.78125 9.74219 5.13281 10.0938 5.625 10.0938H8.15625V12.625C8.15625 13.1172 8.50781 13.4688 9 13.4688C9.45703 13.4688 9.84375 13.1172 9.84375 12.625V10.0938H12.375C12.832 10.0938 13.2188 9.74219 13.2188 9.25C13.2188 8.79297 12.832 8.40625 12.375 8.40625ZM9 0.25C4.00781 0.25 0 4.29297 0 9.25C0 14.2422 4.00781 18.25 9 18.25C13.957 18.25 18 14.2422 18 9.25C18 4.29297 13.957 0.25 9 0.25ZM9 16.5625C4.95703 16.5625 1.6875 13.293 1.6875 9.25C1.6875 5.24219 4.95703 1.9375 9 1.9375C13.0078 1.9375 16.3125 5.24219 16.3125 9.25C16.3125 13.293 13.0078 16.5625 9 16.5625Z' fill='%231779BA'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.cTimeValue .Footnote #DIVCalculatorTips, #Panel_Results .Footnote #DIVCalculatorTips {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cTimeValue p > a#A_CalculatorDisclaimer, #Panel_Results p > a#A_CalculatorDisclaimer {
  display: block;
  text-decoration: none;
  padding: 0.75rem 0;
  border-top: 1px solid var(--global--color-seb-gray);
  border-bottom: 1px solid var(--global--color-seb-gray);
  position: relative;
}
.cTimeValue p > a#A_CalculatorDisclaimer:after, #Panel_Results p > a#A_CalculatorDisclaimer:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.375 8.40625H9.84375V5.875C9.84375 5.41797 9.45703 5.03125 9 5.03125C8.57812 5.03125 8.15625 5.41797 8.15625 5.875V8.40625H5.625C5.13281 8.40625 4.78125 8.79297 4.78125 9.25C4.78125 9.74219 5.13281 10.0938 5.625 10.0938H8.15625V12.625C8.15625 13.1172 8.50781 13.4688 9 13.4688C9.45703 13.4688 9.84375 13.1172 9.84375 12.625V10.0938H12.375C12.832 10.0938 13.2188 9.74219 13.2188 9.25C13.2188 8.79297 12.832 8.40625 12.375 8.40625ZM9 0.25C4.00781 0.25 0 4.29297 0 9.25C0 14.2422 4.00781 18.25 9 18.25C13.957 18.25 18 14.2422 18 9.25C18 4.29297 13.957 0.25 9 0.25ZM9 16.5625C4.95703 16.5625 1.6875 13.293 1.6875 9.25C1.6875 5.24219 4.95703 1.9375 9 1.9375C13.0078 1.9375 16.3125 5.24219 16.3125 9.25C16.3125 13.293 13.0078 16.5625 9 16.5625Z' fill='%231779BA'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}
.cTimeValue #DIVCalculatorDisclaimer, #Panel_Results #DIVCalculatorDisclaimer {
  margin-bottom: 2rem;
}
.cTimeValue #DIVCalculatorDisclaimer p, #Panel_Results #DIVCalculatorDisclaimer p {
  margin-top: 2rem;
}
.cTimeValue #DIVCalculatorDisclaimer + p, #Panel_Results #DIVCalculatorDisclaimer + p {
  margin-top: 4rem;
}

.cTimeValue > p:last-of-type {
  margin-top: 3rem;
}

.cta {
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta .wp-block-cover__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta .wp-block-cover__inner-container h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.cta .wp-block-cover__inner-container p:not(.is-style-brow-xs),
.cta .wp-block-cover__inner-container p:not(.is-style-brow-small),
.cta .wp-block-cover__inner-container p:not(.is-style-brow-regular),
.cta .wp-block-cover__inner-container p:not(.is-style-brow-large),
.cta .wp-block-cover__inner-container p:not(.brow__xs),
.cta .wp-block-cover__inner-container p:not(.brow__small),
.cta .wp-block-cover__inner-container p:not(.brow__regular),
.cta .wp-block-cover__inner-container p:not(.brow__large) {
  font-size: var(--global--font-size-md);
  margin-top: 0;
  margin-bottom: 2rem;
}
.cta .wp-block-cover__inner-container .wp-block-buttons {
  margin-top: 0;
  margin-bottom: 0;
}

.product-specific .wp-block-columns {
  gap: 0;
}
.product-specific .wp-block-columns .wp-block-column {
  margin-left: 0;
}

.product-highlight .wp-block-columns .wp-block-column {
  margin: unset;
}
.product-highlight .wp-block-columns .wp-block-column.is-vertically-aligned-center {
  -ms-flex-item-align: unset;
      align-self: unset;
}
@media only screen and (min-width: 1119px) {
  .product-highlight .wp-block-columns .wp-block-column.is-vertically-aligned-center {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.seb-calculator-hero .wp-block-columns {
  gap: 6rem;
}
.seb-calculator-hero .wp-block-columns .brow__large {
  margin-bottom: 0;
}
.seb-calculator-hero .wp-block-columns h1 {
  margin-top: 1rem;
}
.seb-calculator-hero .wp-block-columns > .wp-block-column:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
@media only screen and (min-width: 1119px) {
  .seb-calculator-hero .wp-block-columns > .wp-block-column:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
  }
}
.seb-calculator-hero .wp-block-columns > .wp-block-column:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1119px) {
  .seb-calculator-hero .wp-block-columns > .wp-block-column:last-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.seb-calculator-hero figure.wp-block-post-featured-image {
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 736px) {
  .seb-calculator-hero figure.wp-block-post-featured-image {
    max-width: 448px;
    max-height: 300px;
  }
}
.seb-calculator-hero figure.wp-block-post-featured-image .wp-post-image {
  border-radius: 16px;
}
.seb-calculator-hero .wp-block-post-title {
  margin-bottom: 0.5rem;
}

.entry-content > .seb-calculator-hero ~ div {
  padding: unset !important;
}
.entry-content > .seb-calculator-hero ~ div:last-of-type {
  padding-bottom: 100px !important;
}

/*#main {
    box-shadow: inset #f1f1f1 0 3px 11px;
    padding-top: 0;
    body.home & {
        box-shadow: unset;
        padding-top: unset;
        @include media(wide) {
            box-shadow: inset #f1f1f1 0 3px 11px;
        }
    }
}*/
/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .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: 599px) {
  .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: 599px) {
  .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 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.has-right-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.has-parallax {
  background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}

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

.mobile-only {
  display: inline-block !important;
  text-align: center;
}
@media only screen and (min-width: 1119px) {
  .mobile-only {
    display: none !important;
  }
}

.has-black-color[class] {
  color: var(--global--color-black);
}
.has-black-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-black, #000000);
  color: var(--local--color-primary);
}

.has-seb-gray-color[class] {
  color: var(--global--color-seb-gray);
}
.has-seb-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-gray, #000000);
  color: var(--local--color-primary);
}

.has-dark-gray-color[class] {
  color: var(--global--color-seb-dark-gray);
}
.has-dark-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-dark-gray, #000000);
  color: var(--local--color-primary);
}

.has-seb-light-gray-color[class] {
  color: var(--global--color-seb-light-gray);
}
.has-seb-light-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-light-gray, #FFFFFF);
  color: var(--local--color-primary);
}

.has-seb-light-gray-color[class] {
  color: var(--global--color-seb-light-gray);
}
.has-seb-light-gray-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-light-gray, #FFFFFF);
  color: var(--local--color-primary);
}

.has-lighter-gray[class] {
  color: var(--global--color-lighter-gray);
}
.has-lighter-gray[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-lighter-gray, #FFFFFF);
  color: var(--local--color-primary);
}

.has-lightest-gray[class] {
  color: var(--global--color-lightest-gray);
}
.has-lightest-gray[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-lightest-gray, #FFFFFF);
  color: var(--local--color-primary);
}

.has-seb-green[class] {
  color: var(--global--color-seb-green);
}
.has-seb-green[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-green, #FFFFFF);
  color: var(--local--color-primary);
}

.has-seb-blue[class] {
  color: var(--global--color-seb-blue);
}
.has-seb-blue[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-blue, #FFFFFF);
  color: var(--local--color-primary);
}

.has-medium-blue[class] {
  color: var(--global--color-medium-blue);
}
.has-medium-blue[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-medium-blue, #FFFFFF);
  color: var(--local--color-primary);
}

.has-dark-blue[class] {
  color: var(--global--color-dark-blue);
}
.has-dark-blue[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-dark-blue, #FFFFFF);
  color: var(--local--color-primary);
}

.has-seb-teal[class] {
  color: var(--global--color-seb-teal);
}
.has-seb-teal[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-seb-teal, #FFFFFF);
  color: var(--local--color-primary);
}

.has-white-color[class] {
  color: var(--global--color-white);
}
.has-white-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-white, #FFFFFF);
  color: var(--local--color-primary);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}

.has-black-background-color[class] {
  background-color: var(--global--color-black);
}
.has-black-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-black, #000000);
  background-color: var(--local--color-background);
}

.has-dark-gray-background-color[class] {
  background-color: var(--global--color-seb-dark-gray);
}
.has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-seb-dark-gray, #000000);
  background-color: var(--local--color-background);
}

.has-gray-background-color[class] {
  background-color: var(--global--color-gray);
}
.has-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-gray, #000000);
  background-color: var(--local--color-background);
}

.has-light-gray-background-color[class] {
  background-color: var(--global--color-light-gray);
}
.has-light-gray-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-light-gray, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-green-background-color[class] {
  background-color: var(--global--color-green);
}
.has-green-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-green, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-blue-background-color[class] {
  background-color: var(--global--color-blue);
}
.has-blue-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-blue, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-purple-background-color[class] {
  background-color: var(--global--color-purple);
}
.has-purple-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-purple, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-red-background-color[class] {
  background-color: var(--global--color-red);
}
.has-red-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-red, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-orange-background-color[class] {
  background-color: var(--global--color-orange);
}
.has-orange-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-orange, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-yellow-background-color[class] {
  background-color: var(--global--color-yellow);
}
.has-yellow-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-yellow, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-white-background-color[class] {
  background-color: var(--global--color-white);
}
.has-white-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--global--color-white, #FFFFFF);
  background-color: var(--local--color-background);
}

.has-background:not(.has-text-color).has-black-background-color[class], .has-background:not(.has-text-color).has-gray-background-color[class], .has-background:not(.has-text-color).has-dark-gray-background-color[class] {
  color: var(--global--color-white);
}
.has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-gray-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-background, #FFFFFF);
  color: var(--local--color-primary, var(--global--color-primary));
}
.is-dark-theme .has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-gray-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-dark-gray-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-primary, #000000);
}
.has-background:not(.has-text-color).has-green-background-color[class], .has-background:not(.has-text-color).has-blue-background-color[class], .has-background:not(.has-text-color).has-purple-background-color[class], .has-background:not(.has-text-color).has-red-background-color[class], .has-background:not(.has-text-color).has-orange-background-color[class], .has-background:not(.has-text-color).has-yellow-background-color[class], .has-background:not(.has-text-color).has-white-background-color[class] {
  color: var(--global--color-seb-dark-gray);
}
.has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container], .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-primary, #000000);
  color: var(--local--color-primary, var(--global--color-primary));
}
.is-dark-theme .has-background:not(.has-text-color).has-green-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-blue-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-purple-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-red-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-orange-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-yellow-background-color[class] > [class*=__inner-container], .is-dark-theme .has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--global--color-background, #FFFFFF);
}

.has-purple-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-yellow));
}

.has-yellow-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-purple));
}

.has-green-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-green), var(--global--color-yellow));
}

.has-yellow-to-green-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-green));
}

.has-red-to-yellow-gradient-background {
  background: linear-gradient(160deg, var(--global--color-red), var(--global--color-yellow));
}

.has-yellow-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-red));
}

.has-purple-to-red-gradient-background {
  background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-red));
}

.has-red-to-purple-gradient-background {
  background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple));
}

.category-archive__hero {
  position: relative;
  min-height: 367px;
  padding: 103px 5vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--wp--preset--color--seb-dark-gray);
}
.category-archive__hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: white;
  padding-bottom: 24px;
}
.category-archive__hero-content a {
  color: white;
}
.category-archive__hero-content .article__header__breadcrumbs {
  margin-bottom: 8px;
}
.category-archive__hero-content .article__header__breadcrumbs span, .category-archive__hero-content .article__header__breadcrumbs a {
  line-height: 1.4;
}
.category-archive__hero-content h1 {
  font-size: var(--global--font-size-xxxl);
  margin-bottom: 8px;
}
.category-archive__hero-content p {
  font-size: var(--global--font-size-md);
  line-height: 1.4;
}
.category-archive__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.category-archive__hero-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.category-archive__hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 97% 50%, rgba(61, 112, 128, 0) 0%, rgba(0, 0, 0, 0.73) 100%);
  z-index: 1;
}
@media only screen and (max-width: 735px) {
  .category-archive__hero {
    min-height: 0;
    display: block;
    padding: 0;
  }
  .category-archive__hero-content {
    color: var(--global--color-seb-dark-gray);
    padding: 32px 40px 10px 40px;
    background: white;
  }
  .category-archive__hero-content a {
    color: var(--global--color-seb-dark-gray);
  }
  .category-archive__hero-content h1 {
    font-size: var(--global--font-size-xxl);
  }
  .category-archive__hero-content p {
    font-size: var(--global--font-size-sm);
  }
  .category-archive__hero-image {
    position: relative;
    width: 100%;
    aspect-ratio: 390/195;
  }
  .category-archive__hero-overlay {
    display: none;
  }
}

.archive.category main .entry-content {
  padding-top: 32px;
}

.category-posts-archive {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr;
  width: 100%;
}
.category-posts-archive .curated-card a {
  text-decoration: none;
}
.category-posts-archive .curated-card__excerpt {
  line-height: 1.4;
  margin-bottom: 1rem;
}
.category-posts-archive .curated-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
}
.category-posts-archive .curated-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-posts-archive .curated-card__read-more a {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1px;
  position: relative;
  display: inline-block;
}
.category-posts-archive .curated-card__read-more a::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="5" height="9" viewBox="0 0 5 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.08594 0.5625L4.4375 4.125C4.53125 4.24219 4.60156 4.38281 4.60156 4.5C4.60156 4.64062 4.53125 4.78125 4.4375 4.89844L1.08594 8.46094C0.875 8.69531 0.523438 8.69531 0.289062 8.48438C0.0546875 8.27344 0.0546875 7.92188 0.265625 7.6875L3.26562 4.5L0.265625 1.33594C0.0546875 1.10156 0.0546875 0.75 0.289062 0.539062C0.523438 0.328125 0.875 0.328125 1.08594 0.5625Z" fill="%23535459"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9px;
}
.category-posts-archive .curated-card__read-more a::after {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--wp--preset--color--seb-dark-gray)), color-stop(50%, transparent));
  background: linear-gradient(to right, var(--wp--preset--color--seb-dark-gray) 50%, transparent 50%);
  background-position: right;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  background-size: 200% 100%;
}
.category-posts-archive .curated-card__read-more a:hover::after, .category-posts-archive .curated-card__read-more a:focus::after {
  background-position: left;
  visibility: visible;
}
.category-posts-archive .curated-card h3 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .category-posts-archive {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 950px) {
  .category-posts-archive {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.entry-content > div.category-posts-archive:not(.has-background) {
  margin-top: 48px;
}

#topOfPostsFeed {
  margin-top: 100px;
}

.blog .o-main .entry-content {
  padding-top: 32px;
}

.dino-pagination nav ul {
  list-style-type: none;
  padding-left: 26px;
  padding-right: 26px;
  text-align: center;
  margin: 0;
}
.dino-pagination nav ul li {
  display: inline-block;
  margin: 0 7px;
}
.dino-pagination nav ul li a {
  text-decoration: none;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  background-color: transparent;
  color: var(--global--color-seb-dark-gray);
  padding: 6px 12px;
}
.dino-pagination nav ul li a:hover, .dino-pagination nav ul li a:focus {
  background-color: var(--global--color-medium-blue);
  color: white;
}
.dino-pagination nav ul li span.current {
  background-color: var(--global--color-medium-blue);
  color: white;
  padding: 6px 12px;
}
@media only screen and (max-width: 598px) {
  .dino-pagination nav ul {
    padding-left: 13px;
    padding-right: 13px;
  }
  .dino-pagination nav ul li {
    margin: 0;
    font-size: 13px;
    margin-bottom: 7px;
  }
}

.entry-content {
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: hidden;
}
.entry-content > div:not(:first-child).has-background:not(.has-white-background-color),
.entry-content section:not(:first-child).has-background:not(.has-white-background-color) {
  padding: 60px 0 !important;
}
@media only screen and (min-width: 1119px) {
  .entry-content > div:not(:first-child).has-background:not(.has-white-background-color),
.entry-content section:not(:first-child).has-background:not(.has-white-background-color) {
    padding: 100px 0 !important;
  }
}
.entry-content > div.has-white-background-color,
.entry-content section.has-white-background-color {
  margin-top: 100px;
  margin-bottom: 100px;
}
.entry-content > div:not(.has-background),
.entry-content section:not(.has-background) {
  margin-top: 100px;
  margin-bottom: 100px;
}
.entry-content div.wp-block-cover,
.entry-content section.wp-block-cover {
  margin-top: 0;
  margin-bottom: 0;
}

/* Components */
.m-skip-navigation {
  position: absolute;
  left: 0;
  top: 0;
}
.m-skip-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-skip-navigation li {
  padding: 0;
  margin: 0;
}

.m-skip-navigation__link {
  display: inline-block;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: var(--global--color-primary);
  border-radius: 2px;
  padding: 4px 10px;
}
.m-skip-navigation__link:focus {
  opacity: 1;
  pointer-events: all;
}

.m-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(1.25 * var(--global--spacing-unit));
  padding-bottom: calc(1.6 * var(--global--spacing-unit));
  margin-bottom: calc(1.6 * var(--global--spacing-unit));
  border-bottom: 1px solid var(--global--color-seb-light-gray);
}
@media only screen and (max-width: 598px) {
  .m-card {
    display: block;
  }
}
.m-card .m-card__image {
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  background-color: var(--global--color-white);
}
@media only screen and (max-width: 598px) {
  .m-card .m-card__image {
    width: 100%;
    max-height: 220px;
    height: 100%;
    margin-bottom: calc(0.8 * var(--global--spacing-unit));
  }
}
.m-card .m-card__image .m-card__image_holder {
  border-radius: 16px;
  position: relative;
  padding-bottom: 66.6%;
  width: 100%;
}
@media only screen and (max-width: 598px) {
  .m-card .m-card__image .m-card__image_holder {
    max-height: 220px;
  }
}
.m-card .m-card__image .m-card__image_holder img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 16px;
}
@media only screen and (max-width: 598px) {
  .m-card .m-card__image .m-card__image_holder img {
    max-height: 220px;
  }
}
@media only screen and (max-width: 598px) {
  .m-card .m-card__image.post-news {
    width: 100%;
    max-height: 220px;
    height: 100%;
    margin-bottom: calc(0.8 * var(--global--spacing-unit));
  }
}
.m-card .m-card__image.post-news .m-card__image_holder {
  border-radius: 16px;
  position: relative;
  padding-bottom: 66.6%;
  width: 100%;
}
@media only screen and (max-width: 598px) {
  .m-card .m-card__image.post-news .m-card__image_holder {
    max-height: 220px;
  }
}
.m-card .m-card__image.post-news .m-card__image_holder img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 16px;
}
@media only screen and (max-width: 598px) {
  .m-card .m-card__image.post-news .m-card__image_holder img {
    max-height: 220px;
  }
}
.m-card .m-card__text .m-card__excerpt {
  font-size: 14px;
  margin: calc(0.5 * var(--global--spacing-unit)) 0;
}
.m-card .m-card__text .m-card__categories a {
  font-size: 14px;
  color: var(--global--color-dark-blue);
  text-decoration: none;
  margin-right: 10px;
}
.m-card .m-card__text .m-card__categories a:hover {
  text-decoration: underline;
}
.m-card .m-card__text .m-card__categories span {
  font-size: 14px;
  color: var(--global--color-dark-blue);
  text-decoration: none;
  margin-right: 10px;
}
.m-card .m-card__text .m-card__read-more a {
  font-size: 14px;
}
.m-card .m-card__text .m-card__read-more a:hover {
  text-decoration: none;
}
.m-card .m-card__text .m-card__read-more a i {
  font-size: 8px;
}
.m-card .m-card__text .m-card__read-more a.go-to-website:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 7.5C8.85938 7.5 8.625 7.75781 8.625 8.0625V10.6875C8.625 10.8047 8.53125 10.875 8.4375 10.875H1.3125C1.19531 10.875 1.125 10.8047 1.125 10.6875V3.5625C1.125 3.46875 1.19531 3.375 1.3125 3.375H3.9375C4.24219 3.375 4.5 3.14062 4.5 2.8125C4.5 2.50781 4.24219 2.25 3.9375 2.25H1.3125C0.585938 2.25 0 2.85938 0 3.5625V10.6875C0 11.4141 0.585938 12 1.3125 12H8.4375C9.14062 12 9.75 11.4141 9.75 10.6875V8.0625C9.75 7.75781 9.49219 7.5 9.1875 7.5ZM11.4375 0H7.5C7.17188 0 6.9375 0.257812 6.9375 0.5625C6.9375 0.890625 7.17188 1.125 7.5 1.125H10.0781L4.28906 6.91406C4.05469 7.14844 4.05469 7.5 4.28906 7.71094C4.38281 7.82812 4.52344 7.875 4.6875 7.875C4.82812 7.875 4.96875 7.82812 5.0625 7.71094L10.875 1.92188V4.5C10.875 4.82812 11.1094 5.0625 11.4375 5.0625C11.7422 5.0625 12 4.82812 12 4.5V0.5625C12 0.257812 11.7422 0 11.4375 0Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 17px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-card .m-card__text .m-card__meta {
  font-size: 1rem;
  line-height: 1.5;
  margin: calc(0.4 * var(--global--spacing-unit)) 0;
  font-size: 14px;
  /*@include media(mobile-only) {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }*/
}
.m-card .m-card__text .m-card__meta .m-card__meta__author {
  font-weight: 700;
}
.m-card .m-card__text .m-card__meta .m-card__meta_separator {
  margin: 0 12px;
}
.m-card .m-card__title {
  margin: calc(0.4 * var(--global--spacing-unit)) 0;
  font-size: 1.125rem;
}
.m-card .m-card__title a {
  text-decoration: none;
}
.m-card .m-card__title a:hover {
  text-decoration: underline;
}

.o-post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--responsive--alignwide-width);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  min-height: var(--cover--height);
}
@media only screen and (max-width: 1119px) {
  .o-post-header {
    margin: 0 auto;
  }
}
.o-post-header .o-post-header__inner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 1119px) {
  .o-post-header .o-post-header__inner {
    text-align: left;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 1119px) and (max-width: 1118px) {
  .o-post-header .o-post-header__inner {
    padding: 0;
  }
}
.o-post-header .o-post-header__inner .o-post-header__image_mobile {
  display: none;
  max-width: 450px;
  border-radius: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 1119px) {
  .o-post-header .o-post-header__inner .o-post-header__image_mobile {
    display: block;
  }
}
.o-post-header .o-post-header__inner .o-post-header__image_mobile img {
  max-width: 450px;
  max-height: 300px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px;
}
.o-post-header .o-post-header__inner .o-post-header__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.o-post-header .o-post-header__inner .o-post-header__categories a {
  background-color: var(--global--color-light-blue);
  color: var(--global--color-dark-blue);
  padding: 0.5rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.o-post-header .o-post-header__inner .o-post-header__categories a:hover {
  background-color: var(--global--color-dark-blue);
  color: var(--global--color-white);
}
.o-post-header .o-post-header__inner .o-post-header__breadcrumbs span.breadcrumb_last {
  display: none;
}
.o-post-header .o-post-header__inner .o-post-header__breadcrumbs span > span.sep:nth-of-type(4) {
  display: none;
}
.o-post-header .o-post-header__inner .o-post-header__title {
  font-size: 3rem;
  max-width: 450px;
  margin: calc(1.2 * var(--global--spacing-unit)) 0;
  line-height: 1.2;
}
@media only screen and (max-width: 598px) {
  .o-post-header .o-post-header__inner .o-post-header__title {
    font-size: calc(1.6 * var(--global--spacing-unit));
  }
}
.o-post-header .o-post-header__inner .o-post-header__meta {
  font-size: 1rem;
  line-height: 1.5;
  margin: calc(1.2 * var(--global--spacing-unit)) auto 0;
  /*@include media(mobile-only) {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }*/
}
.o-post-header .o-post-header__inner .o-post-header__meta .o-post-header__author {
  font-weight: 700;
}
.o-post-header .o-post-header__inner .o-post-header__meta .o-post-header__meta_separator {
  margin: 0 12px;
}
.o-post-header .o-post-header__inner .o-post-header__tags {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--global--color-light-blue);
}
@media only screen and (max-width: 598px) {
  .o-post-header .o-post-header__inner .o-post-header__tags {
    margin-top: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.o-post-header .o-post-header__inner .o-post-header__tags a {
  display: inline-block;
  border: 1px solid white;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 60px;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.o-post-header .o-post-header__inner .o-post-header__tags a:hover {
  color: var(--global--color-black);
  background: white;
}

.o-post-header__image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 450px;
  height: 300px;
  border-radius: 16px;
  display: block;
}
@media only screen and (max-width: 1119px) {
  .o-post-header__image {
    display: none;
  }
}
.o-post-header__image div {
  position: relative;
  padding-bottom: 66.6%;
  width: 100%;
}
.o-post-header__image div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px;
  position: absolute;
}

.o-post-content {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  max-width: var(--responsive--aligndefault-width);
  margin: 0 auto;
}
.o-post-content > *:not(:first-child):not(:nth-child(2)) {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.o-post-content > *:not(:first-child) {
  padding: 0 !important;
}
@media only screen and (max-width: 1118px) {
  .o-post-content {
    padding: 0 0 var(--global--spacing-unit);
  }
}

.entry-content.o-post-content ul {
  padding-left: 20px !important;
}
.entry-content.o-post-content ol {
  padding-left: 20px !important;
}

.related-news-and-blogs {
  padding: calc(5 * var(--global--spacing-unit)) 0;
  border-top: 1px solid var(--global--color-seb-light-gray);
}
@media only screen and (max-width: 1118px) {
  .related-news-and-blogs {
    padding: calc(2.5 * var(--global--spacing-unit)) 0;
  }
}
.related-news-and-blogs .o-related {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
.related-news-and-blogs .o-related .o-related-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(1.5 * var(--global--spacing-unit));
}
.related-news-and-blogs .o-related .o-related__explore {
  display: block;
  margin-right: 0;
}
@media only screen and (max-width: 1118px) {
  .related-news-and-blogs .o-related .o-related__explore {
    display: none;
  }
}
.related-news-and-blogs .o-related-post-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: calc(1.6 * var(--global--spacing-unit));
}
@media only screen and (max-width: 1118px) {
  .related-news-and-blogs .o-related-post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 20px;
  }
}
.related-news-and-blogs .o-related-post-wrap .o-related-post__image {
  max-width: 100%;
  height: auto;
  background-color: var(--global--color-white);
  border-radius: 8px;
  min-width: 240px;
  min-height: 160px;
  position: relative;
  padding-bottom: 66.6%;
}
.related-news-and-blogs .o-related-post-wrap .o-related-post__image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  position: absolute;
  aspect-ratio: 3/2;
}
.related-news-and-blogs .o-related-post-wrap .o-related-post__content a.no-decoration {
  text-decoration: none;
}
.related-news-and-blogs .o-related-post-wrap .o-related-post__content a.no-decoration h3 {
  margin: calc(1.2 * var(--global--spacing-unit)) 0;
}
.related-news-and-blogs .o-related-post-wrap .o-related-post__content p {
  margin-bottom: calc(0.8 * var(--global--spacing-unit));
}
.related-news-and-blogs .o-related-post-wrap .o-related-post__content a.read-more {
  font-weight: 600;
  text-decoration: none;
}
.related-news-and-blogs .o-related-post-wrap .o-related-post__content a.read-more:after {
  content: " ";
  background-image: url(../images/chev-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
  top: 7px;
  position: relative;
}
.related-news-and-blogs .o-related-post-wrap .o-related-post__content a.read-more:hover {
  text-decoration: underline;
}
.related-news-and-blogs .o-related__explore_mobile {
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 1118px) {
  .related-news-and-blogs .o-related__explore_mobile {
    display: inline-block;
  }
}

.article__header {
  max-width: var(--responsive--aligndefault-width);
  margin: calc(3 * var(--global--spacing-unit)) auto;
  display: block;
  text-align: center;
  padding-bottom: calc(3 * var(--global--spacing-unit));
  padding-top: calc(3 * var(--global--spacing-unit));
  margin-top: 0;
}
@media only screen and (max-width: 1118px) {
  .article__header {
    padding-bottom: 0;
  }
}
.article__header h1 {
  margin: 30px 0;
}
.article__header p {
  font-size: var(--global--font-size-md);
}
@media only screen and (max-width: 1118px) {
  .article__header p {
    font-size: var(--global--font-size-sm);
  }
}

.o-main.o-main--split .entry-content {
  max-width: var(--responsive--alignwide-width);
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 32% 65%;
  grid-gap: calc(1.25 * var(--global--spacing-unit));
  background-color: white;
}
.o-main.o-main--split .entry-content:before {
  content: none;
}
.o-main.o-main--split .entry-content:after {
  content: none;
}
@media only screen and (max-width: 598px) {
  .o-main.o-main--split .entry-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.o-main.o-main--split .entry-content .m-archive-sidebar {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  margin-bottom: 0;
}
.o-main.o-main--split .entry-content .article-archive__list {
  width: 100%;
  grid-column: 1/2;
  grid-row: 2/3;
  margin-bottom: 0;
  margin-top: unset;
}
@media only screen and (min-width: 599px) {
  .o-main.o-main--split .entry-content .article-archive__list {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.o-main.o-main--single-post .o-sidebar, .o-main.o-main--archive .o-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}

.m-archive-sidebar .m-archive-sidebar__desktop h4 {
  margin-bottom: var(--global--spacing-unit);
}
@media only screen and (max-width: 598px) {
  .m-archive-sidebar .m-archive-sidebar__desktop {
    display: none;
  }
}
.m-archive-sidebar .m-archive-sidebar__mobile {
  display: none;
}
@media only screen and (max-width: 598px) {
  .m-archive-sidebar .m-archive-sidebar__mobile {
    display: block;
  }
}

@media only screen and (max-width: 1119px) {
  .facetwp-type-pager {
    /*.facetwp-page:not(.prev):not(.next){
      display: none;
    }*/
  }
  .facetwp-type-pager .facetwp-page {
    margin: 0 5px !important;
  }
}

.facetwp-facet-pagination {
  margin: calc(3 * var(--global--spacing-unit)) 0 !important;
}

.facetwp-page {
  color: var(--global--color-seb-dark-gray);
  text-decoration: none;
  text-align: center;
  padding: 6px 12px !important;
  margin: 0 15px !important;
  font-weight: 400 !important;
  font-size: var(--global--font-size-sm) !important;
  text-decoration: none;
}
.facetwp-page.active, .facetwp-page:hover {
  color: var(--global--color-white);
  background-color: var(--global--color-medium-blue);
  -webkit-text-decoration: hove;
          text-decoration: hove;
}
.facetwp-page.prev {
  text-decoration: none;
}
.facetwp-page.prev div {
  border-bottom: 1px solid var(--global--color-seb-dark-gray);
}
.facetwp-page.prev div span {
  background-image: url("../images/chev-prev-double.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
.facetwp-page.prev:hover div {
  border-bottom: 1px solid white;
}
.facetwp-page.prev:hover div span {
  background-image: url("../images/chev-prev-double-white.png") !important;
}
.facetwp-page.next {
  text-decoration: none;
}
.facetwp-page.next div {
  border-bottom: 1px solid var(--global--color-seb-dark-gray);
}
.facetwp-page.next div span {
  background-image: url("../images/chev-next-double.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}
.facetwp-page.next:hover div {
  border-bottom: 1px solid white;
}
.facetwp-page.next:hover div span {
  background-image: url("../images/chev-next-double-white.png") !important;
}

.facetwp-type-dropdown {
  margin-bottom: 20px !important;
}

.facetwp-facet.facetwp-type-checkboxes {
  margin-bottom: 0;
}

.facetwp-checkbox {
  color: var(--global--color-blue);
  text-decoration: none;
  padding-left: calc(1.5 * var(--global--spacing-unit)) !important;
  font-weight: 400 !important;
  font-size: var(--global--font-size-sm) !important;
  margin-bottom: 12px !important;
  background: url("../images/checkbox.png") 0 50% no-repeat !important;
}
.facetwp-checkbox.checked {
  background-image: url("../images/checkboxSelected.png") !important;
}
.facetwp-checkbox .facetwp-counter {
  display: none;
}

.facetwp-toggle {
  color: var(--global--color-blue);
  text-decoration: none;
  font-weight: 400 !important;
  font-size: var(--global--font-size-sm) !important;
  margin-bottom: 12px !important;
  text-decoration: underline;
}

.facetwp-type-reset {
  margin-bottom: 12px !important;
}
.facetwp-type-reset a {
  color: var(--global--color-blue) !important;
  font-weight: 400 !important;
  font-size: var(--global--font-size-sm) !important;
}

.facetwp-dropdown {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: transparent;
  background-image: url("../images/select-dropdown.png") !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  border: 1px solid var(--global--color-charcoal);
  color: var(--global--color-charcoal);
  width: 100%;
  /*&:first-child{
      font-weight:bold;
  }*/
}

.facetwp-type-search {
  margin-bottom: 15px !important;
}
.facetwp-type-search .facetwp-input-wrap {
  display: inline-block;
}
@media only screen and (max-width: 1119px) {
  .facetwp-type-search .facetwp-input-wrap {
    display: block;
  }
}
.facetwp-type-search .facetwp-input-wrap input.facetwp-search {
  width: 100%;
  border: none;
}
.facetwp-type-search .facetwp-icon {
  padding-right: 5px;
}

.facetwp-facet input.facetwp-search {
  background-color: var(--global--color-lighter-gray);
}

.wp-block-group.contact-form {
  padding: calc(2 * var(--global--spacing-unit)) calc(4.2 * var(--global--spacing-unit)) !important;
  background-color: var(--global--color-lightest-gray);
}
@media only screen and (max-width: 1119px) {
  .wp-block-group.contact-form {
    padding: calc(2 * var(--global--spacing-unit)) var(--global--spacing-unit) !important;
  }
}

.gform_wrapper.gravity-theme {
  margin: 0 !important;
}
.gform_wrapper.gravity-theme form {
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gsection {
  border-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .feedback {
  margin-top: 30px;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: var(--global--color-dark-blue);
  font-style: normal;
}
.gform_wrapper.gravity-theme .gfield input {
  border: none;
  color: var(--global--color-seb-dark-gray);
  font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield select {
  border: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-color: white;
  background-image: url("../images/select-dropdown.png") !important;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 98% center;
  color: var(--global--color-seb-dark-gray);
  font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield textarea {
  border: none;
  color: var(--global--color-seb-dark-gray);
  font-size: 14px;
}
.gform_wrapper.gravity-theme .gfield .gfield_label {
  color: var(--global--color-seb-dark-gray);
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gfield .gchoice label {
  color: var(--global--color-seb-dark-gray);
  font-size: 14px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gfield .gfield-choice-input + label {
  vertical-align: top !important;
}
.gform_wrapper.gravity-theme .gfield input[type=checkbox] {
  border: solid 1px var(--global--color-seb-dark-gray);
  height: 14px;
  margin-right: 5px;
  width: 14px;
  background: url("../images/checkbox-white.png") 0 50% no-repeat !important;
  background-size: 14px !important;
}
.gform_wrapper.gravity-theme .gfield input[type=checkbox]:checked {
  background-image: url("../images/checkboxSelected.png") !important;
  background-size: 14px !important;
}
.gform_wrapper.gravity-theme .gfield input[type=checkbox]:after {
  opacity: 0 !important;
}

.gform_footer .gform_button.button {
  background-color: var(--global--color-medium-blue) !important;
  border-color: var(--global--color-medium-blue) !important;
  display: block;
  width: 100%;
}
.gform_footer .gform_button.button:hover {
  background-color: var(--global--color-dark-blue) !important;
  border-color: var(--global--color-dark-blue) !important;
  color: white !important;
}

.search__header {
  background-color: var(--global--color-lightest-gray);
  padding: calc(3 * var(--global--spacing-unit)) 0;
}
@media only screen and (max-width: 1119px) {
  .search__header {
    padding: calc(2 * var(--global--spacing-unit)) 0;
  }
}
.search__header .search__header__inner {
  max-width: var(--responsive--aligndefault-width);
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-bottom: calc(3 * var(--global--spacing-unit));
}
.search__header .search__header__inner h1 {
  margin: 30px 0;
}
@media only screen and (max-width: 1119px) {
  .search__header .search__header__inner h1 {
    margin: 20px 0;
    font-size: 32px;
  }
}
.search__header .search__header__inner p {
  font-size: var(--global--font-size-md);
}
.search__header .search__header__inner label {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.search__header .search__header__inner .m-search-form {
  padding: 0 !important;
}
.search__header .search__header__inner .m-search-form__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.search__header .search__header__inner .m-search-form__holder .m-search-form__input {
  margin: 0 !important;
  padding: 4px 12px 4px 16px;
  width: 90%;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white !important;
}
.search__header .search__header__inner .m-search-form__holder .m-search-form__input:focus, .search__header .search__header__inner .m-search-form__holder .m-search-form__input:focus-visible {
  color: var(--form--color-text);
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}
.search__header .search__header__inner .m-search-form__holder .m-search-form__submit {
  background-color: white !important;
  border-radius: 0;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 50px;
}
.search__header .search__header__inner .m-search-form__holder .m-search-form__submit i, .search__header .search__header__inner .m-search-form__holder .m-search-form__submit span {
  color: var(--global--color-seb-dark-gray);
}
.search__header .search__header__inner .m-search-form__holder .m-search-form__submit:hover {
  background-color: var(--global--color-medium-blue) !important;
  border-color: var(--global--color-medium-blue) !important;
}
.search__header .search__header__inner .m-search-form__holder .m-search-form__submit:hover i {
  color: var(--global--color-white);
}

.o-main.o-main--split.o-search {
  background-color: white;
  display: block;
}
.o-main.o-main--split.o-search .article-archive__list {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 1118px) {
  .o-main.o-main--split.o-search {
    grid-template-columns: repeat(1, 1fr);
  }
}
.o-main.o-main--split.o-search .result-text {
  margin-bottom: calc(2 * var(--global--spacing-unit));
}
.o-main.o-main--split.o-search .m-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(1.25 * var(--global--spacing-unit));
  padding-bottom: calc(2 * var(--global--spacing-unit));
  border-bottom: none;
  margin-bottom: 0;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__excerpt {
  font-size: 14px;
  margin: calc(0.5 * var(--global--spacing-unit)) 0;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__categories a {
  font-size: 14px;
  color: var(--global--color-dark-blue);
  text-decoration: none;
  margin-right: 10px;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__categories a:hover {
  text-decoration: underline;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__read-more a {
  font-size: 14px;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__read-more a:hover {
  text-decoration: none;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__read-more a.go-to-website:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 7.5C8.85938 7.5 8.625 7.75781 8.625 8.0625V10.6875C8.625 10.8047 8.53125 10.875 8.4375 10.875H1.3125C1.19531 10.875 1.125 10.8047 1.125 10.6875V3.5625C1.125 3.46875 1.19531 3.375 1.3125 3.375H3.9375C4.24219 3.375 4.5 3.14062 4.5 2.8125C4.5 2.50781 4.24219 2.25 3.9375 2.25H1.3125C0.585938 2.25 0 2.85938 0 3.5625V10.6875C0 11.4141 0.585938 12 1.3125 12H8.4375C9.14062 12 9.75 11.4141 9.75 10.6875V8.0625C9.75 7.75781 9.49219 7.5 9.1875 7.5ZM11.4375 0H7.5C7.17188 0 6.9375 0.257812 6.9375 0.5625C6.9375 0.890625 7.17188 1.125 7.5 1.125H10.0781L4.28906 6.91406C4.05469 7.14844 4.05469 7.5 4.28906 7.71094C4.38281 7.82812 4.52344 7.875 4.6875 7.875C4.82812 7.875 4.96875 7.82812 5.0625 7.71094L10.875 1.92188V4.5C10.875 4.82812 11.1094 5.0625 11.4375 5.0625C11.7422 5.0625 12 4.82812 12 4.5V0.5625C12 0.257812 11.7422 0 11.4375 0Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 17px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__meta {
  font-size: 1rem;
  line-height: 1.5;
  margin: calc(0.4 * var(--global--spacing-unit)) 0;
  font-size: 14px;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__meta .m-card__meta__author {
  font-weight: 700;
}
.o-main.o-main--split.o-search .m-card .m-card__text .m-card__meta .m-card__meta_separator {
  margin: 0 12px;
}
.o-main.o-main--split.o-search .m-card .m-card__title {
  margin: calc(0.4 * var(--global--spacing-unit)) 0;
}
.o-main.o-main--split.o-search .m-card .m-card__title a {
  text-decoration: underline;
}
.o-main.o-main--split.o-search .m-card .m-card__title a:hover {
  text-decoration: none;
}
.o-main .facetwp-facet-pagination {
  margin: calc(3 * var(--global--spacing-unit)) auto !important;
  text-align: center;
}

.o-prefooter {
  padding: calc(5 * var(--global--spacing-unit)) 0;
  background-color: var(--global--color-dark-blue);
  text-align: center;
}
.o-prefooter h2 {
  color: white !important;
}
.o-prefooter p {
  color: white !important;
  margin: calc(1.6 * var(--global--spacing-unit)) auto;
  max-width: 930px !important;
  font-size: 1.125rem;
}
.o-prefooter a.wp-block-button__link:hover {
  background-color: var(--global--color-dark-blue) !important;
  border-color: var(--global--color-medium-blue) !important;
  color: white !important;
}

.o-footer {
  background-color: var(--global--color-lightest-gray);
  font-size: var(--global--font-size-xs);
}
.o-footer .o-footer__inner {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1119px) {
  .o-footer .o-footer__inner {
    display: none;
  }
}
.o-footer .o-footer__inner .o-footer__col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 23%;
          flex: 1 0 23%;
}
.o-footer .o-footer__inner .o-footer__col-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}
.o-footer .o-footer__inner .o-footer__contact p {
  margin-bottom: calc(0.8 * var(--global--spacing-unit));
}
.o-footer .o-footer__inner .o-footer__contact p a {
  text-decoration: none;
}
.o-footer .o-footer__inner .o-footer__contact p a:hover {
  text-decoration: underline;
}
.o-footer .o-footer__inner .o-footer__col .o-menu ul {
  list-style: none;
  margin-left: 0;
}
.o-footer .o-footer__inner .o-footer__col .o-menu ul li {
  margin-bottom: calc(0.8 * var(--global--spacing-unit));
}
.o-footer .o-footer__inner .o-footer__col .o-menu ul li a {
  text-decoration: none;
}
.o-footer .o-footer__inner .o-footer__col .o-menu ul li a:hover {
  text-decoration: underline;
}
.o-footer .o-footer__inner .o-footer__col .o-menu ul li a.go-to-website:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 7.5C8.85938 7.5 8.625 7.75781 8.625 8.0625V10.6875C8.625 10.8047 8.53125 10.875 8.4375 10.875H1.3125C1.19531 10.875 1.125 10.8047 1.125 10.6875V3.5625C1.125 3.46875 1.19531 3.375 1.3125 3.375H3.9375C4.24219 3.375 4.5 3.14062 4.5 2.8125C4.5 2.50781 4.24219 2.25 3.9375 2.25H1.3125C0.585938 2.25 0 2.85938 0 3.5625V10.6875C0 11.4141 0.585938 12 1.3125 12H8.4375C9.14062 12 9.75 11.4141 9.75 10.6875V8.0625C9.75 7.75781 9.49219 7.5 9.1875 7.5ZM11.4375 0H7.5C7.17188 0 6.9375 0.257812 6.9375 0.5625C6.9375 0.890625 7.17188 1.125 7.5 1.125H10.0781L4.28906 6.91406C4.05469 7.14844 4.05469 7.5 4.28906 7.71094C4.38281 7.82812 4.52344 7.875 4.6875 7.875C4.82812 7.875 4.96875 7.82812 5.0625 7.71094L10.875 1.92188V4.5C10.875 4.82812 11.1094 5.0625 11.4375 5.0625C11.7422 5.0625 12 4.82812 12 4.5V0.5625C12 0.257812 11.7422 0 11.4375 0Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 17px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-footer .o-footer__inner .o-footer__logo img {
  max-width: 200px;
  height: auto;
  margin-left: auto;
  float: right;
}
.o-footer .o-footer__inner .o-footer__logo p {
  margin-top: calc(1.6 * var(--global--spacing-unit));
  text-align: right;
  float: right;
}
.o-footer .o-footer__inner .o-footer__icons img {
  margin-right: calc(1.6 * var(--global--spacing-unit));
}
.o-footer .o-footer__inner .m-social-icon__wrapper {
  float: right;
}
.o-footer .o-footer__inner .m-social-icon__wrapper .m-social-icon {
  font-size: 24px;
  margin-left: calc(1.2 * var(--global--spacing-unit));
}

.o-footer__inner_mobile {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 1119px) {
  .o-footer__inner_mobile {
    display: block;
  }
}
.o-footer__inner_mobile .o-footer__logo {
  margin-bottom: calc(0.8 * var(--global--spacing-unit));
}
.o-footer__inner_mobile .o-footer__logo img {
  max-width: 200px;
  height: auto;
}
.o-footer__inner_mobile .o-footer__contact p {
  margin-bottom: calc(1.5 * var(--global--spacing-unit));
}
.o-footer__inner_mobile .o-footer__contact p a {
  text-decoration: none;
}
.o-footer__inner_mobile .o-footer__contact p a:hover {
  text-decoration: underline;
}
.o-footer__inner_mobile .m-social-icon__wrapper {
  margin-bottom: calc(1.5 * var(--global--spacing-unit));
}
.o-footer__inner_mobile .m-social-icon__wrapper .m-social-icon {
  font-size: 24px;
  margin-right: calc(1.4 * var(--global--spacing-unit));
}
.o-footer__inner_mobile .o-footer__info {
  margin-bottom: calc(1.2 * var(--global--spacing-unit));
}
.o-footer__inner_mobile .o-footer__icons img {
  margin-right: calc(1.2 * var(--global--spacing-unit));
}
.o-footer__inner_mobile .o-footer__nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(1.5 * var(--global--spacing-unit));
}
.o-footer__inner_mobile .o-footer__nav__container .o-menu ul {
  list-style: none;
  margin-left: 0;
}
.o-footer__inner_mobile .o-footer__nav__container .o-menu ul li {
  margin-bottom: calc(0.8 * var(--global--spacing-unit));
}
.o-footer__inner_mobile .o-footer__nav__container .o-menu ul li a {
  text-decoration: none;
}
.o-footer__inner_mobile .o-footer__nav__container .o-menu ul li a:hover {
  text-decoration: underline;
}
.o-footer__inner_mobile .o-footer__nav__container .o-menu ul li a.go-to-website:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.1875 7.5C8.85938 7.5 8.625 7.75781 8.625 8.0625V10.6875C8.625 10.8047 8.53125 10.875 8.4375 10.875H1.3125C1.19531 10.875 1.125 10.8047 1.125 10.6875V3.5625C1.125 3.46875 1.19531 3.375 1.3125 3.375H3.9375C4.24219 3.375 4.5 3.14062 4.5 2.8125C4.5 2.50781 4.24219 2.25 3.9375 2.25H1.3125C0.585938 2.25 0 2.85938 0 3.5625V10.6875C0 11.4141 0.585938 12 1.3125 12H8.4375C9.14062 12 9.75 11.4141 9.75 10.6875V8.0625C9.75 7.75781 9.49219 7.5 9.1875 7.5ZM11.4375 0H7.5C7.17188 0 6.9375 0.257812 6.9375 0.5625C6.9375 0.890625 7.17188 1.125 7.5 1.125H10.0781L4.28906 6.91406C4.05469 7.14844 4.05469 7.5 4.28906 7.71094C4.38281 7.82812 4.52344 7.875 4.6875 7.875C4.82812 7.875 4.96875 7.82812 5.0625 7.71094L10.875 1.92188V4.5C10.875 4.82812 11.1094 5.0625 11.4375 5.0625C11.7422 5.0625 12 4.82812 12 4.5V0.5625C12 0.257812 11.7422 0 11.4375 0Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 17px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-404 .entry-content {
  width: var(--responsive--alignwide-width);
}
.page-404 .entry-content .wrapper-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-top: 60px;
  max-width: unset !important;
  text-align: center;
}
.page-404 .entry-content .wrapper-404 h1 {
  display: block;
  font-size: 48px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1119px) {
  .page-404 .entry-content .wrapper-404 h1 {
    margin: 20px auto;
    text-align: center;
    font-size: 32px;
  }
}
.page-404 .entry-content .wrapper-404 p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1119px) {
  .page-404 .entry-content .wrapper-404 p {
    margin: 20px auto;
    text-align: center;
  }
}
.page-404 .entry-content .wrapper-404 .content-404 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 550px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1119px) {
  .page-404 .entry-content .wrapper-404 .content-404 .search-404 {
    display: block;
  }
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 .link-as-button {
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  background-color: var(--global--color-medium-blue) !important;
  display: block;
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 .link-as-button:hover {
  background-color: var(--global--color-dark-blue) !important;
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 .search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1119px) {
  .page-404 .entry-content .wrapper-404 .content-404 .search-404 .search-form {
    display: block;
    padding: 0;
    margin-top: 25px;
  }
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 .search-form .search-form__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #EBEBEB !important;
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 .search-form .search-form__holder .search-form__input {
  margin: 0 !important;
  padding: 4px 12px 4px 16px;
  width: 90%;
  border: none;
  background-color: #EBEBEB !important;
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 .search-form .search-form__holder .search-form__submit {
  background-color: #EBEBEB !important;
  border-radius: 0;
  border: none;
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 .search-form .search-form__holder .search-form__submit i {
  color: var(--global--color-seb-dark-gray);
}
.page-404 .entry-content .wrapper-404 .content-404 .search-404 .search-form .search-form__holder .search-form__submit:hover {
  /*background-color: var(--global--color-medium-blue) !important;
  border-color: var(--global--color-medium-blue) !important;

    i{
    color:var(--global--color-white);
    }*/
}
.page-404 .entry-content .wrapper-404 .image-404 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 448px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.page-404 .entry-content .wrapper-404 .image-404 img {
  width: 100%;
  max-width: 448px;
}
@media only screen and (min-width: 1120px) {
  .page-404 .entry-content .wrapper-404 {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}

.related-products {
  max-width: var(--responsive--alignwide-width);
  margin: auto;
  margin-bottom: calc(5 * var(--global--spacing-unit));
}
.related-products h2 {
  margin-bottom: calc(3 * var(--global--spacing-unit));
}
@media only screen and (max-width: 1119px) {
  .related-products h2 {
    text-align: center;
  }
}
.related-products .o-related-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: calc(1.6 * var(--global--spacing-unit));
}
@media only screen and (max-width: 1119px) {
  .related-products .o-related-product {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--global--spacing-unit);
  }
}
.related-products .o-related-product .o-related-post {
  padding: var(--global--spacing-unit);
  border: 1px solid var(--global--color-seb-light-gray);
  border-radius: 5px;
}
@media only screen and (max-width: 1118px) {
  .related-products .o-related-product .o-related-post {
    padding: 12px;
  }
}
.related-products .o-related-product .o-related-post .o-related-post__image {
  max-width: 100%;
  height: 140px;
  background-color: var(--global--color-white);
  border-radius: 16px;
}
@media only screen and (max-width: 1118px) {
  .related-products .o-related-product .o-related-post .o-related-post__image {
    height: 90px;
  }
}
.related-products .o-related-product .o-related-post .o-related-post__image img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.related-products .o-related-product .o-related-post .o-related-post__content {
  text-align: center;
}
.related-products .o-related-product .o-related-post .o-related-post__content a {
  text-decoration: none;
}
.related-products .o-related-product .o-related-post .o-related-post__content a:hover {
  text-decoration: underline;
}
.related-products .o-related-product .o-related-post .o-related-post__content h4 {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-products .o-related-product .o-related-post .o-related-post__content a.read-more {
  font-size: 14px;
}
.related-products .o-related-product .o-related-post .o-related-post__content a.read-more i {
  font-size: 8px;
}

.post-type-archive-help-center .help-center__holder {
  background-color: var(--global--color-lightest-gray);
}
.post-type-archive-help-center .help-center__holder .article__header {
  padding: calc(3 * var(--global--spacing-unit)) 15px calc(4 * var(--global--spacing-unit));
  margin: 0 auto;
}

.related-help {
  max-width: var(--responsive--alignwide-width);
  margin: calc(5 * var(--global--spacing-unit)) auto calc(7 * var(--global--spacing-unit));
}
.related-help h3 {
  margin-bottom: calc(3 * var(--global--spacing-unit));
}
@media only screen and (max-width: 1119px) {
  .related-help h3 {
    text-align: center;
  }
}
.related-help .related-help-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: calc(1.6 * var(--global--spacing-unit));
}
@media only screen and (max-width: 1119px) {
  .related-help .related-help-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.related-help .related-help-items .related-help-post {
  padding: var(--global--spacing-unit);
  border: 1px solid var(--global--color-seb-light-gray);
  border-radius: 5px;
}
.related-help .related-help-items .related-help-post .related-help-post__content {
  text-align: center;
}
.related-help .related-help-items .related-help-post .related-help-post__content a {
  text-decoration: none;
}
.related-help .related-help-items .related-help-post .related-help-post__content a:hover {
  text-decoration: underline;
}
.related-help .related-help-items .related-help-post .related-help-post__content h4 {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.related-help .related-help-items .related-help-post .related-help-post__content a.read-more {
  font-size: 14px;
  color: var(--global--color-medium-blue);
}
.related-help .related-help-items .related-help-post .related-help-post__content a.read-more i {
  font-size: 8px;
}

.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper {
  background-color: var(--global--color-lightest-gray) !important;
}
.atss .at-share-btn .at-icon-wrapper .at-icon, .atss a .at-icon-wrapper .at-icon {
  fill: var(--global--color-medium-blue) !important;
}

.addthis-smartlayers.addthis-smartlayers-desktop {
  display: block;
}
@media only screen and (max-width: 1118px) {
  .addthis-smartlayers.addthis-smartlayers-desktop {
    display: none;
  }
}

.share-this-box {
  margin-top: 30px;
  display: none;
}
@media only screen and (max-width: 1118px) {
  .share-this-box {
    display: block;
  }
}

.at-resp-share-element {
  opacity: 1 !important;
}

.at-resp-share-element .at-share-btn .at-label, .at-share-dock-outer {
  display: none !important;
}

.at-resp-share-element .at-share-btn {
  margin: 0 1px 5px !important;
  background-color: var(--global--color-lightest-gray) !important;
}
.at-resp-share-element .at-share-btn .at-icon {
  fill: var(--global--color-medium-blue) !important;
}

.at-above-post {
  height: 0 !important;
  margin: 0 !important;
}

.modal-toggle {
  cursor: pointer;
}

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  pointer-events: auto;
}
.modal-wrapper#news-modal {
  background: rgba(255, 255, 255, 0.8);
}
.modal-wrapper#news-modal .modal {
  max-width: 1120px;
  width: calc(100% - 30px);
  height: 480px;
  position: absolute;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  padding: 20px;
  border-radius: 0px;
  background-color: var(--global--color-lightest-gray) !important;
  z-index: 1;
}
@media only screen and (max-width: 1118px) {
  .modal-wrapper#news-modal .modal {
    height: 600px;
  }
}
.modal-wrapper#news-modal .modal .modal-content {
  margin: 40px auto;
  text-align: center;
}
.modal-wrapper#news-modal .modal .modal-content h2, .modal-wrapper#news-modal .modal .modal-content h3 {
  margin: 16px auto;
}
.modal-wrapper#news-modal .modal .modal-content p {
  max-width: 700px;
  margin: 16px auto;
}
.modal-wrapper#news-modal .modal .modal-content h3 a {
  color: var(--global--color-medium-blue) !important;
  text-decoration: underline;
  word-wrap: break-word;
}
.modal-wrapper#news-modal .modal .modal-content h3 a:hover {
  text-decoration: none;
}
.modal-wrapper#news-modal .modal .modal-content div.news-buttons #data-link-btn {
  width: 160px;
  text-align: center;
  margin: 24px 20px 16px auto;
  display: inline-block;
  border-radius: 5px;
  background-color: var(--global--color-medium-blue) !important;
  color: white !important;
  border: none;
  padding: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}
.modal-wrapper#news-modal .modal .modal-content div.news-buttons #data-link-btn:hover {
  background-color: var(--global--color-dark-blue) !important;
  color: white !important;
}
@media only screen and (max-width: 1118px) {
  .modal-wrapper#news-modal .modal .modal-content div.news-buttons #data-link-btn {
    display: block;
    margin: 24px auto 16px;
  }
}
.modal-wrapper#news-modal .modal .modal-content div.news-buttons #cancel-link-btn {
  width: 160px;
  text-align: center;
  margin: 24px auto 16px;
  display: inline-block;
  border-radius: 5px;
  background-color: transparent !important;
  color: var(--global--color-seb-dark-gray) !important;
  border: 1px solid #535459;
  padding: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}
.modal-wrapper#news-modal .modal .modal-content div.news-buttons #cancel-link-btn:hover {
  background-color: var(--global--color-seb-dark-gray) !important;
  color: white !important;
}
@media only screen and (max-width: 1118px) {
  .modal-wrapper#news-modal .modal .modal-content div.news-buttons #cancel-link-btn {
    display: block;
  }
}
.modal-wrapper#login-modal, .modal-wrapper#enroll-modal {
  background: rgba(255, 255, 255, 0.8);
}
.modal-wrapper#login-modal .modal, .modal-wrapper#enroll-modal .modal {
  max-width: 740px;
  width: calc(100% - 30px);
  height: 420px;
  position: absolute;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  padding: 20px;
  border-radius: 0px;
  background-color: var(--global--color-lightest-gray) !important;
  z-index: 1;
}
.modal-wrapper#login-modal .modal.enroll-type, .modal-wrapper#enroll-modal .modal.enroll-type {
  height: 350px;
}
@media only screen and (max-width: 1118px) {
  .modal-wrapper#login-modal .modal, .modal-wrapper#enroll-modal .modal {
    padding: 40px !important;
  }
}
.modal-wrapper#login-modal .modal .modal-content, .modal-wrapper#enroll-modal .modal .modal-content {
  max-width: 380px;
  margin: 60px auto 50px;
  text-align: center;
}
.modal-wrapper#login-modal .modal .modal-content#enroll-box, .modal-wrapper#enroll-modal .modal .modal-content#enroll-box {
  max-width: 100%;
}
.modal-wrapper#login-modal .modal .modal-content#enroll-box .enroll-modal-links, .modal-wrapper#enroll-modal .modal .modal-content#enroll-box .enroll-modal-links {
  list-style: none;
  margin-top: 16px;
}
.modal-wrapper#login-modal .modal .modal-content#enroll-box .enroll-modal-links .personal-link, .modal-wrapper#enroll-modal .modal .modal-content#enroll-box .enroll-modal-links .personal-link {
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin: 24px auto 16px;
  display: block;
  border-radius: 5px;
  background-color: var(--global--color-medium-blue) !important;
  color: white !important;
  border: none;
  padding: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}
.modal-wrapper#login-modal .modal .modal-content#enroll-box .enroll-modal-links .personal-link:hover, .modal-wrapper#enroll-modal .modal .modal-content#enroll-box .enroll-modal-links .personal-link:hover {
  background-color: var(--global--color-dark-blue) !important;
  color: white !important;
}
.modal-wrapper#login-modal .modal .modal-content#enroll-box .enroll-modal-links .business-link, .modal-wrapper#enroll-modal .modal .modal-content#enroll-box .enroll-modal-links .business-link {
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin: 16px auto;
  display: block;
  border-radius: 5px;
  background-color: var(--global--color-seb-green) !important;
  color: var(--global--color-black);
  border: none;
  padding: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}
.modal-wrapper#login-modal .modal .modal-content#enroll-box .enroll-modal-links .business-link:hover, .modal-wrapper#enroll-modal .modal .modal-content#enroll-box .enroll-modal-links .business-link:hover {
  background-color: #438105 !important;
  color: white;
}
.modal-wrapper#login-modal .modal .modal-content#forgot-password-box, .modal-wrapper#enroll-modal .modal .modal-content#forgot-password-box {
  display: none;
}
.modal-wrapper#login-modal .modal .modal-content p.eyebrow, .modal-wrapper#enroll-modal .modal .modal-content p.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.5;
}
.modal-wrapper#login-modal .modal .modal-content form, .modal-wrapper#enroll-modal .modal .modal-content form {
  margin-top: 16px;
  padding: 0 !important;
}
.modal-wrapper#login-modal .modal .modal-content form label, .modal-wrapper#enroll-modal .modal .modal-content form label {
  display: none;
}
.modal-wrapper#login-modal .modal .modal-content form .input-group, .modal-wrapper#enroll-modal .modal .modal-content form .input-group {
  position: relative;
}
.modal-wrapper#login-modal .modal .modal-content form .input-group .input-group-label, .modal-wrapper#enroll-modal .modal .modal-content form .input-group .input-group-label {
  position: absolute;
  right: 7px;
  top: calc(50% - 0.5em);
}
.modal-wrapper#login-modal .modal .modal-content form .input-group .input-group-field, .modal-wrapper#enroll-modal .modal .modal-content form .input-group .input-group-field {
  width: 100% !important;
  border: 1px solid #535459;
}
.modal-wrapper#login-modal .modal .modal-content form .input-group .input-group-field:focus, .modal-wrapper#login-modal .modal .modal-content form .input-group .input-group-field:focus-visible, .modal-wrapper#enroll-modal .modal .modal-content form .input-group .input-group-field:focus, .modal-wrapper#enroll-modal .modal .modal-content form .input-group .input-group-field:focus-visible {
  color: var(--form--color-text);
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
}
.modal-wrapper#login-modal .modal .modal-content form input.button, .modal-wrapper#enroll-modal .modal .modal-content form input.button {
  width: 100%;
  margin-top: 16px;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.5;
  background-color: var(--global--color-medium-blue) !important;
  color: white;
  border: none !important;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
}
.modal-wrapper#login-modal .modal .modal-content form input.button:hover, .modal-wrapper#enroll-modal .modal .modal-content form input.button:hover {
  background-color: var(--global--color-dark-blue) !important;
}
.modal-wrapper#login-modal .modal .modal-content form .enroll, .modal-wrapper#enroll-modal .modal .modal-content form .enroll {
  width: 100%;
  margin-top: 16px;
  display: block;
  border-radius: 5px;
  background-color: transparent !important;
  color: var(--global--color-seb-dark-gray) !important;
  border: 1px solid #535459;
  padding: 10px;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}
.modal-wrapper#login-modal .modal .modal-content form .enroll:hover, .modal-wrapper#enroll-modal .modal .modal-content form .enroll:hover {
  background-color: var(--global--color-seb-dark-gray) !important;
  color: white !important;
}
.modal-wrapper#login-modal .modal .modal-content form .login-modal-links, .modal-wrapper#enroll-modal .modal .modal-content form .login-modal-links {
  list-style: none;
  margin-top: 16px;
  margin-left: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.modal-wrapper#login-modal .modal .modal-content form .login-modal-links a, .modal-wrapper#enroll-modal .modal .modal-content form .login-modal-links a {
  text-decoration: none;
}
.modal-wrapper#login-modal .modal .modal-content form .login-modal-links a:hover, .modal-wrapper#enroll-modal .modal .modal-content form .login-modal-links a:hover {
  text-decoration: underline;
}

.modal-wrapper > div {
  width: 460px;
  height: 320px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  z-index: 1;
}

.close {
  background: transparent;
  color: var(--global--color-seb-dark-gray) !important;
  line-height: 25px;
  position: absolute;
  right: 22px;
  text-align: center;
  top: 22px;
  width: 24px;
  text-decoration: none;
  border-radius: 0;
}

.close:hover {
  color: white;
}

.team-member-block .team-members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: calc(1.6 * var(--global--spacing-unit));
  margin-top: 2rem;
}
@media only screen and (max-width: 1118px) {
  .team-member-block .team-members {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(2 * var(--global--spacing-unit));
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 598px) {
  .team-member-block .team-members {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-member-block .team-members h3 {
  margin-top: 1rem;
  font-size: var(--heading--font-size-h3);
}
.team-member-block .team-members h3, .team-member-block .team-members h6, .team-member-block .team-members p {
  margin-bottom: 0.6rem;
}