/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

.body-wrapper {
    overflow: hidden;
}

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px !important;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 0px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 0px !important;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

#main-content .visible-phone {
    display: none;
}

#main-content .visible-tablet {
    display: none;
}

#main-content .hidden-desktop {
    display: none;
}

@media (max-width: 767px) {
    .dnd-column + .dnd-column,
    .row-fluid > .dnd-module + .dnd-module {
        margin-top: 30px;
    }

    #main-content .visible-phone {
        display: inherit;
    }

    #main-content .hidden-phone {
        display: none;
    }

    #main-content .hidden-desktop {
        display: inherit;
    }

    #main-content .visible-desktop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    #main-content .visible-tablet {
        display: inherit;
    }

    #main-content .hidden-tablet {
        display: none;
    }

    #main-content .hidden-desktop {
        display: inherit;
    }

    #main-content .visible-desktop {
        display: none;
    }
}

.row-fluid-wrapper .inpage-editor-active-field,
.row-fluid-wrapper .inpage-editor-highlight-field {
    position: static !important;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  position: relative;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

// .flickity-enabled.is-draggable .flickity-viewport {
//   cursor: move;
//   cursor: -webkit-grab;
//   cursor: grab;
// }

// .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
//   cursor: -webkit-grabbing;
//   cursor: grabbing;
// }

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* =============================================================================
- Lightgallery Popup
============================================================================= */
/*! lightgallery - v1.6.9 - 2018-04-03
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
@font-face {
  font-family: lg;
 src: url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/fonts/lightgallery/lg.woff) format("woff"),
    url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/fonts/lightgallery/lg.ttf) format("truetype"),
    url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/fonts/lightgallery/lg.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/images/lightgallery/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/images/lightgallery/vimeo-play.png)  0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/images/lightgallery/vimeo-play.png)  no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/images/lightgallery/youtube-play.png)  no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/images/lightgallery/youtube-play.png)  0 -60px no-repeat;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(//9214757.fs1.hubspotusercontent-na1.net/hubfs/9214757/raw_assets/public/Template%20Regcheq%202025/images/lightgallery/loading.gif) center center no-repeat;
  display: none !important;
}
.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-toolbar .lg-icon {
	background-color: transparent;
	border: none;
	outline: 0;
}
body {
	line-height: 1.4;
	word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

/* Paragraphs */

p {
	margin: 0 0 30px;
}

p:last-child {
	margin: 0;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1.4rem;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin: 0;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

ul.no-list {
	list-style: none;
}

/* Code blocks */

pre {
	overflow: auto;
}

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}

/* Image alt text */

img {
	font-size: 14px;
	word-break: normal;
}
/* Animation */
.grve-animation-item,
.grve-animation-multiple-items .grve-anim-item {
	opacity: 0;
	transition: transform .6s cubic-bezier(.05,.3,.2,1), opacity .6s cubic-bezier(.05,.3,.2,1);
}

/* Fade In Up */
.grve-animation-item.grve-fade-in-up,
.grve-animation-multiple-items.grve-fade-in-up .grve-anim-item {
	transform: translateY(100px);
}

/* Fade In Left */
.grve-animation-item.grve-fade-in-left,
.grve-animation-multiple-items.grve-fade-in-left .grve-anim-item {
	transform: translateX(-100px);
}

/* Fade In Right */
.grve-animation-item.grve-fade-in-right,
.grve-animation-multiple-items.grve-fade-in-right .grve-anim-item {
	transform: translateX(100px);
}

/* Fade In Down */
.grve-animation-item.grve-fade-in-down,
.grve-animation-multiple-items.grve-fade-in-down .grve-anim-item {
	transform: translateY(-100px);
}

.grve-animation-item.grve-animating,
.grve-animation-multiple-items.grve-animating .grve-anim-item {
	opacity: 1;
	transform: translate(0,0);
}

body[data-hs-dragdrop="true"] .grve-animation-item,
body[data-hs-dragdrop="true"] .grve-animation-multiple-items .grve-anim-item {
	opacity: 1;
	transform: translate(0,0);
	transition: none;
}
button,
.button {
	cursor: pointer;
	display: inline-block;
	font-size: 0.92rem;
	text-align: center;
	transition: all 0.15s linear;
	white-space: nowrap;
}

button:disabled,
.button:disabled {
	background-color: #D0D0D0;
	border-color: #D0D0D0;
	color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	text-decoration: none;
}

button:active,
.button:active {
	text-decoration: none;
}

/* Button General Settings */
.grve-button a {
	cursor: pointer;
	display: inline-block;
	line-height: 1.000em;
	padding: 20px 55px;
	border-radius: 3px;
	text-align: center;
	transition: color 0.3s linear, background-color 0.3s linear;
	white-space: nowrap;
	text-decoration: none;
	position: relative;
}

.grve-button a span {
	display: block;
	pointer-events: none;
}

/* Solid */
.grve-button a.grve-btn-solid {

}

/* Outline */
.grve-button a.grve-btn-outline {
	border-width: 2px;
	border-style: solid;
	padding: 18px 53px;
}

/* Only Text */
.grve-button a.grve-btn-only-text {
	padding: 0;
}

/* Left Line */
.grve-button a.grve-btn-left-line {
	padding: 0 0 0 46px;
	position: relative;
}

.grve-button a.grve-btn-left-line span {
	transition: transform 0.2s cubic-bezier(0.23, 0.46, 0.4, 1);
}

.grve-button a.grve-btn-left-line:before {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: currentColor;
	transition: width 0.2s cubic-bezier(0.23, 0.46, 0.4, 1);
}

.grve-button a.grve-btn-left-line:hover span {
	transform: translateX(30px);
}

.grve-button a.grve-btn-left-line:hover:before {
	width: 60px;
}


/* Underline */
.grve-button a.grve-btn-underline {
	padding: 4px 0;
	position: relative;
}

.grve-button a.grve-btn-underline .grve-btn-line {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 2px;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform .25s cubic-bezier(.785,.135,.15,.86);
}

.grve-button a.grve-btn-underline:hover .grve-btn-line {
	transform: scaleX(0);
	transform-origin: right center;
}

/* Arrow Button */
.grve-btn.grve-btn-solid .grve-arrow,
.grve-btn.grve-btn-outline .grve-arrow {
	position: absolute;
	top: 50%;
	right: 30px;
	opacity: 0;
	transform: translate(-10px,-50%);
}

.grve-btn.grve-btn-solid .grve-btn-title,
.grve-btn.grve-btn-outline .grve-btn-title,
.grve-btn.grve-btn-solid .grve-arrow,
.grve-btn.grve-btn-outline .grve-arrow {
	transition: all 0.15s cubic-bezier(0.23, 0.46, 0.4, 1);
}
.grve-btn.grve-btn-solid .grve-arrow svg,
.grve-btn.grve-btn-outline .grve-arrow svg {
	fill:  currentColor;
	display: block;
}

.grve-btn.grve-btn-solid:hover .grve-arrow,
.grve-btn.grve-btn-outline:hover .grve-arrow {
	opacity: 1;
	transform: translate(0,-50%);
}

.grve-btn.grve-btn-solid:hover .grve-btn-title,
.grve-btn.grve-btn-outline:hover .grve-btn-title {
	transform: translateX(-25px);
}

/* Buttons Group */
.grve-buttons-group {
	display: flex;
	flex-direction: row;
	align-items: center;
        flex-wrap: wrap;
	margin-top: -25px;
}
.grve-buttons-group .grve-button {
	margin-top: 25px;
}

.grve-buttons-group.grve-align-center {
	justify-content: center;
}

.grve-buttons-group.grve-align-right {
	justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.grve-button.grve-tablet-text-align-left {
		text-align: left;
	}
	.grve-button.grve-tablet-text-align-center {
		text-align: center;
	}
	.grve-button.grve-tablet-text-align-right {
		text-align: right;
	}
	.grve-buttons-group.grve-tablet-align-left {
		justify-content: flex-start;
	}
	.grve-buttons-group.grve-tablet-align-center {
		justify-content: center;
	}
	.grve-buttons-group.grve-tablet-align-right {
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 767px) {
	.grve-button.grve-mobile-text-align-left {
		text-align: left;
	}
	.grve-button.grve-mobile-text-align-center {
		text-align: center;
	}
	.grve-button.grve-mobile-text-align-right {
		text-align: right;
	}
	.grve-buttons-group.grve-mobile-align-left {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.grve-buttons-group.grve-mobile-align-center {
		justify-content: flex-start;
		align-items: center;
	}
	.grve-buttons-group.grve-mobile-align-right {
		justify-content: flex-start;
		align-items: flex-end;
	}
	.grve-buttons-group {
		flex-direction: column;
		justify-content: flex-start;
		align-items: unset;
	}
	.grve-buttons-group .grve-button + .grve-button {
		margin-top: 25px;
		margin-left: 0 !important;
	}
}


/* Small Button Left Line */
.grve-small-btn.grve-btn-left-line .grve-btn-title {
	padding: 0 0 0 46px;
	position: relative;
	display: inline-block;
}

.grve-small-btn.grve-btn-left-line .grve-btn-title span {
	display: inline-block;
	transition: transform 0.2s cubic-bezier(0.23, 0.46, 0.4, 1);
}

.grve-small-btn.grve-btn-left-line .grve-btn-title:before {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: currentColor;
	transition: width 0.2s cubic-bezier(0.23, 0.46, 0.4, 1);
}

.grve-hover-item:hover .grve-small-btn.grve-btn-left-line .grve-btn-title span {
	transform: translateX(30px);
}

.grve-hover-item:hover .grve-small-btn.grve-btn-left-line .grve-btn-title:before {
	width: 60px;
}


/* Small Button Underline */
.grve-small-btn.grve-btn-underline .grve-btn-title span {
	padding: 4px 0;
	position: relative;
}

.grve-small-btn.grve-btn-underline .grve-btn-title span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	transform: scaleX(1);
	transform-origin: left center;
	transition: transform .25s cubic-bezier(.785,.135,.15,.86);
}

.grve-hover-item:hover .grve-small-btn.grve-btn-underline .grve-btn-title span:after {
	transform: scaleX(0);
	transform-origin: right center;
}

/* Small Button Arrow */
.grve-small-btn.grve-btn-arrow svg {
	display: inline-block;
	fill: currentColor;
	transition: transform .25s cubic-bezier(.785,.135,.15,.86);
}

.grve-hover-item:hover .grve-small-btn.grve-btn-arrow svg {
	transform: translateX(5px);
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 1.000rem;
  padding: 18px;
  width: 100%;
}

#main-content form fieldset {
  max-width: 100%;
}

form textarea {
  min-height: 200px;
}

.grve-post-comments .hs_recaptcha {
  float: right;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

#main-content .fn-date-picker td .pika-button:hover,
#main-content .fn-date-picker td .pika-button:focus {
  border-radius: 0;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

#main-content form .hs-richtext img {
  max-width: 100%;
}

/* GDPR */

#main-content .legal-consent-container .hs-form-booleancheckbox-display > span,
#main-content .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 12px;
}

