/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./resources/sass/app.scss ***!
  \****************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Terms and Conditions.Terms and Conditions OrderList
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Basics. */
/* Variables */
:root {
  /* Font Family */
  --global--font-primary: var(--wp--preset--font-family--primary);
  --global--font-secondary: var(--wp--preset--font-family--secondary);
  /* Font Size */
  --global--font-size-base: 1.125rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 2.1875rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 2.813rem;
  --global--font-size-xxxl: 3.75rem;
  --global--font-size-page-title: var(--global--font-size-xxl);
  --global--letter-spacing: normal;
  /* Line Height */
  --global--line-height-body: 30px;
  --global--line-height-heading: 50px;
  --global--line-height-page-title: 60px;
  /* 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-lg);
  --heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
  --heading--font-size-h2: var(--global--font-size-xl);
  --heading--font-size-h1: var(--global--font-size-page-title);
  --heading--letter-spacing-h6: 0.05em;
  --heading--letter-spacing-h5: 0.05em;
  --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-page-title);
  --heading--font-weight: normal;
  --heading--font-weight-page-title: normal;
  --heading--font-weight-strong: normal;
  /* 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-secondary);
  --latest-posts--description-font-size: var(--global--font-size-sm);
  --list--font-family: var(--global--font-secondary);
  --definition-term--font-family: var(--global--font-primary);
  /* Colors */
  --global--color-black: #000;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #39414d;
  --global--color-light-gray: #f0f0f0;
  --global--color-green: #d1e4dd;
  --global--color-blue: #d1dfe4;
  --global--color-purple: #d1d1e4;
  --global--color-red: #e4d1d1;
  --global--color-orange: #e4dad1;
  --global--color-yellow: #eeeadd;
  --global--color-white: #fff;
  --global--color-white-50: rgba(255, 255, 255, 0.5);
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  --global--color-primary: var(--wp--preset--color--primary); /* Body text color, site title, footer text color. */
  --global--color-secondary: var(--wp--preset--color--secondary); /* Headings */
  --global--color-primary-hover: var(--wp--preset--color--primary);
  --global--color-background: var(--wp--preset--color--background); /* Mint, default body background */
  --global--color-border: var(--wp--preset--color--primary); /* Used for borders (separators) */
  /* 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-secondary);
  --form--font-size: var(--global--font-size-sm);
  --form--line-height: var(--global--line-height-body);
  --form--color-text: var(--global--color-dark-gray);
  --form--color-ranged: var(--global--color-secondary);
  --form--label-weight: 500;
  --form--border-color: var(--global--color-secondary);
  --form--border-width: 3px;
  --form--border-radius: 0;
  --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--color-text: var(--global--color-background);
  --button--color-text-hover: var(--global--color-secondary);
  --button--color-text-active: var(--global--color-secondary);
  --button--color-background: var(--global--color-secondary);
  --button--color-background-active: var(--global--color-background);
  --button--font-family: var(--global--font-primary);
  --button--font-size: var(--global--font-size-lg);
  --button--font-weight: 500;
  --button--line-height: 1.5;
  --button--border-width: 3px;
  --button--border-radius: 0;
  --button--padding-vertical: 15px;
  --button--padding-horizontal: calc(2 * var(--button--padding-vertical));
  /* 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-secondary);
  --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-secondary);
  --branding--description--font-size: var(--global--font-size-sm);
  --branding--description--font-family: var(--global--font-secondary);
  --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-secondary);
  --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-secondary);
  --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(--heading--font-size-h3);
  --pullquote--font-style: normal;
  --pullquote--letter-spacing: var(--heading--letter-spacing-h4);
  --pullquote--line-height: var(--global--line-height-heading);
  --pullquote--border-width: 3px;
  --pullquote--border-color: var(--global--color-primary);
  --pullquote--color-foreground: var(--global--color-primary);
  --pullquote--color-background: var(--global--color-background);
  --quote--font-family: var(--global--font-secondary);
  --quote--font-size: var(--global--font-size-md);
  --quote--font-size-large: var(--global--font-size-xl);
  --quote--font-style: normal;
  --quote--font-weight: 700;
  --quote--font-weight-strong: bolder;
  --quote--font-style-large: normal;
  --quote--font-style-cite: normal;
  --quote--line-height: var(--global--line-height-body);
  --quote--line-height-large: 1.35;
  --separator--border-color: var(--global--color-border);
  --separator--height: 1px;
  /* Block: Table */
  --table--stripes-border-color: var(--global--color-light-gray);
  --table--stripes-background-color: var(--global--color-light-gray);
  --table--has-background-text-color: var(--global--color-dark-gray);
  /* 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;
  }
}

@media only screen and (min-width: 652px) {
  :root {
    --global--font-size-xl: 2.5rem;
    --global--font-size-xxl: 6rem;
    --global--font-size-xxxl: 9rem;
    --heading--font-size-h3: 2rem;
    --heading--font-size-h2: 3rem;
  }
}
html {
  scroll-behavior: smooth;
}

body, html {
  overflow-x: visible;
}

/*! 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: 60px;
  margin: 0.67em 0;
  line-height: 60px;
  font-family: var(--wp--preset--font-family--primary);
  color: #BB2649;
}

/* 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 */
  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;
  resize: none;
}

/**
 * 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--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)), 1240px);
  }
}
/**
 * Extends
 */
.post-thumbnail, .entry-content .wp-audio-shortcode, .default-max-width {
  max-width: var(--responsive--aligndefault-width);
  margin-left: auto;
  margin-right: auto;
}

.widget-area, .pagination,
.comments-pagination, .post-navigation, .wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.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) {
  .full-max-width {
    max-width: var(--responsive--alignfull-width);
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.entry-header .post-thumbnail, .singular .post-thumbnail {
  margin-left: auto;
  margin-right: auto;
  width: var(--responsive--alignwide-width);
  max-width: var(--responsive--alignfull-width);
}

/**
 * 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;
}
.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
 */
@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;
}
.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-family: var(--wp--preset--font-family--primary);
  font-size: var(--global--font-size-xs);
  font-weight: 400;
  color: var(--wp--preset--color--grey);
  line-height: 1.5;
  text-align: left;
  background-color: var(--global--color-background);
  --wp--style--block-gap: 1.5rem;
  --val80: 80px;
  --val50: 50px;
}

button {
  cursor: pointer;
}

.wp-site-blocks main,
.wp-site-blocks footer {
  margin-top: 0;
}
.wp-site-blocks main > .wp-block-post-content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-site-blocks main > .wp-block-post-content > * > * {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--black);
  line-height: 1.2;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

p {
  color: var(--wp--preset--color--black);
  font-size: 18px;
  font-family: var(--wp--preset--font-family--secondary);
  line-height: 28px;
  font-weight: normal;
}

.vh100 {
  height: 100%;
}

.rel {
  position: relative;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.overflow_hidden {
  overflow: hidden;
}

.is-style-jbc-box-shadow,
.card_shadow {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E7E7E7;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.05);
}

.margin120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margintop120 {
  margin-top: 120px;
}

.marginbottom120 {
  margin-bottom: 120px;
}

.margin100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margintop100 {
  margin-top: 100px;
}

.marginbottom100 {
  margin-bottom: 100px;
}

.margin80 {
  margin-top: var(--val80);
  margin-bottom: var(--val80);
}

.margintop80 {
  margin-top: var(--val80);
}

.marginbottom80 {
  margin-bottom: var(--val80);
}

