@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&family=Quicksand:wght@300..700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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: underline 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, 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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;
}

:root {
  /* Text colors */
  --jm-color-text-primary: #272018; /* main text */
  --jm-color-text-secondary: #555; /* secondary text */
  --jm-color-text-inverse: #fff; /* text on dark background */
  /* Brand colors */
  --jm-color-primary: #ffbd00; /* primary brand */
  --jm-color-primary-hover: #ffefcc; /* hover state */
  --jm-color-primary-active: #ffefcc; /* active/pressed state */
  --jm-color-secondary: #ffefcc; /* secondary brand */
  --jm-color-secondary-hover: #ffbd00; /* hover state */
  --jm-color-secondary-active: #ffbd00; /* active/pressed state */
  /* Background colors */
  --jm-color-bg-primary: #fff; /* main background */
  --jm-color-bg-secondary: #f8f8f8; /* secondary background (cards, sections) */
  --jm-color-bg-inverse: #272018; /* dark background (footer, header) */
  /* Border colors */
  --jm-color-border: #e0e0e0; /* light border */
  --jm-color-border-strong: #272018; /* stronger border */
  /* Table Border colors */
  --jm-color-table-border: #e0e0e0;
  --jm-color-table-bg: #f4f4f4;
  /* Forms colors */
  --jm-color-form-base: #e0e0e0;
  --jm-color-form-accent: #ffbd00;
  --jm-color-form-disabled: #eee;
  /* State colors */
  --jm-color-success: #28a745; /* success messages, positive actions */
  --jm-color-warning: #ffc107; /* warnings, attention */
  --jm-color-danger: #dc3545; /* errors, destructive actions */
  --jm-color-info: #17a2b8; /* informational messages */
}

:root, [data-theme=default] {
  --jm-font-family: "Instrument Sans", sans-serif; /* body */
  --jm-font-family-heading: "Oswald", sans-serif; /* main headings */
  --jm-font-family-heading-secondary: "Quicksand", sans-serif; /* subheadings */
  --jm-font-size: 16px;
  --jm-font-weight: 400;
  --jm-line-height: 1.625;
  --jm-h1-font-size: 32px;
  --jm-h2-font-size: 24px;
  --jm-h3-font-size: 24px;
  --jm-h4-font-size: 20px;
  --jm-h5-font-size: 18px;
  --jm-h6-font-size: 16px;
  --jm-margin-bottom: 20px;
  --jm-spacer-x: 20px;
  --jm-spacer-y: 20px;
  --jm-header-height: 90px;
  --jm-content-width: 100vw;
  --jm-content-indent-larger: calc(var(--jm-spacer-y) * 3);
  --jm-content-indent-large: calc(var(--jm-spacer-y) * 2);
  --jm-content-indent-normal: calc(var(--jm-spacer-y) * 1);
  --jm-content-indent-small: calc(var(--jm-spacer-y) * 0.5);
  --jm-content-indent-smaller: calc(var(--jm-spacer-y) * 0.25);
  --jm-border-radius: 8px;
  --jm-transition-base: all 0.3s ease;
}
@media (min-width: 576px) {
  :root, [data-theme=default] {
    --jm-content-width-min: 576px;
    --jm-content-width-max: 1680px;
    --jm-content-width: clamp(var(--jm-content-width-min), 87.5vw, var(--jm-content-width-max));
    --jm-content-width-narrow: 1200px;
    --jm-content-scale: 0.1;
    --jm-h1-font-size: calc(34px + (16px * var(--jm-content-scale)));
    --jm-h2-font-size: calc(26px + (6px * var(--jm-content-scale)));
    --jm-h3-font-size: calc(24px + (6px * var(--jm-content-scale)));
    --jm-h4-font-size: calc(20px + (6px * var(--jm-content-scale)));
    --jm-h5-font-size: calc(18px + (6px * var(--jm-content-scale)));
    --jm-h6-font-size: calc(18px + (4px * var(--jm-content-scale)));
    --jm-spacer-x: 20px;
    --jm-spacer-y: 20px;
    --jm-header-height: 90px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 30px;
    --jm-spacer-y: 30px;
    --jm-content-scale: 0.2;
    --jm-margin-bottom: calc(var(--jm-spacer-y) * 0.5);
    --jm-header-height: 90px;
  }
}
@media (min-width: 992px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.4;
    --jm-header-height: 110px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 40px;
    --jm-spacer-y: 40px;
    --jm-content-scale: 0.4;
    --jm-header-height: 140px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.6;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme=default] {
    --jm-content-scale: 0.8;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme=default] {
    --jm-content-scale: 1;
  }
}
@media (min-width: 1920px) {
  :root, [data-theme=default] {
    --jm-content-scale: 1;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: calc(var(--jm-content-width) + var(--jm-spacer-x));
  }
}

.container-fluid {
  margin: 0 auto;
  max-width: 1920px;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.row,
.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: var(--jm-spacer-x);
}

.vc_section {
  margin-left: calc(-0.5 * var(--jm-spacer-x));
  margin-right: calc(-0.5 * var(--jm-spacer-x));
  padding-left: calc(0.5 * var(--jm-spacer-x));
  padding-right: calc(0.5 * var(--jm-spacer-x));
}

.vc_row:not(.vc_row-no-padding) {
  margin-left: calc(-0.5 * var(--jm-spacer-x));
  margin-right: calc(-0.5 * var(--jm-spacer-x));
}
.vc_row:not(.vc_row-no-padding) > .vc_column_container > .vc_column-inner {
  padding-left: calc(0.5 * var(--jm-spacer-x));
  padding-right: calc(0.5 * var(--jm-spacer-x));
}

.vc_row.large-gutter {
  margin-left: calc(-1 * var(--jm-spacer-x));
  margin-right: calc(-1 * var(--jm-spacer-x));
}
.vc_row.large-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(1 * var(--jm-spacer-x));
  padding-right: calc(1 * var(--jm-spacer-x));
}

.vc_row.small-gutter {
  margin-left: calc(-0.3 * var(--jm-spacer-x));
  margin-right: calc(-0.3 * var(--jm-spacer-x));
}
.vc_row.small-gutter > .vc_column_container > .vc_column-inner {
  padding-left: calc(0.3 * var(--jm-spacer-x));
  padding-right: calc(0.3 * var(--jm-spacer-x));
}

:root {
  --jm-admin-y: 0px;
}
:root .admin-bar {
  --jm-admin-y: 32px;
}
@media only screen and (max-width: 782px) {
  :root .admin-bar {
    --jm-admin-y: 46px;
  }
}
/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

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

/* Skip Link --------------------------------- */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 12px 16px;
  margin: 0;
  font-family: var(--jm-font-family-heading-secondary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
  padding-left: 30px;
  padding-right: 30px;
}
body .gform_wrapper .gform_footer input.button::-moz-focus-inner,
body .gform_wrapper .gform_footer input[type=submit]::-moz-focus-inner,
body .gform_wrapper .gform_page_footer input.button::-moz-focus-inner,
body .gform_wrapper .gform_page_footer input[type=submit]::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
  background-color: var(--jm-color-bg-inverse);
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:active,
body .gform_wrapper .gform_footer input[type=submit]:active,
body .gform_wrapper .gform_page_footer input.button:active,
body .gform_wrapper .gform_page_footer input[type=submit]:active {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:disabled,
body .gform_wrapper .gform_footer input[type=submit]:disabled,
body .gform_wrapper .gform_page_footer input.button:disabled,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper .gform_footer input.button:disabled:hover, body .gform_wrapper .gform_footer input.button:disabled:focus,
body .gform_wrapper .gform_footer input[type=submit]:disabled:hover,
body .gform_wrapper .gform_footer input[type=submit]:disabled:focus,
body .gform_wrapper .gform_page_footer input.button:disabled:hover,
body .gform_wrapper .gform_page_footer input.button:disabled:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:disabled:focus {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_page_footer input.button:hover,
body .gform_wrapper .gform_page_footer input.button:focus,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: var(--jm-color-text-primary);
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
}

.btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 12px 16px;
  margin: 0;
  font-family: var(--jm-font-family-heading-secondary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.btn::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
  background-color: var(--jm-color-bg-inverse);
  box-shadow: none;
}
.btn:active {
  box-shadow: none;
}
.btn:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.btn:disabled:hover, .btn:disabled:focus {
  box-shadow: none;
}
.btn:hover i, .btn:focus i {
  color: var(--jm-color-primary);
}
.btn i {
  font-size: 22px;
  line-height: 22px;
}
.btn.btn-secondary {
  color: var(--jm-color-text-primary);
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}
.btn.btn-simple {
  color: var(--jm-color-text-primary);
  background-color: transparent;
  border-color: var(--jm-color-form-base);
}
.btn.btn-simple:hover, .btn.btn-simple:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
  background-color: var(--jm-color-bg-inverse);
}
.btn.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white * {
  color: #000000;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  color: #000000;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.btn.has-arrow {
  position: relative;
  padding-right: 70px;
}
.btn.has-arrow:after {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.error404 .entry-content > .search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  border-color: var(--jm-color-primary-hover);
  width: auto;
  margin-right: 20px;
}
.error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active {
  border-color: var(--jm-color-form-accent);
}
.error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.error404 .entry-content > .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  border-color: var(--jm-color-secondary);
}
.error404 .entry-content > .search-form .search-submit {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 12px 16px;
  margin: 0;
  font-family: var(--jm-font-family-heading-secondary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.error404 .entry-content > .search-form .search-submit::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.error404 .entry-content > .search-form .search-submit:hover, .error404 .entry-content > .search-form .search-submit:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
  background-color: var(--jm-color-bg-inverse);
  box-shadow: none;
}
.error404 .entry-content > .search-form .search-submit:active {
  box-shadow: none;
}
.error404 .entry-content > .search-form .search-submit:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.error404 .entry-content > .search-form .search-submit:disabled:hover, .error404 .entry-content > .search-form .search-submit:disabled:focus {
  box-shadow: none;
}

body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  font-size: 16px;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label,
body .gform_wrapper.gravity-theme legend.gfield_label {
  color: var(--jm-color-text-primary);
  font-weight: 600;
  line-height: 1.2;
}
body .gform_wrapper.gravity-theme label {
  color: var(--jm-color-text-primary);
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gchoice label {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme select {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 18px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--jm-color-form-base);
  border-radius: var(--jm-border-radius);
  outline: none;
  background-color: #ffffff;
}
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme select:active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme select:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme textarea {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  display: block;
  overflow: auto;
}
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme textarea:active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme textarea:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme input[type=search] {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  padding: 0 0.25rem;
}
body .gform_wrapper.gravity-theme input[type=search]:focus, body .gform_wrapper.gravity-theme input[type=search]:active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme input[type=search]:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 18px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--jm-color-form-base);
  border-radius: var(--jm-border-radius);
  outline: none;
  background-color: #ffffff;
}
body .gform_wrapper.gravity-theme .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: var(--jm-color-form-base);
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .select-wrap select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .select-wrap:focus, body .gform_wrapper.gravity-theme .select-wrap:active {
  border-color: var(--jm-color-form-accent);
}
body .gform_wrapper.gravity-theme .select-wrap:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}

body .inverted .gform_wrapper .top_label .gfield_label,
body .inverted .gform_wrapper legend.gfield_label,
body .inverted .gform_wrapper .gfield_required,
body .inverted .gform_wrapper label {
  color: #ffffff;
}
body .inverted .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .inverted .gform_wrapper textarea,
body .inverted .gform_wrapper select {
  border-color: #ffffff;
}
body .inverted .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .inverted .gform_wrapper textarea:focus,
body .inverted .gform_wrapper select:focus {
  border-color: var(--jm-color-secondary);
  box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
}
body .inverted .gform_wrapper div.validation_error,
body .inverted .gform_wrapper .validation_message,
body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #ffffff;
  border-color: #ffffff;
}

.form-check-label {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-color: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  font-family: sans-serif;
}
.form-check-label::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
.form-check-label input {
  position: absolute;
  left: -1000rem;
}

.form-check-label:has(> input:checked):after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-check-label:has(> input:checked):before {
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}

.form-check-label:has(> input:focus):before {
  border-color: var(--jm-color-secondary);
}

#back-top-wrapper {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
#back-top-wrapper #back-top {
  margin: 0;
}
#back-top-wrapper #back-top a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #25272c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 1s ease;
}
#back-top-wrapper #back-top a:hover {
  background-color: var(--jm-color-secondary);
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap !important;
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.clear {
  border: 0;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 1px;
}
.clear::after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.breadcrumbs-wrapper {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: var(--jm-color-text-primary);
  padding: calc(var(--jm-spacer-y) * 1) 0;
  background: none;
}
.breadcrumbs-wrapper .breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper .breadcrumbs {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.breadcrumbs-wrapper .breadcrumbs > * {
  display: inline-block;
  margin: 0;
  padding: 2px 10px;
  position: relative;
  text-align: left;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper .breadcrumbs > * {
    padding: 2px 5px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper .breadcrumbs > * .home svg {
    width: 16px;
  }
}
.breadcrumbs-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.breadcrumbs-wrapper ul li {
  margin: 0;
  padding: 2px 10px;
  position: relative;
  text-align: left;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper ul li {
    padding: 2px 5px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper ul li .is-home svg {
    width: 16px;
  }
}
.breadcrumbs-wrapper .breadcrumbs-item-sep {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper .breadcrumbs-item-sep svg {
    width: 14px;
  }
}
.breadcrumbs-wrapper a {
  display: block;
  color: var(--jm-color-text-primary);
}
.breadcrumbs-wrapper a:hover svg {
  fill: var(--jm-color-secondary);
}

.post-nav {
  padding: 24px 0;
  border-top: 1px solid var(--jm-color-primary);
}
.post-nav a {
  text-decoration: none;
}
.post-nav .nav-previous {
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}
.post-nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .nav-links {
    flex-wrap: wrap;
  }
}
.nav-links .nav-next {
  margin: 0 0 0 auto;
}

.jm-pagination,
.wp-pagenavi {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
  text-align: center;
  margin: calc(var(--jm-spacer-y) * 1) 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4px;
  row-gap: 6px;
}
.jm-pagination li,
.wp-pagenavi li {
  margin: 0;
  padding: 0;
}
.jm-pagination a, .jm-pagination span,
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--jm-spacer-y) * 1.25);
  height: calc(var(--jm-spacer-y) * 1.25);
  text-decoration: none;
  padding: 0;
  margin: 0;
  background: none;
  color: var(--jm-color-text-primary);
  font-size: 18px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 50%;
}
.jm-pagination a.previouspostslink, .jm-pagination a.nextpostslink, .jm-pagination span.previouspostslink, .jm-pagination span.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink {
  border: 1px solid var(--jm-color-border);
}
.jm-pagination a i, .jm-pagination span i,
.wp-pagenavi a i,
.wp-pagenavi span i {
  font-size: 16px;
}
.jm-pagination li.active > *,
.jm-pagination span.current,
.wp-pagenavi li.active > *,
.wp-pagenavi span.current {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
}
.jm-pagination a:hover,
.wp-pagenavi a:hover {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  border-color: var(--jm-color-primary);
}