#main-content .hs-form-booleancheckbox-display,
#main-content .hs-form-checkbox-display,
#main-content .hs-form-radio-display {
  display: flex;
  align-items: center;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Grid Element */
.grve-grid {
	display: grid;
	margin: 0;
}

.grve-grid.grve-columns-1 {
	grid-template-columns: 1fr;
}

.grve-grid.grve-columns-2 {
	grid-template-columns: repeat(2,1fr);
}

.grve-grid.grve-columns-3 {
	grid-template-columns: repeat(3,1fr);
}

.grve-grid.grve-columns-4 {
	grid-template-columns: repeat(4,1fr);
}

.grve-grid.grve-columns-5 {
	grid-template-columns: repeat(5,1fr);
}

.grve-grid.grve-columns-6 {
	grid-template-columns: repeat(6,1fr);
}

/* Custom Width Grid Element */
.grve-grid.grve-text-align-center.grve-custom-width .grve-grid-item {
	justify-self: center;
}

.grve-grid.grve-text-align-left.grve-custom-width .grve-grid-item {
	justify-self: flex-start;
}

.grve-grid.grve-text-align-right.grve-custom-width .grve-grid-item {
	justify-self: flex-end;
}

/* Tablet Landscape */
@media only screen and (max-width: 1200px) {
	.grve-grid.grve-columns-table-lg-1 {
		grid-template-columns: 1fr;
	}

	.grve-grid.grve-columns-table-lg-2 {
		grid-template-columns: repeat(2,1fr);
	}

	.grve-grid.grve-columns-table-lg-3 {
		grid-template-columns: repeat(3,1fr);
	}

	.grve-grid.grve-columns-table-lg-4 {
		grid-template-columns: repeat(4,1fr);
	}

	.grve-grid.grve-columns-table-lg-5 {
		grid-template-columns: repeat(5,1fr);
	}

	.grve-grid.grve-columns-table-lg-6 {
		grid-template-columns: repeat(6,1fr);
	}
}