.margin40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margintop40 {
  margin-top: 40px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

.margin30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margintop30 {
  margin-top: 30px;
}

.marginbottom30 {
  margin-bottom: 30px;
}

.margin20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margintop20 {
  margin-top: 20px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.padding120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paddingtop120 {
  padding-top: 120px;
}

.paddingbottom120 {
  padding-bottom: 120px;
}

.padding100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paddingtop100 {
  padding-top: 100px;
}

.paddingbottom100 {
  padding-bottom: 100px;
}

.padding80 {
  padding-top: var(--val80);
  padding-bottom: var(--val80);
}

.paddingtop80 {
  padding-top: var(--val80);
}

.paddingbottom80 {
  padding-bottom: var(--val80);
}

.padding50 {
  padding-top: var(--val50);
  padding-bottom: var(--val50);
}

.paddingtop50 {
  padding-top: var(--val50);
}

.paddingbottom50 {
  padding-bottom: var(--val50);
}

.padding40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paddingtop40 {
  padding-top: 40px;
}

.paddingbottom40 {
  padding-bottom: 40px;
}

.padding30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.paddingtop30 {
  padding-top: 30px;
}

.paddingbottom30 {
  padding-bottom: 30px;
}

.paddingall20 {
  padding: 20px;
}

.padding20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paddingtop20 {
  padding-top: 20px;
}

.paddingbottom20 {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  body {
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 30px;
    --wp--preset--font-size--x-large: 24px;
    --wp--preset--font-size--paragraph: 16px;
    --wp--preset--font-size--highlight: 16px;
    --val80: 40px;
    --val50: 40px;
  }
  .padding120,
  .padding100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paddingtop120,
  .paddingtop100 {
    padding-top: 60px;
  }
  .paddingbottom120,
  .paddingbottom100 {
    padding-bottom: 60px;
  }
  .text-center-mob {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .is-style-jbc-box-shadow,
  .card_shadow {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .text-center-tablet_small {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  body {
    --wp--preset--font-size--medium: 24px;
    --wp--preset--font-size--large: 26px;
    --wp--preset--font-size--x-large: 30px;
    --wp--preset--font-size--highlight: 18px;
  }
}
.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;
}

/* 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: "“";
  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=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 fill=%27%2328303d%27><polygon points=%270,0 10,0 5,5%27/></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=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%2710%27 fill=%27%2328303d%27><polygon points=%270,0 10,0 5,5%27/></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));
  }
}

.field_item,
.with_frm_style {
  --field-size: 40px;
}

.field_item {
  --padd-field: 6px 10px;
  width: 100%;
}
.field_item input[type=text],
.field_item input[type=password],
.field_item input[type=email],
.field_item input[type=number],
.field_item input[type=url],
.field_item input[type=tel],
.field_item input[type=phone],
.field_item input[type=search],
.field_item select,
.field_item textarea {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--global--font-size-xs);
  font-weight: 400;
  width: 100%;
  height: var(--field-size);
  padding: var(--padd-field);
  color: var(--wp--preset--color--background);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 3px;
  line-height: 1.3;
  margin: 0;
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.field_item input[type=text]:focus,
.field_item input[type=password]:focus,
.field_item input[type=email]:focus,
.field_item input[type=number]:focus,
.field_item input[type=url]:focus,
.field_item input[type=tel]:focus,
.field_item input[type=phone]:focus,
.field_item input[type=search]:focus,
.field_item select:focus,
.field_item textarea:focus {
  border-color: var(--wp--preset--color--light-grey) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 2px solid var(--wp--preset--color--primary);
}
.field_item textarea {
  height: auto;
  resize: none;
}
.field_item select {
  padding-right: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ4NSIgaGVpZ2h0PSI4LjQ4NSIgdmlld0JveD0iMCAwIDguNDg1IDguNDg1Ij48cGF0aCBkPSJNNiw2SDBWMEgyVjRINloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4yNDMpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjMDUzMDM4Ii8+PC9zdmc+);
  background-repeat: no-repeat, repeat;
  background-position: right 10px center;
  background-size: 9px auto;
  text-overflow: ellipsis;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.light_bg .with_frm_style .frm_primary_label {
  color: var(--wp--preset--color--primary);
}
.light_bg .with_frm_style input[type=text],
.light_bg .with_frm_style input[type=password],
.light_bg .with_frm_style input[type=email],
.light_bg .with_frm_style input[type=number],
.light_bg .with_frm_style input[type=url],
.light_bg .with_frm_style input[type=tel],
.light_bg .with_frm_style input[type=phone],
.light_bg .with_frm_style input[type=search],
.light_bg .with_frm_style select,
.light_bg .with_frm_style textarea,
.light_bg .with_frm_style .frm_scroll_box .frm_opt_container,
.light_bg .with_frm_style .frm-card-element.StripeElement,
.light_bg .with_frm_style .chosen-container-multi .chosen-choices,
.light_bg .with_frm_style .chosen-container-single .chosen-single {
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--wp--preset--color--black);
}
.light_bg .with_frm_style select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ4NSIgaGVpZ2h0PSI4LjQ4NSIgdmlld0JveD0iMCAwIDguNDg1IDguNDg1Ij48cGF0aCBkPSJNNiw2SDBWMEgyVjRINloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4yNDMpIHJvdGF0ZSgtNDUpIi8+PC9zdmc+);
}
.light_bg .with_frm_style .frm_checkbox input[type=checkbox]::before {
  background-color: rgb(255, 255, 255);
}
.light_bg .with_frm_style .frm_checkbox input[type=checkbox]::after {
  border-color: var(--wp--preset--color--background);
}
.light_bg .with_frm_style .vertical_radio .frm_checkbox label,
.light_bg .with_frm_style .vertical_radio .frm_radio label {
  color: var(--wp--preset--color--black);
}
.light_bg .with_frm_style .frm_submit button.frm_button_submit {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--background);
}
.light_bg .with_frm_style .frm_submit button.frm_button_submit:hover {
  background-color: #d85f11;
}

.with_frm_style .frm_primary_label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--wp--preset--color--background);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.87px;
}
.with_frm_style .frm_required {
  color: inherit;
}
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.with_frm_style .frm_scroll_box .frm_opt_container,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--global--font-size-xs);
  font-weight: 400;
  height: var(--field-size);
  color: var(--wp--preset--color--background);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}
.with_frm_style input[type=text]:focus,
.with_frm_style input[type=password]:focus,
.with_frm_style input[type=email]:focus,
.with_frm_style input[type=number]:focus,
.with_frm_style input[type=url]:focus,
.with_frm_style input[type=tel]:focus,
.with_frm_style input[type=phone]:focus,
.with_frm_style input[type=search]:focus,
.with_frm_style select:focus,
.with_frm_style textarea:focus,
.with_frm_style .frm_scroll_box .frm_opt_container:focus,
.with_frm_style .frm-card-element.StripeElement:focus,
.with_frm_style .chosen-container-multi .chosen-choices:focus,
.with_frm_style .chosen-container-single .chosen-single:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.with_frm_style textarea {
  height: auto;
  resize: none;
}
.with_frm_style select {
  padding-right: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ4NSIgaGVpZ2h0PSI4LjQ4NSIgdmlld0JveD0iMCAwIDguNDg1IDguNDg1Ij48cGF0aCBkPSJNNiw2SDBWMEgyVjRINloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4yNDMpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-repeat: no-repeat, repeat;
  background-position: right 10px center;
  background-size: 9px auto;
  -moz-appearance: none;
       appearance: none;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}
.with_frm_style .frm_checkbox input[type=checkbox]::before {
  height: 22px;
  width: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  clip-path: none;
  margin: 0;
  border: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: background 400ms linear;
  transition: background 400ms linear;
}
.with_frm_style .frm_checkbox input[type=checkbox]::after {
  display: block;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 4px;
  width: 7px;
  height: 12px;
  border-color: var(--wp--preset--color--secondary);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 0;
  height: 0;
  border: none;
  top: 0;
  left: 0;
}
.with_frm_style .frm_radio input[type=radio]:checked::before,
.with_frm_style .frm_checkbox input[type=checkbox]:checked::before {
  background-color: var(--wp--preset--color--primary);
}
.with_frm_style .frm_radio input[type=radio]:checked::after,
.with_frm_style .frm_checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label {
  padding: 2px 0 0 38px;
  text-indent: 0;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--global--font-size-xs);
  color: var(--wp--preset--color--background);
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.with_frm_style .vertical_radio .frm_checkbox label a,
.with_frm_style .vertical_radio .frm_radio label a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}
.with_frm_style .vertical_radio .frm_checkbox label a:hover,
.with_frm_style .vertical_radio .frm_radio label a:hover {
  text-decoration: none;
}
.with_frm_style .frm_submit button.frm_button_submit {
  font-family: var(--wp--preset--font-family--primary);
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px;
  margin: 0;
  background-color: var(--wp--preset--color--background);
  border: none;
  border-radius: 5px;
  color: var(--wp--preset--color--secondary);
  font-size: var(--global--font-size-xs);
  text-align: center;
  -webkit-transition: background 300ms linear, color 300ms linear;
  transition: background 300ms linear, color 300ms linear;
}
@media (max-width: 999px) {
  .with_frm_style .frm_submit button.frm_button_submit {
    float: left !important;
    margin-bottom: 2em !important;
  }
}
.with_frm_style .frm_submit button.frm_button_submit:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 30px;
}

@media (min-width: 1400px) {
  .field_item,
  .with_frm_style {
    --field-size: 50px;
  }
  .field_item {
    --padd-field: 6px 15px;
  }
}
.frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  color: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--background);
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  border: none;
  font-weight: 700;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field label {
  color: var(--wp--preset--color--secondary);
}
.frm_style_formidable-style.with_frm_style .frm_error {
  color: var(--wp--preset--color--primary);
}

.with_frm_style .frm_message,
.frm_success_style {
  border: none;
  text-align: center;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--primary);
  font-weight: 500;
}
.with_frm_style .frm_message * > *,
.frm_success_style * > * {
  margin-top: 12px;
}

.with_frm_style .frm_message p {
  color: var(--wp--preset--color--background);
  margin: 0;
}

.booking_form {
  border-radius: 1em;
}

.frm_form_field label {
  text-transform: capitalize !important;
  font-size: 22px !important;
  font-family: "poppins";
  font-weight: normal !important;
  letter-spacing: 0 !important;
}
@media (max-width: 999px) {
  .frm_form_field label {
    font-size: 16px !important;
  }
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .with_frm_style .frm_scroll_box .frm_opt_container, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
  border-radius: 10px;
}

.with_frm_style textarea {
  padding-top: 15px;
}

.frm_checkbox label {
  font-size: 16px !important;
  text-transform: inherit !important;
}

.button2 {
  display: none;
}

@media (max-width: 999px) {
  .frm_form_fields .frm_fields_container {
    display: block;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 0;
    width: 95%;
  }
}

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

.sfsi_shortcode_container {
  float: unset !important;
}

/*
 * 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:not([class]) {
  cursor: pointer;
  color: var(--wp--style--color--link, var(--global--color-primary));
  color: inherit;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: all;
          text-decoration-skip-ink: all;
}

a:hover {
  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));
}

.button_white {
  font-size: 18px;
  line-height: 1.2;
  padding: 12px 25px;
  border-radius: 2em;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 240, 231)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(251, 240, 231) 0%, rgb(255, 255, 255) 100%);
  color: #d94567 !important;
  text-decoration: none !important;
  font-family: var(--wp--preset--font-family--primary);
  font-weight: normal;
}
.button_white.wd100 {
  width: 100%;
  text-align: center;
}
.button_white:hover {
  background-color: #bb2649 !important;
  color: #d94567 !important;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
  text-decoration: none;
}
.button_white svg {
  margin-left: 15px;
  height: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button_white:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.svg-icon path {
  stroke: #d85f11;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.button__link:hover .svg-icon path {
  stroke: #fff;
}

.wp-block-button__link {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  padding: 1em 2em !important;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
  border-radius: 2em;
  color: #fff !important;
}
.wp-block-button__link.wd100 {
  width: 100%;
  text-align: center;
}
.wp-block-button__link:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.wp-block-button svg {
  margin-left: 15px;
  height: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-style-outline .wp-block-button__link {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 300ms linear, border 300ms linear;
  transition: color 300ms linear, border 300ms linear;
}
.is-style-outline .wp-block-button__link:hover {
  color: #d85f11 !important;
  border-color: #d85f11 !important;
}

.frm_submit {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 300ms linear, border 300ms linear;
  transition: color 300ms linear, border 300ms linear;
}
.frm_submit:hover {
  color: #d85f11 !important;
  border-color: #d85f11 !important;
}

.is-style-button-paragraph {
  font-weight: 700;
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
}
.is-style-button-paragraph > a {
  text-decoration: none;
}
.is-style-button-paragraph:hover {
  text-decoration: none;
}
.is-style-button-paragraph.arrow-left {
  padding-left: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjUiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCA2LjUgMTEiPjxwYXRoIGQ9Ik0xOCwxOWExLDEsMCwwLDEtLjcwNy0uMjkzbC00LjUtNC41YTEsMSwwLDAsMSwwLTEuNDE0bDQuNS00LjVhMSwxLDAsMCwxLDEuNDE0LDEuNDE0TDE0LjkxNCwxMy41bDMuNzkzLDMuNzkzQTEsMSwwLDAsMSwxOCwxOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi41IC04KSIgZmlsbD0iI2VmNzYyNyIvPjwvc3ZnPg==);
  background-repeat: no-repeat, repeat;
  background-position: left center;
  background-size: 7px auto;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

/* "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--wp--preset--color--background);
  z-index: 10;
}
header .header_top_nav,
header .header_middle_nav,
header .header_main_nav {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
header .header_top_nav {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--wp--preset--color--background);
}
header .header_top_nav .wp-block-group {
  height: 100%;
}
header .header_top_nav .wp-block-group .wp-block-columns {
  height: 100%;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
header .header_top_nav nav.items-justified-right ul.wp-block-navigation__container {
  gap-row: 32px;
}
header .header_top_nav nav.items-justified-right ul.wp-block-navigation__container li a {
  font-size: 18px;
  font-weight: normal;
  color: var(--wp--preset--color--black);
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  font-family: var(--wp--preset--font-family--primary);
}
header .header_top_nav nav.items-justified-right ul.wp-block-navigation__container li a:hover {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}
header .header_middle_nav {
  height: 92px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
}
header .header_middle_nav > div {
  width: 100%;
}
header .header_middle_nav > div figure {
  width: 360px;
}
header .header_middle_nav > div .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid var(--wp--preset--color--grey);
  border-radius: 50px;
  font-size: 1rem;
  color: var(--wp--preset--color--black);
  outline: 0;
  padding: 5px 15px;
  width: 370px;
  height: 40px;
  padding-right: 30px;
  background: var(--wp--preset--color--background) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC40MTQiIGhlaWdodD0iMTguNDExIiB2aWV3Qm94PSIwIDAgMTguNDE0IDE4LjQxMSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+PGVsbGlwc2UgY3g9IjYuNjgzIiBjeT0iNi42MjYiIHJ4PSI2LjY4MyIgcnk9IjYuNjI2IiBmaWxsPSJub25lIiBzdHJva2U9IiMyODMzODIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLXdpZHRoPSIyIi8+PGxpbmUgeDI9IjQuNjU5IiB5Mj0iNC42MTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjM0MSAxMS4zNzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiMyODMzODIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==) no-repeat;
  background-position: right 15px center;
  background-size: 16px auto;
  text-overflow: ellipsis;
}
header .header_middle_nav > div .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: var(--wp--preset--color--secondary);
}
header .header_middle_nav .wp-block-button__link {
  padding: 16px 30px;
}
header .header_middle_nav .burger_menu {
  display: none;
  cursor: pointer;
  width: 22px;
  height: 14px;
  position: relative;
  background: transparent;
  border: 0;
}
header .header_middle_nav .burger_menu span::before,
header .header_middle_nav .burger_menu span::after {
  content: "";
  display: block;
}
header .header_middle_nav .burger_menu span,
header .header_middle_nav .burger_menu span::before,
header .header_middle_nav .burger_menu span::after {
  width: 22px;
  height: 2px;
  background-color: var(--wp--preset--color--black);
  position: absolute;
  border-radius: 5px;
  left: 0;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
header .header_middle_nav .burger_menu span {
  top: 2px;
}
header .header_middle_nav .burger_menu span::before {
  top: 6px;
  -webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: transform 150ms ease, opacity 150ms ease;
  transition: transform 150ms ease, opacity 150ms ease, -webkit-transform 150ms ease;
}
header .header_middle_nav .burger_menu span::after {
  top: 12px;
}
header.mobile--open .header_middle_nav .burger_menu span {
  -webkit-transform: translate3d(0, 4px, 0) rotate(45deg);
          transform: translate3d(0, 4px, 0) rotate(45deg);
}
header.mobile--open .header_middle_nav .burger_menu span::before {
  -webkit-transform: rotate(-45deg) translate3d(-5px, -5px, 0);
          transform: rotate(-45deg) translate3d(-5px, -5px, 0);
  opacity: 0;
}
header.mobile--open .header_middle_nav .burger_menu span::after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
          transform: translate3d(0, -12px, 0) rotate(-90deg);
}
header .header_main_nav {
  height: 58px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
}
header .header_main_nav > div {
  width: 100%;
}
header .header_main_nav > div .wp-block-columns {
  margin-bottom: 0;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
  font-size: 18px;
  height: auto;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: normal;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link > span.mega-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 18px;
  top: 1px;
  right: 5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ4NSIgaGVpZ2h0PSI4LjQ4NSIgdmlld0JveD0iMCAwIDguNDg1IDguNDg1Ij48cGF0aCBkPSJNNiw2SDBWMEgyVjRINloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNC4yNDMpIHJvdGF0ZSgtNDUpIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-repeat: no-repeat, repeat;
  background-position: right center;
  background-size: 100% auto;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link > span.mega-indicator::after {
  opacity: 0;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu {
  padding: 15px;
  background-color: #BB264C;
  border-radius: 0 0 10px 10px;
  top: 48px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row:first-child li.mega-menu-item {
  padding-bottom: 0;
  background: transparent;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row:first-child li.mega-menu-item h4.mega-block-title {
  color: var(--wp--preset--color--black);
  font-weight: 400;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row.row_hubrx_menu > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item {
  padding-bottom: 0;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row.row_hubrx_menu > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item a.mega-menu-link {
  color: #fff;
  font-weight: normal;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row.row_hubrx_menu > .mega-sub-menu .mega-menu-column > .mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover {
    text-decoration: underline;
  }
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row.row_hubrx_menu .wp-block-cover {
  overflow: hidden;
  border-radius: 20px;
  min-height: auto;
  padding: 0;
  padding-bottom: 65%;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row.row_hubrx_menu .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row:last-child li.mega-menu-item a.mega-menu-link {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
  font-weight: 700;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row:last-child li.mega-menu-item a.mega-menu-link:hover {
  text-decoration: none;
}
header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::before {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  top: 5px;
}

@media (max-width: 767px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .header_top_nav,
  header .header_middle_nav,
  header .header_main_nav {
    width: 100%;
  }
  header .header_top_nav,
  header .header_middle_nav > .wp-block-group form {
    display: none;
  }
  header .header_top_nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
    padding-top: 40px;
    padding-bottom: 22px;
    background-color: #f5f5f5;
  }
  header .header_top_nav .wp-block-group {
    height: auto;
  }
  header .header_top_nav .wp-block-group .wp-block-columns {
    height: auto;
  }
  header .header_top_nav .wp-block-columns > .wp-block-column .wp-block-navigation__responsive-container {
    width: 100%;
  }
  header .header_top_nav .wp-block-columns > .wp-block-column .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header_top_nav .wp-block-columns > .wp-block-column .wp-block-navigation__responsive-container-content .wp-block-navigation__container li {
    padding: 0 15px;
    margin-bottom: 18px;
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .header_top_nav nav.items-justified-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .header_middle_nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .header_middle_nav > .wp-block-group figure {
    width: 220px;
    margin-top: 15px;
  }
  header .header_middle_nav > .wp-block-group > .wp-block-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  header .header_middle_nav > .wp-block-group > .wp-block-group .wp-block-buttons,
  header .header_middle_nav > .wp-block-group > .wp-block-group .wp-block-button,
  header .header_middle_nav > .wp-block-group > .wp-block-group .wp-block-button__link {
    width: 100%;
  }
  header .header_middle_nav > .wp-block-group > .wp-block-group .wp-block-buttons {
    margin: 14px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .header_middle_nav > .wp-block-group > .wp-block-group .wp-block-button__link {
    font-size: 18px;
    padding: 8px;
  }
  header .header_middle_nav > .wp-block-group form {
    width: 100vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-color: var(--wp--preset--color--primary);
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .header_middle_nav > .wp-block-group .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 100%;
    font-size: 15px;
  }
  header .header_main_nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header.mobile--open {
    background-color: #f5f5f5;
  }
  header.mobile--open .header_top_nav,
  header.mobile--open .header_middle_nav > .wp-block-group form {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header_middle_nav > .wp-block-group figure {
    width: 220px;
  }
  header .header_middle_nav > .wp-block-group form {
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .header_middle_nav > .wp-block-group figure {
    width: 290px;
  }
  header .header_middle_nav > .wp-block-group form {
    width: 34vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .header_middle_nav {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  header .header_middle_nav > .wp-block-group form {
    max-width: 370px;
  }
  header .header_middle_nav > .wp-block-group > .wp-block-group .wp-block-button__link {
    font-size: 14px;
    padding: 10px 12px;
  }
  header .header_middle_nav > .wp-block-group .wp-block-search__inside-wrapper .wp-block-search__input {
    width: 100%;
    font-size: 15px;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
    padding-top: 25px;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 > .mega-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 > .mega-sub-menu li {
    width: calc(50% - 6px);
  }
  header.mobile--open {
    background-color: var(--wp--preset--color--primary);
  }
}
@media (max-width: 1199px) {
  header {
    overflow-y: auto;
    top: 0;
    position: fixed;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  header .header_main_nav {
    display: none;
    height: auto;
  }
  header .header_top_nav .wp-block-columns > .wp-block-column:first-child {
    display: none;
  }
  header .header_top_nav .wp-block-columns > .wp-block-column button.wp-block-navigation__responsive-container-open,
  header .header_top_nav .wp-block-columns > .wp-block-column button.wp-block-navigation__responsive-container-close {
    display: none;
  }
  header .header_top_nav .wp-block-columns > .wp-block-column .wp-block-navigation__responsive-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
  }
  header .header_middle_nav {
    height: auto;
    background-color: var(--wp--preset--color--background);
  }
  header .header_middle_nav .burger_menu {
    display: block;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation .mega-menu-toggle {
    display: none;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
    display: block;
    background: transparent;
    padding-bottom: 25px;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
    padding: 15px 0;
    background-color: unset;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-row.row_hubrx_menu .wp-block-cover {
    display: none;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: transparent;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    border-radius: 0;
    top: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 9px 0;
    margin-left: -15px;
    width: 100vw;
  }
  header.mobile--open {
    height: 100vh;
    bottom: 0;
  }
  header.mobile--open .header_main_nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  header {
    -webkit-transition: -webkit-transform 400ms ease;
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
  }
  header.top-nav-collapse {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  header .header_middle_nav {
    margin-top: -10px;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item {
    margin-right: 60px;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item:last-child {
    margin-right: 0;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
    width: auto;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
    width: auto;
  }
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 > .mega-sub-menu {
    width: 430px;
  }
}
@media (min-width: 1400px) {
  header .header_main_nav #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item {
    margin-right: 50px;
  }
}
footer strong {
  color: #ffffff !important;
}
footer .wp-block-group {
  margin: 0;
}
footer .wp-block-group.footer_banner {
  padding: 0;
}
@media (min-width: 767px) {
  footer .wp-block-group.footer_banner {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .wp-block-group.footer_banner {
    padding: 2em 1em !important;
  }
}
footer .wp-block-group.footer_banner .wp-block-cover {
  min-height: 80px;
  padding: 20px 15px;
}
footer .wp-block-group.footer_banner .wp-block-cover > img.wp-block-cover__image-background {
  display: none;
}
footer .wp-block-group.footer_banner .wp-block-cover .wp-block-cover__inner-container > .wp-block-group > .wp-block-columns > .wp-block-column {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  width: auto;
}
footer .wp-block-group.footer_banner .wp-block-cover .wp-block-cover__inner-container > .wp-block-group > .wp-block-columns > .wp-block-column:last-child {
  margin-left: auto;
}
footer .wp-block-columns.col_links {
  padding: 54px 0;
}
footer .wp-block-columns.col_links .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .wp-block-columns.col_links .wp-block-column > * + * {
  margin-top: calc(var(--wp--style--block-gap) / 2);
}
footer .wp-block-columns.col_links .wp-block-column:last-child {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
}
@media only screen and (max-width: 999px) and (min-width: 601px) {
  footer .wp-block-columns.col_links .wp-block-column:last-child {
    display: none;
  }
}
footer .wp-block-columns.col_links .wp-block-column p {
  font-size: 15px;
  color: var(--wp--preset--color--black);
}
footer .wp-block-columns.col_links .wp-block-column p:first-child {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  footer .wp-block-columns.col_links .wp-block-column p {
    line-height: 1.1em;
  }
}
footer .wp-block-columns.col_links .wp-block-column p strong {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  font-size: 21px;
  font-family: "poppins", Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  footer .wp-block-columns.col_links .wp-block-column p strong {
    font-size: 16px;
  }
}
footer .wp-block-columns.col_links .wp-block-column p a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
  font-size: 14px;
  font-family: var(--heading--font-family);
}
footer .wp-block-columns.col_links .wp-block-column p a:hover {
  color: var(--wp--preset--color--black);
}
@media (max-width: 767px) {
  footer .footer-menus {
    background: #C93D5D !important;
  }
}
footer figure.wp-block-image.size-full {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  footer .wp-block-group-is-layout-flow {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .wp-container-core-columns-is-layout-3 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    padding: 0 1em;
  }
}
footer .wp-block-social-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  footer .contact-details {
    display: none;
  }
}
footer .bottom_nav {
  margin: 0;
  color: #E8A6B5;
  padding: 1em 0;
  background: #BB2649;
}
@media (max-width: 767px) {
  footer .bottom_nav {
    padding: 0;
  }
}
footer .bottom_nav p {
  font-size: 16px;
  font-weight: bold;
}
footer .bottom_nav figure.wp-block-image {
  width: 160px;
  margin: 0;
}
footer .wp-block-social-links {
  font-size: 22px;
  gap: 20px;
  display: none;
}

@media (max-width: 385px) {
  footer .wp-block-group.footer_banner .wp-block-group.is-content-justification-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  footer .wp-block-group.footer_banner {
    text-align: center;
  }
  footer .wp-block-group.footer_banner .wp-block-group.ft_banner_headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .wp-block-group.footer_banner .wp-block-group.ft_banner_headline .wp-block-buttons {
    --szbtn: 100%;
    width: var(--szbtn);
  }
  footer .wp-block-group.footer_banner .wp-block-group.ft_banner_headline .wp-block-buttons .wp-block-button {
    width: var(--szbtn);
  }
  footer .wp-block-group.footer_banner .wp-block-group.ft_banner_headline .wp-block-buttons .wp-block-button__link {
    width: var(--szbtn);
  }
  footer .wp-block-group.footer_banner .wp-block-group.is-content-justification-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .wp-block-columns.col_links {
    padding: 30px 0;
  }
  footer .wp-block-columns.col_links .wp-block-column:not(:last-child) {
    -ms-flex-preferred-size: calc(50% - var(--wp--style--block-gap)) !important;
        flex-basis: calc(50% - var(--wp--style--block-gap)) !important;
  }
  footer .wp-block-columns.col_links .wp-block-column:last-child .has-text-align-right {
    text-align: center;
  }
  footer .wp-block-columns.col_links .wp-block-column figure.wp-block-image {
    margin: 0 auto;
    float: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
    position: relative;
    right: 5px;
  }
  footer .bottom_nav figure.wp-block-image {
    margin: 0 auto;
    float: none;
  }
}
.footer_banner {
  text-align: center;
  background: #D94567 !important;
  padding: 2em 0 !important;
}
.footer_banner p {
  text-align: left;
  color: #fff;
}
.footer_banner a {
  font-size: 22px;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer_banner a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer_banner .wp-block-column-is-layout-flow {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer_banner a.wp-block-social-link-anchor {
    color: #fff !important;
    padding-top: 1em !important;
  }
}
@media (max-width: 767px) {
  .footer_banner .wp-block-image img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    max-width: 70%;
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 999px) and (min-width: 601px) {
  footer .wp-block-group.footer_banner {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .wp-container-core-group-is-layout-19.wp-container-core-group-is-layout-19 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 20px !important;
  }
}

@media (max-width: 767px) {
  footer .wp-block-columns.is-not-stacked-on-mobile {
    width: 100%;
  }
}

@media only screen and (max-width: 999px) and (min-width: 601px) {
  footer .wp-block-group.footer_banner {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .wp-container-core-group-is-layout-19.wp-container-core-group-is-layout-19 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 20px !important;
  }
}

@media (max-width: 767px) {
  footer .wp-block-columns.is-not-stacked-on-mobile {
    width: 100%;
  }
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  display: none;
}

.singular .entry-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.home .entry-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-service .entry-content p {
  color: #000;
}
.single-service .entry-content p:not(:empty) {
  margin-bottom: 16px;
}
.single-service .entry-content p + .wp-block-heading {
  margin-top: 16px;
}

.singular .has-post-thumbnail .entry-header {
  border-bottom: none;
  padding-bottom: calc(1.3 * var(--global--spacing-vertical));
  margin-bottom: 0;
}

.wp-block-columns.hero_service .feat_list_items > * + * {
  margin-top: 16px;
}
.wp-block-columns.hero_service .feat_list_items ul li + li {
  margin-top: 16px;
}
.wp-block-columns.hero_service .wp-block-cover {
  padding: 0;
  min-height: auto;
  padding-bottom: 66%;
  position: relative;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-columns.hero_service .wp-block-cover > img {
  border-radius: 20px;
}
.wp-block-columns.hero_service .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: -11%;
  left: 10%;
  right: 10%;
  width: auto;
}
.wp-block-columns.hero_service .wp-block-cover .wp-block-cover__inner-container svg {
  width: 100%;
  height: auto;
}

@media (min-width: 575px) {
  .wp-block-columns.hero_service .wp-block-cover {
    display: none;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.hero_service .wp-block-column {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .wp-block-columns.hero_service .wp-block-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8%;
    margin-bottom: 8%;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns.hero_service {
    gap: 60px;
  }
  .wp-block-columns.hero_service .wp-block-column:first-child {
    max-width: 460px;
  }
}
.single-post .wp-block-post-title {
  margin-bottom: -12px;
}
.single-post .wp-block-group.has-grey-color {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.single-post .post_additional {
  position: relative;
}
.single-post .post_additional h4 {
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 3px;
}
.single-post .post_additional h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: 24px;
  left: 0;
}
.single-post .post_additional .taxonomy-post_tag a {
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.single-post .post_additional .taxonomy-post_tag a:hover {
  color: var(--wp--preset--color--primary);
}
.single-post .post_additional .wp-block-post-author .wp-block-post-author__avatar {
  width: 48px;
}
.single-post .post_additional .wp-block-post-author .wp-block-post-author__avatar img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
.single-post .post_additional .wp-block-post-author .wp-block-post-author__name {
  font-size: 18px;
  color: var(--wp--preset--color--black);
  font-weight: 700;
}
.single-post .post_additional .wp-block-post-author .wp-block-post-author__bio {
  font-size: 1rem;
  color: var(--wp--preset--color--black);
}
.single-post .post_additional + .post_additional {
  margin-top: calc(var(--wp--style--block-gap) * 1.5);
}

@media (min-width: 768px) {
  .single-post .post_additional .wp-block-post-author .wp-block-post-author__avatar {
    width: 80px;
    margin-right: 30px;
  }
  .single-post .post_additional .wp-block-post-author .wp-block-post-author__name {
    font-size: 25px;
  }
}
.wp-block-columns .wp-block-column.col_book_tallbanner {
  max-width: 410px;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
  margin: 30px 30px 0 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover {
  padding: 0;
  min-height: auto;
  padding-bottom: 150%;
  position: relative;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover img {
  border-radius: 20px;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-group {
  position: absolute;
  height: auto;
  top: -30px;
  left: -30px;
  right: -30px;
  width: auto;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-group svg {
  width: 100%;
  height: auto;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .has-medium-font-size {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7%;
  max-width: 30%;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-buttons {
  margin-top: auto;
  position: relative;
  left: 7%;
  bottom: 5%;
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-button__link {
    padding: 15px 30px;
    font-size: var(--wp--preset--font-size--highlight);
  }
}
@media (min-width: 992px) {
  .wp-block-columns .wp-block-column.col_book_tallbanner {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns .wp-block-column.col_book_tallbanner {
    margin: 40px 170px 0 40px;
  }
  .wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-group {
    position: absolute;
    height: auto;
    top: -40px;
    left: -40px;
    right: -50px;
  }
  .wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .has-medium-font-size {
    max-width: 35%;
  }
}
.wp-block-group.pharmacist_el > .wp-block-columns {
  gap: 20px;
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column {
  --photosize: 76px;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column figure.wp-block-image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column figure.wp-block-image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column:first-child {
  min-width: var(--photosize);
  width: var(--photosize);
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column:last-child > * + * {
  margin-top: 8px;
}
.wp-block-group.pharmacist_el .feat_list_items ul li + li {
  margin-top: 16px;
}

@media (min-width: 576px) {
  .wp-block-group.pharmacist_el > .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) {
  .wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column {
    --photosize: 150px;
  }
}
.wp-block-group.loose_shape {
  position: absolute;
  bottom: -10px;
  right: 30px;
  width: 184px;
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  display: none;
}
.wp-block-group.loose_shape figure.wp-block-image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
}
.wp-block-group.loose_shape figure.wp-block-image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .wp-block-group.loose_shape {
    display: block;
    bottom: -3%;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media (min-width: 1450px) {
  .wp-block-group.loose_shape {
    bottom: -65px;
    right: -70px;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 2;
  }
}
.wp-block-group.sticky_nav_pharmacy {
  top: 96px;
  position: sticky;
  border-bottom: 1px solid #E7E7E7;
  z-index: 9;
}
.wp-block-group.sticky_nav_pharmacy > .wp-block-group {
  width: 100%;
  background-color: var(--wp--preset--color--background);
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-block-group.sticky_nav_pharmacy ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
}
.wp-block-group.sticky_nav_pharmacy ul li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-block-group.sticky_nav_pharmacy ul li a {
  width: 100%;
  padding: 8px 5px;
  display: block;
  text-align: center;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.wp-block-group.sticky_nav_pharmacy ul li a:hover {
  background-color: #F2F1F0;
}

@media (max-width: 767px) {
  .wp-block-group.sticky_nav_pharmacy ul {
    overflow: hidden;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap;
    gap: 20px;
  }
  .wp-block-group.sticky_nav_pharmacy ul li a {
    padding: 8px 15px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.sticky_nav_pharmacy {
    top: 98px;
  }
  .wp-block-group.sticky_nav_pharmacy > .wp-block-group {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.sticky_nav_pharmacy {
    top: 170px;
    -webkit-transition: top 400ms ease;
    transition: top 400ms ease;
  }
  header.top-nav-collapse + main .wp-block-group.sticky_nav_pharmacy {
    top: 150px;
  }
  body.single-pharmacy .pharmacy-hero-block .wp-block-cover.hero_pharmacy {
    padding-bottom: 70px !important;
    min-height: 500px;
  }
  body.single-pharmacy .pharmacy-hero-block + .wp-block-group.sticky_nav_pharmacy {
    margin-top: -70px;
  }
}
.wp-block-columns.cols_pharmacy_details {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column:first-child > .wp-block-group {
  margin-top: calc(var(--wp--style--block-gap) * 1.5);
}
.wp-block-columns.cols_pharmacy_details .wp-block-column:first-child > .wp-block-group > * + * {
  margin-top: 10px;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map::after {
  content: "";
  width: 28px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -36px;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social > .wp-block-group > * + * {
  margin-top: 10px;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social .accordion_opening .label_today {
  cursor: unset;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social .accordion_opening .opening_panel {
  display: block;
}

@media (min-width: 575px) and (max-width: 1199px) {
  .wp-block-columns.cols_pharmacy_details {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns.cols_pharmacy_details .wp-block-column:first-child, .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map {
    -ms-flex-preferred-size: calc(50% - 12px) !important;
        flex-basis: calc(50% - 12px) !important;
  }
  .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map, .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns.cols_pharmacy_details {
    gap: 54px;
  }
  .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map {
    --mapsize: 520px;
    width: var(--mapsize) !important;
    min-width: var(--mapsize) !important;
  }
  .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social {
    --socialsize: 360px;
    width: var(--socialsize) !important;
    min-width: var(--socialsize) !important;
  }
}
.page-id-523 li {
  color: var(--wp--preset--color--primary);
  font-size: 26px;
  font-weight: 600;
}

.page-id-523 ol ol li {
  color: var(--wp--preset--color--grey);
  font-size: 16px;
  font-weight: 400;
}

.page-template-wp-custom-template-child-page-template h2 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #D94567 !important;
  font-size: 35px;
}
.page-template-wp-custom-template-child-page-template h3, .page-template-wp-custom-template-child-page-template h4, .page-template-wp-custom-template-child-page-template h5, .page-template-wp-custom-template-child-page-template h6 {
  color: #D94567 !important;
}
.page-template-wp-custom-template-child-page-template p {
  color: #000;
}
@media (max-width: 999px) {
  .page-template-wp-custom-template-child-page-template h1 {
    padding-bottom: 0;
  }
}
.page-template-wp-custom-template-child-page-template img.wp-image-1354 {
  padding: 20px 0;
}

.single-post h1 {
  color: #000;
  font-size: 45px;
  font-weight: normal;
  line-height: 50px;
  text-align: left;
}
.single-post p {
  color: #000;
}

.margintopminus {
  position: relative;
  top: -100px;
}

.child_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.singular .entry-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.home .entry-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-service .entry-content p {
  color: #000;
}
.single-service .entry-content p:not(:empty) {
  margin-bottom: 16px;
}
.single-service .entry-content p + .wp-block-heading {
  margin-top: 16px;
}

.singular .has-post-thumbnail .entry-header {
  border-bottom: none;
  padding-bottom: calc(1.3 * var(--global--spacing-vertical));
  margin-bottom: 0;
}

.wp-block-columns.hero_service .feat_list_items > * + * {
  margin-top: 16px;
}
.wp-block-columns.hero_service .feat_list_items ul li + li {
  margin-top: 16px;
}
.wp-block-columns.hero_service .wp-block-cover {
  padding: 0;
  min-height: auto;
  padding-bottom: 66%;
  position: relative;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-columns.hero_service .wp-block-cover > img {
  border-radius: 20px;
}
.wp-block-columns.hero_service .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: -11%;
  left: 10%;
  right: 10%;
  width: auto;
}
.wp-block-columns.hero_service .wp-block-cover .wp-block-cover__inner-container svg {
  width: 100%;
  height: auto;
}

@media (min-width: 575px) {
  .wp-block-columns.hero_service .wp-block-cover {
    display: none;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.hero_service .wp-block-column {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .wp-block-columns.hero_service .wp-block-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8%;
    margin-bottom: 8%;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns.hero_service {
    gap: 60px;
  }
  .wp-block-columns.hero_service .wp-block-column:first-child {
    max-width: 460px;
  }
}
.single-post .wp-block-post-title {
  margin-bottom: -12px;
}
.single-post .wp-block-group.has-grey-color {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.single-post .post_additional {
  position: relative;
}
.single-post .post_additional h4 {
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 3px solid;
  padding-bottom: 3px;
}
.single-post .post_additional h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: 24px;
  left: 0;
}
.single-post .post_additional .taxonomy-post_tag a {
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.single-post .post_additional .taxonomy-post_tag a:hover {
  color: var(--wp--preset--color--primary);
}
.single-post .post_additional .wp-block-post-author .wp-block-post-author__avatar {
  width: 48px;
}
.single-post .post_additional .wp-block-post-author .wp-block-post-author__avatar img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
.single-post .post_additional .wp-block-post-author .wp-block-post-author__name {
  font-size: 18px;
  color: var(--wp--preset--color--black);
  font-weight: 700;
}
.single-post .post_additional .wp-block-post-author .wp-block-post-author__bio {
  font-size: 1rem;
  color: var(--wp--preset--color--black);
}
.single-post .post_additional + .post_additional {
  margin-top: calc(var(--wp--style--block-gap) * 1.5);
}

@media (min-width: 768px) {
  .single-post .post_additional .wp-block-post-author .wp-block-post-author__avatar {
    width: 80px;
    margin-right: 30px;
  }
  .single-post .post_additional .wp-block-post-author .wp-block-post-author__name {
    font-size: 25px;
  }
}
.wp-block-columns .wp-block-column.col_book_tallbanner {
  max-width: 410px;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
  margin: 30px 30px 0 30px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover {
  padding: 0;
  min-height: auto;
  padding-bottom: 150%;
  position: relative;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover img {
  border-radius: 20px;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-group {
  position: absolute;
  height: auto;
  top: -30px;
  left: -30px;
  right: -30px;
  width: auto;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-group svg {
  width: 100%;
  height: auto;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .has-medium-font-size {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7%;
  max-width: 30%;
}
.wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-buttons {
  margin-top: auto;
  position: relative;
  left: 7%;
  bottom: 5%;
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-button__link {
    padding: 15px 30px;
    font-size: var(--wp--preset--font-size--highlight);
  }
}
@media (min-width: 992px) {
  .wp-block-columns .wp-block-column.col_book_tallbanner {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns .wp-block-column.col_book_tallbanner {
    margin: 40px 170px 0 40px;
  }
  .wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .wp-block-group {
    position: absolute;
    height: auto;
    top: -40px;
    left: -40px;
    right: -50px;
  }
  .wp-block-columns .wp-block-column.col_book_tallbanner .wp-block-cover .has-medium-font-size {
    max-width: 35%;
  }
}
.wp-block-group.pharmacist_el > .wp-block-columns {
  gap: 20px;
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column {
  --photosize: 76px;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -ms-flex-preferred-size: unset !important;
      flex-basis: unset !important;
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column figure.wp-block-image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column figure.wp-block-image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column:first-child {
  min-width: var(--photosize);
  width: var(--photosize);
}
.wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column:last-child > * + * {
  margin-top: 8px;
}
.wp-block-group.pharmacist_el .feat_list_items ul li + li {
  margin-top: 16px;
}

@media (min-width: 576px) {
  .wp-block-group.pharmacist_el > .wp-block-columns {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) {
  .wp-block-group.pharmacist_el > .wp-block-columns > .wp-block-column {
    --photosize: 150px;
  }
}
.wp-block-group.loose_shape {
  position: absolute;
  bottom: -10px;
  right: 30px;
  width: 184px;
  -webkit-transform: scale(0.35);
          transform: scale(0.35);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  display: none;
}
.wp-block-group.loose_shape figure.wp-block-image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
}
.wp-block-group.loose_shape figure.wp-block-image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .wp-block-group.loose_shape {
    display: block;
    bottom: -3%;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}
@media (min-width: 1450px) {
  .wp-block-group.loose_shape {
    bottom: -65px;
    right: -70px;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 2;
  }
}
.wp-block-group.sticky_nav_pharmacy {
  top: 96px;
  position: sticky;
  border-bottom: 1px solid #E7E7E7;
  z-index: 9;
}
.wp-block-group.sticky_nav_pharmacy > .wp-block-group {
  width: 100%;
  background-color: var(--wp--preset--color--background);
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-block-group.sticky_nav_pharmacy ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
}
.wp-block-group.sticky_nav_pharmacy ul li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wp-block-group.sticky_nav_pharmacy ul li a {
  width: 100%;
  padding: 8px 5px;
  display: block;
  text-align: center;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
.wp-block-group.sticky_nav_pharmacy ul li a:hover {
  background-color: #F2F1F0;
}

@media (max-width: 767px) {
  .wp-block-group.sticky_nav_pharmacy ul {
    overflow: hidden;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap;
    gap: 20px;
  }
  .wp-block-group.sticky_nav_pharmacy ul li a {
    padding: 8px 15px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.sticky_nav_pharmacy {
    top: 98px;
  }
  .wp-block-group.sticky_nav_pharmacy > .wp-block-group {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.sticky_nav_pharmacy {
    top: 170px;
    -webkit-transition: top 400ms ease;
    transition: top 400ms ease;
  }
  header.top-nav-collapse + main .wp-block-group.sticky_nav_pharmacy {
    top: 150px;
  }
  body.single-pharmacy .pharmacy-hero-block .wp-block-cover.hero_pharmacy {
    padding-bottom: 70px !important;
    min-height: 500px;
  }
  body.single-pharmacy .pharmacy-hero-block + .wp-block-group.sticky_nav_pharmacy {
    margin-top: -70px;
  }
}
.wp-block-columns.cols_pharmacy_details {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column:first-child > .wp-block-group {
  margin-top: calc(var(--wp--style--block-gap) * 1.5);
}
.wp-block-columns.cols_pharmacy_details .wp-block-column:first-child > .wp-block-group > * + * {
  margin-top: 10px;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map::after {
  content: "";
  width: 28px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -36px;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social > .wp-block-group > * + * {
  margin-top: 10px;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social .accordion_opening .label_today {
  cursor: unset;
}
.wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social .accordion_opening .opening_panel {
  display: block;
}

@media (min-width: 575px) and (max-width: 1199px) {
  .wp-block-columns.cols_pharmacy_details {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns.cols_pharmacy_details .wp-block-column:first-child, .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map {
    -ms-flex-preferred-size: calc(50% - 12px) !important;
        flex-basis: calc(50% - 12px) !important;
  }
  .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 768px) {
  .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map, .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns.cols_pharmacy_details {
    gap: 54px;
  }
  .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_map {
    --mapsize: 520px;
    width: var(--mapsize) !important;
    min-width: var(--mapsize) !important;
  }
  .wp-block-columns.cols_pharmacy_details .wp-block-column.pharmacy_social {
    --socialsize: 360px;
    width: var(--socialsize) !important;
    min-width: var(--socialsize) !important;
  }
}
.page-id-523 li {
  color: var(--wp--preset--color--primary);
  font-size: 26px;
  font-weight: 600;
}

.page-id-523 ol ol li {
  color: var(--wp--preset--color--grey);
  font-size: 16px;
  font-weight: 400;
}

.news_sidebar {
  margin-left: 40px !important;
}

.page-template-wp-custom-template-child-page-template h2 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #D94567 !important;
  font-size: 35px;
}
.page-template-wp-custom-template-child-page-template h3, .page-template-wp-custom-template-child-page-template h4, .page-template-wp-custom-template-child-page-template h5, .page-template-wp-custom-template-child-page-template h6 {
  color: #D94567 !important;
}
.page-template-wp-custom-template-child-page-template p {
  color: #000;
}
.page-template-wp-custom-template-child-page-template hr.wp-block-separator.has-text-color.has-secondary-color.has-alpha-channel-opacity.has-secondary-background-color.has-background.is-style-wide {
  position: relative;
  top: -2px;
  bottom: 0;
  height: 3px;
  width: 66%;
}

.single-post h1 {
  color: #000;
  font-size: 45px;
  font-weight: normal;
  line-height: 50px;
  text-align: left;
}
.single-post p {
  color: #000;
}
.single-post .news_sidebar {
  position: sticky;
}

.margintopminus {
  position: relative;
  top: -100px;
}

.child_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .treatment-cards-block .wp-block-group.content {
    height: 550px;
  }
}
@media (min-width: 1199px) {
  .treatment-cards-block .wp-block-group.content .wp-block-button {
    position: absolute;
    bottom: 6em;
  }
}

@media (max-width: 1199px) {
  .reduce_padding .has-text-align-center {
    padding: 1em !important;
  }
}

.book-a-consultation-block .wp-block-group {
  padding: 40px 0;
}
.book-a-consultation-block .wp-block-group .wp-block-columns {
  gap: 0;
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column h1, .book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column h3, .book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column p {
  margin-left: 2rem !important;
}
@media (min-width: 1400px) {
  .book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column h1, .book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column h3, .book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column p {
    margin-left: 150px !important;
    margin-bottom: 2rem;
  }
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column h1 {
  color: var(--wp--preset--color--primary) !important;
  font-family: var(--wp--preset--font-family--primary);
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column img {
  margin-top: 2em;
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column .wp-block-image {
  margin-left: 0 !important;
  margin-bottom: 5rem;
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column h3 {
  color: var(--wp--preset--color--secondary) !important;
  max-width: 70%;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  font-family: "poppins", Arial, sans-serif;
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column h3 a {
  color: inherit;
  text-decoration: underline;
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column p {
  color: #000000;
  font-size: 18px;
  max-width: 75%;
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column p a {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column .wp-block-image {
  margin-left: 0 !important;
  margin-bottom: 5rem;
}
.book-a-consultation-block .wp-block-group .wp-block-columns .wp-block-column .form-wrapper {
  max-width: 650px;
  padding: 40px;
  border-radius: 20px;
}

#form_booking-form .frm_form_fields .frm_fields_container {
  grid-gap: 1% 7%;
}

.no-results.not-found > *:first-child {
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.page-links {
  clear: both;
}
.page-links .post-page-numbers {
  display: inline-block;
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
  min-width: 44px;
  min-height: 44px;
}
.page-links .post-page-numbers:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .wp-site-blocks > main {
    padding-top: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-site-blocks > main {
    padding-top: 98px;
  }
}
.keyinfo_stripe .has-paragraph-font-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 400;
}
.keyinfo_stripe .has-paragraph-font-size img {
  width: 14px;
  height: auto;
}
.keyinfo_stripe .has-paragraph-font-size.has-text-align-right {
  text-align: left;
}

@media (min-width: 768px) {
  .keyinfo_stripe .has-paragraph-font-size.has-text-align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.wp-block-columns.howto_row_wrapper {
  row-gap: 40px;
}
.wp-block-columns.howto_row_wrapper .wp-block-column:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #D4D4D4;
}
.wp-block-columns.howto_row_wrapper .wp-block-column figure.wp-block-image {
  width: 100%;
  height: 120px;
  position: relative;
}
.wp-block-columns.howto_row_wrapper .wp-block-column figure.wp-block-image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.wp-block-columns.howto_row_wrapper .wp-block-column .has-highlight-font-size + * {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .wp-block-columns.howto_row_wrapper {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .wp-block-columns.howto_row_wrapper .wp-block-column:not(:last-child) {
    padding-bottom: 0;
    border: none;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns.howto_row_wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .wp-block-columns.howto_row_wrapper .wp-block-column {
    max-width: 350px;
  }
  .wp-block-columns.howto_row_wrapper .wp-block-column:not(:last-child) figure.wp-block-image {
    position: relative;
  }
  .wp-block-columns.howto_row_wrapper .wp-block-column:not(:last-child) figure.wp-block-image::after {
    content: "";
    position: absolute;
    width: 64.61%;
    height: 1px;
    background-color: #D4D4D4;
    top: 50%;
    right: -44.61%;
  }
}
.wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic {
  width: 70px;
  margin: 0;
  position: absolute;
  z-index: 2;
}
.wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic figure.wp-block-image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
}
.wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic figure.wp-block-image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic.top_p {
  top: -35px;
  left: -10px;
}
.wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic.bottom_p {
  bottom: -20px;
  right: -10px;
}
.wp-block-group.grid_feat_panels > .wp-block-columns .wp-block-column .feat_panel.wp-block-cover {
  min-height: auto;
  width: 100%;
  height: 400px;
  padding: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-group.grid_feat_panels > .wp-block-columns .wp-block-column .feat_panel.wp-block-cover .has-medium-font-size {
  padding: 20px;
  width: auto;
  display: inline-block;
  background-color: var(--wp--preset--color--background);
  border-radius: 5px;
}
.wp-block-group.grid_feat_panels > .wp-block-columns .wp-block-column .feat_panel.wp-block-cover .has-medium-font-size a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}
.wp-block-group.grid_feat_panels > .wp-block-columns .wp-block-column .feat_panel.wp-block-cover .has-medium-font-size a:hover {
  color: var(--wp--preset--color--secondary);
}

@media (min-width: 768px) {
  .wp-block-group.grid_feat_panels {
    padding: 0 5vw;
  }
  .wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic {
    width: 120px;
  }
  .wp-block-group.grid_feat_panels > .wp-block-columns .wp-block-column .feat_panel.wp-block-cover {
    padding: 30px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .wp-block-group.grid_feat_panels > .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: calc(50% - var(--wp--style--block-gap)) !important;
        flex-basis: calc(50% - var(--wp--style--block-gap)) !important;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.grid_feat_panels {
    padding: 0;
  }
}
@media (min-width: 1450px) {
  .wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic {
    width: 184px;
  }
  .wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic.top_p {
    top: -60px;
    left: -130px;
  }
  .wp-block-group.grid_feat_panels > .wp-block-group.loose_graphic.bottom_p {
    right: -70px;
  }
}
.narrow_cover_banner {
  min-height: 350px;
  padding: 30px 15px;
}

.side_cover_banner {
  min-height: 260px;
  padding: 30px 15px;
  overflow: hidden;
  border-radius: 20px;
}

.feat_list_items ul {
  list-style: none;
  padding: 0;
}
.feat_list_items ul li {
  padding-left: 28px;
  position: relative;
}
.feat_list_items ul li + li {
  margin-top: var(--wp--style--block-gap);
}
.feat_list_items ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wMDUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMC4wMDUgMjAiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDMuNTk1IC0zOTI5LjYxOCkiPjxwYXRoIGQ9Ik0xNzMuNDc5LDYuNjU0YS44MjguODI4LDAsMCwwLC44MjgtLjgyOHYtNUEuODI5LjgyOSwwLDAsMSwxNzUuMTM2LDBoNWEuODI4LjgyOCwwLDAsMSwuODI4LjgyOFY0LjQ3YzAsNC43MjYtMy4zMjUsOC44NDgtOC4yMTcsOC44NDhsLTQuMjYzLS4wMDhhLjgzMS44MzEsMCwwLDEtLjgyOS0uODN2LTVhLjgyOS44MjksMCwwLDEsLjgyOS0uODI4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjc1Ljk0MiAzOTI5LjYxOCkiIGZpbGw9IiNlYTVkMTkiLz48cGF0aCBkPSJNMTg2LjQ3LDE4LjA1MWEuODI5LjgyOSwwLDAsMC0uODI4LjgyOHY1YS44MjkuODI5LDAsMCwxLS44MjkuODI4aC01YS44MjguODI4LDAsMCwxLS44MjgtLjgyOFYyMC4yMzVjMC01LjQyNyw0LjAzMy04Ljg0OCw4LjIxNy04Ljg0OGw0LjI2My4wMDhhLjgzMS44MzEsMCwwLDEsLjgyOC44M3Y1YS44MjkuODI5LDAsMCwxLS44MjguODI4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcxLjMwNSAzOTI0LjkxNCkiIGZpbGw9IiMwOTI5NmQiLz48L2c+PC9zdmc+) no-repeat;
  background-position: left top 1px;
  background-size: 20px;
}

.wp-block-columns.col_faqs figure {
  --paddimg: 200px;
  width: calc(100vw - 15px);
  left: 0;
  float: left;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-columns.col_faqs.colfq_left figure {
  border-radius: var(--paddimg) 0 0 var(--paddimg);
}
.wp-block-columns.col_faqs.colfq_right figure {
  float: right;
  border-radius: 0 var(--paddimg) var(--paddimg) 0;
}
.wp-block-columns.col_faqs.colfq_right .col_faqs_content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (min-width: 782px) {
  .wp-block-columns.col_faqs.colfq_right .col_faqs_content {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.col_faqs figure {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns.col_faqs .col_faqs_content > * {
    max-width: 480px;
  }
  .wp-block-columns.col_faqs.colfq_right .col_faqs_content > * {
    margin-left: auto;
  }
}
@media (min-width: 1600px) {
  .wp-block-columns.col_faqs figure {
    --paddimg: 60px;
    width: 100%;
  }
  .wp-block-columns.col_faqs.colfq_left figure, .wp-block-columns.col_faqs.colfq_right figure {
    border-radius: var(--paddimg);
  }
}
.wp-block-media-text.has-media-on-the-right > figure.wp-block-media-text__media, .wp-block-media-text:not(.has-media-on-the-right) > figure.wp-block-media-text__media {
  grid-row: 2;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content, .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  grid-row: 1;
}
.wp-block-media-text > figure.wp-block-media-text__media {
  margin-top: var(--wp--style--block-gap);
}
.wp-block-media-text .wp-block-media-text__content > * + * {
  margin-top: var(--wp--style--block-gap);
}

@media (max-width: 575px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .wp-block-media-text.has-media-on-the-right > figure.wp-block-media-text__media,
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content, .wp-block-media-text:not(.has-media-on-the-right) > figure.wp-block-media-text__media,
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    grid-row: none;
  }
  .wp-block-media-text > figure.wp-block-media-text__media {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .wp-block-media-text > figure.wp-block-media-text__media {
    max-width: 580px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    max-width: 460px;
    margin: 0 auto;
  }
}
.grid_content_sidebar .service_content h2, .default_styles h2, .grid_content_sidebar .service_content h3, .default_styles h3, .grid_content_sidebar .service_content h4, .default_styles h4, .grid_content_sidebar .service_content h5, .default_styles h5, .grid_content_sidebar .service_content h6, .default_styles h6 {
  line-height: 1.2;
}
.grid_content_sidebar .service_content h2 + *, .default_styles h2 + *, .grid_content_sidebar .service_content h3 + *, .default_styles h3 + *, .grid_content_sidebar .service_content h4 + *, .default_styles h4 + *, .grid_content_sidebar .service_content h5 + *, .default_styles h5 + *, .grid_content_sidebar .service_content h6 + *, .default_styles h6 + * {
  margin-top: calc(var(--wp--style--block-gap) / 2);
}
.grid_content_sidebar .service_content h2, .default_styles h2, .grid_content_sidebar .service_content h3, .default_styles h3, .grid_content_sidebar .service_content h4, .default_styles h4 {
  color: var(--wp--preset--color--primary);
}
.grid_content_sidebar .service_content h2, .default_styles h2 {
  font-size: var(--wp--preset--font-size--large);
}
@media (max-width: 781px) {
  .grid_content_sidebar .service_content h2, .default_styles h2 {
    padding-top: 30px !important;
    font-size: 30px !important;
  }
}
.grid_content_sidebar .service_content h3, .default_styles h3 {
  font-size: var(--wp--preset--font-size--medium);
}
@media (max-width: 781px) {
  .grid_content_sidebar .service_content h3, .default_styles h3 {
    padding-top: 25px;
  }
}
.grid_content_sidebar .service_content h4, .default_styles h4 {
  font-size: var(--wp--preset--font-size--highlight);
  font-weight: 400;
}
@media (max-width: 781px) {
  .grid_content_sidebar .service_content h4, .default_styles h4 {
    padding-top: 30px;
    font-size: 20px !important;
  }
}
.grid_content_sidebar .service_content h5, .default_styles h5, .grid_content_sidebar .service_content h6, .default_styles h6 {
  font-size: var(--wp--preset--font-size--default);
  font-weight: 700;
  color: var(--wp--preset--color--black);
}
@media (max-width: 781px) {
  .grid_content_sidebar .service_content h5, .default_styles h5, .grid_content_sidebar .service_content h6, .default_styles h6 {
    padding-top: 30px;
  }
}
.grid_content_sidebar .service_content ul, .default_styles ul {
  list-style: none;
}
.grid_content_sidebar .service_content ul li, .default_styles ul li {
  position: relative;
  padding-left: 1rem;
}
.grid_content_sidebar .service_content ul li::before, .default_styles ul li::before {
  content: "●";
  color: var(--wp--preset--color--primary);
  font-size: 0.75rem;
  position: absolute;
  top: 2px;
  left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid_content_sidebar .wp-block-column.delay50 .wp-block-group.is-style-jbc-box-shadow .text-center-tablet_small {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .grid_content_sidebar .wp-block-column.delay50 .wp-block-group.is-style-jbc-box-shadow .text-center-tablet_small figure.wp-block-image {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .grid_content_sidebar .wp-block-column {
    max-width: 790px;
  }
  .grid_content_sidebar .wp-block-column + .wp-block-column {
    margin-left: auto;
  }
}
.wp-block-latest-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-latest-posts__list > * + * {
  margin-top: 30px;
}
.wp-block-latest-posts__list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 92px;
  min-height: 76px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  width: 76px;
  height: 76px;
  min-width: 76px;
  position: absolute;
  overflow: hidden;
  border-radius: 3px;
  left: 0;
  top: 0;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title,
.wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  width: 100%;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  -webkit-transition: color 300ms linear;
  transition: color 300ms linear;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover {
  color: var(--wp--preset--color--secondary);
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author {
  color: var(--wp--preset--color--grey);
  font-size: 1rem;
  line-height: 1;
}

.wp-block-columns.row_features .wp-block-column > .wp-block-group {
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-columns.row_features .wp-block-column > .wp-block-group figure {
  width: 80px;
  min-width: 80px;
}
.wp-block-columns.row_features .wp-block-column > .wp-block-group > .wp-block-group {
  gap: 12px;
}

@media (min-width: 768px) {
  .wp-block-columns.row_features .wp-block-column > .wp-block-group {
    gap: 30px;
  }
  .wp-block-columns.row_features .wp-block-column > .wp-block-group figure {
    width: 100px;
    min-width: 100px;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.row_features {
    gap: 40px;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns.row_features {
    gap: 170px;
  }
  .wp-block-columns.row_features .wp-block-column > .wp-block-group {
    gap: 50px;
  }
}
.wp-block-query ul.wp-block-post-template {
  row-gap: 30px;
}
.wp-block-query ul.wp-block-post-template .wp-block-post > * + * {
  margin-top: 8px;
}
.wp-block-query ul.wp-block-post-template .wp-block-post.type-post figure.wp-block-post-featured-image {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 3px;
}
.wp-block-query ul.wp-block-post-template .wp-block-post.type-post figure.wp-block-post-featured-image a img {
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.wp-block-query ul.wp-block-post-template .wp-block-post.type-post figure.wp-block-post-featured-image a:hover img {
  opacity: 0.8;
}
.wp-block-query ul.wp-block-post-template .wp-block-post.type-post figure.wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-query ul.wp-block-post-template .wp-block-post.type-post .wp-block-post-title {
  margin: 0;
}
.wp-block-query ul.wp-block-post-template .wp-block-post.type-post .wp-block-post-title a {
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.wp-block-query ul.wp-block-post-template .wp-block-post.type-post .wp-block-post-title a:hover {
  color: var(--wp--preset--color--secondary);
}

@media (min-width: 575px) {
  .wp-block-query ul.wp-block-post-template {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 60px;
  }
}
nav.wp-block-query-pagination a,
nav.wp-block-query-pagination .page-numbers.current {
  font-size: var(--wp--preset--font-size--default);
}
nav.wp-block-query-pagination a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
nav.wp-block-query-pagination a:hover {
  color: var(--wp--preset--color--secondary);
}
nav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.wp-block-query-pagination .page-numbers.current {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-weight: 700;
  color: var(--wp--preset--color--background);
  background-color: var(--wp--preset--color--secondary);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

@media (min-width: 768px) {
  nav.wp-block-query-pagination a,
  nav.wp-block-query-pagination .page-numbers.current {
    font-size: var(--wp--preset--font-size--paragraph);
  }
}
.wp-block-post-template,
.wp-block-query-loop {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-post-template li,
.wp-block-query-loop li {
  margin: 0;
  width: 100%;
}

.services_wrapper .wp-block-query ul.wp-block-post-template {
  gap: 20px;
}
.services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-service .wp-block-group.has-background, .services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-condition .wp-block-group.has-background {
  height: 100%;
  padding: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.2);
}
.services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-service .wp-block-group.has-background > * + *, .services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-condition .wp-block-group.has-background > * + * {
  margin-top: 8px;
}
.services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-service figure.wp-block-post-featured-image, .services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-condition figure.wp-block-post-featured-image {
  margin-bottom: 16px;
}
.services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-service .wp-block-post-title, .services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-condition .wp-block-post-title {
  margin: 0;
}
.services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-service .wp-block-post-title a, .services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-condition .wp-block-post-title a {
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-service .wp-block-post-title a:hover, .services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-condition .wp-block-post-title a:hover {
  color: var(--wp--preset--color--secondary);
}

@media (min-width: 575px) {
  .services_wrapper .wp-block-query ul.wp-block-post-template.columns-2 .wp-block-post, .services_wrapper .wp-block-query ul.wp-block-post-template.columns-4 .wp-block-post {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .services_wrapper .wp-block-query ul.wp-block-post-template {
    gap: 40px;
  }
  .services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-service .wp-block-group.has-background, .services_wrapper .wp-block-query ul.wp-block-post-template .wp-block-post.type-condition .wp-block-group.has-background {
    padding: 30px 24px;
  }
  .services_wrapper .wp-block-query ul.wp-block-post-template.columns-2 .wp-block-post, .services_wrapper .wp-block-query ul.wp-block-post-template.columns-4 .wp-block-post {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .services_wrapper .wp-block-query ul.wp-block-post-template.columns-4 .wp-block-post {
    width: calc(25% - 30px);
  }
}
.wp-block-group.solid_banner > .wp-block-group {
  padding-bottom: 40px;
}
.wp-block-group.solid_banner > .wp-block-group figure img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  .wp-block-group.solid_banner > .wp-block-group {
    padding-bottom: 60px;
  }
  .wp-block-group.solid_banner > .wp-block-group figure {
    width: 100%;
    padding-bottom: 93.6%;
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 0 0 100px 100px;
  }
  .wp-block-group.solid_banner > .wp-block-group figure img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 1400px) {
  .wp-block-group.solid_banner > .wp-block-group .wp-block-columns {
    gap: 76px;
  }
  .wp-block-group.solid_banner > .wp-block-group .wp-block-columns .wp-block-column:last-child {
    width: 460px;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
.wp-block-group.icon_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  gap: 10px;
}
.wp-block-group.icon_list figure {
  width: 24px;
  min-width: 24px;
}
.wp-block-group.icon_list a {
  color: inherit;
  text-decoration: underline;
}
.wp-block-group.icon_list a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .wp-block-columns.block_contactform .wp-block-column:first-child {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.block_contactform .wp-block-column:first-child {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns.block_contactform .wp-block-column {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
  .wp-block-columns.block_contactform .wp-block-column:first-child {
    width: 580px;
  }
  .wp-block-columns.block_contactform .wp-block-column:last-child {
    width: 520px;
    margin-left: 70px;
  }
}
@media (min-width: 768px) {
  .wp-block-cover .wp-block-column.cover_hero_content {
    -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
@media (min-width: 992px) {
  .wp-block-cover .wp-block-column.cover_hero_content {
    width: 460px;
    -ms-flex-preferred-size: unset !important;
        flex-basis: unset !important;
  }
}
.wp-block-columns.reviews_wrapper {
  gap: 30px;
}
.wp-block-columns.reviews_wrapper .wp-block-column .has-background {
  padding: 24px 20px;
  border-radius: 20px;
  border: 1px solid #E7E7E7;
}
.wp-block-columns.reviews_wrapper .wp-block-column .has-background > * + * {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .wp-block-columns.reviews_wrapper .wp-block-column .has-background {
    padding: 36px 30px;
    height: 100%;
  }
}
.arrows {
  position: unset;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.arrows .slick-arrow {
  --arr-pos: 0;
  width: 36px;
  min-width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--wp--preset--color--secondary);
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  -webkit-transition: margin 150ms ease;
  transition: margin 150ms ease;
}
.arrows .slick-arrow::before {
  display: none;
}
.arrows .slick-arrow svg {
  fill: var(--wp--preset--color--background);
  -webkit-transition: fill 300ms linear;
  transition: fill 300ms linear;
}
.arrows .slick-arrow:hover {
  margin-top: -3px;
}
.arrows .slick-arrow:hover svg {
  fill: var(--wp--preset--color--primary);
}
.arrows .slick-arrow.slick-next {
  right: var(--arr-pos);
}
.arrows .slick-arrow.slick-prev {
  left: var(--arr-pos);
}
.arrows .slick-arrow.slick-disabled {
  background-color: #D8D8D8;
}

.accordion_opening .label_today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.accordion_opening .opening_panel {
  display: none;
}
.accordion_opening .opening_panel .opening_times_list li {
  width: 100%;
  list-style-type: none;
  padding: 10px 15px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--wp--preset--color--grey);
}
.accordion_opening .opening_panel .opening_times_list li:nth-of-type(2n) {
  background-color: #F5F5F5;
}
.accordion_opening.is--active .label_today svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.accordion_opening.is--active .opening_panel {
  display: block;
}

.pharmacy_el {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pharmacy_el .ph_map {
  --mapwdt: 100%;
  width: var(--mapwdt);
  min-width: var(--mapwdt);
  position: relative;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.pharmacy_el .ph_map::after {
  content: "";
  background: url(../images/map-marker-default.svg) no-repeat center/contain;
  width: 28px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -18px;
}
.pharmacy_el .ph_map > * {
  --newsize: -30%;
  --mapsize: 160%;
  top: var(--newsize);
  left: var(--newsize);
  right: var(--newsize);
  bottom: var(--newsize);
  width: var(--mapsize);
  height: var(--mapsize);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pharmacy_el .ph_info {
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.pharmacy_el .ph_info .ph_group_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(var(--wp--style--block-gap) / 1.5);
}
.pharmacy_el .ph_info .ph_group_title p {
  font-size: 14px;
  min-width: 100px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.pharmacy_el .ph_info .ph_group_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 16px;
}
.pharmacy_el .ph_info .ph_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: var(--wp--style--block-gap);
  gap: 12px;
}
.pharmacy_el .ph_info .ph_services figure {
  width: 34px;
  height: 34px;
  position: relative;
}
.pharmacy_el .ph_info .ph_services figure img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pharmacy_el .ph_info .wp-block-buttons {
  margin-top: auto;
}
.pharmacy_el .ph_info .wp-block-buttons .wp-block-button {
  width: 100%;
}
.pharmacy_el .ph_info .wp-block-buttons .wp-block-button > * {
  width: 100%;
}

.list_pharmacies > * + * {
  margin-top: var(--wp--style--block-gap);
}

@media (min-width: 576px) {
  .list_pharmacies {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--wp--style--block-gap);
  }
  .list_pharmacies > * + * {
    margin-top: 0;
  }
  .list_pharmacies .pharmacy_el {
    width: calc(50% - var(--wp--style--block-gap) / 2);
  }
}
@media (min-width: 1200px) {
  .pharmacy_el {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pharmacy_el .ph_map {
    --mapwdt: 220px;
    height: auto;
    padding: 0;
  }
  .pharmacy_el .ph_map > * {
    --newsize: -70%;
    --mapsize: 240%;
  }
  .pharmacy_el .ph_info .ph_group_title p {
    font-size: 1rem;
  }
  .pharmacy_el .ph_info .ph_group_contact {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .pharmacy_el .ph_info .wp-block-buttons .wp-block-button {
    width: auto;
  }
  .pharmacy_el .ph_info .wp-block-buttons .wp-block-button > * {
    width: auto;
  }
  .list_pharmacies {
    display: block;
  }
  .list_pharmacies > * + * {
    margin-top: var(--wp--style--block-gap);
  }
  .list_pharmacies .pharmacy_el {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pharmacy_el .ph_info {
    padding: 30px 24px;
  }
}
.map_wrapper {
  width: 100%;
}
.map_wrapper > * {
  width: 100%;
  padding-bottom: 80.77%;
  position: relative;
  background-color: var(--wp--preset--color--grey);
  margin: 0;
}
.map_wrapper > * > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-group.listing_faqs > * + * {
  margin-top: 30px;
}
.wp-block-group.listing_faqs h2 + p, .wp-block-group.listing_faqs h3 + p, .wp-block-group.listing_faqs h4 + p, .wp-block-group.listing_faqs h5 + p, .wp-block-group.listing_faqs h6 + p {
  margin-top: calc(var(--wp--style--block-gap) / 2);
}

@media (min-width: 768px) {
  .wp-block-group.listing_faqs > * + * {
    margin-top: 50px;
  }
}
.search-desktop {
  display: block;
}

.search-mobile {
  display: none;
}

@media (max-width: 782px) {
  .search-desktop {
    display: none;
  }
  .search-mobile {
    display: block;
  }
}
@media (max-width: 781px) {
  .sidebar-btn {
    width: 160px;
    height: auto;
    padding: 1em;
    margin-left: 0;
    font-size: 10px;
  }
}

@media (max-width: 781px) {
  .sidebar-btn-title {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
  }
}

@media (max-width: 781px) {
  .sidebar-btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 781px) {
  .related-wrapper {
    padding: 1em;
  }
}

.page-template-wp-custom-template-child-page-template .childpage-sidebar {
  top: calc(160px + var(--wp-admin--admin-bar--position-offset, 0px));
  position: sticky;
  z-index: 9;
}
@media (max-width: 781px) {
  .page-template-wp-custom-template-child-page-template .childpage-sidebar img.wp-image-532 {
    width: 100%;
  }
}

@media (max-width: 781px) {
  h1.wp-block-post-title {
    font-size: 35px !important;
    padding: 1em 0 0 0;
  }
}

.entry-content figcaption.wp-element-caption {
  display: none;
}
@media (max-width: 781px) {
  .entry-content p {
    padding-bottom: 20px;
  }
}

@media (max-width: 781px) {
  .childpage-sidebar .wp-block-button__link {
    font-size: 18px;
  }
  .childpage-sidebar h2.wp-block-heading br {
    display: none;
  }
  .childpage-sidebar .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(90% - var(--wp--style--block-gap, 0.5em) * 0.25);
  }
}

@media (max-width: 768px) {
  .page-id-1243 h1.wp-block-heading {
    font-size: 35px !important;
    padding-bottom: 15px;
  }
  .page-id-1243 .has-background .has-link-color a, .page-id-1243 .has-background.has-link-color a {
    color: #fff;
  }
}
.page-id-1243 .wp-block-table.is-style-regular .has-fixed-layout td:first-child {
  width: 90%;
}
.page-id-1243 .wp-block-table.is-style-regular .has-fixed-layout td:last-child {
  width: 25%;
  text-align: center;
}

.book-an-appointment .wp-block-columns.is-not-stacked-on-mobile.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
  padding: 0;
}
.book-an-appointment .booking_step.booking_step--service {
  margin-top: 3em;
}

.page-id-30 p.has-text-align-center.has-text-color.has-link-color.has-secondary-font-family.has-paragraph-font-size {
  font-size: 18px !important;
}

@media (max-width: 768px) {
  .privacy-policy {
    padding-top: 2em;
  }
  .privacy-policy .entry-content {
    padding: 0 30px;
  }
  .privacy-policy .entry-content h2 {
    padding-top: 0;
  }
  .privacy-policy .wp-block-heading, .privacy-policy strong {
    color: #000;
    padding: 15px 0;
  }
  .privacy-policy .wp-block-columns.is-not-stacked-on-mobile.is-layout-flex {
    padding: 0 !important;
  }
}

@media (max-width: 999px) {
  .page-id-24 .wp-container-core-columns-is-layout-3.wp-container-core-columns-is-layout-3 {
    padding-left: 20px !important;
  }
}
@media (max-width: 999px) {
  .page-id-24 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    padding-left: 0 !important;
  }
}
@media (max-width: 999px) {
  .page-id-24 h2 {
    padding-top: 30px !important;
    font-size: 40px !important;
  }
}
@media (max-width: 999px) {
  .page-id-24 h2 br {
    display: none;
  }
}
@media (max-width: 999px) {
  .page-id-24 img.wp-block-cover__image-background.wp-image-614 {
    -o-object-position: 100% 50% !important;
       object-position: 100% 50% !important;
  }
}

@media (max-width: 1100px) {
  .page-template-default .wp-block-columns.alignwide.two_cols.is-layout-flex.wp-container-core-columns-is-layout-10.wp-block-columns-is-layout-flex {
    width: 100%;
    display: block;
  }
}
.page-template-default .wp-block-columns.alignwide.two_cols.is-layout-flex.wp-container-core-columns-is-layout-10.wp-block-columns-is-layout-flex .blood_test {
  margin-top: 2em !important;
}

@media (max-width: 999px) {
  .page-child h1.wp-block-heading {
    font-size: 45px !important;
    padding-top: 1em;
  }
}

.with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
  background-color: #ffffff !important;
}

.with_frm_style .frm_submit button.frm_button_submit:hover {
  color: #bb2649 !important;
}

button.frm_button_submit {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf0e7), to(#fff)) !important;
  background: linear-gradient(180deg, #fbf0e7 0%, #fff 100%) !important;
}

.contact-details-block .icon-text-container span a {
  text-decoration: none;
  font-size: 23px;
}

.contact-details-block .contact-info span {
  padding-bottom: 0 !important;
}

.page-id-75 .circle-with-text-block > .wp-block-columns:before {
  margin-top: -3em !important;
}

button.faqs_el {
  color: #D94567 !important;
  font-weight: 500 !important;
  font-size: 25px !important;
}

.faq-block .group_faqs div.faqs_panel > * {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .page-id-208 .cta-block span.wp-block-cover__background {
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #FFE6D5), color-stop(65%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #FFE6D5 35%, rgba(0, 0, 0, 0) 65%);
    opacity: 1 !important;
  }
  .page-id-202 .cta-block span.wp-block-cover__background {
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #FFE6D5), color-stop(65%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, #FFE6D5 35%, rgba(0, 0, 0, 0) 65%);
    opacity: 1 !important;
  }
  .book-a-consultation-block .wp-block-group {
    padding: 40px 0;
  }
  .book-a-consultation-block .wp-block-columns {
    gap: 0;
  }
  .book-a-consultation-block .wp-block-column h1,
  .book-a-consultation-block .wp-block-column h3,
  .book-a-consultation-block .wp-block-column p {
    margin-left: 2rem !important;
  }
}
@media (min-width: 1400px) {
  .book-a-consultation-block .wp-block-column h1,
  .book-a-consultation-block .wp-block-column h3,
  .book-a-consultation-block .wp-block-column p {
    margin-left: 150px !important;
    margin-bottom: 2rem;
  }
}
.book-a-consultation-block .wp-block-column h1 {
  color: var(--wp--preset--color--primary) !important;
  font-family: var(--wp--preset--font-family--primary);
}

.book-a-consultation-block .wp-block-column img {
  margin-top: 2em;
}

.book-a-consultation-block .wp-block-column .wp-block-image {
  margin-left: 0 !important;
  margin-bottom: 5rem;
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.book-a-consultation-block .wp-block-column h3 {
  color: var(--wp--preset--color--secondary) !important;
  max-width: 70%;
  line-height: 35px;
  font-size: 25px;
  font-weight: 600;
  font-family: "poppins", Arial, sans-serif;
}

.book-a-consultation-block .wp-block-column h3 a {
  color: inherit;
  text-decoration: underline;
}

.book-a-consultation-block .wp-block-column p {
  color: #000000;
  font-size: 18px;
  max-width: 75%;
}

.book-a-consultation-block .wp-block-column p a {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
}

.book-a-consultation-block .wp-block-column .wp-block-image {
  margin-left: 0 !important;
  margin-bottom: 5rem;
}

.book-a-consultation-block .wp-block-column .form-wrapper {
  max-width: 650px;
  padding: 40px;
  border-radius: 20px;
}

#form_booking-form .frm_form_fields .frm_fields_container {
  grid-gap: 1% 7%;
}

.frm_submit {
  margin-bottom: 2em;
}

.two_cols {
  max-width: 75% !important;
}

.two_cols .blood_test {
  border-radius: 2em;
  min-height: 330px;
}

.image-steps-block h3 {
  font-size: 27px !important;
  font-family: "poppins", Arial, sans-serif;
}

.blood_test .wp-block-button__link {
  font-size: 18px !important;
}

@media (max-width: 999px) {
  .contact-details-block .wp-block-columns {
    max-width: 100% !important;
  }
  footer .wp-block-columns.is-not-stacked-on-mobile.is-layout-flex.wp-container-core-columns-is-layout-4.wp-block-columns-is-layout-flex {
    gap: 0;
  }
}
@media (min-width: 767px) and (max-width: 1161px) {
  div#header-wrap {
    padding: 4em;
  }
}
@media (max-width: 999px) {
  .three-card-slider-block h2 {
    font-size: 30px !important;
  }
  .text-and-image-background-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .treatment-cards-block .wp-block-group.content {
    height: 590px !important;
  }
}
.privacy-policy p {
  padding: 5px 0;
}

.privacy-policy h2 {
  padding: 1em 0 0.4em 0;
  color: #d94567;
}

.privacy-policy h3 {
  padding-top: 15px;
  color: #000;
}

.error404 h2 {
  color: #000;
}

.faq-block li.li1 {
  padding: 5px 0;
  font-family: "Poppins", Arial, sans-serif !important;
}

.faq-block .group_faqs div.faqs_panel {
  font-size: 18px;
}

.overflow_hidden .sub_heading {
  font-size: 25px;
  padding: 15px 0;
  font-weight: 500;
}

.page-id-1243 p.has-text-align-center.has-background-color.has-text-color.has-link-color.has-paragraph-font-size {
  max-width: 70%;
  padding: 0;
  margin: 0;
}

.page-id-1243 .has-background .has-link-color a, .has-background.has-link-color a {
  color: #f0f0f1;
}

h2.has-black-color.has-text-color.has-large-font-size.pl-5 {
  padding-left: 25px;
  margin-top: 0;
}

.faq-block li {
  list-style: inside;
  padding: 5px 0;
}

.terms {
  counter-reset: item;
}
.terms h2 {
  display: table;
  margin-bottom: 0.6em;
}
.terms h2:before {
  counter-increment: item;
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.terms > ol {
  counter-reset: item;
}
.terms ol ol {
  padding: 0;
}
.terms li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.terms li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.terms li li {
  margin-top: 10px;
}
.terms li > ol {
  margin-top: 10px;
  counter-reset: item -1;
  counter-increment: item;
}
.terms li > ol > li:before {
  content: counters(item, ".") " ";
}

.entry-title {
  color: var(--entry-header--color);
  font-size: var(--entry-header--font-size);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  overflow-wrap: break-word;
}
.entry-title a {
  color: var(--entry-header--color-link);
  text-underline-offset: 0.15em;
}
.entry-title a:hover {
  color: var(--entry-header--color-hover);
}
.entry-title a:focus {
  color: var(--entry-header--color-focus);
}
.entry-title a:active {
  color: var(--entry-header--color-link);
}

.singular .entry-title {
  font-size: var(--global--font-size-page-title);
}

h1.entry-title {
  line-height: var(--heading--line-height-h1);
  font-weight: var(--heading--font-weight-page-title);
}

/**
 * Entry Content
 */
.entry-content,
.entry-summary {
  font-family: var(--entry-content--font-family);
}

.entry-content ol,
.entry-content ul,
.entry-content p {
  word-wrap: break-word;
  color: var(--wp--preset--color--black);
  font-size: 18px;
  font-family: var(--wp--preset--font-family--secondary);
  line-height: 28px;
  font-weight: 400;
}
.entry-content ol li,
.entry-content ul li {
  margin-bottom: 1rem;
}
.entry-content > iframe[style] {
  margin: var(--global--spacing-vertical) 0 !important;
  max-width: 100% !important;
}
.entry-footer {
  color: var(--global--color-primary);
  clear: both;
  float: none;
  font-size: var(--global--font-size-xs);
  display: block;
}
.entry-footer > span {
  display: inline-block;
}
.entry-footer a {
  color: currentColor;
}
.entry-footer a:hover, .entry-footer a:focus {
  color: var(--global--color-primary-hover);
}
.entry-footer a:active {
  color: currentColor;
}

.site-main > article > .entry-footer {
  margin-top: var(--global--spacing-vertical);
  padding-top: var(--global--spacing-unit);
  padding-bottom: calc(3 * var(--global--spacing-vertical));
  border-bottom: var(--separator--height) solid var(--separator--border-color);
}

body:not(.single) .site-main > article:last-of-type .entry-footer {
  border-bottom: var(--separator--height) solid transparent;
}

.single .site-main > article > .entry-footer {
  margin-top: calc(3.4 * var(--global--spacing-vertical));
  margin-bottom: calc(3.4 * var(--global--spacing-vertical));
  padding-bottom: 0;
  padding-top: calc(0.8 * var(--global--spacing-vertical));
  border-top: 3px solid var(--separator--border-color);
  border-bottom: var(--separator--height) solid transparent;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: calc(2 * var(--global--spacing-horizontal));
     -moz-column-gap: calc(2 * var(--global--spacing-horizontal));
          column-gap: calc(2 * var(--global--spacing-horizontal));
}
.single .site-main > article > .entry-footer .post-taxonomies,
.single .site-main > article > .entry-footer .full-size-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.single .site-main > article > .entry-footer .full-size-link:first-child:last-child {
  grid-column: span 2;
}
.single .site-main > article > .entry-footer .posted-on,
.single .site-main > article > .entry-footer .byline,
.single .site-main > article > .entry-footer .cat-links,
.single .site-main > article > .entry-footer .tags-links {
  display: block;
}
@media only screen and (max-width: 481px) {
  .single .site-main > article > .entry-footer {
    display: block;
  }
  .single .site-main > article > .entry-footer .full-size-link {
    display: block;
  }
  .single .site-main > article > .entry-footer .post-taxonomies,
  .single .site-main > article > .entry-footer .full-size-link {
    text-align: left;
  }
}

/**
 * Post Thumbnails
 */
.post-thumbnail {
  text-align: center;
}
.post-thumbnail .wp-post-image {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(2 * var(--global--spacing-vertical));
}

/**
 * Author
 */
.author-bio {
  position: relative;
  font-size: var(--global--font-size-xs);
  max-width: var(--responsive--aligndefault-width);
}
.site-main > article > .author-bio {
  margin-top: calc(2 * var(--global--spacing-vertical));
}
.author-bio.show-avatars .avatar {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}
.author-bio.show-avatars .author-bio-content {
  display: inline-block;
  padding-left: var(--global--spacing-horizontal);
  max-width: calc(var(--responsive--aligndefault-width) - 90px);
}
.author-bio .author-bio-content .author-title {
  font-family: var(--entry-author-bio--font-family);
  font-size: var(--entry-author-bio--font-size);
  display: inline;
}
.author-bio .author-bio-content .author-description {
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-vertical));
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.group_faqs > * + * {
  margin: 0 !important;
}
.group_faqs button.faqs_el {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  padding: 30px 24px 30px 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #D4D4D4;
  text-align: left;
  outline: none;
  font-size: var(--wp--preset--font-size--paragraph);
  font-weight: 700;
  position: relative;
}
@media (max-width: 781px) {
  .group_faqs button.faqs_el {
    font-size: 20px;
  }
}
.group_faqs button.faqs_el::after {
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2750%27%20height%3D%2750%27%20viewBox%3D%270%200%2050%2050%27%3E%3Cg%20id%3D%27Group_4871%27%20data-name%3D%27Group%204871%27%20transform%3D%27translate%28-1176%20-4036.662%29%27%20opacity%3D%270.43%27%3E%3Cpath%20id%3D%27Path_5140%27%20data-name%3D%27Path%205140%27%20d%3D%27M25%2C0A25%2C25%2C0%2C1%2C1%2C0%2C25%2C25%2C25%2C0%2C0%2C1%2C25%2C0Z%27%20transform%3D%27translate%281176%204036.662%29%27%20fill%3D%27%23bb2649%27%2F%3E%3Cpath%20id%3D%27Path_5733%27%20data-name%3D%27Path%205733%27%20d%3D%27M22.5%2C0H0%27%20transform%3D%27translate%281189.752%204061.663%29%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-width%3D%272%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  top: 32px;
  right: 2px;
  width: 12px;
  height: 12px;
}
@media (max-width: 781px) {
  .group_faqs button.faqs_el::after {
    top: 35px;
    right: 5px;
    width: 10px;
    height: 10px;
  }
}
.group_faqs button.faqs_el:first-child {
  border-top: 0;
}
.group_faqs div.faqs_panel {
  padding: 0 24px 0 0;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  width: 100%;
  font-weight: 400;
}
.group_faqs div.faqs_panel > * + * {
  margin-top: 0;
}
.group_faqs div.faqs_panel > * {
  margin-bottom: 16px;
}

.page-title {
  font-size: var(--global--font-size-page-title);
}

h1.page-title,
h2.page-title {
  font-weight: var(--heading--font-weight-page-title);
}

h1.page-title {
  line-height: var(--heading--line-height-h1);
}

.page-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
}

.archive .content-area .format-aside .entry-content,
.archive .content-area .format-status .entry-content,
.archive .content-area .format-link .entry-content,
.search .content-area .format-aside .entry-content,
.search .content-area .format-status .entry-content,
.search .content-area .format-link .entry-content,
.blog .content-area .format-aside .entry-content,
.blog .content-area .format-status .entry-content,
.blog .content-area .format-link .entry-content {
  font-size: var(--global--font-size-lg);
}
.archive .format-image .entry-content,
.archive .format-gallery .entry-content,
.archive .format-video .entry-content,
.search .format-image .entry-content,
.search .format-gallery .entry-content,
.search .format-video .entry-content,
.blog .format-image .entry-content,
.blog .format-gallery .entry-content,
.blog .format-video .entry-content {
  margin-top: calc(2 * var(--global--spacing-vertical));
}
.archive .entry-footer .cat-links,
.archive .entry-footer .tags-links,
.search .entry-footer .cat-links,
.search .entry-footer .tags-links,
.blog .entry-footer .cat-links,
.blog .entry-footer .tags-links {
  display: block;
}
.archive.logged-in .entry-footer .posted-on,
.search.logged-in .entry-footer .posted-on,
.blog.logged-in .entry-footer .posted-on {
  margin-right: calc(0.5 * var(--global--spacing-unit));
}

.archive-description {
  margin-top: var(--global--spacing-vertical);
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}

.error404 main > p {
  font-size: var(--wp--preset--font-size--paragraph);
  margin-bottom: calc(var(--global--spacing-vertical) * 1.6666666667);
}

@media (min-width: 1200px) {
  .error404 main > p {
    font-size: var(--global--font-size-lg);
  }
}
.search-no-results .page-content {
  margin-top: calc(3 * var(--global--spacing-vertical));
}

/**
 * Comments Wrapper
 */
.comments-area > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.comments-area > *:first-child {
  margin-top: 0;
}
.comments-area > *:last-child {
  margin-bottom: 0;
}
.comments-area.show-avatars .avatar {
  border-radius: 50%;
  position: absolute;
  top: 10px;
}
.comments-area.show-avatars .fn {
  display: inline-block;
  padding-left: 85px;
}
.comments-area.show-avatars .comment-metadata {
  padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comments-title,
.comment-reply-title {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
}

.comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-reply-title small a {
  font-family: var(--global--font-secondary);
  font-size: var(--global--font-size-xs);
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
  font-size: var(--global--font-size-lg);
}

/**
 * Comment Lists
 */
.comment-list {
  padding-left: 0;
  list-style: none;
}
.comment-list > li {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-list .children {
  list-style: none;
  padding-left: 0;
}
.comment-list .children > li {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

@media only screen and (min-width: 482px) {
  .comment-list .depth-2,
  .comment-list .depth-3 {
    padding-left: calc(4 * var(--global--spacing-horizontal));
  }
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.25 * var(--global--spacing-unit));
}
@media only screen and (min-width: 482px) {
  .comment-meta .comment-author {
    margin-bottom: 0;
    padding-right: 0;
  }
}
.comment-meta .comment-author .fn {
  font-family: var(--global--font-secondary);
  font-weight: normal;
  font-size: var(--global--font-size-lg);
  -ms-hyphens: auto;
      hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.comment-meta .comment-metadata {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  padding: 8px 0 9px 0;
}
.comment-meta .comment-metadata .edit-link {
  margin-left: var(--global--spacing-horizontal);
}
@media only screen and (min-width: 482px) {
  .comment-meta {
    margin-right: inherit;
  }
  .comment-meta .comment-author {
    max-width: inherit;
  }
}

.reply {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-heading);
}

.bypostauthor {
  display: block;
}

.says {
  display: none;
}

.pingback .url,
.trackback .url {
  font-family: var(--global--font-primary);
}

.comment-body {
  position: relative;
  margin-bottom: calc(1.7 * var(--global--spacing-vertical));
}
.comment-body > * {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.comment-body .reply {
  margin: 0;
}

.comment-content {
  word-wrap: break-word;
}

.pingback .comment-body,
.trackback .comment-body {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}

.comment-respond {
  margin-top: var(--global--spacing-vertical);
}

.comment-respond > * {
  margin-top: var(--global--spacing-unit);
  margin-bottom: var(--global--spacing-unit);
}
.comment-respond > *:first-child {
  margin-top: 0;
}
.comment-respond > *:last-child {
  margin-bottom: 0;
}
.comment-respond > *:last-child.comment-form {
  margin-bottom: var(--global--spacing-vertical);
}

.comment-author {
  padding-top: 3px;
}
.comment-author .url {
  color: currentColor;
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment-form > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.comment-form .comment-notes {
  font-size: var(--global--font-size-sm);
}
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 481px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
  font-size: var(--global--font-size-xs);
  font-weight: normal;
}

.comment-form > p {
  margin-bottom: var(--global--spacing-unit);
}
.comment-form > p:first-of-type {
  margin-top: 0;
}
.comment-form > p:last-of-type {
  margin-bottom: 0;
}
.comment-form > p label,
.comment-form > p input[type=email],
.comment-form > p input[type=text],
.comment-form > p input[type=url],
.comment-form > p textarea {
  display: block;
  font-size: var(--global--font-size-sm);
  margin-bottom: calc(0.5 * var(--global--spacing-unit));
  width: 100%;
  font-weight: var(--form--label-weight);
}
.comment-form > p.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 482px) {
  .comment-form > p.comment-form-author {
    margin-right: calc(1.5 * var(--global--spacing-horizontal));
  }
  .comment-form > p.comment-notes, .comment-form > p.logged-in-as {
    display: block;
  }
}

.menu-button-container {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 0;
  padding-top: calc(0.5 * var(--global--spacing-vertical));
  padding-bottom: calc(0.25 * var(--global--spacing-vertical));
}
@media only screen and (max-width: 481px) {
  .menu-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-button-container #primary-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit)) calc(0.5 * var(--button--padding-horizontal));
  font-size: var(--primary-nav--font-size-button);
  font-weight: var(--primary-nav--font-weight-button);
  background-color: transparent;
  border: none;
  color: var(--primary-nav--color-link);
}
.menu-button-container #primary-mobile-menu .dropdown-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
  margin-left: calc(0.25 * var(--global--spacing-unit));
}
.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
  position: relative;
  top: -1px;
}
.menu-button-container #primary-mobile-menu .dropdown-icon.close {
  display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.open {
  display: none;
}
.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
  -webkit-animation-name: jbc-close-button-transition;
          animation-name: jbc-close-button-transition;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.primary-navigation-open .menu-button-container {
  width: 100%;
  z-index: 500;
  background-color: var(--global--color-background);
}
.primary-navigation-open .menu-button-container #primary-mobile-menu {
  position: static;
}

.primary-navigation {
  position: absolute;
  top: var(--global--admin-bar--height);
  right: 0;
  color: var(--primary-nav--color-text);
  font-size: var(--primary-nav--font-size);
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
}
.primary-navigation > .primary-menu-container {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
  padding-bottom: var(--global--spacing-horizontal);
  background-color: var(--global--color-background);
  -webkit-transform: translateY(var(--global--spacing-vertical));
          transform: translateY(var(--global--spacing-vertical));
}
@media (prefers-reduced-motion: no-preference) {
  .primary-navigation > .primary-menu-container {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
}
@media only screen and (max-width: 481px) {
  .primary-navigation > .primary-menu-container {
    height: 100vh;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
  }
  .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    position: fixed;
    -webkit-transform: translateY(0) translateX(100%);
            transform: translateY(0) translateX(100%);
  }
  .admin-bar .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    top: var(--global--admin-bar--height);
  }
  .admin-bar .primary-navigation > .primary-menu-container {
    height: calc(100vh - var(--global--admin-bar--height));
  }
  .primary-navigation > .primary-menu-container:focus {
    border: 2px solid var(--global--color-primary);
  }
}
@media only screen and (max-width: 481px) {
  .primary-navigation-open .primary-navigation {
    width: 100%;
    position: fixed;
    z-index: 2;
  }
}
.primary-navigation-open .primary-navigation > .primary-menu-container {
  position: absolute;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 481px) {
  .primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation > .primary-menu-container {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@media only screen and (min-width: 482px) {
  .primary-navigation {
    position: relative;
    margin-left: auto;
  }
  .primary-navigation > .primary-menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
    overflow: initial;
    -webkit-transform: none;
            transform: none;
  }
  .primary-navigation #toggle-menu {
    display: none;
  }
  .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
    display: none;
  }
  .admin-bar .primary-navigation {
    top: initial;
  }
  .admin-bar .primary-navigation > .primary-menu-container {
    top: initial;
  }
}
.primary-navigation > div > .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  max-width: none;
  padding-left: 0;
  position: relative;
}
@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper {
    padding-bottom: 100px;
  }
  .primary-navigation > div > .menu-wrapper ul {
    padding-left: 0;
  }
}
.primary-navigation > div > .menu-wrapper li {
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper li {
    margin: 0;
    width: inherit;
  }
  .primary-navigation > div > .menu-wrapper li:last-child {
    margin-right: 0;
  }
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(2 * var(--primary-nav--padding) + 1.15em + 1px);
  width: 44px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: currentColor;
  border: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus {
  outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
}
@media only screen and (max-width: 481px) {
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none;
  }
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus svg {
  margin-top: -1px;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
  display: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
  display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  position: relative;
}
@media only screen and (min-width: 482px) and (prefers-reduced-motion: no-preference) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media only screen and (min-width: 482px) {
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    left: 0;
    margin: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    position: absolute;
    top: 100%;
    padding-top: 3px;
    z-index: 88888;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu: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;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    top: -9px;
    border-color: var(--global--color-background) transparent;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: var(--global--color-background);
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left {
    /* rtl:ignore */
    left: 0;
    /* rtl:ignore */
    right: auto;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-left:after {
    /* rtl:ignore */
    left: var(--global--spacing-horizontal);
    /* rtl:ignore */
    right: auto;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right {
    /* rtl:ignore */
    right: 0;
    /* rtl:ignore */
    left: auto;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu.submenu-reposition-right:after {
    /* rtl:ignore */
    left: auto;
    /* rtl:ignore */
    right: var(--global--spacing-horizontal);
  }
}
.primary-navigation .primary-menu > .menu-item:hover > a {
  color: var(--primary-nav--color-link-hover);
}
@media only screen and (min-width: 482px) {
  .primary-navigation .primary-menu-container {
    margin-right: calc(0px - var(--primary-nav--padding));
    margin-left: calc(0px - var(--primary-nav--padding));
  }
  .primary-navigation .primary-menu-container > ul > .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding-left: var(--primary-nav--padding);
    padding-right: var(--primary-nav--padding);
  }
  .primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
    margin-left: calc(5px - var(--primary-nav--padding));
  }
}
.primary-navigation a {
  display: block;
  font-family: var(--primary-nav--font-family-mobile);
  font-size: var(--primary-nav--font-size-mobile);
  font-weight: var(--primary-nav--font-weight);
  padding: var(--primary-nav--padding) 0;
  text-decoration: none;
}
@media only screen and (min-width: 482px) {
  .primary-navigation a {
    display: block;
    font-family: var(--primary-nav--font-family);
    font-size: var(--primary-nav--font-size);
    font-weight: var(--primary-nav--font-weight);
  }
}
.primary-navigation a + svg {
  fill: var(--primary-nav--color-text);
}
.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
  color: var(--primary-nav--color-link-hover);
}
.primary-navigation a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.primary-navigation a:focus {
  position: relative;
  z-index: 99999;
  outline-offset: 0;
  text-decoration-thickness: 2px;
}
.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
  text-decoration: underline;
  text-decoration-style: solid;
}
.primary-navigation .current-menu-item > a:first-child:hover,
.primary-navigation .current_page_item > a:first-child:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.primary-navigation .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: var(--primary-nav--padding);
  border: 1px solid var(--primary-nav--border-color);
}
.primary-navigation .sub-menu .sub-menu {
  border: none;
}
@media only screen and (min-width: 482px) {
  .primary-navigation .sub-menu > .menu-item > .sub-menu {
    padding: 0;
  }
}
@media only screen and (max-width: 481px) {
  .primary-navigation .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
.primary-navigation .sub-menu .menu-item > a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  display: block;
  font-size: var(--primary-nav--font-size-sub-menu-mobile);
  font-style: var(--primary-nav--font-style-sub-menu-mobile);
}
@media only screen and (min-width: 482px) {
  .primary-navigation .sub-menu .menu-item > a {
    font-size: var(--primary-nav--font-size-sub-menu);
    font-style: var(--primary-nav--font-style);
  }
}
.primary-navigation .menu-item-has-children > .svg-icon {
  display: none;
}
@media only screen and (min-width: 482px) {
  .primary-navigation .menu-item-has-children > .svg-icon {
    display: inline-block;
    height: 100%;
  }
  .primary-navigation .menu-item-has-children .sub-menu .svg-icon {
    display: none;
  }
}
.primary-navigation .menu-item-description {
  display: block;
  clear: both;
  font-size: var(--global--font-size-xs);
  text-transform: none;
  line-height: 1.7;
}
.primary-navigation .menu-item-description > span {
  display: inline-block;
}