/*--------------------------------------------------------------
Image Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 var(--jm-margin-bottom) var(--jm-margin-bottom) 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    float: none;
    margin: 0 auto var(--jm-margin-bottom) auto;
  }
}

.alignright {
  float: right;
  margin: 0 0 var(--jm-margin-bottom) var(--jm-margin-bottom);
}
@media (max-width: 767.98px) {
  .alignright {
    float: none;
    margin: 0 auto var(--jm-margin-bottom) auto;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto var(--jm-margin-bottom) auto;
}

img.aligncenter,
img.alignright,
img.alignleft {
  max-width: 100%;
  height: auto;
}

.wp-caption {
  position: relative;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
}

.ui-datepicker a {
  transition: none;
}
.ui-datepicker tbody td {
  text-align: center;
}

.table-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .table-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .table-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s;
  }
}
.table-wrapper.no-gradient::after {
  opacity: 0;
}
.table-wrapper .table-scroll {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .table-wrapper .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .table-wrapper .table-scroll::-webkit-scrollbar {
    height: 8px;
  }
}
@media (max-width: 767.98px) {
  .table-wrapper .table-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .table-wrapper .table-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
  }
}
.table-wrapper .table-scroll table {
  border: 1px solid var(--jm-color-table-border);
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  border-radius: var(--jm-border-radius);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .table-wrapper .table-scroll table {
    min-width: 800px;
  }
}
.table-wrapper .table-scroll table tr th {
  padding: 16px var(--jm-spacer-y);
  font-size: var(--jm-h6-font-size);
  font-weight: 600;
  background-color: var(--jm-color-table-bg);
}
.table-wrapper .table-scroll table tr td {
  font-size: 16px;
  line-height: 18px;
  padding: 16px var(--jm-spacer-y);
  background-color: var(--jm-color-table-bg);
}
.table-wrapper .table-scroll table tr:nth-child(2n) td {
  background-color: transparent;
}

.flexible table th,
table.flexible th {
  white-space: nowrap;
}
.flexible table td,
table.flexible td {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .flexible table,
  table.flexible {
    display: block;
  }
  .flexible table thead, .flexible table tbody, .flexible table th, .flexible table td, .flexible table tr,
  table.flexible thead,
  table.flexible tbody,
  table.flexible th,
  table.flexible td,
  table.flexible tr {
    display: block;
  }
  .flexible table thead tr,
  table.flexible thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .flexible table tr,
  table.flexible tr {
    border-bottom: 1px solid var(--jm-color-table-border);
  }
  .flexible table th,
  table.flexible th {
    display: none;
  }
  .flexible table td,
  table.flexible td {
    border: none;
    border-bottom: 1px solid var(--jm-color-table-border);
    position: relative;
    padding: 5px 10px 5px 30%;
    min-height: 37px;
  }
  .flexible table td::before,
  table.flexible td::before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .flexible table td:nth-of-type(1)::before,
  table.flexible td:nth-of-type(1)::before {
    content: "Column 1";
  }
  .flexible table td:nth-of-type(2)::before,
  table.flexible td:nth-of-type(2)::before {
    content: "Column 2";
  }
  .flexible table td:nth-of-type(3)::before,
  table.flexible td:nth-of-type(3)::before {
    content: "Column 3";
  }
  .flexible table td:nth-of-type(4)::before,
  table.flexible td:nth-of-type(4)::before {
    content: "Column 4";
  }
  .flexible table td:nth-of-type(5)::before,
  table.flexible td:nth-of-type(5)::before {
    content: "Column 5";
  }
}

.wpb_text_column > .wpb_wrapper > ol {
  counter-reset: custom-counter;
  margin: 0 0 var(--jm-margin-bottom) 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ol li {
  position: relative;
  counter-increment: custom-counter;
  margin: 0 0 calc(var(--jm-font-size) * var(--jm-line-height) * 1) 0;
  padding: 0 0 0 calc(var(--jm-font-size) * var(--jm-line-height) * 1.5);
}
.wpb_text_column > .wpb_wrapper > ol li:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper > ol li::before {
  display: block;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: calc(var(--jm-line-height));
  background-color: var(--jm-color-primary);
  color: var(--jm-color-text-primary);
  font-size: calc(var(--jm-font-size) * 0.8);
  font-weight: 700;
  border-radius: 50%;
  width: calc(var(--jm-font-size) * var(--jm-line-height));
  height: calc(var(--jm-font-size) * var(--jm-line-height));
  line-height: calc(var(--jm-font-size) * var(--jm-line-height));
  text-align: center;
}
.wpb_text_column > .wpb_wrapper > ul {
  margin: 0 0 var(--jm-margin-bottom) 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul ul li {
  margin: 0 0 10px 0;
}
.wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0 0 14px 0;
  padding: 0 0 0 calc(var(--jm-font-size) * 1.7);
}
.wpb_text_column > .wpb_wrapper > ul li:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper > ul li::before {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: calc(var(--jm-font-size) * 0.3);
  left: 0;
  color: var(--jm-color-primary);
}

a.file {
  position: relative;
  text-decoration: none;
}
a.file::before {
  content: "\f15b";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: var(--jm-color-primary);
  margin-right: 10px;
}
a.file[href$=".pdf"]::before {
  content: "\f1c1";
}
a.file[href$=".doc"]::before {
  content: "\f1c2";
}
a.file[href$=".xls"]::before {
  content: "\f1c3";
}
a.file[href$=".zip"]::before {
  content: "\f1c6";
}

.alert {
  position: relative;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.fancybox-content {
  margin-top: calc(var(--jm-admin-y) + 20px) !important;
  margin-bottom: 20px !important;
}

.social-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.social-menu::before {
  display: none;
}
.social-menu li {
  margin: 0;
  padding: 0 5px;
}
.social-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  background-color: var(--jm-color-secondary);
  border-radius: 50%;
}
.social-menu a span {
  display: none;
}
.social-menu a:hover, .social-menu a:focus {
  color: var(--jm-color-primary);
  text-decoration: none;
}
.social-menu a::before {
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 7 Brands";
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  text-indent: initial;
  font-weight: 400;
  transform: translate(-50%, -50%);
}
.social-menu a[href*="linkedin.com"]::before {
  content: "\f08c";
}
.social-menu a[href*="instagram.com"]::before {
  content: "\f16d";
}
.social-menu a[href*="facebook.com"]::before {
  content: "\f09a";
}
.social-menu a[href*="x.com"]::before {
  content: "\e61b";
}
.social-menu a[href*="youtube.com"]::before {
  content: "\f167";
}
.social-menu a[href*="vimeo.com"]::before {
  content: "\f40a";
}
.social-menu a[href*="yelp.com"]::before {
  content: "\f1e9";
}
.social-menu a[href*="tiktok.com"]::before {
  content: "\e07b";
}
.social-menu a[href*="github.com"]::before {
  content: "\f09b";
}
.social-menu a[href*="pinterest.com"]::before {
  content: "\e1a3";
}
.social-menu a[href*="reddit.com"]::before {
  content: "\f1a1";
}
.social-menu a[href*="snapchat.com"]::before {
  content: "\f2ab";
}
.social-menu a[href*="tumblr.com"]::before {
  content: "\f173";
}
.social-menu a[href*="whatsapp.com"]::before {
  content: "\f232";
}
.social-menu a[href*="twitch.tv"]::before {
  content: "\f1e8";
}
.social-menu a[href*="discord.com"]::before {
  content: "\f392";
}

/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 25px 0;
  border: none;
  z-index: 100;
  position: relative;
}
@media (max-width: 1199.98px) {
  .site-header {
    padding: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .site-header {
    padding: 10px 0;
  }
}
.site-header .site-header-wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 20px;
  align-items: center;
  /*
  .header-widget-wrapper {
    grid-column: 4;
  }
   */
}
@media (max-width: 1399.98px) {
  .site-header .site-header-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.site-header .site-header-wrapper .header-logo-wrapper {
  grid-column: 1;
}
.site-header .site-header-wrapper .header-search-wrapper {
  grid-column: 3;
}
.site-header .site-header-wrapper .header-nav-wrapper {
  grid-column: 2;
}
.site-header .site-header-wrapper .mobile-header-wrapper {
  grid-column: 4;
}
.site-header .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.site-header .logo a > img {
  max-width: 100%;
  display: block;
  margin: 0;
}
.site-header .logo a > svg {
  display: block;
  width: auto;
  height: 90px;
}
@media (max-width: 1199.98px) {
  .site-header .logo a > svg {
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .site-header .header-widget-wrapper {
    display: none;
  }
}
.site-header .header-widget-wrapper .btn {
  white-space: nowrap;
  border-color: var(--jm-color-border);
}
@media (max-width: 575.98px) {
  .site-header .header-widget-wrapper .btn {
    padding: 9px 10px;
  }
}
.site-header .header-widget-wrapper .btn:hover, .site-header .header-widget-wrapper .btn:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
}
@media (max-width: 575.98px) {
  .site-header .header-widget-wrapper .btn span {
    display: none;
  }
}
.site-header .header-social-wrapper a {
  color: var(--jm-color-text-inverse);
}
.site-header .header-social-wrapper a:hover {
  color: var(--jm-color-secondary);
}
@media (max-width: 991.98px) {
  .site-header .header-nav-wrapper {
    display: none !important;
  }
}

.mobile-site-header,
.mobile-header-wrapper {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-site-header,
  .mobile-header-wrapper {
    display: block;
  }
}

/*/ Sticky Header */
.admin-bar .sticky-header {
  top: var(--jm-admin-y) !important;
}
@media (max-width: 600.98px) {
  .admin-bar .sticky-header {
    top: 0 !important;
  }
}

.sticky-wrapper {
  position: relative;
  z-index: 200;
}
.sticky-wrapper * {
  transition: all 0.3s ease;
}
.sticky-wrapper.is-sticky .sticky-header {
  width: 100%;
}
.sticky-wrapper.is-sticky .site-header {
  position: relative;
  transform: none;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper {
  transition: all 0.5s ease;
}
.sticky-wrapper.is-sticky .site-header .logo a > svg {
  height: 50px;
}

.header-search {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-search {
    position: static;
  }
}
.header-search .btn-search-open {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 1px solid var(--jm-color-border);
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  color: var(--jm-color-text-primary);
  text-decoration: none;
}
.header-search .btn-search-open:hover {
  color: var(--jm-color-text-primary);
  border-color: var(--jm-color-border-strong);
}
@media (max-width: 575.98px) {
  .header-search .btn-search-open {
    width: 44px;
    height: 44px;
  }
}
.header-search .search-form {
  position: absolute;
  overflow: hidden;
  top: 50%;
  right: -400px;
  transform: translateY(-50%);
  opacity: 0;
  max-width: 0;
  transition: var(--jm-transition-base);
  display: flex;
  padding: 10px;
  background: var(--jm-color-bg-secondary);
  border-radius: 5px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .header-search .search-form {
    top: var(--jm-header-height);
    left: 100%;
    right: -100%;
    transform: none;
  }
}
.header-search .search-form.focus {
  right: 0;
  opacity: 1;
  z-index: 1;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .header-search .search-form.focus {
    max-width: inherit;
    left: 10px;
    right: 10px;
  }
}
.header-search .search-form input {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  width: 300px;
  min-height: 40px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  margin-right: 10px;
}
.header-search .search-form input:focus, .header-search .search-form input:active {
  border-color: var(--jm-color-form-accent);
}
.header-search .search-form input:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
@media (max-width: 767.98px) {
  .header-search .search-form input {
    flex: 1;
  }
}
.header-search .search-form button.search-submit {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  border: none;
  cursor: pointer;
  background-color: var(--jm-color-primary);
  color: var(--jm-color-text-primary);
  border-radius: 8px;
  transition: var(--jm-transition-base);
}
.header-search .search-form button.search-submit:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f002";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-indent: initial;
}
.header-search .search-form button.search-submit:hover {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
}

@media (min-width: 992px) {
  .primary-menu {
    --jm-menu-link-color: var(--jm-color-text-primary);
    --jm-menu-link-color-active: var(--jm-color-primary);
    --jm-menu-sub-bg-color: var(--jm-color-secondary);
    --jm-menu-sub-link-color: var(--jm-color-text-primary);
    --jm-menu-sub-link-color-active: var(--jm-color-primary);
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1599.98px) {
  .primary-menu {
    gap: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .primary-menu {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .primary-menu > li {
    margin: 0;
    padding: 0;
  }
  .primary-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--jm-font-family-heading);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    white-space: nowrap;
    color: var(--jm-menu-link-color);
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .primary-menu > li > a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .primary-menu > li > a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .primary-menu > li > a::after {
    color: var(--jm-menu-link-color);
  }
  .primary-menu > li > a:hover {
    color: var(--jm-menu-link-color-active);
    text-decoration: none;
  }
  .primary-menu > li > a:hover::after {
    color: var(--jm-menu-link-color-active);
    transform: rotate(-180deg) !important;
  }
  .primary-menu > li:hover > a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
    color: var(--jm-menu-link-color-active);
    text-decoration: none;
  }
  .primary-menu > li:hover > a::after, .primary-menu > li.focus > a::after, .primary-menu > li.current-menu-item > a::after, .primary-menu > li.current-menu-ancestor > a::after {
    color: var(--jm-menu-link-color-active);
  }
  .primary-menu > li.menu-item-has-children > a::after {
    transition: var(--jm-transition-base);
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 12px;
  }
  .primary-menu li {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0;
    padding: 20px;
    list-style: none;
    background-color: var(--jm-menu-sub-bg-color);
    border: 1px solid var(--jm-menu-sub-bg-color);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    color: var(--jm-color-text-primary);
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: var(--jm-menu-sub-link-color-active);
    text-decoration: none;
  }
  .primary-menu li ul li a::after, .primary-menu li ul.sub-menu li a::after {
    color: var(--jm-color-text-primary);
  }
  .primary-menu li ul li:hover > a, .primary-menu li ul li.focus > a, .primary-menu li ul li.current-menu-item > a, .primary-menu li ul li.current-menu-ancestor > a, .primary-menu li ul.sub-menu li:hover > a, .primary-menu li ul.sub-menu li.focus > a, .primary-menu li ul.sub-menu li.current-menu-item > a, .primary-menu li ul.sub-menu li.current-menu-ancestor > a {
    color: var(--jm-menu-sub-link-color-active);
    text-decoration: none;
  }
  .primary-menu li ul li:hover > a::after, .primary-menu li ul li.focus > a::after, .primary-menu li ul li.current-menu-item > a::after, .primary-menu li ul li.current-menu-ancestor > a::after, .primary-menu li ul.sub-menu li:hover > a::after, .primary-menu li ul.sub-menu li.focus > a::after, .primary-menu li ul.sub-menu li.current-menu-item > a::after, .primary-menu li ul.sub-menu li.current-menu-ancestor > a::after {
    color: var(--jm-menu-sub-link-color-active);
  }
  .primary-menu li ul li.menu-item-has-children > a::after, .primary-menu li ul.sub-menu li.menu-item-has-children > a::after {
    content: "\f054";
    font-family: "Font Awesome 7 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 12px;
  }
  .primary-menu li ul li ul.sub-menu, .primary-menu li ul.sub-menu li ul.sub-menu {
    margin-left: 0;
  }
  .primary-menu li {
    position: relative;
  }
  .primary-menu li ul.sub-menu {
    transition: opacity 0.15s linear, max-height 0.15s linear, transform 0.15s linear;
    min-width: 150px;
    position: absolute;
    top: auto;
    opacity: 0;
    max-height: 0;
    left: -9999px;
  }
  .primary-menu > li[aria-expanded=true] > ul.sub-menu, .primary-menu > li.focus > ul.sub-menu, .primary-menu > li.for-test > ul.sub-menu, .primary-menu > li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    transform: translateY(20px);
    z-index: 90;
    left: 0;
  }
  .primary-menu > li:first-child[aria-expanded=true] > ul.sub-menu, .primary-menu > li:first-child.focus > ul.sub-menu, .primary-menu > li:first-child.for-test > ul.sub-menu, .primary-menu > li:first-child:hover > ul.sub-menu {
    left: 0;
  }
  .primary-menu > li:last-child[aria-expanded=true] > ul.sub-menu, .primary-menu > li:last-child.focus > ul.sub-menu, .primary-menu > li:last-child.for-test > ul.sub-menu, .primary-menu > li:last-child:hover > ul.sub-menu {
    left: auto;
    right: 0;
  }
  .primary-menu > li > ul.sub-menu {
    transform: translateY(0);
  }
  .primary-menu > li > ul.sub-menu li[aria-expanded=true] > ul.sub-menu, .primary-menu > li > ul.sub-menu li.focus > ul.sub-menu, .primary-menu > li > ul.sub-menu li.for-test > ul.sub-menu, .primary-menu > li > ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    z-index: 90;
  }
  .primary-menu > li > ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    transform: translate(0, -21px);
    z-index: 80;
  }
  .primary-menu > li > ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
}
.menu-primary-trigger {
  margin: 0;
  padding: 9px;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--jm-color-border);
  border-radius: 8px;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  transition: var(--jm-transition-base);
}
.menu-primary-trigger .menu-icon span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: var(--jm-color-text-primary);
  transition: var(--jm-transition-base);
}
.menu-primary-trigger .menu-icon span.menu-icon-line-02 {
  width: 77%;
}
.menu-primary-trigger .menu-icon span.menu-icon-line-03 {
  width: 53%;
}
.menu-primary-trigger .menu-text {
  display: none;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span {
  position: absolute;
  background-color: var(--jm-color-text-primary);
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-01 {
  display: none;
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-02 {
  width: 100%;
  top: 13px;
  transform: rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-03 {
  width: 100%;
  top: 13px;
  transform: rotate(45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded=true] .menu-text {
  color: var(--jm-color-text-primary);
}

.site-nav-mobile {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  padding: calc(var(--jm-admin-y) + var(--jm-header-height)) 0 50px 0;
  background-color: #ffffff;
  transform: translate3d(100%, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 0;
  transition: all 0.3s linear;
}
.site-nav-mobile.toggled {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 1;
}
.site-nav-mobile > .wrapper {
  position: relative;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow-y: auto;
}
.site-nav-mobile .opener {
  margin-left: 20px;
  cursor: pointer;
  color: var(--jm-color-primary);
}
.site-nav-mobile .opener .fa-angle-up {
  display: none;
}
.site-nav-mobile .active > .opener .fa-angle-up {
  display: inherit;
}
.site-nav-mobile .active > .opener .fa-angle-down {
  display: none;
}
.site-nav-mobile .primary-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  margin: 0 0 20px 0;
}
.site-nav-mobile .primary-menu > li > a {
  font-size: 20px !important;
  font-weight: 600;
}
.site-nav-mobile .primary-menu li.current-menu-item > a {
  color: var(--jm-color-primary);
}
.site-nav-mobile .primary-menu li {
  margin: 0;
  padding: 3px 0;
}
.site-nav-mobile .primary-menu li a {
  font-family: var(--jm-font-size);
  color: var(--jm-color-text-primary);
  font-size: 16px;
  text-decoration: none;
}
.site-nav-mobile .primary-menu ul.sub-menu {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 1px solid var(--jm-color-secondary);
}
.site-nav-mobile .primary-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav-mobile .primary-menu ul ul {
  margin-top: 6px;
}
.site-nav-mobile .header-widget-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
}

.site-footer {
  border-top: 5px solid #757575;
  background-color: #c7c7c7;
  margin: 0;
  padding: calc(var(--jm-spacer-y) * 1.5) 0;
}
@media (max-width: 991.98px) {
  .site-footer {
    padding: 20px 0;
  }
}
.site-footer .site-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  font-size: 16px;
  color: var(--jm-color-text-primary);
}
.site-footer .site-footer-wrapper a {
  color: var(--jm-color-text-primary);
  text-decoration: underline;
}
.site-footer .site-footer-wrapper a:hover {
  text-decoration: none;
  color: var(--jm-color-text-primary);
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper .copyright {
  margin: 0;
  padding: 0;
}
.site-footer .site-footer-wrapper .menu-footer-container {
  font-size: 16px;
}
.site-footer .site-footer-wrapper .menu-footer-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .menu-footer-container ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.site-footer .site-footer-wrapper .menu-footer-container ul li {
  position: relative;
  margin: 0;
  padding: 0 14px 0 0;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .menu-footer-container ul li {
    padding: 0 10px;
  }
}
.site-footer .site-footer-wrapper .menu-footer-container ul li:before {
  content: "|";
  margin-right: 14px;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .menu-footer-container ul li:before {
    display: none;
  }
}
.site-footer .site-footer-wrapper .menu-footer-container ul li:first-child:before {
  display: none;
}
.site-footer .site-footer-wrapper .footer-widget > div > *:last-child {
  margin-bottom: 0;
}

.simple-title-wrapper {
  position: relative;
  padding: calc(var(--jm-spacer-y) * 2.5) 0;
  margin: 0;
  text-align: center;
  background-color: var(--jm-color-bg-secondary);
  background-image: url("../images/bg-header.png");
  background-repeat: repeat;
}
.simple-title-wrapper h1 {
  margin: 0;
}

.rich-title-wrapper {
  position: relative;
  margin: 0;
  padding: calc(var(--jm-spacer-y) * 2.5) 0;
  display: block;
  background-color: var(--jm-color-bg-secondary);
  background-image: url("../images/bg-header.png");
  background-repeat: repeat;
}
.rich-title-wrapper .page-header:has(.page-title-description-wrapper) {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  column-gap: var(--jm-spacer-x);
  text-align: left;
}
@media (max-width: 1199.98px) {
  .rich-title-wrapper .page-header:has(.page-title-description-wrapper) {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .rich-title-wrapper .page-header:has(.page-title-description-wrapper) {
    flex-direction: column;
    row-gap: var(--jm-spacer-x);
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.title-description-bottom .rich-title-wrapper .page-header:has(.page-title-description-wrapper) {
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.rich-title-wrapper .page-header:has(.page-title-description-wrapper) .page-title-wrapper {
  margin-bottom: 0;
  flex-shrink: 0;
}
.rich-title-wrapper .page-header:has(.page-title-description-wrapper) .page-title-separator-wrapper {
  width: 2px;
  height: var(--jm-h1-font-size);
  background-color: var(--jm-color-primary);
  margin: 0;
}
@media (max-width: 767.98px) {
  .rich-title-wrapper .page-header:has(.page-title-description-wrapper) .page-title-separator-wrapper {
    width: 50px;
    height: 2px;
  }
}
.title-description-bottom .rich-title-wrapper .page-header:has(.page-title-description-wrapper) .page-title-separator-wrapper {
  display: none;
}
.rich-title-wrapper .page-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rich-title-wrapper .page-header > * {
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.rich-title-wrapper .page-header > *:last-child {
  margin-bottom: 0 !important;
}
.rich-title-wrapper .page-header h1.page-title {
  margin-bottom: 0;
}
.title-description-bottom .rich-title-wrapper .page-header h1.page-title {
  text-align: center;
}
.rich-title-wrapper .page-header .page-title-description {
  position: relative;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
}
.title-description-bottom .rich-title-wrapper .page-header .page-title-description {
  text-align: center;
  margin-top: calc(var(--jm-spacer-y) * 0.5);
}
.rich-title-wrapper .page-header .page-title-description *:last-child {
  margin-bottom: 0;
}
.rich-title-wrapper .page-header .page-title-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
}
.rich-title-wrapper .page-header .page-title-menu ul li {
  margin: 0;
  padding: 2px 5px;
}
.rich-title-wrapper .page-header .page-title-menu ul li a {
  display: block;
  border: 1px solid var(--jm-color-border);
  border-radius: 25px;
  padding: 14px 26px;
  margin: 0;
  color: var(--jm-color-text-primary);
  font-family: inherit;
  font-size: 15px;
  line-height: 20px !important;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .rich-title-wrapper .page-header .page-title-menu ul li a {
    font-size: 14px;
    line-height: 16px !important;
    padding: 9px 16px;
  }
}
.rich-title-wrapper .page-header .page-title-menu ul li a:hover {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: #f6f3ed;
}
.rich-title-wrapper .page-header .page-title-menu ul li:hover > a, .rich-title-wrapper .page-header .page-title-menu ul li.focus > a, .rich-title-wrapper .page-header .page-title-menu ul li.current-menu-item > a, .rich-title-wrapper .page-header .page-title-menu ul li.current-menu-ancestor > a {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: #f6f3ed;
}
.rich-title-wrapper .page-featured {
  position: relative;
}
.rich-title-wrapper .page-featured img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--jm-border-radius);
}

.post-title-wrapper {
  position: relative;
  margin: 0;
  padding: calc(var(--jm-spacer-y) * 0.5) 0 calc(var(--jm-spacer-y) * 2.5) 0;
  display: block;
}
.post-title-wrapper .post-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.post-title-wrapper .cat-links-wrapper {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-title-wrapper .cat-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.post-title-wrapper .cat-links-wrapper ul li {
  margin: 0;
  padding: 2px 5px;
}
.post-title-wrapper .cat-links-wrapper ul li a {
  display: block;
  border: 1px solid var(--jm-color-border);
  border-radius: 16px;
  padding: 9px 14px;
  margin: 0;
  color: var(--jm-color-text-primary);
  font-family: inherit;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
}
.post-title-wrapper .cat-links-wrapper ul li a:hover {
  color: var(--jm-color-text-primary);
  text-decoration: none;
  background-color: #f6f3ed;
}
.post-title-wrapper .post-title {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-title-wrapper .post-date {
  position: relative;
  color: var(--jm-color-text-primary);
  font-family: inherit;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-title-wrapper .post-featured {
  position: relative;
  margin-top: calc(var(--jm-spacer-y) * 1.5);
}
.post-title-wrapper .post-featured img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--jm-border-radius);
}

.cycle-slider {
  position: relative;
  width: 100%;
  max-height: 700px;
  display: block;
  overflow: hidden;
}
.cycle-slider .cycle-pager {
  position: absolute;
  bottom: 30px;
  z-index: 300;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.cycle-slider .cycle-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  border-radius: 50%;
  cursor: pointer;
}
.cycle-slider .cycle-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border: 2px solid var(--jm-color-secondary);
  position: absolute;
  display: block;
  border-radius: 50%;
}
.cycle-slider .cycle-pager span.cycle-pager-active {
  background-color: #ffffff;
}
.cycle-slider .cycle-pager span.cycle-pager-active:before {
  opacity: 0;
}
.cycle-slider .cycle-prev,
.cycle-slider .cycle-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  z-index: 500;
  transform: translateY(-50%);
  cursor: pointer;
}
.cycle-slider .cycle-prev:hover,
.cycle-slider .cycle-next:hover {
  color: var(--jm-color-secondary);
}
.cycle-slider .cycle-prev {
  left: 100px;
}
.cycle-slider .cycle-next {
  right: 100px;
}
.cycle-slider .cycle-slide {
  width: 100%;
}
.cycle-slider .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 52, 65, 0.5);
}
.cycle-slider .cycle-slide > img {
  width: 100%;
  height: auto;
  display: block;
}
.cycle-slider .slider-caption {
  position: absolute;
  z-index: 200;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption {
    position: relative;
    height: auto;
    padding: 10px 0 50px 0;
  }
}
.cycle-slider h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .cycle-slider h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .cycle-slider .btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.error404 .page-title {
  text-align: center;
}
.error404 .error-404 {
  text-align: center;
}

.search-results .site-main > article {
  padding-bottom: calc(var(--jm-spacer-y) * 1);
  margin-bottom: calc(var(--jm-spacer-y) * 1);
  border-bottom: 1px solid var(--jm-color-text-primary);
}

.blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.blog-posts-wrapper .blog-post-excerpt-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * 0.5) var(--jm-spacer-y) calc(var(--bs-gutter-x) * 0.5);
  flex: 0 0 auto;
}
.blog-posts-wrapper.bcpr-c6 .blog-post-excerpt-wrapper {
  width: 16.666666%;
}
.blog-posts-wrapper.bcpr-c5 .blog-post-excerpt-wrapper {
  width: 20%;
}
.blog-posts-wrapper.bcpr-c4 .blog-post-excerpt-wrapper {
  width: 25%;
}
.blog-posts-wrapper.bcpr-c3 .blog-post-excerpt-wrapper {
  width: 33.333333%;
}
.blog-posts-wrapper.bcpr-c2 .blog-post-excerpt-wrapper {
  width: 50%;
}
.blog-posts-wrapper.bcpr-c1 .blog-post-excerpt-wrapper {
  width: 100%;
}
@media (max-width: 1799.98px) {
  .blog-posts-wrapper.bcpr-1800-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1800-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1800-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1800-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1800-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1800-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .blog-posts-wrapper.bcpr-1600-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1600-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1600-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1600-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1600-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1600-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .blog-posts-wrapper.bcpr-1400-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1400-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1400-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1400-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1400-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1400-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .blog-posts-wrapper.bcpr-1200-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1200-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1200-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1200-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1200-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1200-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .blog-posts-wrapper.bcpr-992-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-992-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-992-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-992-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-992-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-992-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog-posts-wrapper.bcpr-768-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-768-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-768-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-768-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-768-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-768-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .blog-posts-wrapper.bcpr-576-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-576-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-576-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-576-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-576-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-576-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 379.98px) {
  .blog-posts-wrapper.bcpr-380-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-380-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-380-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-380-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-380-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-380-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}

.blog-post-excerpt-wrapper .blog-post-excerpt {
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  transition: all 0.3s ease;
}
@media all and (min-width: 992px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured {
    flex-direction: row;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-thumbnail {
    width: 50%;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content {
    width: 50%;
    height: auto;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content .btn {
    margin: 0;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover {
  transform: translateY(-10px);
  box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn {
  color: #ffffff;
  background-color: var(--jm-color-primary-hover);
  border-color: var(--jm-color-primary-hover);
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn:hover {
  color: #ffffff;
  background-color: var(--jm-color-primary-hover);
  border-color: var(--jm-color-primary-hover);
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail {
  display: block;
  position: relative;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail a {
  z-index: 10;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
  position: relative;
  z-index: 10;
  padding: 20px 30px 30px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
    padding: 20px;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-date {
  transition: all 0.3s ease;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content h4 a {
  color: #000000;
  text-decoration: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 12px 16px;
  margin: 0;
  font-family: var(--jm-font-family-heading-secondary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  color: #fff;
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
  margin: auto 0 0 0;
  text-align: center;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
  background-color: var(--jm-color-bg-inverse);
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:focus {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  color: #ffffff;
  background-color: var(--jm-color-primary-hover);
  border-color: var(--jm-color-primary-hover);
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper {
  margin-top: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
  transition: all 0.3s ease;
}
@media screen and (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
    width: 100%;
  }
}

article.post {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}
article.post .entry-content > *:last-child {
  margin-bottom: 0;
}

.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link {
  margin-right: 1em;
}

.entry-meta {
  margin-bottom: var(--jm-spacer-y);
}

.post_meta i {
  color: #3b4348;
}
.post_meta a {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:focus {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:hover {
  text-decoration: none;
  color: var(--jm-color-secondary);
}

.post-author {
  background: #fff;
  margin: 0 0 70px 0;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
}
.post-author h3 {
  margin: 0 0 15px 0;
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
  color: #737885;
}
.post-author h3 a {
  text-decoration: none;
  color: var(--jm-color-secondary);
}
.post-author h3 a:focus {
  text-decoration: none;
  color: var(--jm-color-secondary);
}
.post-author h3 a:hover {
  text-decoration: none;
  color: #1e2731;
}
.post-author .post-author_gravatar {
  margin: 2px 20px 5px 0;
}
.post-author .post-author_gravatar img {
  padding: 0;
  border: none;
}
.post-author .post-author_link {
  margin: 18px 0 0 0;
}
.post-author .post-author_link p {
  margin: 0;
}

.related-posts {
  margin: 0 0 60px 0;
}
.related-posts ul li {
  line-height: 22px;
  font-size: 16px;
  color: #424f5e;
}
.related-posts ul li a {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:focus {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:hover {
  text-decoration: none;
  color: var(--jm-color-secondary);
}

.widget-area > aside,
.widget-area > div {
  margin: 0 0 var(--jm-content-indent-smaller) 0;
}
.widget-area > aside:last-child,
.widget-area > div:last-child {
  margin-bottom: 0;
}
.widget-area h3 {
  padding: 0;
  margin: 0 0 calc(var(--jm-content-indent-smaller) / 2) 0;
}
.widget-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-area ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 var(--jm-font-size);
}
.widget-area ul li:before {
  content: "\f111";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  line-height: inherit;
  position: absolute;
  top: calc(var(--jm-font-size) / 2.5);
  left: 0;
  font-size: calc(var(--jm-font-size) / 2);
  color: var(--jm-color-secondary);
}
.widget-area ul li a {
  text-decoration: none;
}

.wpb_wrapper:has(.jm-custom-accordion + .jm-custom-accordion) .jm-custom-accordion {
  margin-bottom: 0;
}

.jm-custom-accordion {
  position: relative;
  overflow: hidden;
  background-color: var(--jm-color-bg-secondary);
  margin-bottom: 20px;
  border-radius: 8px;
}
.jm-custom-accordion.active {
  outline: none;
}
.jm-custom-accordion.active .jm-custom-accordion-header > i {
  transform: translateY(-50%) rotate(180deg);
}
.jm-custom-accordion .jm-custom-accordion-header {
  position: relative;
  padding: 20px 50px 20px 30px;
  color: var(--jm-color-text-primary);
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header {
    padding: 10px 40px 10px 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header > i {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header > i {
    right: 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header h4 {
  font-weight: 500;
  margin: 0;
  color: var(--jm-color-text-primary);
  position: relative;
  display: flex;
}
.jm-custom-accordion .jm-custom-accordion-header h4 i {
  margin-right: 10px;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body > *:last-child {
  margin-bottom: 0;
}

.jm-rich-link-wrapper:not(:last-of-type) {
  margin-bottom: 20px;
}

.jm-rich-link-wrapper {
  position: relative;
}
.jm-rich-link-wrapper.link-align-center {
  display: flex;
  justify-content: center;
}
.jm-rich-link-wrapper.link-align-right {
  display: flex;
  justify-content: flex-end;
}
.jm-rich-link-wrapper .jm-rich-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.jm-rich-link-wrapper .jm-rich-link:hover .rich-link-icon i {
  color: #ffffff;
}
.jm-rich-link-wrapper .jm-rich-link:hover .rich-link-title {
  color: var(--jm-color-text-primary);
  text-decoration: none;
}
.jm-rich-link-wrapper .jm-rich-link:hover .rich-link-sub-title {
  color: var(--jm-color-text-primary);
}
.jm-rich-link-wrapper .rich-link-icon {
  width: calc(var(--jm-spacer-x) * 1);
  height: calc(var(--jm-spacer-y) * 1);
  position: relative;
  border-radius: 50%;
  background-color: #292c39;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: var(--jm-transition-base);
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .jm-rich-link-wrapper .rich-link-icon {
    width: 40px;
    height: 40px;
  }
}
.jm-rich-link-wrapper .rich-link-icon i {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1399.98px) {
  .jm-rich-link-wrapper .rich-link-icon i {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .jm-rich-link-wrapper .rich-link-icon i {
    font-size: 16px;
  }
}
.jm-rich-link-wrapper .rich-link-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.jm-rich-link-wrapper .rich-link-content .rich-link-title {
  display: block;
  font-family: var(--jm-font-family);
  font-size: 16px;
  line-height: 1.2;
  color: var(--jm-color-primary);
  transition: var(--jm-transition-base);
}
.jm-rich-link-wrapper .rich-link-content .rich-link-sub-title {
  display: block;
  color: var(--jm-color-text-primary);
  font-size: 16px;
  line-height: 1.2;
  transition: var(--jm-transition-base);
  margin-top: 4px;
}

.rich-link-wrapper {
  position: relative;
  margin-bottom: var(--jm-spacer-y);
}
.rich-link-wrapper .rich-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rich-link-wrapper a {
  text-decoration: none;
}
.rich-link-wrapper a.rich-link:hover .rich-link-title {
  color: var(--jm-color-primary);
}
.rich-link-wrapper a.rich-link:hover .rich-link-sub-title {
  color: var(--jm-color-primary);
}
.rich-link-wrapper .rich-link-icon {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .rich-link-wrapper .rich-link-icon {
    margin: 0 10px 0 0;
  }
}
.rich-link-wrapper .rich-link-icon i {
  color: var(--jm-color-text-primary);
  font-size: 30px;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon i {
    font-size: 24px;
  }
}
.rich-link-wrapper .rich-link-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--jm-color-text-primary);
  transition: var(--jm-transition-base);
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-title {
    font-size: 20px;
  }
}
.rich-link-wrapper .rich-link-sub-title {
  display: block;
  color: #7e8cad;
  font-size: 18px;
}

.jm-rich-button-wrapper {
  position: relative;
}
.jm-rich-button-wrapper.button-align-left {
  text-align: left;
}
.jm-rich-button-wrapper.button-align-center {
  text-align: center;
}
.jm-rich-button-wrapper.button-align-right {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .jm-rich-button-wrapper.tablet-button-align-left {
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  .jm-rich-button-wrapper.tablet-button-align-center {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .jm-rich-button-wrapper.tablet-button-align-right {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.mobile-button-align-left {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.mobile-button-align-center {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .jm-rich-button-wrapper.mobile-button-align-right {
    text-align: right;
  }
}
.jm-rich-button-wrapper *:has(> span):not(:has(> i)) > span {
  text-align: center !important;
}
.jm-rich-button-wrapper *:has(> span):has(> i) > span {
  text-align: left !important;
}

.jm-custom-heading {
  position: relative;
}
.jm-custom-heading.text-align-left {
  text-align: left;
}
.jm-custom-heading.text-align-center {
  text-align: center;
}
.jm-custom-heading.text-align-right {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-left {
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-center {
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .jm-custom-heading.tablet-text-align-right {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-left {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-center {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .jm-custom-heading.mobile-text-align-right {
    text-align: right;
  }
}
.jm-custom-heading span {
  display: block;
  font-size: var(--jm-font-size);
  color: var(--jm-color-secondary);
  text-transform: uppercase;
  font-family: var(--jm-font-family);
  margin-bottom: 10px;
}

.jm-content-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .jm-content-carousel-wrapper .slick-slider .slick-list {
    overflow: visible;
  }
  .jm-content-carousel-wrapper .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-content-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li.slick-active button {
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--jm-color-text-primary);
  border-radius: 50%;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button:before {
  display: none;
}
.jm-content-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--jm-content-indent-smaller);
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  transition: all 0.3s ease;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: var(--jm-color-text-primary);
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: var(--jm-color-secondary);
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "\f060";
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "\f061";
}
.jm-content-carousel-wrapper .jm-carousel-container-single {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jm-content-carousel-wrapper .jm-carousel-container-single {
    height: 100%;
  }
}
.jm-content-carousel-wrapper .jm-carousel-container-single .jm-carousel-container-single-body > *:last-child {
  margin-bottom: 0;
}
.jm-content-carousel-wrapper .jm-carousel-container-single > *:last-child {
  margin-bottom: 0;
}

.jm-universal-container-wrapper.flex-box > .wpb_wrapper {
  display: flex;
  justify-content: center;
  margin-right: calc(-0.5 * var(--jm-spacer-x));
  margin-left: calc(-0.5 * var(--jm-spacer-x));
}
@media (max-width: 991.98px) {
  .jm-universal-container-wrapper.flex-box > .wpb_wrapper {
    flex-direction: column;
  }
}
.jm-universal-container-wrapper.flex-box > .wpb_wrapper > * {
  padding-left: calc(var(--jm-spacer-x) * 0.5);
  padding-right: calc(var(--jm-spacer-x) * 0.5);
  flex: 1;
}
@media (max-width: 991.98px) {
  .jm-universal-container-wrapper.flex-box > .wpb_wrapper > * {
    padding-top: 30px;
  }
}

.jm-site-notice-section-wrapper {
  padding: 15px 0;
  background-color: var(--jm-color-secondary);
}
@media (max-width: 767.98px) {
  .jm-site-notice-section-wrapper {
    padding: 10px 0;
  }
}
.jm-site-notice-section-wrapper * {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper .jm-close-notice {
  background: none;
  outline: none;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.jm-site-notice-section-wrapper .jm-site-notice-wrapper .jm-close-notice i {
  font-size: 30px;
  line-height: 30px;
}
.jm-site-notice-section-wrapper .jm-site-notice {
  width: 100%;
}
.jm-site-notice-section-wrapper .jm-site-notice.infinite-scrolling {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}
.jm-site-notice-section-wrapper .jm-site-notice .scrolling-text {
  animation: animate_text 30s linear infinite;
  padding-right: 40px;
}
.jm-site-notice-section-wrapper .jm-site-notice .static-text {
  width: 100%;
  text-align: center;
}
.jm-site-notice-section-wrapper .jm-site-notice .site-notice-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.jm-site-notice-section-wrapper .jm-site-notice .site-notice-message > * {
  margin: 2px 10px;
}
.jm-site-notice-section-wrapper .jm-site-notice a {
  color: #ffffff;
}
.jm-site-notice-section-wrapper .jm-site-notice a:hover {
  color: var(--jm-color-primary);
}
.jm-site-notice-section-wrapper .jm-site-notice .btn {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  min-height: auto;
  padding: 8px 14px;
  font-size: 14px;
  border-width: 1px;
}
.jm-site-notice-section-wrapper .jm-site-notice .btn:hover {
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border-color: #ffffff;
}
@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

.jm-marquee-wrapper {
  position: relative;
}
.jm-marquee-wrapper .jm-marquee {
  background-color: red;
  border-radius: 8px;
  text-align: center;
  padding: 5px 20px;
}
.jm-marquee-wrapper .jm-marquee * {
  color: #ffffff;
}
.jm-marquee-wrapper .jm-marquee p {
  margin: 0;
}
.jm-marquee-wrapper .jm-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.jm-marquee-wrapper .jm-marquee .jm-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee 15s linear infinite;
}
.jm-marquee-wrapper .jm-marquee .jm-marquee-item {
  white-space: nowrap;
  padding: 0 2rem;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.jm-testimonials-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list {
    overflow: visible !important;
  }
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-testimonials-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
    /*
    height: inherit;
    > div {
        height: 100%;
    }
    */
  }
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin: 0;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li.slick-active button {
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--jm-color-text-primary);
  border-radius: 50%;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button:before {
  display: none;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  background-color: transparent;
  transition: all 0.3s ease;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: var(--jm-color-text-primary);
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: var(--jm-color-secondary);
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "\f060";
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "\f061";
}

.testimonials-feed {
  position: relative;
}
.testimonials-feed .item {
  position: relative;
  background-color: #fcfceb;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item {
    padding: 100px 40px 40px 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item {
    padding: 90px 30px 30px 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item {
    padding: 80px 20px 20px 20px;
  }
}
.testimonials-feed .item:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  transform: translateY(-30%);
  width: 135px;
  height: 101px;
  background: url("../images/helper/icon-quote.svg") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:before {
    left: 40px;
    width: 100px;
    height: 75px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:before {
    left: 30px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:before {
    left: 20px;
  }
}
.testimonials-feed .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-top: 30px solid #fcfceb;
  position: absolute;
  bottom: -30px;
  left: 60px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:after {
    left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:after {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:after {
    left: 20px;
  }
}
.testimonials-feed .item .testimonials-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 50px 0;
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item .testimonials-title {
    margin: 0 0 30px 0;
  }
}
.testimonials-feed .item .testimonials-title img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 50%;
}
.testimonials-feed .item .testimonials-title h4 {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.testimonials-feed .item blockquote {
  margin: 0;
  padding: 0;
}
.testimonials-feed .item blockquote p:last-child {
  margin-bottom: 0;
}

.jm-testimonials-box-wrapper {
  position: relative;
}

.jm-testimonials-box {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background-color: var(--jm-color-bg-secondary);
  border-radius: 8px;
  padding: calc(var(--jm-spacer-y) * 0.5);
}
.jm-testimonials-box blockquote {
  padding: 0;
  margin: 0;
  font-size: var(--jm-font-size);
  position: relative;
}
.jm-testimonials-box blockquote p {
  margin-bottom: 20px;
}
.jm-testimonials-box blockquote > *:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box .testimonials-box-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0 0;
}
.jm-testimonials-box .testimonials-box-footer .title {
  font-family: var(--jm-font-family);
  font-size: var(--jm-font-size);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.jm-testimonials-box .testimonials-box-footer .sub-title {
  font-family: var(--jm-font-family);
  font-size: calc(var(--jm-font-size) - 2px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.jm-testimonials-box .testimonials-box-footer .more-btn {
  margin-left: 40px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}
.jm-testimonials-box .testimonials-box-footer .more-btn:hover {
  color: var(--jm-color-secondary);
}

.jm-recent-news-wrapper {
  position: relative;
}
.jm-recent-news-wrapper .jm-recent-news {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  row-gap: 10px;
}
@media (max-width: 1199.98px) {
  .jm-recent-news-wrapper .jm-recent-news {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 767.98px) {
  .jm-recent-news-wrapper .jm-recent-news {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper {
  padding: 0 20px;
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (max-width: 1199.98px) {
  .jm-recent-news-wrapper .jm-recent-news-box-wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .jm-recent-news-wrapper .jm-recent-news-box-wrapper {
    padding: 0 5px;
  }
}
@media (max-width: 575.98px) {
  .jm-recent-news-wrapper .jm-recent-news-box-wrapper {
    width: 100%;
  }
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box {
  display: flex;
  flex-direction: column;
  gap: calc(var(--jm-spacer-y) * 0.67);
  height: 100%;
  border: 1px solid var(--jm-color-border);
  border-radius: var(--jm-border-radius);
  padding: calc(var(--jm-spacer-y) * 0.5) calc(var(--jm-spacer-x) * 0.5);
  margin: 0;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-thumbnail {
  display: block;
  position: relative;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-thumbnail a {
  display: block;
  z-index: 10;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content {
  position: relative;
  z-index: 10;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content .cat-links {
  margin: 0 0 calc(var(--jm-spacer-y) * 0.5) 0;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content .cat-links a {
  color: var(--jm-color-text-secondary);
  font-size: var(--jm-font-size);
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content .cat-links a:hover {
  color: var(--jm-color-text-primary);
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content h6 {
  margin: 0;
  line-height: 1.38;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content h6 a {
  display: block;
  color: var(--jm-color-text-primary);
  text-decoration: none;
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .post-content h6 a:hover {
  color: var(--jm-color-primary);
}
.jm-recent-news-wrapper .jm-recent-news-box-wrapper .jm-recent-news-box .btn-wrapper {
  margin-top: auto;
}

.jm-youtube-box {
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
  margin-bottom: var(--jm-margin-bottom);
}
.jm-youtube-box > h6 {
  text-transform: uppercase;
  margin: var(--jm-margin-bottom) 0 0 0;
}
.jm-youtube-box .jm-video-wrapper {
  border-radius: 16px;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-x) * 2) 0 rgba(31, 32, 80, 0.15);
}
.jm-youtube-box .jm-video-wrapper iframe {
  border: 0;
  height: 100%;
  width: 100%; /* 100 * 16 / 9 */
  min-width: 100%;
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 {
  padding: 0 0 56.25% 0;
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 {
  padding: 0 0 75% 0;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 16px;
  /*
  width: 177.77777778vh;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  */
  overflow: hidden;
  z-index: 10;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
  display: block;
  width: auto;
  height: 100%;
  border-radius: 16px;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus,
.jm-youtube-box .jm-video-wrapper .ytp-button {
  outline: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 80px;
  margin-left: -50px;
  margin-top: -40px;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 0.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}

.jm-empty-normal {
  height: var(--jm-content-indent-normal);
}

.jm-empty-larger {
  height: var(--jm-content-indent-larger);
}

.jm-empty-large {
  height: var(--jm-content-indent-large);
}

.jm-empty-small {
  height: var(--jm-content-indent-small);
}

.jm-empty-smaller {
  height: var(--jm-content-indent-smaller);
}

.vc_row-o-equal-height .service-box-wrapper.box-mode {
  height: 100%;
  margin: 0 !important;
  padding-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 767.98px) {
  .vc_row-o-equal-height .service-box-wrapper.box-mode {
    padding-bottom: 20px;
  }
}
.vc_row-o-equal-height .service-box-wrapper.box-mode .service-box {
  height: 100%;
}

.service-box-wrapper {
  position: relative;
}
.service-box-wrapper a {
  text-decoration: none;
}
.service-box-wrapper a.service-box {
  align-items: center;
  background-color: var(--jm-color-bg-secondary);
}
.service-box-wrapper a.service-box img {
  margin: 0 auto;
}
.service-box-wrapper a.service-box .service-box-content-wrapper {
  padding: 20px;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text {
  color: var(--jm-color-text-primary);
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text * {
  color: var(--jm-color-text-primary);
}
.service-box-wrapper a.service-box h3 {
  position: relative;
}
.service-box-wrapper .service-box {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}
.service-box-wrapper .service-box .service-box-svg-wrapper {
  display: block;
  margin: 0 auto calc(var(--jm-spacer-y) * 0.5) auto;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper {
  display: block;
  margin: 0 auto calc(var(--jm-spacer-y) * 0.5) auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-content-wrapper > * {
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.service-box-wrapper .service-box .service-box-content-wrapper > *:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper h3 {
  text-align: center;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text {
  display: block;
  padding: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text > *:last-child {
  margin-bottom: 0;
}
.service-box-wrapper .service-box .service-box-content-wrapper .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: auto;
}
.service-box-wrapper .service-box .service-box-content-wrapper .btns .btn {
  margin: 5px 15px;
}
@media (max-width: 991.98px) {
  .service-box-wrapper .service-box .service-box-content-wrapper .btns .btn {
    margin: 2px 5px;
  }
}

.service-svg-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: var(--jm-transition-base);
  padding: 0;
}
@media (max-width: 767.98px) {
  .service-svg-box {
    margin-bottom: var(--jm-spacer-y);
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .service-svg-box.contact-box {
    margin: 0;
  }
}
.service-svg-box.contact-box svg {
  height: 30px;
}
.service-svg-box h2 {
  color: var(--jm-color-text-primary);
  font: normal normal 700 20px/24px var(--jm-font-family);
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  text-align: center;
  margin: 0 0 var(--jm-spacer-y) 0;
}
.service-svg-box svg {
  margin: 0 0 calc(var(--jm-spacer-y) * 0.75) 0;
  width: auto;
  height: 120px;
}
.service-svg-box .btn {
  margin: auto 0 0 0;
}

.service-box-svg {
  position: relative;
  max-width: 420px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .service-box-svg {
    max-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .service-box-svg {
    margin-bottom: 20px;
  }
}
.service-box-svg.trainings {
  padding: calc(var(--bs-gutter-x) * 0.5);
  max-width: initial;
  background-color: #ffffff;
}
.service-box-svg svg {
  margin: 0 30px 0 0;
  width: 60px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.service-box-svg .service-box-svg-content > *:last-child {
  margin-bottom: 0;
}
.service-box-svg .service-box-svg-content .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.jm-gallery-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list {
    overflow: visible;
  }
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-gallery-carousel-wrapper .jm-gallery-carousel.full-width.slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list {
  margin-right: calc(-0.5 * var(--jm-spacer-x));
  margin-left: calc(-0.5 * var(--jm-spacer-x));
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--jm-spacer-x) * 0.5);
  padding-left: calc(var(--jm-spacer-x) * 0.5);
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div,
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div > a {
  display: block !important;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li.slick-active button {
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--jm-color-text-primary);
  border-radius: 50%;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button:before {
  display: none;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  transform: none;
  margin-right: calc(var(--jm-spacer-x) * 0.5);
  margin-left: calc(var(--jm-spacer-x) * 0.5);
  background-color: transparent;
  transition: all 0.3s ease;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:before {
  color: var(--jm-color-text-primary);
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:hover:before {
  color: var(--jm-color-secondary);
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-prev:before {
  content: "\f060";
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-next:before {
  content: "\f061";
}

.jm-photo-collage-wrapper {
  position: relative;
  width: 100%;
}
.jm-photo-collage-wrapper .jm-photo-collage {
  position: relative;
  width: 100%;
  display: flex;
}
.jm-photo-collage-wrapper img {
  position: relative;
  display: block;
  width: 72%;
  height: auto;
  border-radius: var(--jm-border-radius);
}
.jm-photo-collage-wrapper img:first-child {
  z-index: 10;
  margin-top: 45%;
}
.jm-photo-collage-wrapper img:last-child {
  position: absolute;
  top: 0;
}
.jm-photo-collage-wrapper.position-left img:last-child {
  right: 0;
}
.jm-photo-collage-wrapper.position-left .jm-photo-collage {
  align-items: flex-start;
  justify-content: flex-start;
}
.jm-photo-collage-wrapper.position-right img:last-child {
  left: 0;
}
.jm-photo-collage-wrapper.position-right .jm-photo-collage {
  align-items: flex-end;
  justify-content: flex-end;
}

.jm-hero-section-wrapper {
  position: relative;
}
.jm-hero-section-wrapper .jm-hero-section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jm-hero-section-wrapper .jm-hero-section:before {
  content: "";
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}
.jm-hero-section-wrapper .jm-hero-section .jm-hero-section-content {
  position: relative;
  max-width: var(--jm-content-width);
  z-index: 10;
  padding: var(--jm-spacer-y) 0;
}

.jm-rich-section-wrapper {
  position: relative;
}
.jm-rich-section-wrapper .jm-rich-section {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-content {
  text-align: left;
  padding: 0;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image,
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image img {
  display: none;
}
@media (max-width: 991.98px) {
  .jm-rich-section-wrapper .jm-rich-section .jm-rich-section-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.jm-rich-section-wrapper .jm-rich-section .jm-rich-section-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.jm-rich-section-wrapper .jm-rich-section .video-element {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.vc_row-o-equal-height .post-box-wrapper.box-mode,
.vc_row-o-equal-height .post-box-rich-wrapper {
  height: 100%;
  margin: 0 !important;
  padding-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 767.98px) {
  .vc_row-o-equal-height .post-box-wrapper.box-mode,
  .vc_row-o-equal-height .post-box-rich-wrapper {
    padding-bottom: 20px;
  }
}
.vc_row-o-equal-height .post-box-wrapper.box-mode .post-box,
.vc_row-o-equal-height .post-box-wrapper.box-mode .post-box-rich,
.vc_row-o-equal-height .post-box-rich-wrapper .post-box,
.vc_row-o-equal-height .post-box-rich-wrapper .post-box-rich {
  height: 100%;
}

.post-box-wrapper {
  position: relative;
}
.post-box-wrapper .post-box {
  display: flex;
  position: relative;
  border-radius: var(--jm-border-radius);
  background-color: var(--jm-color-bg-secondary);
  transition: var(--jm-transition-base);
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box {
    flex-direction: column;
  }
}
.post-box-wrapper .post-box:hover {
  background-color: var(--jm-color-secondary);
}
.post-box-wrapper .post-box .post-box-video-wrapper,
.post-box-wrapper .post-box .post-box-image-wrapper {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: calc(var(--jm-content-width) * 0.238);
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box .post-box-video-wrapper,
  .post-box-wrapper .post-box .post-box-image-wrapper {
    width: 100%;
  }
}
.post-box-wrapper .post-box .post-box-video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-box-wrapper .post-box .post-box-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-box-wrapper .post-box .post-box-content-wrapper {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: calc(var(--jm-spacer-x) * 1);
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper {
    padding: calc(var(--jm-spacer-y) * 0.5);
  }
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper {
  position: relative;
  font-family: var(--jm-font-family);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
  line-height: 1;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper > a,
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper > span {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 100%;
  color: var(--jm-color-text-primary);
  font-weight: 600;
  text-decoration: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper > a:hover,
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper > span:hover {
  color: var(--jm-color-text-primary);
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper > a *,
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper > span * {
  display: block;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper > a .post-box-title,
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper > span .post-box-title {
  position: relative;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content > *:last-child {
  margin-bottom: 0;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-btn-wrapper {
  margin-top: auto;
}
.post-box-wrapper .post-box .post-box-content-wrapper > *:last-child {
  margin-bottom: 0;
}

.post-box-rich-wrapper {
  position: relative;
}
.post-box-rich-wrapper .post-box-rich {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: calc(var(--jm-spacer-y) * 0.75);
  min-height: 350px;
  border-radius: var(--jm-border-radius);
  overflow: hidden;
  text-decoration: none;
}
.post-box-rich-wrapper .post-box-rich::before {
  content: "";
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: var(--jm-color-primary-hover);
  transition: var(--jm-transition-base);
  opacity: 0;
}
.post-box-rich-wrapper .post-box-rich:hover::before {
  opacity: 1;
}
.post-box-rich-wrapper .post-box-rich:hover .post-box-icon-wrapper svg path {
  fill: #000000;
}
.post-box-rich-wrapper .post-box-rich:hover h6.post-box-title {
  color: #000000;
}
.post-box-rich-wrapper .post-box-rich:hover .post-box-content {
  max-height: 1000px;
  padding-top: 10px;
  color: #000000;
}
.post-box-rich-wrapper .post-box-rich .post-box-video-wrapper,
.post-box-rich-wrapper .post-box-rich .post-box-image-wrapper {
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.post-box-rich-wrapper .post-box-rich .post-box-video-wrapper::before,
.post-box-rich-wrapper .post-box-rich .post-box-image-wrapper::before {
  content: "";
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(39, 32, 24, 0.2);
  z-index: 1;
}
.post-box-rich-wrapper .post-box-rich .post-box-video-wrapper video {
  cursor: auto;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
  border-radius: var(--jm-border-radius);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.post-box-rich-wrapper .post-box-rich .post-box-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--jm-border-radius);
}
.post-box-rich-wrapper .post-box-rich .post-box-icon-wrapper {
  display: block;
  margin-bottom: 20px;
}
.post-box-rich-wrapper .post-box-rich .post-box-icon-wrapper svg {
  display: block;
}
.post-box-rich-wrapper .post-box-rich .post-box-icon-wrapper svg path {
  fill: #ffffff;
  transition: var(--jm-transition-base);
}
.post-box-rich-wrapper .post-box-rich h6.post-box-title {
  color: #ffffff;
  transition: var(--jm-transition-base);
  margin: auto 0 0 0;
}
.post-box-rich-wrapper .post-box-rich .post-box-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: var(--jm-transition-base);
  padding-top: 0;
  line-height: 1.5;
  color: #ffffff;
}
.post-box-rich-wrapper .post-box-rich .post-box-content > *:last-child {
  margin-bottom: 0;
}
.post-box-rich-wrapper .post-box-rich .post-box-content-wrapper {
  z-index: 10;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.post-box-rich-wrapper .post-box-rich .post-box-content-wrapper > *:last-child {
  margin-bottom: 0;
}

.vc_row-o-equal-height .jm-contact-box-wrapper {
  height: 100%;
}

.jm-contact-box-wrapper {
  position: relative;
}
.jm-contact-box-wrapper .jm-contact-box {
  position: relative;
}
.jm-contact-box-wrapper .jm-contact-box h6 {
  color: var(--jm-color-text-secondary);
  font-size: var(--jm-font-size);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.jm-contact-box-wrapper .jm-contact-box .jm-contact-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jm-contact-box-wrapper .jm-contact-box .jm-contact-list li {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.jm-contact-box-wrapper .jm-contact-box .jm-contact-list li i {
  text-align: center;
  width: 30px;
  line-height: inherit;
}
.jm-contact-box-wrapper .jm-contact-box .jm-contact-list li a {
  text-decoration: none;
  word-break: break-all;
  overflow-wrap: break-word;
  flex: 1;
  white-space: normal !important;
}

.resource-box-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 45px 0 35px 0;
  width: 100%;
  height: 100%;
  max-width: initial;
}
@media (max-width: 767.98px) {
  .resource-box-wrapper {
    height: auto;
  }
}
.resource-box-wrapper.aling-center {
  text-align: center;
}
.resource-box-wrapper .resource-box {
  background-color: #ffffff;
  height: 100%;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: var(--jm-transition-base);
  border-radius: var(--jm-border-radius);
  padding: 60px calc(var(--bs-gutter-x) * 0.5) calc(var(--bs-gutter-x) * 0.5) calc(var(--bs-gutter-x) * 0.5);
}
.resource-box-wrapper .resource-box > *:last-child {
  margin-bottom: 0;
}
.resource-box-wrapper .icon-nomber {
  width: 90px;
  height: 90px;
  background-color: #e8e6e6;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  font-size: 38px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.resource-box-wrapper h3 {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .resource-box-wrapper h3 {
    margin-bottom: 10px;
  }
}
.resource-box-wrapper h4 {
  margin-bottom: 6px;
}
.resource-box-wrapper .text {
  width: 100%;
  margin-bottom: 20px;
}
.resource-box-wrapper .text p {
  margin-bottom: 16px;
}
.resource-box-wrapper .text > *:last-child {
  margin-bottom: 0;
}
.resource-box-wrapper .btns {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  row-gap: 6px;
}

.has-border-and-padding > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
  padding-top: var(--jm-spacer-y);
  padding-bottom: var(--jm-spacer-y);
}
@media (max-width: 991.98px) {
  .has-border-and-padding > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: var(--jm-spacer-y);
  }
}
@media (min-width: 992px) {
  .has-border-and-padding > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
    padding-left: var(--jm-spacer-x);
  }
  .has-border-and-padding > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > *:last-child {
    margin-bottom: 0;
  }
}
.has-border-and-padding > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .has-border-and-padding > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
    padding-right: var(--jm-spacer-x);
  }
}

.content-indent {
  padding-top: calc(var(--jm-spacer-y) * 2);
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent.vc_section.vc_section-has-fill + .vc_section {
  padding-top: calc(var(--jm-spacer-y) * 2);
}
.content-indent > .vc_column-inner,
.content-indent > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.content-indent-small {
  padding-top: var(--jm-spacer-y);
  padding-bottom: var(--jm-spacer-y);
}
.content-indent-small.vc_section.vc_section-has-fill, .content-indent-small.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent-small.vc_section.vc_section-has-fill + .vc_section {
  padding-top: var(--jm-spacer-y);
}
.content-indent-small > .vc_column-inner,
.content-indent-small > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.content-indent-bottom {
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.content-indent-small-bottom {
  padding-bottom: var(--jm-spacer-y);
}
.content-indent-small-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.vc_row-o-equal-height:not(.vc_row-o-content-middle):not(.vc_row-o-content-top):not(.vc_row-o-content-bottom) > .wpb_column > .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height:not(.vc_row-o-content-middle):not(.vc_row-o-content-top):not(.vc_row-o-content-bottom) > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

body .wpb_content_element {
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 991.98px) {
  body .wpb_content_element {
    margin-bottom: 20px;
  }
}

.vc_row.overflow-visible[data-vc-full-width] {
  overflow: visible;
}

@media (max-width: 1199.98px) {
  .even-section > .vc_row:has(.vc_col-lg-6),
  .vc_row.even-section:has(.vc_col-lg-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row:has(.vc_col-md-6),
  .vc_row.even-section:has(.vc_col-md-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row:has(.vc_col-sm-6),
  .vc_row.even-section:has(.vc_col-sm-6) {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row > .vc_col-sm-6:first-child,
  .vc_row.even-section > .vc_col-sm-6:first-child {
    order: 20;
  }
}
@media (max-width: 767.98px) {
  .even-section > .vc_row > .vc_col-sm-6:last-child,
  .vc_row.even-section > .vc_col-sm-6:last-child {
    order: 10;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row > .vc_col-md-6:first-child,
  .vc_row.even-section > .vc_col-md-6:first-child {
    order: 20;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row > .vc_col-md-6:last-child,
  .vc_row.even-section > .vc_col-md-6:last-child {
    order: 10;
  }
}
@media (max-width: 1199.98px) {
  .even-section > .vc_row > .vc_col-lg-6:first-child,
  .vc_row.even-section > .vc_col-lg-6:first-child {
    order: 20;
  }
}
@media (max-width: 1199.98px) {
  .even-section > .vc_row > .vc_col-lg-6:last-child,
  .vc_row.even-section > .vc_col-lg-6:last-child {
    order: 10;
  }
}

@media (min-width: 1920px) {
  body .vc_section[data-vc-full-width] > .vc_row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
  }
}

body .wpb_text_column p:has(.btn + .btn) {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}

.vc_empty_space[style="height: 0px"] {
  height: var(--jm-spacer-y) !important;
}

body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: var(--jm-border-radius);
}
body .wpb_single_image .vc_single_image-wrapper.vc_box_shadow {
  border-radius: var(--jm-border-radius);
}

.resource-library-search-wrapper {
  position: relative;
  margin: 0 auto calc(var(--jm-spacer-y) * 0.75) auto;
  padding: 0;
}
.resource-library-search-wrapper .resource-library-search-form {
  display: flex;
  justify-content: center;
}
.resource-library-search-wrapper .resource-library-search-form .resource-library-search {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
  overflow: hidden;
}
.resource-library-search-wrapper .resource-library-search-form .resource-library-search .search-field-wrapper {
  flex-grow: 1;
}
.resource-library-search-wrapper .resource-library-search-form .resource-library-search .search-field-wrapper input.search-field {
  width: 100%;
  padding: 15px 0 15px 18px;
  border: none;
  border-radius: var(--jm-border-radius) 0 0 var(--jm-border-radius);
  font-size: 16px;
  line-height: 20px;
  outline: none;
}
.resource-library-search-wrapper .resource-library-search-form .resource-library-search .search-field-wrapper input.search-field::placeholder {
  color: #777777;
}
.resource-library-search-wrapper .resource-library-search-form .resource-library-search .search-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.resource-library-search-wrapper .resource-library-search-form .resource-library-search .search-submit-wrapper .search-submit {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  color: var(--jm-color-text-primary);
}
.resource-library-search-wrapper .resource-library-search-form .resource-library-search .search-submit-wrapper .search-submit:hover {
  color: var(--jm-color-text-primary);
}

.resource-library-filter-wrapper {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
}
@media (max-width: 991.98px) {
  .resource-library-filter-wrapper {
    margin: 0 auto calc(var(--jm-spacer-y) * 1) auto;
  }
}
.resource-library-filter-wrapper .resource-library-filter-mobile-header {
  display: none;
}
@media (max-width: 991.98px) {
  .resource-library-filter-wrapper .resource-library-filter-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
}
.resource-library-filter-wrapper .resource-library-filter-mobile-header h6 {
  margin: 0;
}
@media (max-width: 991.98px) {
  .resource-library-filter-wrapper .resource-library-filter {
    transition: var(--jm-transition-base);
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
}
.resource-library-filter-wrapper .resource-library-filter.is-open {
  margin: 20px 0 0 0;
}
.resource-library-filter-wrapper .filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resource-library-filter-wrapper .filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.resource-library-filter-wrapper .filters .filter-group label {
  font-size: 14px;
  padding-left: 8px;
}
@media (max-width: 991.98px) {
  .resource-library-filter-wrapper .filters .filter-group label {
    padding-left: 0;
  }
}
.resource-library-filter-wrapper .filters .filter-group select {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 18px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--jm-color-form-base);
  border-radius: var(--jm-border-radius);
  outline: none;
  background-color: #ffffff;
}
.resource-library-filter-wrapper .filters .filter-group select:focus, .resource-library-filter-wrapper .filters .filter-group select:active {
  border-color: var(--jm-color-form-accent);
}
.resource-library-filter-wrapper .filters .filter-group select:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.resource-library-filter-wrapper .filters .filter-group-btn {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.resource-library-filter-wrapper .filters .filter-group-btn > * {
  flex: 1;
}
.resource-library-filter-wrapper .filters .filter-group-btn .btn {
  text-align: center;
  justify-content: center;
}

.resource-library-directory-wrapper {
  position: relative;
}
.resource-library-directory-wrapper .resource-library-directory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: var(--jm-spacer-x);
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .resource-library-directory-wrapper .resource-library-directory {
    grid-template-columns: repeat(1, 1fr);
  }
}
.resource-library-directory-wrapper .resource-wrapper {
  position: relative;
  border-radius: var(--jm-border-radius);
  background-color: var(--jm-color-bg-secondary);
  transition: var(--jm-transition-base);
  padding: calc(var(--jm-spacer-x) * 0.75);
}
.resource-library-directory-wrapper .resource-wrapper:hover {
  background-color: var(--jm-color-secondary);
}
.resource-library-directory-wrapper .resource-wrapper:hover .resource-format-wrapper .resource-format {
  border-color: var(--jm-color-text-primary);
}
.resource-library-directory-wrapper .resource-wrapper .resource {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resource-library-directory-wrapper .resource-wrapper .resource-title {
  margin-bottom: 10px;
}
.resource-library-directory-wrapper .resource-wrapper .resource-date {
  font-size: var(--jm-font-size);
  margin-bottom: 14px;
}
.resource-library-directory-wrapper .resource-wrapper .resource-format-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 6px;
  margin-bottom: 14px;
}
.resource-library-directory-wrapper .resource-wrapper .resource-format-wrapper .resource-format {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
  font-size: var(--jm-font-size);
  padding: 5px 16px;
  transition: var(--jm-transition-base);
}
.resource-library-directory-wrapper .resource-wrapper .resource-description-wrapper {
  position: relative;
  margin-bottom: 14px;
}
.resource-library-directory-wrapper .resource-wrapper .resource-bottom-wrapper {
  margin-top: auto;
}
.resource-library-directory-wrapper .resource-wrapper .resource-bottom-wrapper .btn {
  min-height: auto;
  padding: 11px 38px;
}

.trainings-search-wrapper {
  position: relative;
  margin: 0 auto calc(var(--jm-spacer-y) * 0.75) auto;
  padding: 0;
}
.trainings-search-wrapper .trainings-search-form {
  display: flex;
  justify-content: center;
}
.trainings-search-wrapper .trainings-search-form .trainings-search {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
  overflow: hidden;
}
.trainings-search-wrapper .trainings-search-form .trainings-search .search-field-wrapper {
  flex-grow: 1;
}
.trainings-search-wrapper .trainings-search-form .trainings-search .search-field-wrapper input.search-field {
  width: 100%;
  padding: 15px 0 15px 18px;
  border: none;
  border-radius: var(--jm-border-radius) 0 0 var(--jm-border-radius);
  font-size: 16px;
  line-height: 20px;
  outline: none;
}
.trainings-search-wrapper .trainings-search-form .trainings-search .search-field-wrapper input.search-field::placeholder {
  color: #777777;
}
.trainings-search-wrapper .trainings-search-form .trainings-search .search-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.trainings-search-wrapper .trainings-search-form .trainings-search .search-submit-wrapper .search-submit {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  color: var(--jm-color-text-primary);
}
.trainings-search-wrapper .trainings-search-form .trainings-search .search-submit-wrapper .search-submit:hover {
  color: var(--jm-color-text-primary);
}

.trainings-filter-wrapper {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
}
@media (max-width: 991.98px) {
  .trainings-filter-wrapper {
    margin: 0 auto calc(var(--jm-spacer-y) * 1) auto;
  }
}
.trainings-filter-wrapper .trainings-filter-mobile-header {
  display: none;
}
@media (max-width: 991.98px) {
  .trainings-filter-wrapper .trainings-filter-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
}
.trainings-filter-wrapper .trainings-filter-mobile-header h6 {
  margin: 0;
}
@media (max-width: 991.98px) {
  .trainings-filter-wrapper .trainings-filter {
    transition: var(--jm-transition-base);
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
}
.trainings-filter-wrapper .trainings-filter.is-open {
  margin: 20px 0 0 0;
}
.trainings-filter-wrapper .filters {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trainings-filter-wrapper .filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.trainings-filter-wrapper .filters .filter-group label {
  font-size: 14px;
  padding-left: 8px;
}
@media (max-width: 991.98px) {
  .trainings-filter-wrapper .filters .filter-group label {
    padding-left: 0;
  }
}
.trainings-filter-wrapper .filters .filter-group select {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 18px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--jm-color-form-base);
  border-radius: var(--jm-border-radius);
  outline: none;
  background-color: #ffffff;
}
.trainings-filter-wrapper .filters .filter-group select:focus, .trainings-filter-wrapper .filters .filter-group select:active {
  border-color: var(--jm-color-form-accent);
}
.trainings-filter-wrapper .filters .filter-group select:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.trainings-filter-wrapper .filters .filter-group-btn {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.trainings-filter-wrapper .filters .filter-group-btn > * {
  flex: 1;
}
.trainings-filter-wrapper .filters .filter-group-btn .btn {
  text-align: center;
  justify-content: center;
}

.trainings-directory-wrapper {
  position: relative;
}
.trainings-directory-wrapper .trainings-directory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: var(--jm-spacer-x);
  align-items: stretch;
}
@media (max-width: 1399.98px) {
  .trainings-directory-wrapper .trainings-directory {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .trainings-directory-wrapper .trainings-directory {
    grid-template-columns: repeat(1, 1fr);
  }
}
.trainings-directory-wrapper .training-wrapper {
  position: relative;
  border-radius: var(--jm-border-radius);
  background-color: var(--jm-color-bg-secondary);
  transition: var(--jm-transition-base);
  overflow: hidden;
}
.trainings-directory-wrapper .training-wrapper:hover {
  background-color: var(--jm-color-secondary);
}
.trainings-directory-wrapper .training-wrapper:hover .resource-format-wrapper .resource-format {
  border-color: var(--jm-color-text-primary);
}
.trainings-directory-wrapper .training-wrapper .training {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.trainings-directory-wrapper .training-wrapper .training .training-thumbnail-wrapper {
  flex-shrink: 0;
}
.trainings-directory-wrapper .training-wrapper .training .training-content-wrapper {
  height: 100%;
  padding: calc(var(--jm-spacer-x) * 0.75);
  display: flex;
  flex-direction: column;
}
.trainings-directory-wrapper .training-wrapper .training-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 540/350;
  width: 100%;
  height: auto;
}
.trainings-directory-wrapper .training-wrapper .training-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.trainings-directory-wrapper .training-wrapper .training-format-icons {
  position: absolute;
  left: calc(var(--jm-spacer-x) * 0.5);
  top: calc(var(--jm-spacer-y) * 0.5);
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.trainings-directory-wrapper .training-wrapper .training-format-icons i {
  font-size: 16px;
  line-height: 16px;
  display: block;
  color: #ffffff;
}
.trainings-directory-wrapper .training-wrapper .training-logo-wrapper {
  position: absolute;
  right: calc(var(--jm-spacer-x) * 0.5);
  bottom: calc(var(--jm-spacer-y) * 0.5);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px;
}
.trainings-directory-wrapper .training-wrapper .training-logo-wrapper svg {
  display: block;
  width: 64px;
  height: auto;
}
.trainings-directory-wrapper .training-wrapper .training-title {
  font-size: calc(var(--jm-font-size) + 2px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.trainings-directory-wrapper .training-wrapper .training-date {
  font-size: var(--jm-font-size);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.trainings-directory-wrapper .training-wrapper .training-format-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 6px;
  margin-bottom: 14px;
}
.trainings-directory-wrapper .training-wrapper .training-format-wrapper .resource-format {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
  font-size: var(--jm-font-size);
  padding: 5px 16px;
  transition: var(--jm-transition-base);
}
.trainings-directory-wrapper .training-wrapper .training-description-wrapper {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.trainings-directory-wrapper .training-wrapper .training-separator {
  height: calc(var(--jm-spacer-y) * 1);
}
.trainings-directory-wrapper .training-wrapper .training-buttons-wrapper {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 12px;
  align-items: stretch;
}
.trainings-directory-wrapper .training-wrapper .training-buttons-wrapper .btn {
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  justify-content: center;
}
.trainings-directory-wrapper .training-wrapper .training-buttons-wrapper .btn:last-child:nth-child(odd) {
  grid-column: span 2;
}

.trainings-upcoming-wrapper {
  position: relative;
}
.trainings-upcoming-wrapper .trainings-upcoming-featured {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-x) * 1.5);
}
.trainings-upcoming-wrapper .trainings-upcoming {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: calc(var(--jm-spacer-x) * 0.75);
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .trainings-upcoming-wrapper .trainings-upcoming {
    grid-template-columns: repeat(1, 1fr);
  }
}
.trainings-upcoming-wrapper .training-featured-wrapper {
  position: relative;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured {
  position: relative;
  background-color: var(--jm-color-bg-secondary);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(var(--jm-content-width) * 0.4166);
  border-radius: var(--jm-border-radius);
  overflow: hidden;
  padding: calc(var(--jm-spacer-x) * 2);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .trainings-upcoming-wrapper .training-featured-wrapper .training-featured {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    padding: 20px;
  }
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured::before {
  content: "";
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured > * {
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: start;
}
@media (max-width: 767.98px) {
  .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-bottom-left {
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: end;
}
@media (max-width: 767.98px) {
  .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-bottom-left {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-bottom-right {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: end;
}
@media (max-width: 767.98px) {
  .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-bottom-right {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left h1, .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left h2, .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left h3, .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left h4, .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left h5, .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left h6 {
  color: #ffffff;
  font-family: var(--jm-font-family);
  font-weight: 600;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left p {
  font-size: var(--jm-h6-font-size);
  font-weight: 500;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left > * {
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-top-left > *:last-child {
  margin-bottom: 0;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-bottom-left .training-label {
  color: #ffffff;
  font-size: var(--jm-h6-font-size);
  font-family: var(--jm-font-family);
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-overlay-bottom-left h6 {
  color: #ffffff;
  font-size: var(--jm-h1-font-size);
  font-family: var(--jm-font-family);
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  gap: calc(var(--jm-spacer-x) * 0.5);
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-buttons-wrapper .btn {
  color: #ffffff;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  justify-content: center;
  background-color: transparent;
}
.trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-buttons-wrapper .btn:hover, .trainings-upcoming-wrapper .training-featured-wrapper .training-featured .training-buttons-wrapper .btn:focus {
  color: #ffffff;
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
}

.training-upcoming-wrapper {
  position: relative;
  border-radius: var(--jm-border-radius);
  background-color: var(--jm-color-bg-secondary);
  transition: var(--jm-transition-base);
  overflow: hidden;
}
.training-upcoming-wrapper:hover {
  background-color: var(--jm-color-secondary);
}
.training-upcoming-wrapper:hover .resource-format-wrapper .resource-format {
  border-color: var(--jm-color-text-primary);
}
.training-upcoming-wrapper .training-upcoming {
  display: flex;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .training-upcoming-wrapper .training-upcoming {
    flex-direction: column;
  }
}
.training-upcoming-wrapper .training-upcoming .training-thumbnail-wrapper {
  flex-shrink: 0;
}
.training-upcoming-wrapper .training-upcoming .training-content-wrapper {
  width: 100%;
  padding: calc(var(--jm-spacer-x) * 1);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399.98px) {
  .training-upcoming-wrapper .training-upcoming .training-content-wrapper {
    padding: calc(var(--jm-spacer-y) * 0.5);
    height: 100%;
  }
}
.training-upcoming-wrapper .training-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  width: calc(var(--jm-content-width) * 0.238);
}
@media (max-width: 1399.98px) {
  .training-upcoming-wrapper .training-thumbnail-wrapper {
    width: 100%;
  }
}
.training-upcoming-wrapper .training-thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training-upcoming-wrapper .training-title {
  font-size: var(--jm-h6-font-size);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.training-upcoming-wrapper .training-description-wrapper {
  position: relative;
  font-size: calc(var(--jm-font-size) + 2px);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.training-upcoming-wrapper .training-description-wrapper > * {
  margin-bottom: 10px;
}
.training-upcoming-wrapper .training-description-wrapper > *:last-child {
  margin-bottom: 0;
}
.training-upcoming-wrapper .training-buttons-wrapper {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
.training-upcoming-wrapper .training-buttons-wrapper .btn {
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  justify-content: center;
}

.trainings-upcoming-slider-section-wrapper {
  position: relative;
}
.trainings-upcoming-slider-section-wrapper .trainings-upcoming-slider-title-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: var(--jm-spacer-x);
}
.trainings-upcoming-slider-section-wrapper .trainings-upcoming-slider-title-wrapper h4 {
  font-family: var(--jm-font-family);
  font-weight: 400;
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.trainings-upcoming-slider-section-wrapper .trainings-upcoming-slider-title-wrapper h4 * {
  display: block;
}
.trainings-upcoming-slider-section-wrapper .trainings-upcoming-slider-title-wrapper .rich-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--jm-color-text-primary);
  text-decoration: none;
  margin-left: auto;
}
.trainings-upcoming-slider-section-wrapper .trainings-upcoming-slider-title-wrapper .rich-link:hover::after, .trainings-upcoming-slider-section-wrapper .trainings-upcoming-slider-title-wrapper .rich-link:focus::after {
  border-color: var(--jm-color-text-primary);
  background-color: var(--jm-color-text-primary);
  color: #ffffff;
}
.trainings-upcoming-slider-section-wrapper .trainings-upcoming-slider-title-wrapper .rich-link::after {
  content: "\f105";
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: var(--jm-color-text-primary);
  transition: var(--jm-transition-base);
  flex-shrink: 0;
}

.trainings-upcoming-carousel-wrapper {
  position: relative;
}
.trainings-upcoming-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: var(--jm-spacer-y);
}
.trainings-upcoming-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  transition: var(--jm-transition-base);
}
.trainings-upcoming-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: var(--jm-color-text-primary);
  opacity: 1;
  font-size: 16px;
  transition: var(--jm-transition-base);
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.trainings-upcoming-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover {
  border: 1px solid var(--jm-color-text-primary);
  background-color: var(--jm-color-text-primary);
}
.trainings-upcoming-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: #ffffff;
}
.trainings-upcoming-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "\f104";
}
.trainings-upcoming-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "\f105";
}

.trainings-upcoming-carousel {
  position: relative;
}
.trainings-upcoming-carousel.slick-slider .slick-list {
  overflow: visible !important;
  margin-right: calc(-0.5 * var(--jm-spacer-x));
  margin-left: calc(-0.5 * var(--jm-spacer-x));
}
.trainings-upcoming-carousel.slick-slider .slick-list .slick-track {
  display: flex;
}
.trainings-upcoming-carousel.slick-slider .slick-list .slick-track .slick-slide {
  height: auto;
  position: relative;
  padding-right: calc(var(--jm-spacer-x) * 0.5);
  padding-left: calc(var(--jm-spacer-x) * 0.5);
  margin: 0;
}
.trainings-upcoming-carousel.slick-slider .slick-list .slick-track .slick-slide > div,
.trainings-upcoming-carousel.slick-slider .slick-list .slick-track .slick-slide > div > div {
  height: 100%;
}
.trainings-upcoming-carousel .training-upcoming-wrapper {
  position: relative;
  border-radius: var(--jm-border-radius);
  background-color: var(--jm-color-bg-secondary);
  transition: var(--jm-transition-base);
  overflow: hidden;
}
.trainings-upcoming-carousel .training-upcoming-wrapper:hover {
  background-color: var(--jm-color-secondary);
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-upcoming {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-upcoming .training-thumbnail-wrapper {
  flex-shrink: 0;
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-upcoming .training-content-wrapper {
  width: 100%;
  height: 100%;
  padding: calc(var(--jm-spacer-x) * 0.75);
  display: flex;
  flex-direction: column;
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-thumbnail-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-title {
  font-size: var(--jm-h6-font-size);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-description-wrapper {
  position: relative;
  font-size: calc(var(--jm-font-size) + 2px);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-description-wrapper > * {
  margin-bottom: 10px;
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-description-wrapper > *:last-child {
  margin-bottom: 0;
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-buttons-wrapper {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}
.trainings-upcoming-carousel .training-upcoming-wrapper .training-buttons-wrapper .btn {
  min-height: auto;
  padding: 11px 40px;
  text-align: center;
  justify-content: center;
}

.programs-categories-wrapper {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
@media (max-width: 991.98px) {
  .programs-categories-wrapper {
    margin: 0 auto calc(var(--jm-spacer-y) * 1) auto;
  }
}
.programs-categories-wrapper {
  position: relative;
  margin: 0 auto calc(var(--jm-spacer-y) * 1) auto;
}
.programs-categories-wrapper .programs-categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .programs-categories-wrapper .programs-categories {
    gap: 8px;
  }
}
.programs-categories-wrapper .programs-categories .programs-category-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 12px 16px;
  margin: 0;
  font-family: var(--jm-font-family-heading-secondary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  justify-content: center;
  flex: 1;
}
.programs-categories-wrapper .programs-categories .programs-category-btn::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.programs-categories-wrapper .programs-categories .programs-category-btn:hover, .programs-categories-wrapper .programs-categories .programs-category-btn:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
  background-color: var(--jm-color-bg-inverse);
  box-shadow: none;
}
.programs-categories-wrapper .programs-categories .programs-category-btn:active {
  box-shadow: none;
}
.programs-categories-wrapper .programs-categories .programs-category-btn:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.programs-categories-wrapper .programs-categories .programs-category-btn:disabled:hover, .programs-categories-wrapper .programs-categories .programs-category-btn:disabled:focus {
  box-shadow: none;
}
.programs-categories-wrapper .programs-categories .programs-category-btn:hover, .programs-categories-wrapper .programs-categories .programs-category-btn:focus {
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border-color: var(--jm-color-primary);
}
.programs-categories-wrapper .programs-categories .programs-category-btn.active .category-icon svg path {
  fill: var(--jm-color-primary);
}
.programs-categories-wrapper .programs-categories .programs-category-btn .category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 20px;
}
.programs-categories-wrapper .programs-categories .programs-category-btn .category-icon svg {
  display: block;
  width: auto;
  height: 100%;
}
.programs-categories-wrapper .programs-categories .programs-category-btn .category-icon svg path {
  fill: var(--jm-color-text-primary);
}
.programs-categories-wrapper .programs-categories .programs-category-btn .category-label {
  white-space: nowrap;
}
.programs-categories-wrapper .programs-categories .programs-category-btn:hover {
  border-color: var(--jm-color-primary);
  background-color: var(--jm-color-bg-secondary);
}
.programs-categories-wrapper .programs-categories .programs-category-btn.active {
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
  color: #fff;
}
.programs-categories-wrapper .programs-categories .programs-category-btn.active:hover {
  background-color: var(--jm-color-text-primary);
  border-color: var(--jm-color-text-primary);
  opacity: 0.9;
}

.programs-filter-wrapper {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
}
@media (max-width: 991.98px) {
  .programs-filter-wrapper {
    margin: 0 auto calc(var(--jm-spacer-y) * 1) auto;
  }
}
.programs-filter-wrapper .programs-filter-mobile-header {
  display: none;
}
@media (max-width: 991.98px) {
  .programs-filter-wrapper .programs-filter-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
}
.programs-filter-wrapper .programs-filter-mobile-header h6 {
  margin: 0;
}
@media (max-width: 991.98px) {
  .programs-filter-wrapper .programs-filter {
    transition: var(--jm-transition-base);
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
}
.programs-filter-wrapper .programs-filter.is-open {
  margin: 20px 0 0 0;
}
.programs-filter-wrapper .filters {
  display: flex;
  flex-direction: column;
  gap: calc(var(--jm-spacer-y) * 0.75);
}
.programs-filter-wrapper .filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.programs-filter-wrapper .filters .filter-group label {
  font-size: 14px;
  padding-left: 8px;
}
@media (max-width: 991.98px) {
  .programs-filter-wrapper .filters .filter-group label {
    padding-left: 0;
  }
}
.programs-filter-wrapper .filters .filter-group select {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 0 18px;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid var(--jm-color-form-base);
  border-radius: var(--jm-border-radius);
  outline: none;
  background-color: #ffffff;
}
.programs-filter-wrapper .filters .filter-group select:focus, .programs-filter-wrapper .filters .filter-group select:active {
  border-color: var(--jm-color-form-accent);
}
.programs-filter-wrapper .filters .filter-group select:disabled {
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.programs-filter-wrapper .filters .filter-group-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.programs-filter-wrapper .filters .filter-group-checkboxes:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-group-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--jm-color-text-primary);
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-group-label:hover {
  color: #00558C;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-checkboxes .filter-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  transition: var(--jm-transition-base);
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-checkboxes .filter-checkbox-label:hover {
  color: var(--jm-color-primary);
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-checkboxes .filter-checkbox-label:hover input[type=checkbox] {
  accent-color: var(--jm-color-primary-hover);
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-checkboxes .filter-checkbox-label input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 0.2em;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--jm-color-primary-hover);
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-checkboxes .filter-checkbox-label span {
  flex: 1;
  user-select: none;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle-wrapper {
  display: flex;
  justify-content: flex-start;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 12px 16px;
  margin: 0;
  font-family: var(--jm-font-family-heading-secondary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  min-height: auto;
  font-size: 16px;
  padding: 6px 14px;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle:hover, .programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
  background-color: var(--jm-color-bg-inverse);
  box-shadow: none;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle:active {
  box-shadow: none;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle:disabled:hover, .programs-filter-wrapper .filters .filter-group-checkboxes .filter-toggle:disabled:focus {
  box-shadow: none;
}
.programs-filter-wrapper .filters .filter-group-btn {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.programs-filter-wrapper .filters .filter-group-btn > * {
  flex: 1;
}
.programs-filter-wrapper .filters .filter-group-btn .btn {
  text-align: center;
  justify-content: center;
}

.programs-directory-wrapper {
  position: relative;
}
.programs-directory-wrapper .programs-directory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: var(--jm-spacer-x);
  align-items: stretch;
}
@media (max-width: 1199.98px) {
  .programs-directory-wrapper .programs-directory {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991.98px) {
  .programs-directory-wrapper .programs-directory {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .programs-directory-wrapper .programs-directory {
    grid-template-columns: repeat(1, 1fr);
  }
}
.programs-directory-wrapper .program-excerpt-wrapper {
  position: relative;
  border-radius: var(--jm-border-radius);
  background-color: var(--jm-color-bg-secondary);
  transition: var(--jm-transition-base);
  padding: calc(var(--jm-spacer-x) * 0.75);
}
.programs-directory-wrapper .program-excerpt-wrapper:hover {
  background-color: var(--jm-color-secondary);
}
.programs-directory-wrapper .program-excerpt-wrapper:hover .resource-format-wrapper .resource-format {
  border-color: var(--jm-color-text-primary);
}
.programs-directory-wrapper .program-excerpt-wrapper .program-excerpt {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.programs-directory-wrapper .program-excerpt-wrapper .program-title {
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.programs-directory-wrapper .program-excerpt-wrapper .program-title a {
  text-decoration: none;
  color: var(--jm-color-text-primary);
}
.programs-directory-wrapper .program-excerpt-wrapper .program-description-wrapper {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.programs-directory-wrapper .program-excerpt-wrapper .program-btn-wrapper {
  margin-top: auto;
  padding: 10px 0 0 0;
}
.programs-directory-wrapper .program-excerpt-wrapper .program-btn-wrapper .btn {
  min-height: auto;
  padding: 11px 38px;
}

.program-above-wrapper {
  position: relative;
  padding-bottom: var(--jm-spacer-y);
  border-bottom: 1px solid var(--jm-color-border);
  margin-bottom: var(--jm-spacer-y);
}
.program-above-wrapper .program-above {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.program-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .program-wrapper .program:has(.program-image-wrapper) {
    flex-direction: column;
  }
}
.program-wrapper .program:has(.program-image-wrapper) .program-details-wrapper {
  width: 50%;
}
@media (max-width: 991.98px) {
  .program-wrapper .program:has(.program-image-wrapper) .program-details-wrapper {
    width: 100%;
  }
}
.program-wrapper .program:has(.program-image-wrapper) .program-image-wrapper {
  width: 50%;
}
@media (max-width: 991.98px) {
  .program-wrapper .program:has(.program-image-wrapper) .program-image-wrapper {
    width: 100%;
  }
}
.program-wrapper .program {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--jm-spacer-x) * -1);
  margin-right: calc(var(--jm-spacer-x) * -1);
  row-gap: var(--jm-spacer-y);
}
.program-wrapper .program .program-details-wrapper,
.program-wrapper .program .program-image-wrapper {
  width: 100%;
  position: relative;
  padding-left: calc(var(--jm-spacer-x) * 1);
  padding-right: calc(var(--jm-spacer-x) * 1);
}
.program-wrapper .program .program-additional-content {
  position: relative;
  width: 100%;
  padding-left: calc(var(--jm-spacer-x) * 1);
  padding-right: calc(var(--jm-spacer-x) * 1);
}
@media (max-width: 991.98px) {
  .program-wrapper .program .program-additional-content {
    order: 2;
  }
}
.program-wrapper .program .program-details-wrapper {
  position: relative;
}
.program-wrapper .program .program-details-wrapper > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .program-wrapper .program .program-details-wrapper {
    order: 1;
  }
}
.program-wrapper .program .program-image-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .program-wrapper .program .program-image-wrapper {
    order: 3;
  }
}
.program-wrapper .program .program-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--jm-border-radius);
}
.program-wrapper .program .program-additional-fields {
  position: relative;
}
.program-wrapper .program .program-field {
  position: relative;
  display: block;
  margin-bottom: calc(var(--jm-spacer-y) * 0.75);
}
.program-wrapper .program .program-field h6 {
  margin-bottom: calc(var(--jm-spacer-y) * 0.3);
}
.program-wrapper .program .program-field > *:last-child {
  margin-bottom: 0;
}

.programs-search-wrapper {
  position: relative;
  margin: 0 auto calc(var(--jm-spacer-y) * 0.75) auto;
  padding: 0;
}
.programs-search-wrapper .programs-search-form {
  display: flex;
  justify-content: center;
}
.programs-search-wrapper .programs-search-form .programs-search {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
  overflow: hidden;
}
.programs-search-wrapper .programs-search-form .programs-search .search-field-wrapper {
  flex-grow: 1;
}
.programs-search-wrapper .programs-search-form .programs-search .search-field-wrapper input.search-field {
  width: 100%;
  padding: 15px 0 15px 18px;
  border: none;
  border-radius: var(--jm-border-radius) 0 0 var(--jm-border-radius);
  font-size: 16px;
  line-height: 20px;
  outline: none;
}
.programs-search-wrapper .programs-search-form .programs-search .search-field-wrapper input.search-field::placeholder {
  color: #777777;
}
.programs-search-wrapper .programs-search-form .programs-search .search-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.programs-search-wrapper .programs-search-form .programs-search .search-submit-wrapper .search-submit {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  color: var(--jm-color-text-primary);
}
.programs-search-wrapper .programs-search-form .programs-search .search-submit-wrapper .search-submit:hover {
  color: var(--jm-color-text-primary);
}

/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  color: var(--jm-color-text-primary);
  font-family: var(--jm-font-family);
  font-size: var(--jm-font-size);
  font-weight: var(--jm-font-weight);
  line-height: var(--jm-line-height);
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: var(--jm-color-bg-primary);
}

td, th {
  color: var(--jm-color-text-primary);
  text-align: left;
  vertical-align: top;
}

hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  border-bottom: 1px solid var(--jm-color-text-primary);
}

a {
  color: #00558C;
  transition: var(--jm-transition-base);
  text-decoration: underline;
}
a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6,
p, hr {
  margin: 0 0 var(--jm-margin-bottom) 0;
  padding: 0;
}

ul, ol, blockquote {
  margin-bottom: var(--jm-margin-bottom);
}

h1 {
  color: var(--jm-color-text-primary);
  font: 300 var(--jm-h1-font-size)/1.2 var(--jm-font-family-heading);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: -0.1em;
}

h2 {
  color: var(--jm-color-text-primary);
  font: 300 var(--jm-h2-font-size)/1.2 var(--jm-font-family-heading);
}
h2.vc_custom_heading {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: var(--jm-spacer-y);
}
h2 a {
  color: var(--jm-color-text-primary);
  text-decoration: none;
}

h3 {
  color: var(--jm-color-text-primary);
  font: 400 var(--jm-h3-font-size)/1.3 var(--jm-font-family-heading);
}

h4 {
  color: var(--jm-color-text-primary);
  font: 400 var(--jm-h4-font-size)/1.3 var(--jm-font-family-heading);
}

h5 {
  color: var(--jm-color-text-primary);
  font: 400 var(--jm-h5-font-size)/1.2 var(--jm-font-family-heading);
}

h6 {
  color: var(--jm-color-text-primary);
  font: 600 var(--jm-h6-font-size)/1.2 var(--jm-font-family);
}

.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
  overflow: hidden;
}
.site .site-wrapper {
  flex: 1 0 auto;
}

body.toggled .site {
  position: fixed;
  height: 100.01%;
  width: 100%;
}

.site-content {
  position: relative;
  z-index: 40;
}

.inverted * {
  color: var(--jm-color-text-inverse);
}
.inverted a:not(.btn) {
  color: var(--jm-color-text-inverse);
}
.inverted a:not(.btn):hover {
  color: var(--jm-color-secondary);
}

.title-indent {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}

.content-area,
.widget-area {
  margin: calc(var(--jm-spacer-y) * 2) 0;
  /*
  .wpb-post & {
    margin-top: 0;
    margin-bottom: 0;
  }
   */
}
.content-area.content-area-narrow,
.widget-area.content-area-narrow {
  max-width: var(--jm-content-width-narrow);
  margin-left: auto;
  margin-right: auto;
}
.home .content-area,
.home .widget-area {
  margin: 0;
}

.wpb_raw_code:has(.start-with-category) {
  height: 100%;
  margin: 0 !important;
  padding-bottom: calc(var(--jm-spacer-y) * 1);
}
.wpb_raw_code:has(.start-with-category) > .wpb_wrapper {
  height: 100%;
}

.start-with-category {
  position: relative;
  border-radius: var(--jm-border-radius);
  border: 1px solid var(--jm-color-border);
  padding: var(--jm-spacer-y);
  height: 100%;
  min-height: 250px;
  overflow: hidden;
}
.start-with-category h6 {
  font-weight: 400;
}
.start-with-category::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: var(--jm-spacer-x);
  background-image: url("../images/bg-search.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 330/180;
  width: 62%;
  max-width: 330px;
}
.start-with-category::after {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: var(--jm-font-size);
  position: absolute;
  bottom: calc(var(--jm-spacer-y) * 1.25);
  right: calc(var(--jm-spacer-x) * 1.25);
}

.jm-section-title-wrapper {
  margin-bottom: calc(var(--jm-spacer-y) * 1.25);
}
.jm-section-title-wrapper h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--jm-color-primary);
  margin: 0 0 20px 0;
  text-align: center;
  font-family: var(--jm-font-family);
}
.jm-section-title-wrapper h2 {
  margin: 0;
  text-align: center;
  font-weight: 400;
}

.jm-universal-container-wrapper.icon-group .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
@media (max-width: 1199.98px) {
  .jm-universal-container-wrapper.icon-group .wpb_wrapper {
    flex-wrap: wrap;
  }
}
.jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  width: auto;
  height: auto;
  margin: 20px auto;
}
@media (max-width: 767.98px) {
  .jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box {
    width: 250px;
    flex: 0 0 auto;
  }
}
.jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box svg {
  height: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1599.98px) {
  .jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box svg {
    margin-bottom: 40px;
  }
}
@media (max-width: 1399.98px) {
  .jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box svg {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box svg {
    margin-bottom: 20px;
  }
}
.jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box h2 {
  color: #ffffff;
  font: normal normal 400 25px/1.5 var(--jm-font-family);
  margin: 0;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box h2 {
    font-size: 23px;
  }
}
@media (max-width: 1199.98px) {
  .jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box h2 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .jm-universal-container-wrapper.icon-group .wpb_wrapper .service-svg-box h2 {
    font-size: 18px;
  }
}

.sponsors-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .sponsors-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .sponsors-wrapper {
    flex-direction: column;
  }
}
.sponsors-wrapper h2 {
  color: #e8e6e6;
  font-size: 56px;
  font-weight: 700;
  border-right: 2px solid #deeae7;
  font-family: var(--jm-font-family);
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
}
@media (max-width: 1199.98px) {
  .sponsors-wrapper h2 {
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 40px;
    text-align: center;
    border: none;
  }
}
.sponsors-wrapper img {
  display: block;
  margin-right: 40px;
}
.sponsors-wrapper img:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .sponsors-wrapper img {
    margin: 0 auto 20px auto;
  }
  .sponsors-wrapper img:last-child {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .has-bg-image.wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 0 0 50% 0;
  }
}

.jm-universal-container-wrapper.practices-of-focus .wpb_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.post-password-required {
  text-align: center;
}
.post-password-required .post-password-form {
  margin-bottom: var(--jm-spacer-x);
}

.btn-group-box > .vc_column-inner > .wpb_wrapper {
  padding: 40px;
  background-color: #eeeef5;
}

#gform_wrapper_3.gform_wrapper.gravity-theme #gform_fields_3 {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 40px [12];
  grid-row-gap: 40px;
}
@media (max-width: 1399.98px) {
  #gform_wrapper_3.gform_wrapper.gravity-theme #gform_fields_3 {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 20px [12];
    grid-row-gap: 20px;
  }
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
  padding: 0;
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gsection h3 {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #gform_wrapper_3.gform_wrapper.gravity-theme .gsection h3 {
    font-size: 22px;
  }
}
#gform_wrapper_3.gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1399.98px) {
  #gform_wrapper_3.gform_wrapper.gravity-theme .gform_footer {
    margin: 20px 0 0 0;
  }
}

#gform_wrapper_4.gform_wrapper.gravity-theme h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 60px 0;
}
@media (max-width: 767.98px) {
  #gform_wrapper_4.gform_wrapper.gravity-theme h2 {
    margin: 40px 0;
  }
}
#gform_wrapper_4.gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
  padding: 0;
}
#gform_wrapper_4.gform_wrapper.gravity-theme .gsection h3 {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #gform_wrapper_4.gform_wrapper.gravity-theme .gsection h3 {
    font-size: 22px;
  }
}
#gform_wrapper_4.gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1399.98px) {
  #gform_wrapper_4.gform_wrapper.gravity-theme .gform_footer {
    margin: 20px 0 0 0;
  }
}

.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper {
  -ms-grid-column-span: 6;
  grid-column: span 6;
  padding: 50px;
}
@media (max-width: 1399.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media (max-width: 575.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper {
    padding: 20px;
  }
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gfield:not(.gsection), .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gfield:not(.gsection), .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gfield:not(.gsection), .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gfield:not(.gsection) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gfield:not(.gsection):last-child, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gfield:not(.gsection):last-child, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gfield:not(.gsection):last-child, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gfield:not(.gsection):last-child {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gfield:not(.gsection) .gfield_label {
  width: 70%;
}
@media (max-width: 575.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gfield:not(.gsection) .gfield_label {
    width: auto;
    flex: 1;
  }
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gfield:not(.gsection) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gfield:not(.gsection) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gfield:not(.gsection) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gfield:not(.gsection) .ginput_container {
  width: 30%;
}
@media (max-width: 575.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gfield:not(.gsection) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gfield:not(.gsection) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gfield:not(.gsection) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gfield:not(.gsection) .ginput_container {
    width: 100px;
    flex-shrink: 0;
  }
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gfield:not(.gsection) .ginput_container input, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gfield:not(.gsection) .ginput_container input, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gfield:not(.gsection) .ginput_container input, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gfield:not(.gsection) .ginput_container input {
  text-align: center;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gfield:not(.gsection) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gfield:not(.gsection) .gfield_label {
  display: block;
  margin: 0 0 0 14px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .gsection span, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .gsection span, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .gsection span, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .gsection span {
  font-size: 18px;
  font-weight: 600;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper .note-tip, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper .note-tip, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper .note-tip, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper .note-tip {
  font-weight: 600;
  font-size: 14px;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.age-wrapper {
  background-color: #eef8f5;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.gender-wrapper {
  background-color: #f8eef8;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.ethnicity-wrapper {
  background-color: #eaf3fb;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.race-wrapper {
  background-color: #f7f6f1;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 {
  padding: 0 0 0 40px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 {
    padding: 0 0 0 20px;
    margin-bottom: 30px;
  }
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 h3, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 h3, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 h3 {
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield.sub-field, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield.sub-field, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield.sub-field {
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield.sub-field, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield.sub-field, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield.sub-field {
    margin-left: 20px;
  }
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield.gfield_html, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield.gfield_html, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield.gfield_html {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield.gfield_html, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield.gfield_html, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield.gfield_html {
    font-size: 16px;
    line-height: 20px;
  }
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield:not(.gsection):not(.gfield_html), .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield:not(.gsection):not(.gfield_html), .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield:not(.gsection):not(.gfield_html) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield:not(.gsection):not(.gfield_html):last-child, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield:not(.gsection):not(.gfield_html):last-child, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield:not(.gsection):not(.gfield_html):last-child {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield:not(.gsection):not(.gfield_html) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield:not(.gsection):not(.gfield_html) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield:not(.gsection):not(.gfield_html) .gfield_label {
  flex: 1;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield:not(.gsection):not(.gfield_html) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield:not(.gsection):not(.gfield_html) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield:not(.gsection):not(.gfield_html) .ginput_container {
  width: 140px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield:not(.gsection):not(.gfield_html) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield:not(.gsection):not(.gfield_html) .ginput_container, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield:not(.gsection):not(.gfield_html) .ginput_container {
    width: 100px;
  }
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield:not(.gsection):not(.gfield_html) .ginput_container input, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield:not(.gsection):not(.gfield_html) .ginput_container input, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield:not(.gsection):not(.gfield_html) .ginput_container input {
  text-align: center;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield:not(.gsection):not(.gfield_html) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield:not(.gsection):not(.gfield_html) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield:not(.gsection):not(.gfield_html) .gfield_label {
  display: block;
  margin: 0 0 0 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 .gfield:not(.gsection):not(.gfield_html) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 .gfield:not(.gsection):not(.gfield_html) .gfield_label, .gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 .gfield:not(.gsection):not(.gfield_html) .gfield_label {
    font-size: 14px;
    line-height: 16px;
  }
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 {
  border-left: 2px solid #69ac9a;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 h3 {
  color: #69ac9a;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #69ac9a;
  background-color: #eef8f5;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 {
  border-left: 2px solid #b76cb5;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 h3 {
  color: #b76cb5;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #b76cb5;
  background-color: #f8eef8;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 {
  border-left: 2px solid #c0ad69;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 h3 {
  color: #c0ad69;
}
.gform_wrapper.gravity-theme .gform_item_wrapper_begin.gfield.program-data-3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #c0ad69;
  background-color: #f7f6f1;
}
.gform_wrapper.gravity-theme .gpnf-add-entry {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 50px;
  padding: 12px 16px;
  margin: 0;
  font-family: var(--jm-font-family-heading-secondary);
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  color: var(--jm-color-text-primary);
  background-color: #ffffff;
  border: 1px solid var(--jm-color-form-base);
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.gform_wrapper.gravity-theme .gpnf-add-entry::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.gform_wrapper.gravity-theme .gpnf-add-entry:hover, .gform_wrapper.gravity-theme .gpnf-add-entry:focus {
  color: #ffffff;
  border-color: var(--jm-color-bg-inverse);
  background-color: var(--jm-color-bg-inverse);
  box-shadow: none;
}
.gform_wrapper.gravity-theme .gpnf-add-entry:active {
  box-shadow: none;
}
.gform_wrapper.gravity-theme .gpnf-add-entry:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.gform_wrapper.gravity-theme .gpnf-add-entry:disabled:hover, .gform_wrapper.gravity-theme .gpnf-add-entry:disabled:focus {
  box-shadow: none;
}
.gform_wrapper.gravity-theme .gpnf-nested-entries {
  margin-bottom: 20px;
}

body .tingle-modal .gform_wrapper.gravity-theme .gfield {
  text-align: left;
}
body .tingle-modal .gform_wrapper.gravity-theme .gsection {
  padding-top: 8px;
}
body .tingle-modal .gform_wrapper.gravity-theme .gsection h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
body .tingle-modal .gform_wrapper.gravity-theme .gsection.tracking-data-green {
  border-color: #69ac9a;
}
body .tingle-modal .gform_wrapper.gravity-theme .tracking-data-green h3 {
  color: #69ac9a;
}
body .tingle-modal .gform_wrapper.gravity-theme .tracking-data-green input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #69ac9a;
  background-color: #eef8f5;
}
body .tingle-modal .gform_wrapper.gravity-theme .gsection.tracking-data-yellow {
  border-color: #c0ad69;
}
body .tingle-modal .gform_wrapper.gravity-theme .tracking-data-yellow h3 {
  color: #c0ad69;
}
body .tingle-modal .gform_wrapper.gravity-theme .tracking-data-yellow input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #c0ad69;
  background-color: #f7f6f1;
}

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