/* Tablet Portait */
@media only screen and (max-width: 1023px) {
	.grve-grid.grve-columns-table-sm-1 {
		grid-template-columns: 1fr;
	}

	.grve-grid.grve-columns-table-sm-2 {
		grid-template-columns: repeat(2,1fr);
	}

	.grve-grid.grve-columns-table-sm-3 {
		grid-template-columns: repeat(3,1fr);
	}

	.grve-grid.grve-columns-table-sm-4 {
		grid-template-columns: repeat(4,1fr);
	}

	.grve-grid.grve-columns-table-sm-5 {
		grid-template-columns: repeat(5,1fr);
	}

	.grve-grid.grve-columns-table-sm-6 {
		grid-template-columns: repeat(6,1fr);
	}
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.grve-grid.grve-columns-mobile-1 {
		grid-template-columns: 1fr;
	}

	.grve-grid.grve-columns-mobile-2 {
		grid-template-columns: repeat(2,1fr);
	}

	.grve-grid.grve-columns-mobile-3 {
		grid-template-columns: repeat(3,1fr);
	}

	.grve-grid.grve-columns-mobile-4 {
		grid-template-columns: repeat(4,1fr);
	}

	.grve-grid.grve-columns-mobile-5 {
		grid-template-columns: repeat(5,1fr);
	}

	.grve-grid.grve-columns-mobile-6 {
		grid-template-columns: repeat(6,1fr);
	}
}