@media only screen and (max-width: 481px) {
  .lock-scrolling .site {
    position: fixed;
    max-width: 100%;
    width: 100%;
  }
}
@-webkit-keyframes jbc-close-button-transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes jbc-close-button-transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer-navigation {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: var(--global--spacing-vertical);
  color: var(--footer--color-text);
  font-size: var(--global--font-size-xs);
  font-family: var(--footer--font-family);
}

.footer-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.footer-navigation-wrapper li {
  display: inline;
  line-height: 3;
}
.footer-navigation-wrapper li a {
  padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
  color: var(--footer--color-link);
}
.footer-navigation-wrapper li a:link, .footer-navigation-wrapper li a:visited, .footer-navigation-wrapper li a:active {
  color: var(--footer--color-link);
}
.footer-navigation-wrapper li a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: var(--footer--color-link-hover);
}
.is-dark-theme .footer-navigation-wrapper li a:focus .svg-icon {
  fill: var(--wp--style--color--link, var(--global--color-background));
}
.has-background-white .footer-navigation-wrapper li a:focus .svg-icon {
  fill: var(--wp--style--color--link, var(--global--color-white));
}
.footer-navigation-wrapper li .svg-icon {
  vertical-align: middle;
  fill: var(--footer--color-link);
}
.footer-navigation-wrapper li .svg-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (prefers-reduced-motion: no-preference) {
  .footer-navigation-wrapper li .svg-icon {
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  }
}
.footer-navigation-wrapper .sub-menu-toggle,
.footer-navigation-wrapper .menu-item-description {
  display: none;
}

