@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=Oswald:wght@200..700&family=Space+Grotesk: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: #022333; /* main text */
  --jm-color-text-secondary: #036E8A;
  --jm-color-text-inverse: #fff; /* text on dark background */
  /* Brand colors */
  --jm-color-primary: #C17E3D; /* primary brand */
  --jm-color-primary-hover: #C17E3D; /* hover state */
  --jm-color-primary-active: #C17E3D; /* active/pressed state */
  --jm-color-secondary: #6CA738;
  --jm-color-secondary-hover: #FACF9B; /* hover state */
  --jm-color-secondary-active: #FACF9B; /* active/pressed state */
  /* Background colors */
  --jm-color-bg-primary: #E6EAF0; /* main background */
  --jm-color-bg-secondary: #f5f5f5; /* secondary background (cards, sections) */
  --jm-color-bg-inverse: #022333; /* dark background (footer, header) */
  /* Border colors */
  --jm-color-border: #ddd; /* light border */
  --jm-color-border-strong: #bbb; /* stronger border */
  /* Table Border colors */
  --jm-color-table-border: #c9c9c9;
  --jm-color-table-bg: #f7f7f7;
  /* Forms colors */
  --jm-color-form-base: #c9c9c9;
  --jm-color-form-accent: var(--jm-color-primary);
  --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: "Space Grotesk", sans-serif; /* body */
  --jm-font-family-heading: "Oswald", sans-serif; /* main headings */
  --jm-font-size: 16px;
  --jm-font-weight: 400;
  --jm-line-height: 1.4;
  --jm-h1-font-size: 40px;
  --jm-h1-large-font-size: 50px;
  --jm-h2-font-size: 40px;
  --jm-h3-font-size: 26px;
  --jm-h4-font-size: 20px;
  --jm-h5-font-size: 18px;
  --jm-h6-font-size: 16px;
  --jm-margin-bottom: calc(var(--jm-font-size) * 1.4);
  --jm-el-margin-bottom: max(20px, calc(var(--jm-spacer-y) * 0.4));
  --jm-spacer-x: 20px;
  --jm-spacer-y: 20px;
  --jm-header-height: 150px;
  --jm-content-width: 100vw;
  --overflow-clip-fallback: clip;
  --jm-content-indent-larger: max(60px,calc(var(--jm-spacer-y) * 1.6));
  --jm-content-indent-large: max(50px,calc(var(--jm-spacer-y) * 1.4));
  --jm-content-indent-normal: max(40px, calc(var(--jm-spacer-y) * 1));
  --jm-content-indent-small: max(30px, calc(var(--jm-spacer-y) * 0.6));
  --jm-content-indent-smaller: max(20px, calc(var(--jm-spacer-y) * 0.4));
  --jm-border-radius: max(8px, calc(var(--jm-spacer-x) * 0.30));
  --jm-transition-base: all 0.3s ease;
}
@media (min-width: 576px) {
  :root, [data-theme=default] {
    --jm-content-width-min: 576px;
    --jm-content-width-max: 1400px;
    --jm-content-width: clamp(var(--jm-content-width-min), 72.916667vw, var(--jm-content-width-max));
    --jm-content-width-narrow: 1200px;
    --jm-content-scale: 0.2;
    --jm-font-size: calc(16px + (4px * var(--jm-content-scale)));
    --jm-h1-font-size: calc(40px + (40px * var(--jm-content-scale)));
    --jm-h1-large-font-size: calc(50px + (50px * var(--jm-content-scale)));
    --jm-h2-font-size: calc(30px + (30px * var(--jm-content-scale)));
    --jm-h3-font-size: calc(26px + (14px * var(--jm-content-scale)));
    --jm-h4-font-size: calc(20px + (10px * var(--jm-content-scale)));
    --jm-h5-font-size: calc(18px + (10px * var(--jm-content-scale)));
    --jm-h6-font-size: calc(16px + (10px * var(--jm-content-scale)));
    --jm-spacer-x: 20px;
    --jm-spacer-y: 20px;
    --jm-header-height: 150px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 40px;
    --jm-spacer-y: 40px;
    --jm-content-scale: 0.4;
    --jm-header-height: 150px;
  }
}
@media (min-width: 992px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 60px;
    --jm-spacer-y: 60px;
    --jm-content-scale: 0.6;
    --jm-header-height: 80px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 80px;
    --jm-spacer-y: 80px;
    --jm-content-scale: 0.8;
    --jm-header-height: 90px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme=default] {
    --jm-spacer-x: 100px;
    --jm-spacer-y: 100px;
    --jm-content-scale: 1;
    --jm-header-height: 100px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme=default] {
    --jm-header-height: 100px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme=default] {
    --jm-header-height: 100px;
  }
}
@media (min-width: 1920px) {
  :root, [data-theme=default] {
    --jm-header-height: 100px;
  }
}

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

.container-fluid {
  margin: 0 auto;
  max-width: 1860px;
  padding-right: calc(0.5 * var(--jm-spacer-x));
  padding-left: calc(0.5 * var(--jm-spacer-x));
}

.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)) !important;
  margin-right: calc(-0.5 * var(--jm-spacer-x)) !important;
}

.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: max(-10px, -0.15 * var(--jm-spacer-x));
  margin-right: max(-10px, -0.15 * var(--jm-spacer-x));
}
.vc_row.small-gutter > .vc_column_container > .vc_column-inner {
  padding-left: max(10px, 0.15 * var(--jm-spacer-x));
  padding-right: max(10px, 0.15 * 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;
}

button.btn {
  cursor: pointer;
}
button.btn:hover {
  color: var(--jm-color-text-primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 30px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 20px !important;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-radius: 100px;
  -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 {
  background-color: #ffffff;
  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 i {
  font-size: 16px;
  margin-right: 12px;
}
.btn.btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2.5px);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: var(--jm-color-text-primary);
  background: rgb(255, 255, 255);
}
.btn.btn-simple {
  color: #ffffff;
  background-color: transparent;
  border-color: var(--jm-color-secondary);
}
.btn.btn-simple:hover, .btn.btn-simple:focus {
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
}
.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: #ffffff;
  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;
}

.btn.has-animation {
  --btn-ripple-x: 50%;
  --btn-ripple-y: 50%;
  --btn-ripple-bg: #ffffff;
  --btn-face-bg: var(--jm-color-secondary);
  --btn-ripple-duration: 0.3s;
  --btn-ripple-ease: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn.has-animation::before {
  content: "";
  position: absolute;
  width: var(--btn-ripple-size, 400px);
  height: var(--btn-ripple-size, 400px);
  aspect-ratio: 1/1;
  left: var(--btn-ripple-x);
  top: var(--btn-ripple-y);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--btn-ripple-bg);
  z-index: -1;
  pointer-events: none;
  transition: transform var(--btn-ripple-duration) var(--btn-ripple-ease);
}
.btn.has-animation:hover:not(:disabled):not([aria-disabled=true])::before, .btn.has-animation:focus:not(:disabled):not([aria-disabled=true])::before {
  transform: translate(-50%, -50%) scale(1);
}
.btn.has-animation:hover:not(:disabled), .btn.has-animation:focus:not(:disabled) {
  background-color: var(--btn-face-bg);
}
@media (prefers-reduced-motion: reduce) {
  .btn.has-animation::before {
    transition-duration: 0.01ms;
  }
}
.btn.has-animation.btn-secondary {
  --btn-face-bg: rgba(255, 255, 255, 0.20);
  --btn-ripple-bg: rgb(255, 255, 255);
  background: var(--btn-face-bg);
  backdrop-filter: blur(2.5px);
}
.btn.has-animation.btn-secondary:hover, .btn.has-animation.btn-secondary:focus {
  color: var(--jm-color-text-primary);
  background: var(--btn-face-bg);
}
.btn.has-animation.btn-simple {
  color: #ffffff;
  --btn-face-bg: transparent;
  --btn-ripple-bg: var(--jm-color-secondary);
  background-color: transparent;
  border-color: var(--jm-color-secondary);
}
.btn.has-animation.btn-simple:hover, .btn.has-animation.btn-simple:focus {
  color: #ffffff;
  background-color: var(--btn-face-bg);
  border-color: var(--jm-color-secondary);
}
.btn.has-animation.btn-white {
  color: #000000;
  --btn-face-bg: #ffffff;
  --btn-ripple-bg: var(--jm-color-secondary);
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.has-animation.btn-white * {
  color: #000000;
}
.btn.has-animation.btn-white:hover, .btn.has-animation.btn-white:focus {
  color: #000000;
  background-color: var(--btn-face-bg);
  border-color: var(--jm-color-secondary);
}

.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: 20px 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  border: none;
  outline: none;
  color: var(--jm-color-text-primary);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  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])::placeholder {
  color: #ffffff;
}
.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 {
  color: var(--jm-color-text-primary);
  background: rgb(255, 255, 255);
}
.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;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 30px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 20px !important;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-radius: 100px;
  -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 {
  background-color: #ffffff;
  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 .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gform_anchor {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_heading {
  display: flex;
  flex-direction: column;
  margin: 0;
  order: 0;
}
body .gform_wrapper.gravity-theme .gform_heading h2.gform_title {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
body .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  margin: 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  margin-block-end: 0;
  margin-block-start: 0;
  order: 5;
}
body .gform_wrapper.gravity-theme > form {
  order: 10;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 20px [12];
  grid-row-gap: 20px;
}
@media (min-width: 641px) {
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full),
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) ~ span:not(.ginput_full) {
    padding-left: 10px;
    padding-right: 0;
  }
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
  body .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 10px;
  }
}
body .gform_wrapper.gravity-theme .gsection {
  border: none;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gsection h3.gsection_title {
  font-family: var(--jm-font-family-heading-secondary);
  font-size: var(--jm-h6-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gf-spacer {
  min-height: 20px;
  height: 20px;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 20px 0 0 0;
}
body .gform_wrapper.gravity-theme .gform_footer footer button,
body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit],
body .gform_wrapper.gravity-theme .gform_page_footer footer button,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 30px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 20px !important;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-radius: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  border: none;
  padding: 20px 30px;
}
body .gform_wrapper.gravity-theme .gform_footer footer button::-moz-focus-inner,
body .gform_wrapper.gravity-theme .gform_footer button::-moz-focus-inner,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]::-moz-focus-inner,
body .gform_wrapper.gravity-theme .gform_page_footer footer button::-moz-focus-inner,
body .gform_wrapper.gravity-theme .gform_page_footer button::-moz-focus-inner,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
body .gform_wrapper.gravity-theme .gform_footer footer button:hover, body .gform_wrapper.gravity-theme .gform_footer footer button:focus,
body .gform_wrapper.gravity-theme .gform_footer button:hover,
body .gform_wrapper.gravity-theme .gform_footer button:focus,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:hover,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:focus,
body .gform_wrapper.gravity-theme .gform_page_footer button:hover,
body .gform_wrapper.gravity-theme .gform_page_footer button:focus,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:focus {
  background-color: #ffffff;
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gform_footer footer button:active,
body .gform_wrapper.gravity-theme .gform_footer button:active,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:active,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:active,
body .gform_wrapper.gravity-theme .gform_page_footer button:active,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active {
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gform_footer footer button:disabled,
body .gform_wrapper.gravity-theme .gform_footer button:disabled,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:disabled,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:disabled,
body .gform_wrapper.gravity-theme .gform_page_footer button:disabled,
body .gform_wrapper.gravity-theme .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.gravity-theme .gform_footer footer button:disabled:hover, body .gform_wrapper.gravity-theme .gform_footer footer button:disabled:focus,
body .gform_wrapper.gravity-theme .gform_footer button:disabled:hover,
body .gform_wrapper.gravity-theme .gform_footer button:disabled:focus,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:disabled:hover,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:disabled:focus,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:disabled:hover,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:disabled:focus,
body .gform_wrapper.gravity-theme .gform_page_footer button:disabled:hover,
body .gform_wrapper.gravity-theme .gform_page_footer button:disabled:focus,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:disabled:hover,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:disabled:focus {
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gform_footer footer button:hover, body .gform_wrapper.gravity-theme .gform_footer footer button:focus,
body .gform_wrapper.gravity-theme .gform_footer button:hover,
body .gform_wrapper.gravity-theme .gform_footer button:focus,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:hover,
body .gform_wrapper.gravity-theme .gform_page_footer footer button:focus,
body .gform_wrapper.gravity-theme .gform_page_footer button:hover,
body .gform_wrapper.gravity-theme .gform_page_footer button:focus,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover,
body .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:focus {
  color: var(--jm-color-text-primary);
}
body .gform_wrapper.gravity-theme .ginput_complex label,
body .gform_wrapper.gravity-theme .ginput_complex legend {
  display: 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 .gfield_label {
  color: var(--jm-color-text-primary);
  font-size: var(--jm-h3-font-size) !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  font-size: var(--jm-h3-font-size) !important;
}
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 .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14px;
  margin-block-start: 10px;
  padding: 8px 20px;
  border-radius: 10px;
}
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: 20px 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  border: none;
  outline: none;
  color: var(--jm-color-text-primary);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  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 {
  color: var(--jm-color-text-primary);
  background: rgb(255, 255, 255);
}
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;
  width: 100%;
  height: 60px;
  padding: 17px 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  outline: none;
  color: var(--jm-color-text-primary);
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #ffffff;
}
body .gform_wrapper.gravity-theme select::placeholder {
  color: #ffffff;
}
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme select:active {
  color: var(--jm-color-text-primary);
  background: rgb(255, 255, 255);
}
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: 20px 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  border: none;
  outline: none;
  color: var(--jm-color-text-primary);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  display: block;
  overflow: auto;
}
body .gform_wrapper.gravity-theme textarea::placeholder {
  color: #ffffff;
}
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme textarea:active {
  color: var(--jm-color-text-primary);
  background: rgb(255, 255, 255);
}
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: 20px 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  border: none;
  outline: none;
  color: var(--jm-color-text-primary);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 0 0.25rem;
}
body .gform_wrapper.gravity-theme input[type=search]::placeholder {
  color: #ffffff;
}
body .gform_wrapper.gravity-theme input[type=search]:focus, body .gform_wrapper.gravity-theme input[type=search]:active {
  color: var(--jm-color-text-primary);
  background: rgb(255, 255, 255);
}
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;
  width: 100%;
  height: 60px;
  padding: 17px 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  outline: none;
  color: var(--jm-color-text-primary);
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
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::placeholder {
  color: #ffffff;
}
body .gform_wrapper.gravity-theme .select-wrap:focus, body .gform_wrapper.gravity-theme .select-wrap:active {
  color: var(--jm-color-text-primary);
  background: rgb(255, 255, 255);
}
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: 0;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  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: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 5px;
  margin: 0;
  background: none;
  color: var(--jm-color-primary);
  font-size: 20px;
  border: 1px solid var(--jm-color-border);
  border-radius: 3px;
}
.jm-pagination li.active > *,
.jm-pagination span.current,
.wp-pagenavi li.active > *,
.wp-pagenavi span.current {
  background-color: var(--jm-color-primary);
  color: #ffffff;
  text-decoration: none;
  border-color: var(--jm-color-primary);
  font-weight: 700;
}
.jm-pagination a:hover,
.wp-pagenavi a:hover {
  background-color: var(--jm-color-primary);
  border-color: var(--jm-color-primary);
  color: #ffffff;
  text-decoration: none;
}