/* Border Style */
.grve-grid.grve-style-outline .grve-grid-item {
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* Desctop */
@media only screen and (min-width: 1201px) {
	/* Column 1 */
	.grve-grid.grve-style-outline.grve-columns-1 .grve-grid-item:nth-child(1n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-1 .grve-grid-item:nth-child(1n+1):nth-last-child(-n+1),
	.grve-grid.grve-style-outline.grve-columns-1 .grve-grid-item:nth-child(1n + 1):nth-last-child(-n + 1) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 2 */
	.grve-grid.grve-style-outline.grve-columns-2 .grve-grid-item:nth-child(2n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-2 .grve-grid-item:nth-child(2n+1):nth-last-child(-n+2),
	.grve-grid.grve-style-outline.grve-columns-2 .grve-grid-item:nth-child(2n + 1):nth-last-child(-n + 2) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 3 */
	.grve-grid.grve-style-outline.grve-columns-3 .grve-grid-item:nth-child(3n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-3 .grve-grid-item:nth-child(3n+1):nth-last-child(-n+3),
	.grve-grid.grve-style-outline.grve-columns-3 .grve-grid-item:nth-child(3n + 1):nth-last-child(-n + 3) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 4 */
	.grve-grid.grve-style-outline.grve-columns-4 .grve-grid-item:nth-child(4n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-4 .grve-grid-item:nth-child(4n+1):nth-last-child(-n+4),
	.grve-grid.grve-style-outline.grve-columns-4 .grve-grid-item:nth-child(4n + 1):nth-last-child(-n + 4) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 5 */
	.grve-grid.grve-style-outline.grve-columns-5 .grve-grid-item:nth-child(5n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-5 .grve-grid-item:nth-child(5n+1):nth-last-child(-n+5),
	.grve-grid.grve-style-outline.grve-columns-5 .grve-grid-item:nth-child(5n + 1):nth-last-child(-n + 5) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 6 */
	.grve-grid.grve-style-outline.grve-columns-6 .grve-grid-item:nth-child(6n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-6 .grve-grid-item:nth-child(6n+1):nth-last-child(-n+6),
	.grve-grid.grve-style-outline.grve-columns-6 .grve-grid-item:nth-child(6n + 1):nth-last-child(-n + 6) ~ .grve-grid-item {
		border-bottom: none;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	/* Column 1 */
	.grve-grid.grve-style-outline.grve-columns-table-lg-1 .grve-grid-item:nth-child(1n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-lg-1 .grve-grid-item:nth-child(1n+1):nth-last-child(-n+1),
	.grve-grid.grve-style-outline.grve-columns-table-lg-1 .grve-grid-item:nth-child(1n + 1):nth-last-child(-n + 1) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 2 */
	.grve-grid.grve-style-outline.grve-columns-table-lg-2 .grve-grid-item:nth-child(2n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-lg-2 .grve-grid-item:nth-child(2n+1):nth-last-child(-n+2),
	.grve-grid.grve-style-outline.grve-columns-table-lg-2 .grve-grid-item:nth-child(2n + 1):nth-last-child(-n + 2) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 3 */
	.grve-grid.grve-style-outline.grve-columns-table-lg-3 .grve-grid-item:nth-child(3n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-lg-3 .grve-grid-item:nth-child(3n+1):nth-last-child(-n+3),
	.grve-grid.grve-style-outline.grve-columns-table-lg-3 .grve-grid-item:nth-child(3n + 1):nth-last-child(-n + 3) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 4 */
	.grve-grid.grve-style-outline.grve-columns-table-lg-4 .grve-grid-item:nth-child(4n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-lg-4 .grve-grid-item:nth-child(4n+1):nth-last-child(-n+4),
	.grve-grid.grve-style-outline.grve-columns-table-lg-4 .grve-grid-item:nth-child(4n + 1):nth-last-child(-n + 4) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 5 */
	.grve-grid.grve-style-outline.grve-columns-table-lg-5 .grve-grid-item:nth-child(5n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-lg-5 .grve-grid-item:nth-child(5n+1):nth-last-child(-n+5),
	.grve-grid.grve-style-outline.grve-columns-table-lg-5 .grve-grid-item:nth-child(5n + 1):nth-last-child(-n + 5) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 6 */
	.grve-grid.grve-style-outline.grve-columns-table-lg-6 .grve-grid-item:nth-child(6n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-lg-6 .grve-grid-item:nth-child(6n+1):nth-last-child(-n+6),
	.grve-grid.grve-style-outline.grve-columns-table-lg-6 .grve-grid-item:nth-child(6n + 1):nth-last-child(-n + 6) ~ .grve-grid-item {
		border-bottom: none;
	}
}

/* Tablet Portait */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* Column 1 */
	.grve-grid.grve-style-outline.grve-columns-table-sm-1 .grve-grid-item:nth-child(1n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-sm-1 .grve-grid-item:nth-child(1n+1):nth-last-child(-n+1),
	.grve-grid.grve-style-outline.grve-columns-table-sm-1 .grve-grid-item:nth-child(1n + 1):nth-last-child(-n + 1) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 2 */
	.grve-grid.grve-style-outline.grve-columns-table-sm-2 .grve-grid-item:nth-child(2n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-sm-2 .grve-grid-item:nth-child(2n+1):nth-last-child(-n+2),
	.grve-grid.grve-style-outline.grve-columns-table-sm-2 .grve-grid-item:nth-child(2n + 1):nth-last-child(-n + 2) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 3 */
	.grve-grid.grve-style-outline.grve-columns-table-sm-3 .grve-grid-item:nth-child(3n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-sm-3 .grve-grid-item:nth-child(3n+1):nth-last-child(-n+3),
	.grve-grid.grve-style-outline.grve-columns-table-sm-3 .grve-grid-item:nth-child(3n + 1):nth-last-child(-n + 3) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 4 */
	.grve-grid.grve-style-outline.grve-columns-table-sm-4 .grve-grid-item:nth-child(4n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-sm-4 .grve-grid-item:nth-child(4n+1):nth-last-child(-n+4),
	.grve-grid.grve-style-outline.grve-columns-table-sm-4 .grve-grid-item:nth-child(4n + 1):nth-last-child(-n + 4) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 5 */
	.grve-grid.grve-style-outline.grve-columns-table-sm-5 .grve-grid-item:nth-child(5n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-sm-5 .grve-grid-item:nth-child(5n+1):nth-last-child(-n+5),
	.grve-grid.grve-style-outline.grve-columns-table-sm-5 .grve-grid-item:nth-child(5n + 1):nth-last-child(-n + 5) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 6 */
	.grve-grid.grve-style-outline.grve-columns-table-sm-6 .grve-grid-item:nth-child(6n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-table-sm-6 .grve-grid-item:nth-child(6n+1):nth-last-child(-n+6),
	.grve-grid.grve-style-outline.grve-columns-table-sm-6 .grve-grid-item:nth-child(6n + 1):nth-last-child(-n + 6) ~ .grve-grid-item {
		border-bottom: none;
	}
}

/* Mobile */
@media only screen and (max-width: 767px) {
	/* Column 1 */
	.grve-grid.grve-style-outline.grve-columns-mobile-1 .grve-grid-item:nth-child(1n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-mobile-1 .grve-grid-item:nth-child(1n+1):nth-last-child(-n+1),
	.grve-grid.grve-style-outline.grve-columns-mobile-1 .grve-grid-item:nth-child(1n + 1):nth-last-child(-n + 1) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 2 */
	.grve-grid.grve-style-outline.grve-columns-mobile-2 .grve-grid-item:nth-child(2n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-mobile-2 .grve-grid-item:nth-child(2n+1):nth-last-child(-n+2),
	.grve-grid.grve-style-outline.grve-columns-mobile-2 .grve-grid-item:nth-child(2n + 1):nth-last-child(-n + 2) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 3 */
	.grve-grid.grve-style-outline.grve-columns-mobile-3 .grve-grid-item:nth-child(3n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-mobile-3 .grve-grid-item:nth-child(3n+1):nth-last-child(-n+3),
	.grve-grid.grve-style-outline.grve-columns-mobile-3 .grve-grid-item:nth-child(3n + 1):nth-last-child(-n + 3) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 4 */
	.grve-grid.grve-style-outline.grve-columns-mobile-4 .grve-grid-item:nth-child(4n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-mobile-4 .grve-grid-item:nth-child(4n+1):nth-last-child(-n+4),
	.grve-grid.grve-style-outline.grve-columns-mobile-4 .grve-grid-item:nth-child(4n + 1):nth-last-child(-n + 4) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 5 */
	.grve-grid.grve-style-outline.grve-columns-mobile-5 .grve-grid-item:nth-child(5n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-mobile-5 .grve-grid-item:nth-child(5n+1):nth-last-child(-n+5),
	.grve-grid.grve-style-outline.grve-columns-mobile-5 .grve-grid-item:nth-child(5n + 1):nth-last-child(-n + 5) ~ .grve-grid-item {
		border-bottom: none;
	}

	/* Column 6 */
	.grve-grid.grve-style-outline.grve-columns-mobile-6 .grve-grid-item:nth-child(6n) {
		border-right:  none;
	}
	.grve-grid.grve-style-outline.grve-columns-mobile-6 .grve-grid-item:nth-child(6n+1):nth-last-child(-n+6),
	.grve-grid.grve-style-outline.grve-columns-mobile-6 .grve-grid-item:nth-child(6n + 1):nth-last-child(-n + 6) ~ .grve-grid-item {
		border-bottom: none;
	}
}


/* Text Aligns */
.grve-text-align-center {
	text-align: center;
}

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

/* Link Overlay */
.grve-link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.grve-bg-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
	z-index: -1;
	pointer-events: none;
}

.grve-bg-wrapper .grve-bg-image,
.grve-bg-wrapper .grve-bg-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.grve-bg-wrapper .grve-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
/* Icon Boxes */
.grve-icon-boxes .grve-icon-box {
	display: flex;
	flex-direction: column;
}

.grve-icon-boxes .grve-icon-box .grve-icon img,
.grve-icon-boxes .grve-icon-box .grve-icon svg {
	display: block;
}

.grve-icon-boxes .grve-icon-box .grve-icon svg {
	fill: currentColor;
}

.grve-icon-boxes .grve-icon-box .grve-icon {
	margin-bottom: 24px;
}

.grve-icon-boxes .grve-icon-box .grve-title {
	margin-bottom: 0.500em;
}

/* Align */
.grve-icon-boxes.grve-box-align-center .grve-icon-box {
	text-align: center;
	align-items: center;
}

/* Icon Sizes */
.grve-icon-boxes.grve-icon-small .grve-icon {
	width: 30px;
}
.grve-icon-boxes.grve-icon-medium .grve-icon {
	width: 60px;
}
.grve-icon-boxes.grve-icon-large .grve-icon {
	width: 90px;
}
.grve-slogan .grve-subtitle {
	margin-bottom: 18px;
}

.grve-slogan.grve-position-left {
	display: flex;
	justify-content: flex-start;
}

.grve-slogan.grve-position-center {
	display: flex;
	justify-content: center;
}

.grve-slogan.grve-position-right {
	display: flex;
	justify-content: flex-end;
}

.grve-slogan .grve-slogan-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.grve-slogan.grve-text-align-center .grve-slogan-inner {
	align-items: center;
}

.grve-slogan.grve-text-align-right .grve-slogan-inner {
	align-items: flex-end;
}
/* Blog Grid  */
.body-container--blog-index .grve-blog-grid:last-child {
  margin-bottom: 90px;
}
.grve-blog-grid .grve-post-item .grve-featured-image-wrapper {
	position: relative;
	padding-bottom: 75%;
	margin-bottom: 30px;
	z-index: 1;
	transition: transform .8s cubic-bezier(.05,.3,.2,1);
}

.grve-blog-grid .grve-post-item:hover .grve-featured-image-wrapper {
	transform: scale(0.95);
}

.grve-blog-grid .grve-post-item .grve-featured-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.grve-blog-grid .grve-post-item .grve-featured-image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.05,.3,.2,1);
}

.grve-blog-grid .grve-post-item:hover .grve-featured-image-wrapper img {
	transform: scale(1.15);
}

.grve-blog-grid .grve-post-item .grve-featured-image-wrapper img.grve-post-shadow {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	filter: blur(15px);
	opacity: 0.6;
	transition: transform .8s cubic-bezier(.05,.3,.2,1);
}

.grve-blog-grid .grve-post-item:hover .grve-featured-image-wrapper img.grve-post-shadow {
	transform: scale(0.95);
}


.grve-blog-grid .grve-post-item .grve-post-inner {
	position: relative;
	z-index: 2;
}

.grve-blog-grid .grve-post-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.grve-blog-grid .grve-post-item .grve-post-content {
	position: relative;
	z-index: 2;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}

.grve-blog-grid .grve-post-item .grve-post-date {
	font-size: 14px;
	color: inherit;
	margin-bottom: 8px;
	display: block;
}

.grve-blog-grid .grve-title {
	margin-bottom: 12px;
	color: inherit;
}

.grve-blog-grid .grve-post-item .grve-read-more {
	margin-top: 30px;
	position: relative;
}

.grve-blog-grid .grve-post-item .grve-read-more:before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: currentColor;
	transition: width .3s cubic-bezier(0.23,0.46,0.4,1);
}
.grve-blog-grid .grve-post-item .grve-read-more span {
	display: inline-block;
	transition: transform .3s cubic-bezier(0.23,0.46,0.4,1);
}

.grve-blog-grid .grve-post-item:hover .grve-read-more span {
	transform: translateX(45px);
}

.grve-blog-grid .grve-post-item:hover .grve-read-more:before {
	width: 30px;
}


/* List Blog */
.grve-blog-minimal-list .grve-post-item,
.grve-blog-minimal-list .grve-post-item .grve-post-inner {
	position: relative;
	z-index: 2;
}

.grve-blog-minimal-list .grve-post-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.grve-blog-minimal-list .grve-post-item .grve-featured-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(0,-50%) scale(0.8);
	width: 250px;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
}

.grve-blog-minimal-list .grve-post-item .grve-featured-image-wrapper img.grve-post-shadow {
  position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	filter: blur(15px);
	opacity: 0.6;
	transition: transform .8s cubic-bezier(.05,.3,.2,1);
}

.grve-blog-minimal-list .grve-post-item .grve-featured-image-wrapper .grve-featured-image {
  border-radius: 12px;
  position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	transform: translate(0,-50%);
}

.grve-blog-minimal-list .grve-post-item .grve-featured-image-wrapper img {
  border-radius: 12px;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grve-blog-minimal-list .grve-post-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 36px 0;
	position: relative;
	z-index: 3;
}

.grve-blog-minimal-list .grve-post-item + .grve-post-item {
	border-top-width: 1px;
	border-top-style: solid;
}

.grve-blog-minimal-list .grve-post-number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	margin-right: 18px;
	border: 1px solid;
	opacity: 0.2;
	transition: transform .3s cubic-bezier(0.23,0.46,0.4,1);
}

.grve-blog-minimal-list .grve-post-item:hover .grve-post-number {
	transform: scale(1.2);
}

.grve-blog-minimal-list .grve-post-number span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.grve-blog-minimal-list .grve-post-date {
	flex: 2;
}

.grve-blog-minimal-list .grve-title {
	flex: 6;
	margin-bottom: 0;
	color: inherit;
}

.grve-blog-minimal-list .grve-post-item .grve-read-more {
	position: relative;
}

.grve-blog-minimal-list .grve-post-item .grve-read-more:before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 100%;
	right:  calc( 100% + 33px);
	background-color: currentColor;
	transition: width .3s cubic-bezier(0.23,0.46,0.4,1);
}

.grve-blog-minimal-list .grve-post-item .grve-read-more span {
	display: inline-block;
	transition: transform .3s cubic-bezier(0.23,0.46,0.4,1);
}

.grve-blog-minimal-list .grve-post-item {
	position: relative;
	padding: 0 24px;
}

.grve-blog-minimal-list .grve-post-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	opacity: 0.01;
	transition: transform .5s cubic-bezier(0.23,0.46,0.4,1);
	transform: scaleY(0);
	transform-origin: bottom;
}

.grve-blog-minimal-list .grve-post-item:hover {
	z-index: 5;
}

.grve-blog-minimal-list .grve-post-item:hover:after {
	transform: scaleY(1);
}

.grve-blog-minimal-list .grve-post-item:hover .grve-read-more span {
	transform: translateX(-15px);
}

.grve-blog-minimal-list .grve-post-item:hover .grve-read-more:before {
	width: 30px;
}

@media only screen and (max-width: 767px) {
	.grve-blog-minimal-list .grve-post-number {
		margin-bottom: 18px;
	}
	.grve-blog-minimal-list .grve-post-content {
		flex-direction: column;
		align-items: flex-start;
	}

	.grve-blog-minimal-list .grve-post-item .grve-read-more {
		margin-top: 30px;
	}

	.grve-blog-minimal-list .grve-post-item:hover:after {
		transform: scaleY(0);
	}

	.grve-blog-minimal-list .grve-post-item:hover .grve-read-more span {
		transform: translateX(0);
	}

	.grve-blog-minimal-list .grve-post-item:hover .grve-read-more:before {
		width: 0px;
	}
}
.grve-hero .grve-separator {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	height: 90px;
	transform: translateX(-50%);
}
.grve-hero .grve-separator {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	height: 90px;
	transform: translateX(-50%);
}
.grve-hero .grve-separator svg {
	display: block;
	position:absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
}
.grve-hero .grve-separator.grve-animated-wave-separator use {
	animation: wave_move 8s linear infinite;
}

.grve-hero .grve-separator.grve-wave-separator {
	height: 160px;
}

@keyframes wave_move {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.grve-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	z-index: 100;
	transition: all .3s;
}

.grve-header.grve-header-skin-light,
.grve-header.grve-header-skin-dark {
	position: absolute;
}

.grve-header.grve-is-sticky,
.grve-header.grve-sticky-header.grve-header-skin-light,
.grve-header.grve-sticky-header.grve-header-skin-dark {
	position: fixed;
}

.grve-header.grve-sticky-header.grve-shrink {
	backdrop-filter: blur(4px);
}

.grve-header .grve-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.grve-header .grve-logo {
	line-height: 1;
}

.grve-header .grve-logo a {
	line-height: 1;
	display: block;
}

.grve-header .grve-logo img {
	display: none;
}

.grve-header.grve-header-skin-default .grve-logo-default {
	display: block;
}
.grve-header.grve-header-skin-dark .grve-logo-dark {
	display: block;
}
.grve-header.grve-header-skin-light .grve-logo-light {
	display: block;
}

.grve-header.grve-sticky-header.grve-shrink .grve-logo-sticky {
	display: block;
}

.grve-header.grve-sticky-header.grve-shrink .grve-logo-default,
.grve-header.grve-sticky-header.grve-shrink .grve-logo-dark,
.grve-header.grve-sticky-header.grve-shrink .grve-logo-light {
	display: none;
}

.grve-header .grve-header-left-area {
	display: flex;
	align-items: center;
	flex: 1;
	padding: 0 1.5vw;
}

.grve-header .grve-header-center-area {
	display: flex;
	justify-content: center;
	padding: 0 1.5vw;
}

.grve-header .grve-header-right-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	padding: 0 1.5vw;
}

@media only screen and (max-width: 1200px) {
	.grve-header .grve-header-left-area,
	.grve-header .grve-header-center-area,
	.grve-header .grve-header-right-area {
		flex: auto;
	}
}

@media only screen and (max-width: 1023px) {
	.grve-header {
		padding-left: 0;
		padding-right: 0;
	}

	.grve-header .grve-header-left-area,
	.grve-header .grve-header-center-area,
	.grve-header .grve-header-right-area {
		padding: 0 20px;
	}
}

.grve-header .grve-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.grve-header .grve-menu a {
	transition: color .3s ease;
	white-space: nowrap;
}

.grve-header .grve-menu li a span {
	position: relative;
	display: block;
}

.grve-header .grve-menu li a.grve-menu-depth-1 span:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
}

.grve-header .grve-menu li:hover a.grve-menu-depth-1 span:after,
.grve-header .grve-menu li a.grve-active-item.grve-menu-depth-1 span:after {
	transform: scaleX(1);
	transform-origin: left center;
}

.grve-header .grve-menu li {
	position: relative;
}

.grve-header .grve-menu-arrow {
	display: none;
}

.grve-header .grve-menu .grve-submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	padding: 18px;
	border-radius: 2px;
	display: none;
	box-shadow: 0 30px 20px -20px rgba(0,0,0,0.1), 0 40px 40px -10px rgba(0,0,0,0.1);
}

.grve-header .grve-menu > li:not(:first-child) {
	margin-left: 2vw;
}
.grve-header .grve-menu > li > .grve-submenu {
	top: calc(100% + 30px);
}

.grve-header .grve-menu .grve-submenu a {
	display: block;
	padding: 12px 0;
	text-decoration: none;
	overflow: hidden;
}

.grve-header .grve-menu .grve-submenu a span {
	position: relative;
	display: inline-block;
}

.grve-header .grve-menu .grve-submenu a span:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: 102%;
	left: 0;
	opacity: 0.5;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
}

.grve-header .grve-menu .grve-submenu a:hover span:after,
.grve-header .grve-menu .grve-submenu a.grve-active-item span:after {
	transform: scaleX(1);
	transform-origin: left center;
}

.grve-header .grve-menu .grve-submenu .grve-submenu {
	top: 0;
	left: 100%;
}

/* Header Elements */
.grve-header .grve-header-elements + .grve-header-elements {
	margin-left: 2vw;
}

/* Socials */
.grve-header .grve-social-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.grve-header .grve-social-links .grve-social {
	text-decoration: none;
	transition: opacity .3s ease;
	white-space: nowrap;
}

.grve-header .grve-social-links .grve-social:hover {
	opacity: 0.5;
}

.grve-header .grve-social-links .grve-social + .grve-social {
	margin-left: 2vw;
}

/* Language switcher */
.grve-header .grve-language-switcher {
	display: flex;
	position: relative;
	cursor: pointer;
}
.grve-header .lang_switcher_class {
	position: static;
	display: block;
}
.grve-header .grve-language-switcher .globe_class {
	background: 0;
	width: 0;
	height: 0;
}

.grve-header .grve-language-switcher .lang_list_class {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	left: auto;
	transform: none;
	min-width: 180px;
	width: 250px;
	display: block;
	padding-top: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	box-shadow: 0 30px 20px -20px rgba(0,0,0,0.1), 0 40px 40px -10px rgba(0,0,0,0.1);
}

.grve-header .grve-language-switcher:hover .lang_list_class {
	opacity: 1;
	visibility: visible;
}

.grve-header .grve-language-switcher .lang_list_class li {
	padding: 0 12px;
	border: none;
	background-color: transparent;
	text-align: left;
}

.grve-header .grve-language-switcher .lang_list_class li:first-child {
	padding-top: 12px;
}

.grve-header .grve-language-switcher .lang_list_class li:last-child {
	padding-bottom: 12px;
}

.grve-header .grve-language-switcher .lang_list_class li a {
	display: block;
	padding: 8px;
	text-decoration: none;
}

.grve-header .grve-language-switcher .lang_list_class:before,
.grve-header .grve-language-switcher .lang_list_class:after {
	display: none;
}

/* Header Button  */
.grve-header .grve-header-btn {
	text-align: center;
	padding: 12px 18px;
	position: relative;
}

.grve-header .grve-header-btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	border: 2px solid;
	transition: transform .3s ease;
}

.grve-header .grve-header-btn:hover:after {
	transform: scaleX(1.05);
}

.grve-header .grve-current-language {
  text-indent: -9999px; /* oculta el texto */
  position: relative;
  width: 32px;
  height: 24px;
}

.grve-header .grve-current-language::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
}

/* Boton Paises */
.custom-country-selector {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 16px;
}

.custom-country-selector .selected-country {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background-color: transparent;
  color: white;
  border-radius: 3px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.custom-country-selector:hover .selected-country {
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-country-selector .selected-country img {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  object-fit: cover;
}

.country-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  list-style: none;
  padding: 8px 0;
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 9999;
}

.custom-country-selector:hover .country-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.country-dropdown li {
  padding: 4px 16px;
}

.country-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
}

.country-dropdown a:hover {
  background-color: #f5f5f5;
  color: #0064e0;
}

.country-dropdown img {
  width: 24px;
  height: 16px;
  border-radius: 3px;
  object-fit: cover;
}

/* Header Button  */
.grve-header .grve-header-btn {
	text-align: center;
	padding: 12px 18px;
	position: relative;
}

.grve-header .grve-header-btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	border: 2px solid;
	transition: transform .3s ease;
}

.grve-header .grve-header-btn:hover:after {
	transform: scaleX(1.05);
}

/* Menu Button */
.grve-header .grve-menu-btn {
	width: 70px;
	height: 30px;
	position: relative;
	display: none;
	cursor: pointer;
	padding: 0 20px;
}

.grve-header .grve-menu-btn svg {
	display: block;
	width: 100%;
	height: auto;
	fill: currentColor;
}

/* Responsive */
@media only screen and (max-width: 1023px) {
	.grve-header {
		position: relative !important;
	}
	.grve-header .grve-menu-btn {
		display: block;
	}
	.grve-logo-default,
	.grve-logo-light,
	.grve-logo-dark,
	.grve-logo-sticky {
		display: none !important;
	}
	.grve-header .grve-logo-responsive {
		display: block !important;
	}
	.grve-header .grve-header-center-area,
	.grve-header .grve-header-right-area {
		display: none;
	}
}

/* Responsive Header */
#grve-responsive-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
	transform: translateX(100%);
	display: none;
}

#grve-responsive-area .grve-inner {
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	padding: 20% 12%;
}

#grve-responsive-area .grve-close-btn {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	cursor: pointer;
}

#grve-responsive-area .grve-close-btn svg {
	display: block;
	fill: currentColor;
}

#grve-responsive-area .grve-responsive-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#grve-responsive-area .grve-responsive-menu li {
	margin-bottom: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#grve-responsive-area .grve-responsive-menu li ul {
	padding-top: 8px;
}

#grve-responsive-area .grve-responsive-menu a {
	padding: 12px 0;
	display: block;
}

#grve-responsive-area .grve-responsive-menu .grve-link-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#grve-responsive-area .grve-responsive-menu .grve-has-submenu > .grve-submenu {
	padding-left: 12px;
}

#grve-responsive-area .grve-responsive-menu .grve-menu-arrow {
	padding: 12px;
	margin-left: 12px;
	cursor: pointer;
	transition: all .3s ease;
}

#grve-responsive-area .grve-responsive-menu .grve-menu-arrow.grve-open {
	transform: rotate(45deg);
}