/* Next/Previous navigation */
.navigation {
  color: var(--global--color-primary);
}
.navigation a {
  color: var(--global--color-primary);
  text-decoration: none;
}
.navigation a:hover {
  color: var(--global--color-primary-hover);
  text-decoration: underline;
  text-decoration-style: dotted;
}
.navigation a:focus {
  color: var(--global--color-secondary);
}
.navigation a:active {
  color: var(--global--color-primary);
}
.navigation .nav-links > * {
  min-width: 44px;
  min-height: 44px;
}
.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navigation .nav-links .dots {
  text-align: center;
}
@media only screen and (min-width: 592px) {
  .navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation .nav-links .nav-next,
  .navigation .nav-links .nav-previous {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: inherit;
    margin-top: inherit;
    max-width: calc(50% - 0.5 * var(--global--spacing-unit));
  }
  .navigation .nav-links .nav-next {
    text-align: right;
  }
}
.navigation .svg-icon {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
}
.navigation .nav-previous .svg-icon,
.navigation .prev .svg-icon {
  top: -2px;
  margin-right: calc(0.25 * var(--global--spacing-unit));
}
.navigation .nav-next .svg-icon,
.navigation .next .svg-icon {
  top: -1px;
  margin-left: calc(0.25 * var(--global--spacing-unit));
}