/*--------------------------------------------------------------
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 {
  border: 1px solid var(--jm-color-table-border);
  width: 100%;
}
table tr th {
  padding: 12px 20px;
  font-size: calc(var(--jm-font-size) * 0.8);
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--jm-color-table-border);
  background-color: var(--jm-color-table-bg);
  text-align: center;
}
table tr td {
  padding: 12px 20px;
  background-color: var(--jm-color-table-bg);
  border-left: 1px solid var(--jm-color-table-border);
  border-right: 1px solid var(--jm-color-table-border);
}
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-secondary);
  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;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wpb_text_column > .wpb_wrapper > ul ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wpb_text_column > .wpb_wrapper > ul ul li {
  margin: 0;
}
.wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
}
.wpb_text_column > .wpb_wrapper > ul li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--jm-color-secondary);
  border-radius: 50%;
}

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-secondary);
  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
================================================== */
.pin-spacer {
  inset: 0 !important;
  max-height: none !important;
  height: auto !important;
}

.dummy-header {
  height: 0;
}

.site-header {
  margin: 0 auto;
  padding: 9px 30px;
  border: none;
  z-index: 100;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  top: 0;
  background-color: #036E8A;
}
@media (max-width: 767.98px) {
  .site-header {
    padding: 10px calc(var(--jm-spacer-x) * 0.5);
  }
}
.home .site-header {
  position: absolute;
}
.site-header.is-scrolled {
  transition: var(--jm-transition-base);
  top: var(--jm-admin-y) !important;
}
@media only screen and (max-width: 600px) {
  .site-header.is-scrolled {
    top: 0 !important;
  }
}
.site-header.is-scrolled .site-header-wrapper {
  transition: var(--jm-transition-base);
  backdrop-filter: blur(15px);
  background-color: rgba(2, 26, 38, 0.3);
  opacity: 1;
}
.site-header.header-past-end {
  position: fixed !important;
  top: var(--jm-admin-y, 0) !important;
  left: 0;
  right: 0;
}
.site-header .site-header-wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 20px;
  align-items: center;
  max-width: 1860px;
  width: 100%;
  padding: 0;
  border-radius: 100px;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper {
    grid-template-columns: auto 1fr min-content;
  }
}
.site-header .site-header-wrapper .header-logo-wrapper {
  grid-column: 1;
}
.site-header .site-header-wrapper .header-widget-wrapper {
  grid-column: 3;
  justify-self: flex-end;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .header-widget-wrapper {
    grid-column: 2;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .header-widget-wrapper {
    display: none;
  }
}
.site-header .site-header-wrapper .header-nav-wrapper {
  grid-column: 2;
}
@media (max-width: 991.98px) {
  .site-header .site-header-wrapper .mobile-header-wrapper {
    grid-column: 3;
  }
}
.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 svg {
  display: block;
  width: auto;
  height: 132px;
}
@media (max-width: 1399.98px) {
  .site-header .logo svg {
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .logo svg {
    height: 40px;
  }
}
.site-header .header-widget-wrapper .header-widget > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1399.98px) {
  .site-header .header-widget-wrapper .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
@media (max-width: 1199.98px) {
  .site-header .header-widget-wrapper .btn {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 14px;
  }
}
@media (max-width: 991.98px) {
  .site-header .header-widget-wrapper .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.site-header .header-widget-wrapper .btn.btn-secondary {
  color: #1E1A1B;
  background: #ffffff;
  backdrop-filter: blur(2.5px);
  --btn-ripple-bg: var(--jm-color-secondary);
}
.site-header .header-widget-wrapper .btn.btn-secondary:hover, .site-header .header-widget-wrapper .btn.btn-secondary:focus {
  color: #ffffff;
  background: 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;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper {
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .primary-menu {
    --jm-menu-link-color: #ffffff;
    --jm-menu-link-color-active: #022333;
    --jm-menu-sub-bg-color: #ffffff;
    --jm-menu-sub-link-color: var(--jm-color-text-secondary);
    --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: 10px;
  }
  .primary-menu > li {
    margin: 0;
    padding: 0;
  }
  .primary-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 15px 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap;
    color: var(--jm-menu-link-color);
    font-family: var(--jm-font-family);
    text-decoration: none;
    border-radius: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .primary-menu > li > a {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .primary-menu > li > a {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 14px;
  }
}
@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;
    background-color: #ffffff;
  }
  .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 {
    color: var(--jm-menu-link-color-active);
    text-decoration: none;
    background-color: #ffffff;
  }
  .primary-menu > li:hover > a::after, .primary-menu > li.focus > a::after {
    color: var(--jm-menu-link-color-active);
    transform: rotate(-180deg) !important;
  }
  .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
    color: var(--jm-menu-link-color-active);
    text-decoration: none;
    background-color: #ffffff;
  }
  .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: 16px;
  }
  .primary-menu > li > a.has-animation {
    isolation: isolate;
    overflow: hidden;
    --btn-face-bg: transparent;
    --btn-ripple-bg: #ffffff;
    --btn-ripple-duration: 0.3s;
    --btn-ripple-ease: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .primary-menu > li > a.has-animation::before {
    content: "";
    position: absolute;
    width: var(--btn-ripple-size, 400px);
    height: var(--btn-ripple-size, 400px);
    left: var(--btn-ripple-x, 50%);
    top: var(--btn-ripple-y, 50%);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background: var(--btn-ripple-bg);
    z-index: -1;
    pointer-events: none;
    transition: transform var(--btn-ripple-duration) var(--btn-ripple-ease);
  }
  .primary-menu > li > a.has-animation:hover::before, .primary-menu > li > a.has-animation:focus-visible::before {
    transform: translate(-50%, -50%) scale(1);
  }
  .primary-menu > li > a.has-animation:hover, .primary-menu > li > a.has-animation:focus-visible {
    background-color: var(--btn-face-bg);
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .primary-menu > li > a.has-animation::before {
    transition-duration: 0.01ms;
  }
}
@media (min-width: 992px) {
  .primary-menu li {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0;
    padding: 16px;
    list-style: none;
    background-color: var(--jm-menu-sub-bg-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    color: var(--jm-menu-sub-link-color);
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    white-space: nowrap;
    padding: 9px 10px;
    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);
    background-color: #F3F3F3;
    text-decoration: none;
    border-radius: 6px;
  }
  .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);
    background-color: #F3F3F3;
    text-decoration: none;
    border-radius: 6px;
  }
  .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: 10px;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 40px;
  height: 40px;
  transition: var(--jm-transition-base);
  background-color: var(--jm-color-secondary);
  border-radius: 100px;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 20px;
}
.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-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: 8px;
  transform: rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded=true] .menu-icon span.menu-icon-line-03 {
  width: 100%;
  top: 8px;
  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: var(--jm-color-primary);
  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;
  overflow: clip;
}
.site-nav-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130vw;
  height: 130vw;
  opacity: 0.75;
  background: radial-gradient(50% 50% at 50% 50%, #FFEE7D 0%, rgba(255, 238, 125, 0) 100%);
}
.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;
  background-color: #ffffff;
}
.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-secondary);
}
.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 {
  margin: 20px 0;
}
.site-nav-mobile .header-widget-wrapper .textwidget {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 6px;
}
body:not(.footer-no-animation) .site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-footer {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh;
  background-color: var(--jm-color-text-secondary);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border-top: none;
}
.site-footer .site-footer-glow {
  overflow: clip;
  opacity: 0.65;
  background: radial-gradient(50% 50%, #4dacdb 0%, rgba(77, 172, 219, 0) 100%);
  flex: none;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  will-change: transform;
  transform: none;
}
@media (orientation: portrait) {
  .site-footer .site-footer-glow {
    width: 150%;
    left: -25%;
    right: -25%;
  }
}
.site-footer .site-footer-barrel {
  mix-blend-mode: soft-light;
  flex: none;
  position: absolute;
  z-index: 1;
  overflow: visible;
  aspect-ratio: 4/5;
}
@media (orientation: portrait) {
  .site-footer .site-footer-barrel {
    width: 190px !important;
  }
}
.site-footer .site-footer-barrel.barrel-01 {
  will-change: transform;
  opacity: 0.75;
  transform: rotate(-49deg) translateY(-50%);
  width: min(190px, 10vw);
  filter: blur(2px);
  top: 9%;
  left: 13vw;
}
.site-footer .site-footer-barrel.barrel-02 {
  will-change: transform;
  opacity: 1;
  transform: rotate(20deg) translateY(-50%);
  width: min(520px, 27vw);
  top: -12vh;
  right: 8.85vw;
}
@media (orientation: portrait) {
  .site-footer .site-footer-barrel.barrel-02 {
    top: 6vh;
  }
}
.site-footer .site-footer-barrel.barrel-03 {
  will-change: transform;
  opacity: 1;
  transform: rotate(-15deg) translateY(-50%);
  width: min(390px, 20vw);
  top: 97.125%;
  left: 11.45vw;
}
.site-footer .site-footer-barrel.barrel-04 {
  will-change: transform;
  opacity: 1;
  transform: rotate(22deg) translateY(-50%);
  width: min(560px, 29vw);
  top: 120%;
  left: 33vw;
}
.site-footer .site-footer-barrel.barrel-05 {
  will-change: transform;
  opacity: 0.75;
  transform: rotate(57deg) translateY(-50%);
  filter: blur(2px);
  width: min(190px, 10vw);
  top: 70%;
  right: 9.375vw;
}
.site-footer .site-footer-barrel img {
  display: block;
  width: 100%;
  height: auto;
}
.site-footer .site-footer-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1000px;
  margin-top: max(20px, var(--jm-spacer-y) * 0.4);
  margin-bottom: max(20px, var(--jm-spacer-y) * 0.4);
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper {
    gap: 20px;
  }
}
.site-footer .site-footer-wrapper .site-footer-divider-wrapper {
  width: 100%;
  height: 1px;
  background-color: #3289B8;
}
.site-footer .site-footer-wrapper .site-footer-row01-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: var(--jm-spacer-x);
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-row01-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .site-footer .site-footer-wrapper .site-footer-row01-wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-row01-wrapper .site-footer-logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.site-footer .site-footer-wrapper .site-footer-row02-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .site-footer .site-footer-wrapper .site-footer-row02-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.site-footer .site-footer-wrapper .site-footer-logo-wrapper a {
  display: block;
}
.site-footer .site-footer-wrapper .site-footer-logo-wrapper a svg {
  display: block;
  width: 258px;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-wrapper a svg {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-logo-wrapper a svg {
    width: 140px;
  }
}
.site-footer .site-footer-wrapper .footer-widget {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.site-footer .site-footer-wrapper .footer-widget h4 {
  color: #FFF;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .footer-widget h4 {
    margin-bottom: 10px;
  }
}
.site-footer .site-footer-wrapper .footer-widget *:last-child {
  margin-bottom: 0;
}
.site-footer .site-footer-wrapper .footer-widget .follow-us {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}
@media (max-width: 575.98px) {
  .site-footer .site-footer-wrapper .footer-widget .follow-us {
    display: inline-flex;
    margin: 0 auto;
  }
}
.site-footer .site-footer-wrapper .footer-widget .follow-us::before {
  content: "";
  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";
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: #2F799F;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.site-footer .site-footer-wrapper .footer-widget .follow-us.linked-in::before {
  content: "\f0e1";
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper {
  display: flex;
  column-gap: max(20px, var(--jm-spacer-y) * 0.4);
  row-gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper > * {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.site-footer .site-footer-wrapper .site-footer-copyright-wrapper a:hover {
  text-decoration: none;
}
.site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper a {
  display: block;
}
.site-footer .site-footer-wrapper .site-footer-logo-jm-wrapper a svg {
  display: block;
  width: 173px;
}

.rich-title-wrapper,
.simple-title-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #8c5900;
  overflow: clip;
  display: flex;
  flex-direction: column;
  gap: max(40px, var(--jm-spacer-y) * 0.9);
}
.rich-title-wrapper .title-leaves,
.simple-title-wrapper .title-leaves {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: clip;
}
.rich-title-wrapper .title-leaves .leaves-inner,
.simple-title-wrapper .title-leaves .leaves-inner {
  max-width: clamp(var(--jm-content-width-min), 93.75vw, 1800px);
  position: relative;
  height: 100%;
  display: flex;
  gap: calc(var(--jm-spacer-x) * 1.9);
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .rich-title-wrapper .title-leaves .leaves-inner,
  .simple-title-wrapper .title-leaves .leaves-inner {
    padding: 0 calc(var(--jm-spacer-x) * 0.5);
  }
}
.rich-title-wrapper .title-leaves .leaves-inner .leaves-column-01,
.rich-title-wrapper .title-leaves .leaves-inner .leaves-column-02,
.simple-title-wrapper .title-leaves .leaves-inner .leaves-column-01,
.simple-title-wrapper .title-leaves .leaves-inner .leaves-column-02 {
  flex: 1;
  align-self: stretch;
  overflow: hidden;
}
.rich-title-wrapper .title-leaves .leaves-inner .leaves-column-01 svg,
.rich-title-wrapper .title-leaves .leaves-inner .leaves-column-02 svg,
.simple-title-wrapper .title-leaves .leaves-inner .leaves-column-01 svg,
.simple-title-wrapper .title-leaves .leaves-inner .leaves-column-02 svg {
  display: block;
  width: 100%;
  height: auto;
}
.rich-title-wrapper .title-leaves .leaves-inner .leaves-column-01 svg,
.simple-title-wrapper .title-leaves .leaves-inner .leaves-column-01 svg {
  transform: translateY(-80%);
}
.rich-title-wrapper .title-leaves .leaves-inner .leaves-column-02 svg,
.simple-title-wrapper .title-leaves .leaves-inner .leaves-column-02 svg {
  transform: translateY(20%);
}
.rich-title-wrapper .title-light,
.simple-title-wrapper .title-light {
  aspect-ratio: 1;
  overflow: var(--overflow-clip-fallback, clip);
  opacity: 0.75;
  background: radial-gradient(50% 50% at 50% 50%, #FFEE7D 0%, rgba(255, 238, 125, 0) 100%);
  flex: none;
  gap: 10px;
  width: 130vw;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
}
.rich-title-wrapper > .wrapper,
.simple-title-wrapper > .wrapper {
  position: relative;
  z-index: 10;
}
.rich-title-wrapper h1,
.simple-title-wrapper h1 {
  margin: 0;
  /*
      background: linear-gradient(90deg, #E3D2B6 0%, #FAEFDE 50%, #E3D2B6 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  */
  color: #ffffff;
}

.rich-title-wrapper .page-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.rich-title-wrapper .page-title-wrapper .page-title-pre {
  color: #FFF;
  font-family: var(--jm-font-family-heading);
  font-size: var(--jm-h3-font-size);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
}
.rich-title-wrapper .page-header .page-title-description {
  position: relative;
  height: 100%;
}
.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);
}

.simple-title-wrapper .simple-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.simple-title-wrapper .simple-title .page-title-pre {
  color: #FFF;
  font-family: var(--jm-font-family-heading);
  font-size: var(--jm-h3-font-size);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
}

.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;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 30px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 20px !important;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-radius: 100px;
  -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 {
  background-color: #ffffff;
  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:not(:disabled), .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus:not(:disabled), .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active:not(:disabled) {
  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%;
  }
}

.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn.has-animation {
  --btn-face-bg: var(--jm-color-primary-hover);
  background-color: var(--btn-face-bg);
  border-color: var(--jm-color-primary-hover);
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn.has-animation:hover {
  background-color: var(--btn-face-bg);
  border-color: var(--jm-color-primary-hover);
}

.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn.has-animation {
  --btn-face-bg: var(--jm-color-primary);
  --btn-ripple-bg: var(--jm-color-primary-hover);
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn.has-animation:hover:not(:disabled), .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn.has-animation:focus:not(:disabled), .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn.has-animation:active:not(:disabled) {
  background-color: var(--btn-face-bg);
  border-color: var(--jm-color-primary-hover);
}

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

.product-single-wrapper {
  padding-top: var(--jm-content-indent-large);
  padding-bottom: var(--jm-content-indent-large);
}
.product-single-wrapper .product-single {
  display: flex;
  align-items: flex-start;
  gap: max(40px, var(--jm-spacer-x) * 0.8);
}
@media (max-width: 991.98px) {
  .product-single-wrapper .product-single {
    flex-direction: column-reverse;
  }
}
.product-single-wrapper .product-single .product-single-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 auto;
  width: 100%;
  max-width: 34%;
}
@media (max-width: 991.98px) {
  .product-single-wrapper .product-single .product-single-gallery {
    max-width: none;
  }
}
.product-single-wrapper .product-single .product-single-gallery .product-single-gallery-slide {
  position: relative;
  width: 100%;
}
.product-single-wrapper .product-single .product-single-gallery .product-single-gallery-slide .product-single-gallery-media {
  border-radius: max(8px, var(--jm-spacer-x) * 0.2);
  background: #FFF;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-single-wrapper .product-single .product-single-gallery .product-single-gallery-slide .product-single-gallery-media img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.product-single-wrapper .product-single .product-single-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--jm-content-indent-smaller);
  min-width: 0;
}
@media (min-width: 992px) {
  .product-single-wrapper .product-single .product-single-panel.product-single-panel--sticky {
    position: sticky;
    top: calc(var(--jm-header-height, 90px) + var(--jm-admin-y, 0px) + var(--jm-content-indent-small));
    align-self: flex-start;
  }
}
.product-single-wrapper .product-single .product-single-info {
  display: flex;
  flex-direction: column;
  gap: var(--jm-content-indent-small);
  padding: var(--jm-content-indent-smaller);
  border: 1px solid #C3C8D1;
  border-radius: var(--jm-border-radius);
  background: transparent;
  overflow: hidden;
}
.product-single-wrapper .product-single .product-single-info-head {
  display: flex;
  align-items: flex-start;
  gap: var(--jm-content-indent-small);
  width: 100%;
}
@media (max-width: 1799.98px) {
  .product-single-wrapper .product-single .product-single-info-head {
    flex-wrap: wrap;
  }
}
.product-single-wrapper .product-single .product-single-info-head .product-single-info-name {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 1799.98px) {
  .product-single-wrapper .product-single .product-single-info-head .product-single-info-name {
    order: 1;
    flex: 1;
    width: auto;
  }
}
.product-single-wrapper .product-single .product-single-info-head .product-single-info-description {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1799.98px) {
  .product-single-wrapper .product-single .product-single-info-head .product-single-info-description {
    width: 100%;
    order: 3;
  }
}
.product-single-wrapper .product-single .product-single-info-head .product-single-info-brand {
  flex: 0 0 auto;
  width: 90px;
  max-width: 100%;
}
@media (max-width: 1799.98px) {
  .product-single-wrapper .product-single .product-single-info-head .product-single-info-brand {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .product-single-wrapper .product-single .product-single-info-head .product-single-info-brand {
    margin-left: auto;
  }
}
.product-single-wrapper .product-single .product-single-info-head .product-single-info-brand .product-single-info-brand__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 98px;
  object-fit: contain;
  object-position: top right;
}
.product-single-wrapper .product-single .product-single-info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #CB781E;
  border-radius: 100px;
  color: #CB781E;
  font-family: var(--jm-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-single-wrapper .product-single .product-single-info-title {
  margin: 0;
  color: var(--jm-color-text-secondary, #036E8A);
  font-size: var(--jm-h2-font-size);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-word;
}
.product-single-wrapper .product-single .product-single-info-eyebrow {
  margin: 0 0 20px;
  color: var(--jm-color-text-secondary);
  font-family: var(--jm-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.product-single-wrapper .product-single .product-single-info-description-text > *:last-child {
  margin-bottom: 0;
}
.product-single-wrapper .product-single .product-single-variants {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
.product-single-wrapper .product-single .product-single-variant-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid #C3C8D1;
  border-radius: max(4px, var(--jm-spacer-x) * 0.1);
  background: transparent;
  color: var(--jm-color-text-secondary, #036E8A);
  font-family: var(--jm-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.product-single-wrapper .product-single .product-single-variant-btn:hover, .product-single-wrapper .product-single .product-single-variant-btn:focus-visible {
  border-color: #C3C8D1;
  background-color: #DCE2EA;
  outline: none;
}
.product-single-wrapper .product-single .product-single-variant-btn.is-active {
  border-color: var(--jm-color-secondary, #FACF9B);
  background-color: var(--jm-color-secondary, #FACF9B);
  color: var(--jm-color-text-primary, #022333);
}
.product-single-wrapper .product-single .product-single-info-properties {
  display: flex;
  align-items: stretch;
  gap: max(10px, var(--jm-spacer-y) * 0.3);
  width: 100%;
}
@media (max-width: 1399.98px) {
  .product-single-wrapper .product-single .product-single-info-properties {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }
}
.product-single-wrapper .product-single .product-single-info-properties[hidden] {
  display: none !important;
}
.product-single-wrapper .product-single .product-single-info-property {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
@media (max-width: 1399.98px) {
  .product-single-wrapper .product-single .product-single-info-property {
    grid-column: span 4;
    gap: 5px;
  }
}
@media (max-width: 575.98px) {
  .product-single-wrapper .product-single .product-single-info-property {
    grid-column: span 6;
  }
}
.product-single-wrapper .product-single .product-single-info-property-label {
  margin: 0;
  color: var(--jm-color-text-secondary, #036E8A);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  word-break: break-word;
}
.product-single-wrapper .product-single .product-single-info-property-value {
  margin: 0;
  word-break: break-word;
}
.product-single-wrapper .product-single .product-single-info-property-divider {
  flex: 0 0 1px;
  align-self: stretch;
  width: 1px;
  background: #C3C8D1;
}
@media (max-width: 1399.98px) {
  .product-single-wrapper .product-single .product-single-info-property-divider {
    display: none;
  }
}
.product-single-wrapper .product-single .product-single-downloads {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .product-single-wrapper .product-single .product-single-downloads {
    gap: 10px;
  }
}
.product-single-wrapper .product-single .product-single-downloads .product-single-info-eyebrow {
  margin: 0;
}
.product-single-wrapper .product-single .product-single-downloads-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}
.product-single-wrapper .product-single .product-single-downloads-grid .product-single-download-card {
  grid-column: span 4;
}
@media (max-width: 575.98px) {
  .product-single-wrapper .product-single .product-single-downloads-grid .product-single-download-card {
    grid-column: span 6;
  }
}
@media (max-width: 479.98px) {
  .product-single-wrapper .product-single .product-single-downloads-grid .product-single-download-card {
    grid-column: span 12;
  }
}
.product-single-wrapper .product-single .product-single-download-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  min-width: 100%;
  min-height: 100%;
  padding: 20px;
  border: 1px solid #c3c8d1;
  border-radius: max(4px, var(--jm-spacer-x) * 0.1);
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: var(--jm-transition-base);
}
@media (max-width: 767.98px) {
  .product-single-wrapper .product-single .product-single-download-card {
    gap: 10px;
    padding: 10px;
  }
}
.product-single-wrapper .product-single .product-single-download-card:hover, .product-single-wrapper .product-single .product-single-download-card:focus-visible {
  background: var(--jm-color-secondary);
  border-color: var(--jm-color-secondary);
  outline: none;
}
.product-single-wrapper .product-single .product-single-download-card:hover .product-single-download-icon, .product-single-wrapper .product-single .product-single-download-card:focus-visible .product-single-download-icon {
  background: var(--jm-color-text-primary);
  color: var(--jm-color-secondary);
}
.product-single-wrapper .product-single .product-single-download-title {
  color: var(--jm-color-text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}
.product-single-wrapper .product-single .product-single-download-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: var(--jm-color-text-primary);
  line-height: 0;
  transition: var(--jm-transition-base);
}
.product-single-wrapper .product-single .product-single-download-icon svg {
  display: block;
  width: 18px;
  height: 20px;
}

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

.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.above-title-text {
  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);
}

.our-team-wrapper {
  position: relative;
}
.our-team-wrapper .our-team {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: max(40px, var(--jm-spacer-y) * 1);
}
.our-team-wrapper .team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: calc(var(--jm-spacer-x) * 0.6);
  grid-row-gap: max(40px, var(--jm-spacer-y) * 1);
}
@media (max-width: 1399.98px) {
  .our-team-wrapper .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .our-team-wrapper .team-grid {
    grid-template-columns: 1fr;
  }
}
.our-team-wrapper .team-grid .team-box {
  display: flex;
  flex-direction: column;
  gap: var(--jm-el-margin-bottom);
}
.our-team-wrapper .team-box {
  margin: 0;
}
.our-team-wrapper .team-box--featured {
  width: 100%;
}
.our-team-wrapper .team-featured-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(var(--jm-spacer-x) * 0.8);
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .our-team-wrapper .team-featured-row {
    grid-template-columns: 1fr;
  }
}
.our-team-wrapper .team-photo-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--jm-border-radius);
  align-self: start;
  width: 100%;
  overflow: hidden;
}
.team-box--featured .our-team-wrapper .team-photo-wrapper {
  max-width: 100%;
}
.our-team-wrapper .team-photo-wrapper .team-photo-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: max(8px, var(--jm-spacer-x) * 0.2);
}
.our-team-wrapper .team-photo-wrapper .team-photo-label-wrapper {
  position: absolute;
  left: 0;
  bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: rgba(0, 84, 127, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 0 max(8px, var(--jm-spacer-x) * 0.16) max(8px, var(--jm-spacer-x) * 0.16) 0;
}
@media (max-width: 991.98px) {
  .our-team-wrapper .team-photo-wrapper .team-photo-label-wrapper {
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
}
.our-team-wrapper .team-photo-wrapper .team-photo-label-wrapper svg {
  display: block;
}
.our-team-wrapper .team-photo-wrapper .team-photo-label-wrapper .team-photo-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  text-align: left;
}
.our-team-wrapper .team-photo-wrapper .team-photo-label-wrapper .team-photo-label-name {
  color: var(--jm-color-secondary);
  font-family: var(--jm-font-family-heading);
  font-size: var(--jm-h4-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
.our-team-wrapper .team-photo-wrapper .team-photo-label-wrapper .team-photo-label-position {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #E6EAF0;
}
.our-team-wrapper .team-bio-wrapper {
  text-align: left;
}
.our-team-wrapper .team-bio > *:last-child {
  margin-bottom: 0;
}

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

.youtube-box-wrapper {
  position: relative;
}
.youtube-box-wrapper .youtube-box {
  border-radius: calc(var(--jm-spacer-y) * 0.5);
  position: relative;
}
.youtube-box-wrapper .youtube-box > h6 {
  text-transform: uppercase;
  margin: var(--jm-margin-bottom) 0 0 0;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper {
  border-radius: calc(var(--jm-spacer-y) * 0.5);
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  border-radius: calc(var(--jm-spacer-y) * 0.5);
  box-shadow: 0 calc(var(--jm-spacer-x) * 0.5) calc(var(--jm-spacer-x) * 2) 0 rgba(31, 32, 80, 0.15);
}
.youtube-box-wrapper .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%);
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper.video-aspect-ratio-169 {
  padding: 0 0 56.25% 0;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper.video-aspect-ratio-43 {
  padding: 0 0 75% 0;
}
.youtube-box-wrapper .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: calc(var(--jm-spacer-y) * 0.5);
  /*
  width: 177.77777778vh;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  */
  overflow: hidden;
  z-index: 10;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .youtube-overlay img {
  display: block;
  width: auto;
  height: 100%;
  border-radius: calc(var(--jm-spacer-y) * 0.5);
}
.youtube-box-wrapper .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;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-button:focus,
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-button {
  outline: 0;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.youtube-box-wrapper .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;
}
.youtube-box-wrapper .youtube-box .jm-video-wrapper .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.youtube-box-wrapper .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;
}
.youtube-box-wrapper .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);
}

.jm-empty-dummy-header {
  height: var(--jm-header-height);
}

@media (max-width: 991.98px) {
  .jm-empty-space--hide-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .jm-empty-space--hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .jm-empty-space--hide-desktop {
    display: none !important;
  }
}

.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: space-between;
  transition: all 0.3s ease;
  background-color: #ffffff;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box {
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  .service-svg-box {
    margin-bottom: 20px;
  }
}
.service-svg-box h2 {
  color: var(--jm-color-secondary);
  font: italic normal 900 24px/24px var(--jm-alt-font-family);
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: var(--jm-color-secondary);
  font: normal normal 600 14px/24px var(--jm-font-family);
  text-align: center;
  margin: 0;
}
.service-svg-box svg {
  margin: 30px auto;
  width: 100px;
  height: 82px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box svg {
    margin: 10px auto;
  }
}
.service-svg-box svg path {
  fill: var(--jm-color-secondary);
}
.service-svg-box .btn {
  width: 100%;
}

.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: -15px;
  margin-left: -15px;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.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 !important;
  width: 100%;
  height: auto;
  border-radius: var(--jm-border-radius);
}
.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;
}

@keyframes jm-hero-light-reveal {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(1);
  }
}
.hero-section-wrapper {
  position: relative;
}
.hero-section-wrapper .hero-section {
  position: relative;
  background-color: #8c5900;
  min-height: 150vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: clip;
}
@media (max-width: 991.98px) {
  .hero-section-wrapper .hero-section {
    min-height: 100vh;
  }
}
.hero-section-wrapper .hero-leaves {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: clip;
}
.hero-section-wrapper .hero-leaves .hero-leaves-inner {
  max-width: clamp(var(--jm-content-width-min), 93.75vw, 1800px);
  position: relative;
  height: 100%;
  display: flex;
  gap: calc(var(--jm-spacer-x) * 1.9);
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .hero-section-wrapper .hero-leaves .hero-leaves-inner {
    padding: 0 calc(var(--jm-spacer-x) * 0.5);
  }
}
.hero-section-wrapper .hero-leaves .hero-leaves-inner .hero-leaves-column-01,
.hero-section-wrapper .hero-leaves .hero-leaves-inner .hero-leaves-column-02 {
  flex: 1;
  align-self: stretch;
  overflow: hidden;
}
.hero-section-wrapper .hero-leaves .hero-leaves-inner .hero-leaves-column-01 .hero-leaves-column__segment svg,
.hero-section-wrapper .hero-leaves .hero-leaves-inner .hero-leaves-column-02 .hero-leaves-column__segment svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--jm-spacer-x) * 6);
}
.hero-section-wrapper .hero-leaves .hero-leaves-inner .hero-leaves-column-02 .hero-leaves-column__segment svg {
  margin-top: calc(var(--jm-spacer-x) * 6);
  margin-bottom: 0;
}
.hero-section-wrapper .hero-light {
  aspect-ratio: 1;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transform-origin: 50% 50%;
  overflow: var(--overflow-clip-fallback, clip);
  will-change: transform, opacity;
  background: radial-gradient(50% 50%, #ffee7d 0%, rgba(255, 251, 201, 0) 100%);
  flex: none;
  gap: 10px;
  width: 104vw;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (orientation: portrait) {
  .hero-section-wrapper .hero-light {
    width: auto;
    height: 100%;
  }
}
.hero-section-wrapper .hero-content-wrapper {
  margin: 0 auto;
  padding: calc(var(--jm-header-height) + 60px) 0 60px 0;
  width: min(1500px, 78.125vw);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .hero-section-wrapper .hero-content-wrapper {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero-section-wrapper .hero-content-wrapper .show-on-desktop {
    display: none;
  }
}
.hero-section-wrapper .hero-content-wrapper .show-on-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .hero-section-wrapper .hero-content-wrapper .show-on-mobile {
    display: block;
  }
}
.hero-section-wrapper .hero-content-wrapper .show-on-mobile .hero-content-line2-text {
  margin-top: 30px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .hero-section-wrapper .hero-content-wrapper .hero-content-line2 {
    justify-content: space-between;
  }
}
.hero-section-wrapper .hero-animation-container {
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.96;
  pointer-events: none;
  flex: none;
  position: absolute;
  inset: 0 0 -300px 0;
}
.hero-section-wrapper .hero-animation-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  zoom: 1;
  border-radius: 0;
  transform-origin: top center;
}
.hero-section-wrapper .hero-content-line1 svg,
.hero-section-wrapper .hero-content-line2 svg {
  display: block;
  width: 100%;
  height: auto;
}
.hero-section-wrapper .hero-content-line2 {
  position: relative;
  display: flex;
  gap: 20px;
}
.hero-section-wrapper .hero-content-line2 .arrow-track {
  flex-shrink: 0;
  align-self: stretch;
  width: 40px;
  min-height: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hero-section-wrapper .hero-content-line2 .arrow-track > div {
  width: 20px;
  height: 24px;
}

/* Triggered with body.gsap-start from app.js load handler (addStart). */
body.gsap-start .hero-section-wrapper .hero-light {
  animation: jm-hero-light-reveal 5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
  body.gsap-start .hero-section-wrapper .hero-light {
    animation: none;
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(1);
  }
}
.rich-section-wrapper {
  position: relative;
}
.rich-section-wrapper.bg-barrels .rich-section-content-wrapper {
  background-image: url("../images/bg-barrels.png");
  background-repeat: no-repeat;
  background-position: 60vw bottom;
  background-size: auto min(440px, 50vh);
}
@media (orientation: portrait) {
  .rich-section-wrapper.bg-barrels .rich-section-content-wrapper {
    background-position: 25vw bottom;
  }
}
.rich-section-wrapper.bg-barrels .rich-section-content-wrapper .rich-section-content {
  justify-content: flex-start;
}
.rich-section-wrapper .rich-section {
  position: relative;
  background-color: #8c5900;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: clip;
}
.rich-section-wrapper .rich-section.rich-section-blue {
  background-color: #036E8A;
}
.rich-section-wrapper .rich-section.rich-section-blue .rich-section-light {
  opacity: 0.8 !important;
  background: radial-gradient(50% 50% at 50% 50%, #51B9ED 0%, rgba(112, 185, 221, 0.85) 20.67%, rgba(110, 182, 218, 0.3) 57.69%, rgba(23, 87, 118, 0) 91.35%);
  width: 146vw;
  top: 100%;
}
.rich-section-wrapper .rich-section.rich-section-blue .rich-section-content-wrapper h1.vc_custom_heading, .rich-section-wrapper .rich-section.rich-section-blue .rich-section-content-wrapper h2.vc_custom_heading, .rich-section-wrapper .rich-section.rich-section-blue .rich-section-content-wrapper h3.vc_custom_heading, .rich-section-wrapper .rich-section.rich-section-blue .rich-section-content-wrapper h4.vc_custom_heading, .rich-section-wrapper .rich-section.rich-section-blue .rich-section-content-wrapper h5.vc_custom_heading, .rich-section-wrapper .rich-section.rich-section-blue .rich-section-content-wrapper h6.vc_custom_heading {
  background: linear-gradient(270deg, #C2EBFF 0%, #C2EBFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rich-section-wrapper .rich-section.rich-section-blue .rich-section-leaves {
  opacity: 0.35;
}
.rich-section-wrapper .rich-section-leaves {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: clip;
}
.rich-section-wrapper .rich-section-leaves .rich-section-leaves-inner {
  max-width: clamp(var(--jm-content-width-min), 93.75vw, 1800px);
  position: relative;
  height: 100%;
  display: flex;
  gap: calc(var(--jm-spacer-x) * 1.9);
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .rich-section-wrapper .rich-section-leaves .rich-section-leaves-inner {
    padding: 0 calc(var(--jm-spacer-x) * 0.5);
  }
}
.rich-section-wrapper .rich-section-leaves .rich-section-leaves-inner .rich-section-leaves-column-01,
.rich-section-wrapper .rich-section-leaves .rich-section-leaves-inner .rich-section-leaves-column-02 {
  flex: 1;
  align-self: stretch;
  overflow: hidden;
}
.rich-section-wrapper .rich-section-leaves .rich-section-leaves-inner .rich-section-leaves-column-01 .rich-section-leaves-column__segment svg,
.rich-section-wrapper .rich-section-leaves .rich-section-leaves-inner .rich-section-leaves-column-02 .rich-section-leaves-column__segment svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--jm-spacer-x) * 6);
}
.rich-section-wrapper .rich-section-leaves .rich-section-leaves-inner .rich-section-leaves-column-02 .rich-section-leaves-column__segment svg {
  margin-top: calc(var(--jm-spacer-x) * 6);
  margin-bottom: 0;
}
.rich-section-wrapper .rich-section-light {
  aspect-ratio: 1;
  opacity: 0;
  transform-origin: 50% 50%;
  overflow: var(--overflow-clip-fallback, clip);
  will-change: transform, opacity;
  background: radial-gradient(50% 50%, #ffee7d 0%, rgba(255, 251, 201, 0) 100%);
  flex: none;
  gap: 10px;
  width: 104vw;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (orientation: portrait) {
  .rich-section-wrapper .rich-section-light {
    width: auto;
    height: 100%;
  }
}
.rich-section-wrapper .rich-section-animation-container {
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.96;
  pointer-events: none;
  flex: none;
  position: absolute;
  inset: -70vh 0 -70vh -70vw;
}
.rich-section-wrapper .rich-section-animation-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  zoom: 1;
  border-radius: 0;
  transform-origin: top center;
}
.rich-section-wrapper.centered .rich-section-animation-container {
  inset: -70vh;
}
.rich-section-wrapper .rich-section-content-wrapper {
  position: relative;
}
.rich-section-wrapper .rich-section-content-wrapper .rich-section-content {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--jm-spacer-y) * 1) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rich-section-wrapper .rich-section-content-wrapper h1, .rich-section-wrapper .rich-section-content-wrapper h2, .rich-section-wrapper .rich-section-content-wrapper h3, .rich-section-wrapper .rich-section-content-wrapper h4, .rich-section-wrapper .rich-section-content-wrapper h5, .rich-section-wrapper .rich-section-content-wrapper h6 {
  color: #ffffff;
}
.rich-section-wrapper .rich-section-content-wrapper h1.vc_custom_heading, .rich-section-wrapper .rich-section-content-wrapper h2.vc_custom_heading, .rich-section-wrapper .rich-section-content-wrapper h3.vc_custom_heading, .rich-section-wrapper .rich-section-content-wrapper h4.vc_custom_heading, .rich-section-wrapper .rich-section-content-wrapper h5.vc_custom_heading, .rich-section-wrapper .rich-section-content-wrapper h6.vc_custom_heading {
  font-weight: 600;
  line-height: 1.2;
  background: linear-gradient(270deg, #E3D2B6 0%, #FAEFDE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199.98px) {
  .rich-section-wrapper .rich-section-content-wrapper h1 br, .rich-section-wrapper .rich-section-content-wrapper h2 br, .rich-section-wrapper .rich-section-content-wrapper h3 br, .rich-section-wrapper .rich-section-content-wrapper h4 br, .rich-section-wrapper .rich-section-content-wrapper h5 br, .rich-section-wrapper .rich-section-content-wrapper h6 br {
    display: none;
  }
}
.rich-section-wrapper .rich-section-content-wrapper h2 {
  font-size: var(--jm-h1-large-font-size);
}
@media (max-width: 1699.98px) {
  .rich-section-wrapper .rich-section-content-wrapper h2 {
    font-size: var(--jm-h1-font-size);
  }
}
.rich-section-wrapper .rich-section-content-wrapper p {
  color: #ffffff;
  font-size: var(--jm-h4-font-size);
}

/*
body.gsap-start .rich-section-wrapper .rich-section-light {
  animation: rich-section-light-reveal 5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
  body.gsap-start .rich-section-wrapper .rich-section-light {
    animation: none;
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes rich-section-light-reveal {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 0.75;
    transform: translate(-50%, -50%) scale(1);
  }
}
 */
.rich-section-sticky-wrapper {
  position: relative;
  background-color: #ffffff;
}
.rich-section-sticky-wrapper .rich-section-sticky {
  position: relative;
  padding: 0;
  overflow: clip;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--gsap {
  flex-direction: row;
}
.rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--gsap .rich-section-sticky-media-wrapper {
  will-change: transform;
  opacity: 1;
  transform: none;
  flex: 1;
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}
.rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--gsap .rich-section-sticky-media-wrapper .rich-section-sticky-media {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  will-change: transform;
  transform: translateX(50%) scale(2);
  transform-origin: center center;
}
.rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--gsap .rich-section-sticky-media-wrapper video,
.rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--gsap .rich-section-sticky-media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--gsap .rich-section-sticky-title {
  will-change: transform;
  transform: translateX(50%);
  transform-origin: center center;
}
.rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--gsap .rich-section-sticky-content-wrapper {
  flex: 1;
  width: 50%;
  padding-top: 200vh;
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-media-wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-media-wrapper .rich-section-sticky-media {
  background-color: #021a26;
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-media-wrapper video,
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-media-wrapper img {
  cursor: auto;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
  opacity: 0.6;
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-title {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 calc(var(--jm-spacer-y) * 0.5);
  }
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-title h2 {
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: min(600px, 80%);
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-title h2 strong {
  font-weight: 600;
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-title h2 span {
  text-align: right;
}
@media (min-width: 992px) {
  .rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--enter-view.rich-section-sticky--gsap .rich-section-sticky-title h2 > strong {
    will-change: transform;
    opacity: 0;
    transform: translateX(200px);
  }
  .rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--enter-view.rich-section-sticky--gsap .rich-section-sticky-title h2 > span {
    will-change: transform;
    opacity: 0;
    transform: translateX(-200px);
  }
  .rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--enter-view.is-rich-section-sticky-entered .rich-section-sticky-title h2 > strong,
  .rich-section-sticky-wrapper .rich-section-sticky.rich-section-sticky--enter-view.is-rich-section-sticky-entered .rich-section-sticky-title h2 > span {
    will-change: transform;
    opacity: 1;
    transform: none;
  }
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content {
  padding: calc(var(--jm-spacer-x) * 0.8) calc(var(--jm-spacer-y) * 0.8) calc(var(--jm-spacer-y) * 0.6) calc(var(--jm-spacer-y) * 0.8);
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content > h1, .rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content > h2, .rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content > h3, .rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content > h4, .rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content > h5, .rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content > h6 {
  color: var(--jm-color-primary);
  margin-bottom: max(20px, var(--jm-spacer-y) * 0.6) !important;
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content .wpb_content_element {
  margin-bottom: max(20px, var(--jm-spacer-y) * 0.6) !important;
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content .vc_single_image-wrapper {
  border-radius: max(8px, var(--jm-spacer-x) * 0.5);
  overflow: hidden;
  position: relative;
}
.rich-section-sticky-wrapper .rich-section-sticky .rich-section-sticky-content .vc_single_image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center center;
}

.products-list {
  display: flex;
  flex-direction: column;
  background-color: #000;
  position: relative;
  overflow: visible;
}

.product-list-item {
  position: relative;
  width: 100%;
  overflow: clip;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  display: flex;
  color: #fff;
}
@media (min-width: 768px) {
  .product-list-item {
    height: 100vh;
  }
}
.product-list-item .product-list-item-container {
  overflow: clip;
  display: flex;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .product-list-item .product-list-item-container {
    height: 300vh;
  }
}
.product-list-item .product-list-item-background {
  overflow: clip;
  z-index: 1;
  flex-flow: column;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .product-list-item .product-list-item-background {
    height: 100vh;
    top: calc(50% - 50vh);
    bottom: auto;
  }
}
.product-list-item .product-list-item-background .product-list-item-background-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: visible;
}
.product-list-item .product-list-item-background .product-list-item-background-media {
  z-index: 1;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  will-change: transform;
  opacity: 1;
  transform: none;
}
.product-list-item .product-list-item-background .product-list-item-background-media .product-list-item-background-media-wrap {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .product-list-item .product-list-item-background .product-list-item-background-media .product-list-item-background-poster-mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .product-list-item .product-list-item-background .product-list-item-background-media .product-list-item-background-video-with-poster {
    display: none;
  }
}
.product-list-item .product-list-item-background .product-list-item-background-media video,
.product-list-item .product-list-item-background .product-list-item-background-media img {
  cursor: auto;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
}
.product-list-item .product-list-item-content-wrapper {
  z-index: 2;
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: visible;
}
@media (min-width: 768px) {
  .product-list-item .product-list-item-content-wrapper {
    position: sticky;
    height: 100vh;
    top: 0;
  }
}
.product-list-item .product-list-item-content-wrapper .product-list-item-content {
  max-width: 1400px;
  margin: calc(var(--jm-header-height) + var(--jm-admin-y)) auto 0 auto;
  padding: 0 calc(var(--jm-spacer-x) * 0.5);
  display: grid;
  grid-template-columns: 1fr minmax(0, 1fr) 1fr;
  grid-column-gap: calc(var(--jm-spacer-y) * 0.8);
  align-items: center;
}
@media (max-width: 767.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content {
    margin: 40px auto;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 20px;
    max-width: var(--jm-content-width);
  }
}
@media (max-width: 479.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
@media (max-width: 767.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content .product-list-item-content-left {
    grid-column: 1/-1;
    grid-row: 1;
    justify-self: left;
    text-align: left;
  }
}
@media (max-width: 479.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content .product-list-item-content-left {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 767.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content .product-list-item-content-center {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 479.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content .product-list-item-content-center {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 767.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content .product-list-item-content-right {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 479.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content .product-list-item-content-right {
    grid-column: 1;
    grid-row: 3;
  }
}
.product-list-item .product-list-item-content-wrapper .focal-image-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .product-list-item .product-list-item-content-wrapper .focal-image-wrapper {
    aspect-ratio: 400/550;
    max-height: clamp(300px, 60vh, 550px);
    max-width: 100%;
    border-radius: calc(var(--jm-spacer-y) * 0.5);
  }
}
.product-list-item .product-list-item-content-wrapper .focal-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--jm-spacer-y) * 0.5);
}
@media (min-width: 480px) {
  .product-list-item .product-list-item-content-wrapper .focal-image-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.product-list-item .product-list-item-content-wrapper .product-list-item-content-left {
  justify-self: flex-end;
  text-align: right;
}
.product-list-item .product-list-item-content-wrapper .product-list-item-content-left .eyebrow {
  display: block;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: var(--jm-color-secondary);
  font-family: var(--jm-font-family-heading);
}
@media (max-width: 991.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content-left .eyebrow {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content-left .eyebrow {
    margin-bottom: 10px;
  }
}
.product-list-item .product-list-item-content-wrapper .product-list-item-content-left h2 {
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 767.98px) {
  .product-list-item .product-list-item-content-wrapper .product-list-item-content-left h2 {
    display: block;
  }
}
.product-list-item .product-list-item-content-wrapper .product-list-item-content-left h2 strong {
  font-weight: 600;
}

.product-search-wrapper {
  position: relative;
  background: #0C4763;
  overflow: clip;
}
.product-search-wrapper .product-search-barrels-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--jm-spacer-y) 0;
  z-index: 1;
}
.product-search-wrapper .product-search-barrels-wrapper .product-search-barrels {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img {
  position: relative;
  display: block;
  width: auto;
  height: min(700px, 78vh);
  z-index: 10;
}
.product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img.barrel-02, .product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img.barrel-03, .product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img.barrel-04, .product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img.barrel-05 {
  position: absolute;
}
.product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img.barrel-02, .product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img.barrel-03 {
  height: min(600px, 67vh);
  bottom: 20px;
  z-index: 2;
}
.product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img.barrel-04, .product-search-wrapper .product-search-barrels-wrapper .product-search-barrels img.barrel-05 {
  height: min(450px, 50vh);
  bottom: 40px;
  z-index: 1;
}
.product-search-wrapper .product-search-glow {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: -12vh;
  bottom: -22vh;
  transform: translateX(-50%);
  width: 120vw;
  opacity: 0.8;
  background: radial-gradient(50% 50% at 50% 50%, #39BDFE 0%, rgba(151, 214, 245, 0.85) 20.67%, rgba(160, 211, 237, 0.3) 57.69%, rgba(15, 92, 129, 0) 91.35%);
}
.product-search-wrapper .product-search-form-wrapper {
  position: absolute;
  z-index: 10;
  bottom: calc(var(--jm-spacer-y) * 0.6);
  left: 50%;
  transform: translateX(-50%);
  width: min(1800px, 93.75vw);
  border-radius: calc(var(--jm-spacer-y) * 0.5);
  border: 2px solid #036E8A;
  background: rgba(11, 56, 93, 0.85);
  backdrop-filter: blur(10px);
  padding: calc(var(--jm-spacer-y) * 0.6);
  display: flex;
  flex-direction: column;
  gap: calc(var(--jm-spacer-y) * 0.6);
}
@media (max-width: 767.98px) {
  .product-search-wrapper .product-search-form-wrapper {
    position: relative;
  }
}
.product-search-wrapper .product-search-form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: var(--jm-spacer-y);
  row-gap: 20px;
}
.product-search-wrapper .product-search-form-title h2 {
  margin: 0;
  color: #FFF;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
}
.product-search-wrapper .product-search-form-title h2 strong {
  font-weight: 600;
}
.product-search-wrapper .product-search-form-title div {
  max-width: 400px;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.product-search-wrapper .product-search-form form {
  display: flex;
  gap: 20px 10px;
}
@media (max-width: 1399.98px) {
  .product-search-wrapper .product-search-form form {
    flex-wrap: wrap;
  }
}
.product-search-wrapper .product-search-form form > div {
  flex: 1;
  position: relative;
  min-width: 160px;
}
@media (max-width: 1399.98px) {
  .product-search-wrapper .product-search-form form > div.product-search-submit-wrap {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 991.98px) {
  .product-search-wrapper .product-search-form form > div.product-search-select-wrap {
    flex: auto;
    width: calc(50% - 10px);
  }
}
@media (max-width: 479.98px) {
  .product-search-wrapper .product-search-form form > div.product-search-select-wrap {
    width: 100%;
  }
}
.product-search-wrapper .product-search-form form .btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-search-wrapper .product-search-form .product-search-select-wrap::after {
  content: "\f063";
  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: 26px;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ffffff;
  pointer-events: none;
  color: #036E8A;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-search-wrapper .product-search-form .product-search-select-wrap:hover::after {
  background-color: var(--jm-color-text-primary);
  color: #ffffff;
}
.product-search-wrapper .product-search-form .product-search-select {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px 72px 20px 26px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 9999px;
  background-color: #036E8A;
  color: #ffffff;
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  outline: none;
}
.product-search-wrapper .product-search-form .product-search-select::-ms-expand {
  display: none;
}
.product-search-wrapper .product-search-form .product-search-select:hover {
  color: #022333;
  background-color: #ffffff;
}
.product-search-wrapper .product-search-form .product-search-select:focus {
  color: #022333;
  background-color: #ffffff;
}
.product-search-wrapper .product-search-form .product-search-select option {
  color: #022333;
  background-color: #fff;
}
.product-search-wrapper .product-search-form .btn {
  flex: 0 0 auto;
  align-self: center;
}

.jm-partners-showcase-wrapper {
  position: relative;
  padding-top: 50vh;
}
.jm-partners-showcase-wrapper .jm-partners-showcase {
  position: relative;
  min-height: 150vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: clip;
  perspective: 2400px;
  transform-style: preserve-3d;
}
.jm-partners-showcase-wrapper .partners-showcase-leaves {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: clip;
  top: calc(var(--jm-spacer-y) * 2);
}
.jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner {
  max-width: clamp(var(--jm-content-width-min), 93.75vw, 1800px);
  position: relative;
  height: 100%;
  display: flex;
  gap: calc(var(--jm-spacer-x) * 1.9);
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner {
    padding: 0 calc(var(--jm-spacer-x) * 0.5);
  }
}
.jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner .leaves-column-01,
.jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner .leaves-column-02 {
  flex: 1;
  align-self: stretch;
  overflow: hidden;
}
.jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner .leaves-column-01 svg,
.jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner .leaves-column-02 svg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: calc(var(--jm-spacer-x) * 6);
}
.jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner .leaves-column-01 svg rect,
.jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner .leaves-column-02 svg rect {
  stroke: #D8DDE6;
}
.jm-partners-showcase-wrapper .partners-showcase-leaves .leaves-inner .leaves-column-01 svg {
  margin-top: calc(var(--jm-spacer-x) * 6);
  margin-bottom: 0;
}
.jm-partners-showcase-wrapper .title-sticky {
  position: sticky;
  top: calc(var(--jm-header-height) + var(--jm-admin-y));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  min-height: calc(100vh - var(--jm-header-height));
}
.jm-partners-showcase-wrapper .title-sticky .title-sticky-text {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  font-size: min(120px, 11vh);
  font-family: var(--jm-font-family-heading);
  color: var(--jm-color-text-secondary);
}
@media (max-width: 991.98px) {
  .jm-partners-showcase-wrapper .title-sticky .title-sticky-text {
    font-size: min(var(--jm-h1-font-size), 11vh);
  }
}
.jm-partners-showcase-wrapper .title-sticky .title-sticky-text strong {
  font-weight: 600;
}
.jm-partners-showcase-wrapper .title-sticky .title-sticky-text.hidden-text {
  opacity: 0 !important;
}
.jm-partners-showcase-wrapper .showcase-logos {
  max-width: var(--jm-content-width);
  position: relative;
  display: flex;
  gap: calc(var(--jm-spacer-x) * 1.5);
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .jm-partners-showcase-wrapper .showcase-logos {
    padding: 0 calc(var(--jm-spacer-x) * 0.5);
  }
}
@media (max-width: 479.98px) {
  .jm-partners-showcase-wrapper .showcase-logos {
    flex-direction: column;
    gap: calc(var(--jm-spacer-y) * 4);
  }
}
.jm-partners-showcase-wrapper .showcase-logos .showcase-logos-column {
  flex: 1;
  align-self: stretch;
  overflow: hidden;
}
.jm-partners-showcase-wrapper .showcase-logos .showcase-logos-column:first-child {
  padding-top: calc(var(--jm-spacer-x) * 4);
}
.jm-partners-showcase-wrapper .showcase-logos .showcase-logos-list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--jm-spacer-y) * 4);
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jm-partners-showcase-wrapper .showcase-logos .showcase-logos-list li {
  padding: 0;
  margin: 0;
}
.jm-partners-showcase-wrapper .showcase-logos .showcase-logos-list li .logo-card {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  border-radius: max(8px, var(--jm-spacer-y) * 0.5);
  transition: none;
}
.jm-partners-showcase-wrapper .showcase-logos .showcase-logos-list li .logo-card .logo-card-aspect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--jm-spacer-y) * 0.8);
  aspect-ratio: 625/450;
}
.jm-partners-showcase-wrapper .showcase-logos .showcase-logos-list li .logo-card .logo-card-aspect img {
  display: block;
  max-width: 100%;
  height: auto;
}

.vc_row-o-equal-height .post-box-wrapper.box-mode,
.vc_row-o-equal-height .box-with-icon-wrapper {
  height: 100%;
  margin-bottom: 0 !important;
  padding-bottom: max(20px, var(--jm-spacer-y) * 0.4);
}
.vc_row-o-equal-height .post-box-wrapper.box-mode .post-box,
.vc_row-o-equal-height .post-box-wrapper.box-mode .box-with-icon,
.vc_row-o-equal-height .box-with-icon-wrapper .post-box,
.vc_row-o-equal-height .box-with-icon-wrapper .box-with-icon {
  height: 100%;
}

.post-box-wrapper {
  position: relative;
}
.post-box-wrapper .post-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.post-box-wrapper .post-box.box-mode {
  border: 1px solid var(--jm-color-border);
  padding: 40px;
  border-radius: var(--jm-border-radius);
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box.box-mode {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .post-box-wrapper .post-box.box-mode {
    padding: 10px;
  }
}
.post-box-wrapper .post-box .post-box-video-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-box-wrapper .post-box .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-wrapper .post-box .post-box-image-wrapper {
  display: block;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
.post-box-wrapper .post-box .post-box-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--jm-border-radius);
}
.post-box-wrapper .post-box .post-box-content-wrapper {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
  line-height: 1;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--jm-color-text-primary);
  text-decoration: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover {
  color: var(--jm-color-text-primary);
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover .post-box-title-arrow {
  color: #ffffff;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title:hover .post-box-title-arrow:before {
  width: 70px;
  height: 70px;
  opacity: 1;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px 30px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 20px !important;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--jm-color-secondary);
  border-radius: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  border-radius: 50%;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow::-moz-focus-inner {
  border: 0; /* Removes dotted line in Firefox */
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:hover, .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:focus {
  background-color: #ffffff;
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:active {
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled {
  color: color-mix(in srgb, var(--jm-color-form-disabled), black 30%);
  background-color: var(--jm-color-form-disabled);
  cursor: not-allowed;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled:hover, .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:disabled:focus {
  box-shadow: none;
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow:after {
  border-radius: 50%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-title-wrapper .post-box-title .post-box-title-arrow {
    display: none;
  }
}
.post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
  position: relative;
  margin-bottom: calc(var(--jm-spacer-y) * 1);
}
@media (max-width: 1399.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .post-box-wrapper .post-box .post-box-content-wrapper .post-box-content {
    margin-bottom: 10px;
  }
}
.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 > *:last-child {
  margin-bottom: 0;
}

.box-with-icon-wrapper {
  position: relative;
}
.box-with-icon-wrapper .box-with-icon {
  display: flex;
  position: relative;
  column-gap: 30px;
  padding: 30px;
  border: 1px solid var(--jm-color-border);
  border-radius: max(8px, var(--jm-spacer-x) * 0.2);
}
.inverted .box-with-icon-wrapper .box-with-icon {
  border: 1px solid #1E1A1B;
}
.box-with-icon-wrapper .box-with-icon-image-wrapper {
  display: block;
  width: 30px;
  flex-shrink: 0;
}
.box-with-icon-wrapper .box-with-icon-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.box-with-icon-wrapper .box-with-icon-svg-wrapper {
  display: block;
  width: 30px;
  flex-shrink: 0;
}
.box-with-icon-wrapper .box-with-icon-svg-wrapper svg {
  display: block;
  width: 100%;
  height: auto;
}
.box-with-icon-wrapper .box-with-icon-title {
  position: relative;
  line-height: 1.2;
  color: var(--jm-color-text-primary);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.box-with-icon-wrapper .box-with-icon-content-wrapper {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .box-with-icon-wrapper .box-with-icon-content-wrapper {
    gap: 10px;
  }
}
.box-with-icon-wrapper .box-with-icon-content-wrapper .box-with-icon-content {
  position: relative;
  margin: 0;
}
.box-with-icon-wrapper .box-with-icon-content-wrapper .box-with-icon-content > *:last-child {
  margin-bottom: 0;
}
.box-with-icon-wrapper .box-with-icon-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;
}

.jm-resources-wrapper {
  position: relative;
}
.jm-resources-wrapper .jm-resources {
  display: flex;
  align-items: flex-start;
  gap: var(--jm-spacer-x);
}
@media (max-width: 991.98px) {
  .jm-resources-wrapper .jm-resources {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .jm-resources-wrapper .jm-resources-intro {
    max-width: 35%;
    position: sticky;
    top: 0;
  }
}
.jm-resources-wrapper .jm-resources-intro h2.jm-resources-title {
  margin-bottom: var(--jm-el-margin-bottom);
}
.jm-resources-wrapper .jm-resources-intro .jm-resources-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.jm-resources-wrapper .jm-resources-intro .jm-resources-description > *:last-child {
  margin-bottom: 0;
}
.jm-resources-wrapper .jm-resources-intro > *:last-child {
  margin-bottom: 0 !important;
}
.jm-resources-wrapper .jm-resources-grid-wrapper {
  flex: 1 1 auto;
}
.jm-resources-wrapper .jm-resources-grid {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .jm-resources-wrapper .jm-resources-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991.98px) {
  .jm-resources-wrapper .jm-resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .jm-resources-wrapper .jm-resources-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.jm-resources-wrapper .jm-resources-grid li {
  margin: 0;
  padding: 0;
}
.jm-resources-wrapper .jm-resources-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  width: 100%;
}
.jm-resources-wrapper .jm-resources-load-more {
  appearance: none;
  cursor: pointer;
}
.jm-resources-wrapper .jm-resources-load-more:disabled {
  cursor: wait;
  opacity: 0.75;
}

.jm-resource-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #C3C8D1;
  background-color: var(--jm-color-bg-primary);
  min-height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.jm-resource-card:hover, .jm-resource-card:focus-within, .jm-resource-card:focus-visible {
  background-color: var(--jm-color-secondary-hover);
  border-color: var(--jm-color-secondary-hover);
}
.jm-resource-card:hover .jm-resource-card-icon, .jm-resource-card:focus-within .jm-resource-card-icon, .jm-resource-card:focus-visible .jm-resource-card-icon {
  color: var(--jm-resource-card-icon-hover);
}
.jm-resource-card:hover .jm-resource-card-icon svg, .jm-resource-card:focus-within .jm-resource-card-icon svg, .jm-resource-card:focus-visible .jm-resource-card-icon svg {
  color: var(--jm-resource-card-icon-hover);
}
.jm-resource-card:hover .jm-resource-card-download, .jm-resource-card:focus-within .jm-resource-card-download, .jm-resource-card:focus-visible .jm-resource-card-download {
  background-color: var(--jm-color-text-primary);
}
.jm-resource-card:hover .jm-resource-card-download svg path, .jm-resource-card:focus-within .jm-resource-card-download svg path, .jm-resource-card:focus-visible .jm-resource-card-download svg path {
  fill: var(--jm-color-secondary);
}
.jm-resource-card .jm-resource-card-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.jm-resource-card .jm-resource-card-icon {
  flex-shrink: 0;
  width: 50px;
  color: #CB781E;
  text-align: center;
  line-height: 0;
  transition: var(--jm-transition-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.jm-resource-card .jm-resource-card-icon > i,
.jm-resource-card .jm-resource-card-icon > span[class*=fa] {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
}
.jm-resource-card .jm-resource-card-icon svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.jm-resource-card .jm-resource-card-body {
  flex: 1 1 0;
  min-width: 0;
}
.jm-resource-card .jm-resource-card-body .jm-resource-card-meta {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.jm-resource-card .jm-resource-card-download {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: transparent;
  line-height: 0;
  overflow: hidden;
  transition: var(--jm-transition-base);
}
.jm-resource-card .jm-resource-card-download svg {
  display: block;
  transition: var(--jm-transition-base);
}
.jm-resource-card .jm-resource-card-download svg path {
  fill: var(--jm-color-text-primary);
}

.vc_row[data-vc-full-width] .jm-product-grid-wrapper {
  max-width: 1760px;
  margin: 0 auto;
}

.jm-product-filters {
  display: flex;
  flex-direction: column;
  gap: var(--jm-content-indent-smaller);
  width: 100%;
}

.jm-product-filter-section {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.jm-product-filter-section.is-open {
  gap: 20px;
}
@media (max-width: 767.98px) {
  .jm-product-filter-section.is-open {
    gap: 10px;
  }
}
.jm-product-filter-section.is-open .jm-product-filter-section__chevron {
  transform: rotate(180deg);
}
.jm-product-filter-section.is-open .jm-product-filter-section__body {
  grid-template-rows: 1fr;
}

.jm-product-filter-section__toggle {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.jm-product-filter-section__toggle:focus-visible {
  outline: 2px solid var(--jm-color-text-secondary, #00547f);
  outline-offset: 2px;
}

.jm-product-filter-section__chevron {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: var(--jm-color-text-secondary, #00547f);
  transition: transform 0.25s ease;
}
.jm-product-filter-section__chevron svg {
  display: block;
}

.jm-product-filter-section__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}
.jm-product-filter-section__body > .jm-product-filter-grid {
  overflow: hidden;
  min-height: 0;
}

.jm-product-filter-loading {
  margin: 0;
  color: var(--jm-color-text-secondary, #00547f);
  font-size: 16px;
}

.jm-product-filter-label {
  margin: 0;
  color: var(--jm-color-text-secondary, #00547f);
  font-family: var(--jm-font-family-heading);
  font-size: var(--jm-h4-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
}

.jm-product-filter-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}
.jm-product-filter-grid.product-filter-brands .jm-product-filter-item {
  grid-column: span 2;
}
@media (max-width: 1399.98px) {
  .jm-product-filter-grid.product-filter-brands .jm-product-filter-item {
    grid-column: span 3;
  }
}
@media (max-width: 991.98px) {
  .jm-product-filter-grid.product-filter-brands .jm-product-filter-item {
    grid-column: span 4;
  }
}
@media (max-width: 767.98px) {
  .jm-product-filter-grid.product-filter-brands .jm-product-filter-item {
    grid-column: span 6;
  }
}
@media (max-width: 575.98px) {
  .jm-product-filter-grid.product-filter-brands .jm-product-filter-item {
    grid-column: span 12;
  }
}
.jm-product-filter-grid .jm-product-filter-item {
  grid-column: span 3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  margin: 0;
  padding: 12px 20px;
  width: 100%;
  border: 1px solid #c3c8d1;
  border-radius: max(4px, var(--jm-spacer-x) * 0.1);
  background: transparent;
  color: var(--jm-color-text-secondary, #036E8A);
  font-family: var(--jm-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
@media (max-width: 991.98px) {
  .jm-product-filter-grid .jm-product-filter-item {
    grid-column: span 4;
  }
}
@media (max-width: 767.98px) {
  .jm-product-filter-grid .jm-product-filter-item {
    grid-column: span 6;
  }
}
@media (max-width: 575.98px) {
  .jm-product-filter-grid .jm-product-filter-item {
    grid-column: span 12;
  }
}
.jm-product-filter-grid .jm-product-filter-item:hover, .jm-product-filter-grid .jm-product-filter-item:focus-visible {
  border-color: #c3c8d1;
  background-color: #DCE2EA;
  outline: none;
}
.jm-product-filter-grid .jm-product-filter-item.is-active {
  border-color: #ffffff;
  background-color: #ffffff;
}
.jm-product-filter-grid .jm-product-filter-item__text {
  display: block;
  word-break: break-word;
}
.jm-product-filter-grid .jm-product-filter-item__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 80px;
}
.jm-product-filter-grid .jm-product-filter-item__img {
  display: block;
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.jm-product-filter-grid .jm-product-filter-item__fallback {
  color: var(--jm-color-text-secondary, #036E8A);
  font-family: var(--jm-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.vc_row[data-vc-full-width] .jm-product-grid-wrapper {
  max-width: 1760px;
  margin: 0 auto;
}

.jm-product-grid-wrapper {
  width: 100%;
}
.jm-product-grid-wrapper:has(.alert) .jm-product-grid {
  grid-template-columns: 1fr !important;
}
.jm-product-grid-wrapper.is-loading .jm-product-grid {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.jm-product-grid-wrapper .jm-product-grid-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: calc(var(--jm-spacer-y) * 1);
}
.jm-product-grid-wrapper .jm-product-grid-load-more {
  min-width: 200px;
  justify-content: center;
}
.jm-product-grid-wrapper .jm-product-grid-load-more:disabled {
  opacity: 0.7;
  cursor: wait;
}

.jm-product-grid {
  display: grid;
  grid-template-columns: repeat(var(--jm-pg-columns, 3), minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .jm-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .jm-product-grid {
    grid-template-columns: 1fr;
  }
}

.jm-product-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: max(10px, var(--jm-spacer-y) * 0.3);
  padding: max(10px, var(--jm-spacer-y) * 0.3);
  border: 1px solid #c3c8d1;
  border-radius: var(--jm-border-radius);
  background: transparent;
  min-width: 0;
}
.jm-product-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: max(4px, var(--jm-spacer-x) * 0.1);
  background: #fff;
  text-decoration: none;
  color: inherit;
  aspect-ratio: 16/9;
}
.jm-product-card__media:hover, .jm-product-card__media:focus-visible {
  outline: none;
}
.jm-product-card__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.jm-product-card__footer {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
}
.jm-product-card__meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  min-width: 0;
}
.jm-product-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #cb781e;
  border-radius: 100px;
  color: #cb781e;
  font-family: var(--jm-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jm-product-card h4 {
  display: inline-block;
  margin: 0;
  color: var(--jm-color-text-secondary, #00547f);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  word-break: break-word;
  transition: color 0.2s ease;
}
.jm-product-card h4 a {
  color: var(--jm-color-text-secondary, #00547f);
  text-decoration: none;
}
.jm-product-card h4 a:hover, .jm-product-card h4 a:focus-visible {
  outline: none;
}
.jm-product-card__more {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: var(--jm-color-text-secondary, #00547f);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.jm-product-card__more:hover {
  background: var(--jm-color-primary);
  color: #fff;
  outline: none;
}
.jm-product-card__more svg {
  display: block;
  width: 15px;
  height: 15px;
}
.jm-product-card:hover .jm-product-card__more {
  background: var(--jm-color-primary);
}

.content-indent {
  padding-top: calc(var(--jm-spacer-y) * 1);
  padding-bottom: calc(var(--jm-spacer-y) * 1);
}
.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) * 1);
}
.content-indent > .vc_column-inner,
.content-indent > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.content-indent-small {
  padding-top: calc(var(--jm-spacer-y) * 0.5);
  padding-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.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: calc(var(--jm-spacer-y) * 0.5);
}
.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) * 1);
}
.content-indent-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.content-indent-small-bottom {
  padding-bottom: calc(var(--jm-spacer-y) * 0.5);
}
.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: var(--jm-el-margin-bottom);
}

.vc_row:has(.products-list),
.vc_row:has(.rich-section-sticky-wrapper),
.vc_row:has(.jm-partners-showcase-wrapper),
.vc_row.overflow-visible[data-vc-full-width] {
  overflow: clip !important;
}

@media (max-width: 991.98px) {
  .revers-columns > .vc_row,
  .vc_row.revers-columns {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1199.98px) {
  .revers-columns-md > .vc_row,
  .vc_row.revers-columns-md {
    display: flex;
    flex-direction: column-reverse;
  }
}

@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);
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  background-color: #ffffff;
  border-radius: 20px;
  padding: max(15px, var(--jm-spacer-x) * 0.4);
  margin-bottom: 20px;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
  background-color: var(--jm-color-primary);
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  position: relative;
  background: none;
  border: none;
  margin: 0;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/icon-plus.png") no-repeat center center;
  transition: all 0.3s ease;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover:before {
  background-color: var(--jm-color-primary);
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h3.vc_tta-panel-title {
  margin: 0;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  color: var(--jm-color-primary);
  padding: 0;
  text-decoration: none;
  color: inherit;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  margin: 40px 0 0 0;
  padding: 0;
  border: none;
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body > * {
  margin-bottom: max(25px, var(--jm-spacer-y) * 0.6);
}
body .vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body > *:last-child {
  margin-bottom: 0;
}

.grain-overlay-wrapper {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  overflow: hidden;
  pointer-events: none;
}

.grain-overlay {
  position: absolute;
  inset: -200%;
  width: 400%;
  height: 400%;
  opacity: 0.1;
  background-image: url("../images/grain.png");
  background-repeat: repeat;
  background-size: auto;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: grain-drift var(--grain-duration, 8s) steps(10, start) infinite;
}

@media (prefers-reduced-motion: reduce) {
  .grain-overlay {
    transform: translate3d(0, 0, 0);
    animation: none;
  }
}
@keyframes grain-drift {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  10% {
    transform: translate3d(-5%, -10%, 0);
  }
  20% {
    transform: translate3d(-15%, 5%, 0);
  }
  30% {
    transform: translate3d(7%, -25%, 0);
  }
  40% {
    transform: translate3d(-5%, 25%, 0);
  }
  50% {
    transform: translate3d(-15%, 10%, 0);
  }
  60% {
    transform: translate3d(15%, 0%, 0);
  }
  70% {
    transform: translate3d(0%, 15%, 0);
  }
  80% {
    transform: translate3d(3%, 35%, 0);
  }
  90% {
    transform: translate3d(-10%, 10%, 0);
  }
  100% {
    transform: translate3d(0%, 0%, 0);
  }
}
.vc_row[data-vc-full-width]:has(.sticky-container),
.vc_row[data-vc-full-width]:has(.hero-section-wrapper) {
  overflow: visible !important;
}

/* #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: var(--jm-color-primary);
  transition: var(--jm-transition-base);
}
a:focus, a:hover {
  text-decoration: none;
  color: var(--jm-color-text-primary);
  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-primary);
  font-size: var(--jm-h1-font-size);
  font-family: var(--jm-font-family-heading);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

h2 {
  color: var(--jm-color-primary);
  font-size: var(--jm-h2-font-size);
  font-family: var(--jm-font-family-heading);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
}
h2 strong {
  font-weight: 600;
}
h2.vc_custom_heading {
  text-transform: uppercase;
  margin-bottom: var(--jm-el-margin-bottom);
}
h2 a {
  color: var(--jm-color-text-secondary);
  text-decoration: none;
}

h3 {
  color: var(--jm-color-primary);
  font-size: var(--jm-h3-font-size);
  font-family: var(--jm-font-family-heading);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
}
h3.vc_custom_heading {
  text-transform: uppercase;
  margin-bottom: var(--jm-el-margin-bottom);
}

h4 {
  color: var(--jm-color-text-secondary);
  font-family: var(--jm-font-family-heading);
  font-size: var(--jm-h4-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

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: 500 var(--jm-h6-font-size)/1.2 var(--jm-font-family-heading);
}

.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
  overflow: clip;
}
.site .site-wrapper {
  flex: 1 0 auto;
  position: relative;
}
.site .site-wrapper::after {
  content: "";
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--jm-color-bg-primary);
  z-index: 1;
  border-radius: 0 0 calc(var(--jm-spacer-y) * 0.5) calc(var(--jm-spacer-y) * 0.5);
}

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

.site-content {
  position: relative;
  z-index: 40;
  min-height: 100vh;
}

.inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6 {
  color: #ffffff;
}
.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);
}
.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;
}
.content-area.product-single-area,
.widget-area.product-single-area {
  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;
}
.wpb-post .content-area,
.wpb-post .widget-area {
  margin-top: 0;
  margin-bottom: 0;
}
.home .content-area,
.home .widget-area {
  margin: 0;
}

.title-with-text > .wpb_wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 479.98px) {
  .title-with-text > .wpb_wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.title-with-text > .wpb_wrapper h6 {
  color: var(--jm-color-primary);
  font-family: var(--jm-font-family-heading);
  font-size: var(--jm-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  width: max(160px, 20%);
  flex-shrink: 0;
  margin: 0;
}
.title-with-text > .wpb_wrapper p {
  margin: 0;
}

.has-bottom-border-radius {
  border-radius: 0 0 calc(var(--jm-spacer-y) * 0.5) calc(var(--jm-spacer-y) * 0.5);
  overflow: hidden;
}

.large-text {
  font-size: var(--jm-h6-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

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