#grve-responsive-area .grve-responsive-menu .grve-submenu {
	display: none;
}

#grve-responsive-area .grve-responsive-menu .grve-menu-arrow svg {
	display: block;
	fill: currentColor;
	width: 12px;
	height: auto;
}

#grve-responsive-area .grve-responsive-elements {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#grve-responsive-area .grve-header-elements + .grve-header-elements {
	margin-top: 36px;
}

/* Socials */
#grve-responsive-area .grve-social-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#grve-responsive-area .grve-social-links .grve-social + .grve-social {
	margin-left: 30px;
}

#grve-responsive-area .grve-header-btn {
	text-align: center;
	padding: 12px 18px;
	position: relative;
	border-radius: 3px;
	border: 2px solid;
}

/* Boton Pais Responsive */
@media (max-width: 768px) {
  .custom-country-selector {
    margin: 10px 0;
  }
  .country-dropdown {
    position: relative !important;
    box-shadow: none !important;
    width: 100% !important;
    background-color: transparent !important;
  }
  .country-dropdown li a {
    padding: 10px;
    display: flex;
    align-items: center;
    color: white; /* Cambia si usas otro color en el menú móvil */
  }
  .country-dropdown li a img {
    margin-right: 8px;
  }
  .selected-country {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
  }
  .selected-country img {
    margin-right: 8px;
  }
}
.grve-footer-top-area .row-fluid [class*="span"] {
	min-height: auto;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs-menu-wrapper ul a {
  transition: color .3s ease;
  text-decoration: none;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical li + li {
  margin-top: 8px;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* =============================================================================
- Back to top
============================================================================= */
#grve-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	cursor: pointer;
	transform: scale(0.9);
	box-shadow: 0 2px 24px 0 rgba(0,0,0,0.13);
	visibility: hidden;
	opacity: 0;
	transform: translateY(40px);
	transition: all .3s ease;
}

#grve-back-to-top.grve-visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

#grve-back-to-top svg {
	fill: currentColor;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .3s ease;
}