.post-navigation {
  margin: var(--global--spacing-vertical) auto;
}
@media only screen and (min-width: 822px) {
  .post-navigation {
    margin: var(--global--spacing-vertical) auto;
  }
}
.post-navigation .meta-nav {
  line-height: var(--global--line-height-body);
  color: var(--global--color-primary);
}
.post-navigation .post-title {
  display: inline-block;
  font-family: var(--global--font-primary);
  font-size: var(--global--font-size-lg);
  font-weight: var(--pagination--font-weight-strong);
  line-height: var(--global--line-height-heading);
}
@media only screen and (min-width: 822px) {
  .post-navigation .post-title {
    margin: 5px calc(24px + 0.25 * var(--global--spacing-unit)) 0;
  }
}
@media only screen and (min-width: 482px) {
  .post-navigation .nav-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.post-navigation .nav-next:first-child,
.post-navigation .nav-previous:first-child {
  margin-top: 0;
}
.post-navigation .nav-next:last-child,
.post-navigation .nav-previous:last-child {
  margin-bottom: 0;
}

.pagination,
.comments-pagination {
  border-top: 3px solid var(--global--color-border);
  padding-top: var(--global--spacing-vertical);
  margin: var(--global--spacing-vertical) auto;
}
@media only screen and (min-width: 822px) {
  .pagination,
  .comments-pagination {
    margin: var(--global--spacing-vertical) auto;
  }
}
.pagination .nav-links,
.comments-pagination .nav-links {
  margin-top: calc(-1 * var(--global--spacing-vertical));
}
.pagination .nav-links a:hover,
.comments-pagination .nav-links a:hover {
  color: var(--pagination--color-link-hover);
}
.is-dark-theme .pagination .nav-links a:active,
.is-dark-theme .pagination .nav-links a:hover:active,
.is-dark-theme .pagination .nav-links a:hover:focus,
.is-dark-theme .comments-pagination .nav-links a:active,
.is-dark-theme .comments-pagination .nav-links a:hover:active,
.is-dark-theme .comments-pagination .nav-links a:hover:focus {
  color: var(--global--color-background);
}
.has-background-white .pagination .nav-links a:active,
.has-background-white .pagination .nav-links a:hover:active,
.has-background-white .pagination .nav-links a:hover:focus,
.has-background-white .comments-pagination .nav-links a:active,
.has-background-white .comments-pagination .nav-links a:hover:active,
.has-background-white .comments-pagination .nav-links a:hover:focus {
  color: var(--global--color-white);
}
.pagination .nav-links > *,
.comments-pagination .nav-links > * {
  color: var(--pagination--color-text);
  font-family: var(--pagination--font-family);
  font-size: var(--pagination--font-size);
  font-weight: var(--pagination--font-weight);
  margin-top: var(--global--spacing-vertical);
  margin-left: calc(0.66 * var(--global--spacing-unit));
  margin-right: calc(0.66 * var(--global--spacing-unit));
}
.pagination .nav-links > *.current,
.comments-pagination .nav-links > *.current {
  text-decoration: underline;
}
.pagination .nav-links > *:not(.dots):not(.current):hover,
.comments-pagination .nav-links > *:not(.dots):not(.current):hover {
  text-decoration-style: dotted;
}
.pagination .nav-links > *:first-child,
.comments-pagination .nav-links > *:first-child {
  margin-left: 0;
}
.pagination .nav-links > *:last-child,
.comments-pagination .nav-links > *:last-child {
  margin-right: 0;
}
.pagination .nav-links > *.next,
.comments-pagination .nav-links > *.next {
  margin-left: auto;
}
.pagination .nav-links > *.prev,
.comments-pagination .nav-links > *.prev {
  margin-right: auto;
}
@media only screen and (max-width: 821px) {
  .pagination .nav-links,
  .comments-pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination .page-numbers,
  .comments-pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next,
  .comments-pagination .page-numbers.prev,
  .comments-pagination .page-numbers.next {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media only screen and (max-width: 481px) {
  .pagination .nav-short,
  .comments-pagination .nav-short {
    display: none;
  }
}

.comments-pagination {
  padding-top: calc(0.66 * var(--global--spacing-vertical));
  margin: calc(3 * var(--global--spacing-vertical)) auto;
}
@media only screen and (min-width: 822px) {
  .comments-pagination {
    margin: calc(3 * var(--global--spacing-vertical)) auto calc(4 * var(--global--spacing-vertical)) auto;
  }
}
.comments-pagination .nav-links > * {
  font-size: var(--global--font-size-md);
}

.widget-area {
  margin-top: calc(6 * var(--global--spacing-vertical));
  padding-bottom: calc(var(--global--spacing-vertical) / 3);
  color: var(--footer--color-text);
  font-size: var(--footer--font-size);
  font-family: var(--footer--font-family);
}
@media only screen and (min-width: 652px) {
  .widget-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: calc(2 * var(--global--spacing-horizontal));
       -moz-column-gap: calc(2 * var(--global--spacing-horizontal));
            column-gap: calc(2 * var(--global--spacing-horizontal));
  }
}
@media only screen and (min-width: 1024px) {
  .widget-area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 481px) {
  .widget-area {
    margin-top: calc(3 * var(--global--spacing-vertical));
  }
}
.widget-area .wp-block-social-links.alignright {
  margin-top: var(--global--spacing-vertical);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.widget-area .wp-block-social-links.alignleft {
  margin-top: var(--global--spacing-vertical);
}
.widget-area:after {
  content: "";
  display: table;
  clear: both;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  font-weight: var(--widget--font-weight-title);
  line-height: var(--widget--line-height-title);
}
.widget h1 {
  font-size: var(--global--font-size-md);
}
.widget h2 {
  font-size: var(--global--font-size-sm);
}
.widget h3 {
  font-size: var(--global--font-size-xs);
}
.widget h4 {
  font-size: var(--global--font-size-xs);
}
.widget h5 {
  font-size: var(--global--font-size-xs);
}
.widget h6 {
  font-size: var(--global--font-size-xs);
}
.widget ul {
  list-style-type: none;
  padding: 0;
}
.widget ul li {
  line-height: var(--widget--line-height-list);
}
.widget ul.sub-menu, .widget ul.children {
  margin-left: var(--widget--spacing-menu);
}
.widget ul .sub-menu-toggle {
  display: none;
}
.widget a {
  color: var(--footer--color-link);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}
.widget a:link, .widget a:visited, .widget a:active {
  color: var(--footer--color-link);
}
.widget a:hover {
  color: var(--footer--color-link-hover);
  text-decoration-style: dotted;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  max-width: var(--responsive--aligndefault-width);
}
.search-form > label {
  width: 100%;
  margin-bottom: 0;
  font-weight: var(--form--label-weight);
}
.search-form .search-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: inherit;
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-right: calc(0.66 * var(--global--spacing-horizontal));
}
.search-form .search-submit {
  margin-top: calc(var(--global--spacing-vertical) / 3);
  margin-left: 10px;
}

.widget_search > .search-form .search-field {
  margin-right: calc(-1 * var(--button--border-width));
  -webkit-appearance: none;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}
.widget_search > .search-form .search-submit {
  margin-left: 0;
  margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.widget_rss a.rsswidget .rss-widget-icon {
  display: none;
}

/* Utility classes that are not assigned to a specific component. */
/* @import "utilities/animations"; */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  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;
}

main {
  min-height: 50vh;
}

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

*.has-primary-color.has-text-color {
  color: #BB2649 !important;
}

*.has-secondary-color.has-text-color {
  color: #D94567 !important;
}

*.has-pink-color.has-text-color {
  color: #F1DBDA !important;
}

*.has-background-color.has-text-color {
  color: #fff !important;
}

*.has-text-color {
  color: #000 !important;
}
.wp-container-core-buttons-is-layout-1.wp-container-core-buttons-is-layout-1 {
                justify-content: flex-end;
            }

            .wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 {
                flex-wrap: nowrap;
                justify-content: space-between;
            }

            .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
                max-width: 1290px;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 > .alignwide {
                max-width: 1290px;
            }

            .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2 .alignfull {
                max-width: none;
            }

            .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
                flex-wrap: nowrap;
            }

            .wp-container-core-group-is-layout-4.wp-container-core-group-is-layout-4 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
                max-width: 1290px;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            .wp-container-core-group-is-layout-4.wp-container-core-group-is-layout-4 > .alignwide {
                max-width: 1290px;
            }

            .wp-container-core-group-is-layout-4.wp-container-core-group-is-layout-4 .alignfull {
                max-width: none;
            }

            .wp-container-core-columns-is-layout-2.wp-container-core-columns-is-layout-2 {
                flex-wrap: nowrap;
            }

            .wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
                max-width: 1290px;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            .wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6 > .alignwide {
                max-width: 1290px;
            }

            .wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6 .alignfull {
                max-width: none;
            }

            .wp-container-core-buttons-is-layout-2.wp-container-core-buttons-is-layout-2 {
                justify-content: flex-start;
            }

            .wp-container-core-columns-is-layout-3.wp-container-core-columns-is-layout-3 {
                flex-wrap: nowrap;
            }

            .wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
                max-width: 1290px;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            .wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7 > .alignwide {
                max-width: 1290px;
            }

            .wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7 .alignfull {
                max-width: none;
            }

            .wp-container-core-social-links-is-layout-1.wp-container-core-social-links-is-layout-1 {
                justify-content: flex-end;
            }

            .wp-container-core-columns-is-layout-4.wp-container-core-columns-is-layout-4 {
                flex-wrap: nowrap;
            }

            .wp-container-core-group-is-layout-9.wp-container-core-group-is-layout-9 {
                flex-wrap: nowrap;
                justify-content: center;
            }

            .wp-container-core-columns-is-layout-5.wp-container-core-columns-is-layout-5 {
                flex-wrap: nowrap;
            }

            .wp-container-core-columns-is-layout-6.wp-container-core-columns-is-layout-6 {
                flex-wrap: nowrap;
            }

            .wp-container-core-columns-is-layout-7.wp-container-core-columns-is-layout-7 {
                flex-wrap: nowrap;
            }

            .wp-container-core-columns-is-layout-8.wp-container-core-columns-is-layout-8 {
                flex-wrap: nowrap;
            }

            .wp-container-core-social-links-is-layout-2.wp-container-core-social-links-is-layout-2 {
                justify-content: flex-end;
            }

            .wp-container-core-columns-is-layout-9.wp-container-core-columns-is-layout-9 {
                flex-wrap: nowrap;
            }

            .wp-container-core-group-is-layout-12.wp-container-core-group-is-layout-12 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
                max-width: 1290px;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            .wp-container-core-group-is-layout-12.wp-container-core-group-is-layout-12 > .alignwide {
                max-width: 1290px;
            }

            .wp-container-core-group-is-layout-12.wp-container-core-group-is-layout-12 .alignfull {
                max-width: none;
            }

            .wp-container-core-columns-is-layout-10.wp-container-core-columns-is-layout-10 {
                flex-wrap: nowrap;
            }

            .wp-container-core-group-is-layout-14.wp-container-core-group-is-layout-14 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
                max-width: 1290px;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            .wp-container-core-group-is-layout-14.wp-container-core-group-is-layout-14 > .alignwide {
                max-width: 1290px;
            }

            .wp-container-core-group-is-layout-14.wp-container-core-group-is-layout-14 .alignfull {
                max-width: none;
            }