*, *: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;
}
/* 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: 28px;
  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: 28px;
    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: 28px;
    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 */
.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com 26.03.2021*/

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
	Montserrat;
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
   font-family:
	Montserrat;/* 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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family:
	Montserrat; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-hdi-green {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 103, 41, var(--tw-bg-opacity));
}

.bg-hdi-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 233, 98, var(--tw-bg-opacity));
}

.bg-hdi-green-light {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 181, 48, var(--tw-bg-opacity));
}

.bg-hdi-green-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 165, 24, var(--tw-bg-opacity));
}

.bg-hdi-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 57, 96, var(--tw-bg-opacity));
}

.bg-hdi-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 177, 183, var(--tw-bg-opacity));
}

.bg-hdi-grey-light-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 239, var(--tw-bg-opacity));
}

.bg-hdi-grey-light-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 250, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-hdi-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 233, 98, var(--tw-bg-opacity));
}

.hover\:bg-hdi-green-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(121, 181, 48, var(--tw-bg-opacity));
}

.hover\:bg-hdi-green-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 165, 24, var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.border-collapse {
  border-collapse: collapse;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-hdi-red {
  --tw-border-opacity: 1;
  border-color: rgba(230, 0, 24, var(--tw-border-opacity));
}

.border-hdi-primary {
  --tw-border-opacity: 1;
  border-color: rgba(172, 233, 98, var(--tw-border-opacity));
}

.border-hdi-green-light {
  --tw-border-opacity: 1;
  border-color: rgba(121, 181, 48, var(--tw-border-opacity));
}

.border-hdi-green-medium {
  --tw-border-opacity: 1;
  border-color: rgba(101, 165, 24, var(--tw-border-opacity));
}

.border-hdi-grey {
  --tw-border-opacity: 1;
  border-color: rgba(108, 111, 112, var(--tw-border-opacity));
}

.border-hdi-grey-medium {
  --tw-border-opacity: 1;
  border-color: rgba(157, 157, 156, var(--tw-border-opacity));
}

.border-hdi-grey-light-60 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 239, var(--tw-border-opacity));
}

.hover\:border-hdi-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(172, 233, 98, var(--tw-border-opacity));
}

.hover\:border-hdi-green-medium:hover {
  --tw-border-opacity: 1;
  border-color: rgba(101, 165, 24, var(--tw-border-opacity));
}

.focus\:border-hdi-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(172, 233, 98, var(--tw-border-opacity));
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.items-baseline {
  align-items: baseline;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.float-left {
  float: left;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-relaxed {
  line-height: 1.625;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.-m-4 {
  margin: -1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-xl {
  max-width: 1200px;
}

.min-h-screen {
  min-height: 100vh;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.fill-current {
  fill: currentColor;
}

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

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-hdi-green {
  --tw-text-opacity: 1;
  color: rgba(0, 103, 41, var(--tw-text-opacity));
}

.text-hdi-red {
  --tw-text-opacity: 1;
  color: rgba(230, 0, 24, var(--tw-text-opacity));
}

.text-hdi-green-medium {
  --tw-text-opacity: 1;
  color: rgba(101, 165, 24, var(--tw-text-opacity));
}

.text-hdi-grey-dark-60 {
  --tw-text-opacity: 1;
  color: rgba(40, 40, 40, var(--tw-text-opacity));
}

.hover\:text-hdi-green:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 103, 41, var(--tw-text-opacity));
}

.focus\:text-hdi-green:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 103, 41, var(--tw-text-opacity));
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.align-middle {
  vertical-align: middle;
}

.w-1 {
  width: 0.25rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.gap-4 {
  gap: 1rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-auto {
  grid-column: auto;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.origin-top-right {
  transform-origin: top right;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 320px) {
}

@media (min-width: 480px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 992px) {
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:hover\:bg-hdi-grey-dark-30:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 60, 60, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-hdi-grey-light-60:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 238, 239, var(--tw-bg-opacity));
  }

  .lg\:border-hdi-grey-light-60 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 238, 239, var(--tw-border-opacity));
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:static {
    position: static;
  }

  .lg\:text-hdi-green {
    --tw-text-opacity: 1;
    color: rgba(0, 103, 41, var(--tw-text-opacity));
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1366px) {
}
@font-face {
    font-family: FiraSans;
    src: url(https://pm.hdi.de/hubfs/fonts/FiraSans-Bold.eot);
    src: url(https://pm.hdi.de/hubfs/fonts/FiraSans-Bold.eot?#iefix) format("embedded-opentype"), url(https://pm.hdi.de/hubfs/fonts/FiraSans-Bold.woff2.txt) format("woff2"), url(https://pm.hdi.de/hubfs/fonts/FiraSans-Bold.woff) format("woff"), url(https://pm.hdi.de/hubfs/fonts/FiraSans-Bold.ttf) format("truetype"), url(https://pm.hdi.de/hubfs/fonts/FiraSans-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(https://pm.hdi.de/hubfs/fonts/Montserrat-Regular.eot);
    src: url(https://pm.hdi.de/hubfs/fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Regular.woff2.txt) format("woff2"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Regular.woff) format("woff"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Regular.ttf) format("truetype"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Regular.svg) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: MontserratMedium;
    src: url(https://pm.hdi.de/hubfs/fonts/Montserrat-Medium.eot);
    src: url(https://pm.hdi.de/hubfs/fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Medium.woff2.txt) format("woff2"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Medium.woff) format("woff"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Medium.ttf) format("truetype"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Medium.svg) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: MontserratBold;
    src: url(https://pm.hdi.de/hubfs/fonts/Montserrat-Bold.eot);
    src: url(https://pm.hdi.de/hubfs/fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Bold.woff2.txt) format("woff2"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Bold.woff) format("woff"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Bold.ttf) format("truetype"), url(https://pm.hdi.de/hubfs/fonts/Montserrat-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: icomoon;
    font-style: "normal";
    font-weight: 400;
    src: url(https://pm.hdi.de/hubfs/fonts/icomoon.eot);
    src: local("icomoon"), local("Icomoon"), url(https://pm.hdi.de/hubfs/fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(https://pm.hdi.de/hubfs/fonts/icomoon.woff2.txt) format("woff2"), url(https://pm.hdi.de/hubfs/fonts/icomoon.woff) format("woff"), url(https://pm.hdi.de/hubfs/fonts/icomoon.ttf) format("truetype"), url(https://pm.hdi.de/hubfs/fonts/icomoon.svg#icomoon) format("svg")
}
html {
  font-size: 16px;
}

body {
  font-family: Montserrat;
  color: #000000;
  margin: 0;
  line-height: 1.4;
  word-break: normal;

}

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

/* Paragraphs */
p {
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: FiraSans;
  font-weight: 700;
  margin: 0 0 1.4rem;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-family: FiraSans;
  font-size: 40px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h2 {
  font-family: FiraSans;
  font-size: 32px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h3 {
  font-family: FiraSans;
  font-size: 24px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

h4 {
  font-family: FiraSans;
  font-size: 18px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h5 {
  font-family: FiraSans;
  font-size: 18px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  font-family: FiraSans;
  font-size: 18px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.5rem;
  padding: 0 0 0 1.1rem;
}

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

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

/* Code blocks */
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #ace962;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */
:focus {
  outline: auto;
  outline-color: #000000;
}

.disable-focus-styles :focus {
  outline: none;
}
button, .button {
   font-family: Montserrat;
   font-weight: 600;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    align-self: flex-start;
    background-color: transparent;
    background-image: linear-gradient(180deg, #f9f9fa 50%, #eeeeef 0);
    background-size: 100% 200%;
    border: 0;
    color: #282828;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.625rem;
    overflow: hidden;
    padding: 10px 24px;
    transition: all .3s;
    white-space: nowrap
}

@media screen and (min-width:768px) {
    .button {
        font-size: 1.125rem;
        padding: 10px 24px
    }
}

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

@media screen and (min-width:768px) {
    .button:focus,
    .button:hover {
        background-position: 0 100%
    }
}







button:disabled, .button:disabled {
  color: #6c6f70;
  box-shadow: inset 0 0 0 2px #6c6f70;
  background: transparent;
  cursor: not-allowed
}

.widget-type-cta {
  background-color: rgba(172, 233, 98, 1.0);
  border: 1px solid #ace962;
  border-radius: 3px;
  color: #000000;
  padding: 15px 25px;
  font-family: Montserrat;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: normal;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.15s linear, border-color 0.15s linear, color 0.15s linear;
}

.widget-type-cta:hover, .widget-type-cta:focus, .widget-type-cta:active {
  background-color: #3b66c9;
  border-color: #3b66c9;
  color: #FFF;
  text-decoration: none;
}

.widget-type-cta:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.widget-type-cta a {
  color: white;
}

.widget-type-cta a:hover, .widget-type-cta a:focus, .widget-type-cta a:active {
  color: white;
  text-decoration: none;
}

.button--outlined {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  font-weight: bold;
}

.button--arrow {
  color: #000000;
  background: none;
  border: none;
  padding: 0;
  transition: none;
}

.button--arrow:after {
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23000000'/%3E%3C/svg%3E");
  width: 36px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.button--arrow:hover, .button--arrow:focus, .button--arrow:active {
  background: none;
  border: none;
  text-decoration: none;
  color: #000000;
}

.button--arrow:hover:after, .button--arrow:focus:after, .button--arrow:active:after {
  /* Really nasty way of chaning the color of the arrow */
  content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 13'%3E%3Cpath d='M37.5303 7.0303a.75.75 0 000-1.0606l-4.7729-4.773a.75.75 0 00-1.0607 1.0607L35.9393 6.5l-4.2426 4.2426a.75.75 0 001.0607 1.0607l4.7729-4.773zM0 7.25h37v-1.5H0v1.5z' fill='%23000000'/%3E%3C/svg%3E");
}

.button--arrow:disabled {
  background: none;
  border: none;
  color: #aeaeae;
  cursor: auto;
}

button span {
  font: inherit
}

.button svg:not(:only-child) {
  margin-left: .5rem
}

.button.icon--after:after {
  font-size: 1rem;
  padding-left: 8px
}

.button--nav {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff 50%, #fff 0);
  border-bottom:8px solid #fff;
  font-family: 'Montserrat';
  transition: none;
}
.button--nav:not(:disabled):focus,
.button--nav:not(:disabled):hover {
  border-bottom:8px solid #ace962;
  background-color: #fff;
  font-family: 'MontserratBold';
  text-decoration: none;

}

.button--nav:disabled {
  background: #ffffff;
  box-shadow: none
}
.button--primary {
  color: #003c18;
    background-image: linear-gradient(180deg,#ace962 50%,#7ac81c 0);
  
}
.button--primary:hover, .button--primary:focus, .button--primary:active {

  outline: none;
  text-decoration: none;

}

.button--primary:disabled {
  background: #eeeeef;
  box-shadow: none
}

.button--secondary {
  box-shadow: inset 0 0 0 2px #65a518;
  background-image: linear-gradient(180deg, transparent 50%, #ace962 0)
}

.button--secondary:not(:disabled):focus,
.button--secondary:not(:disabled):hover {
  box-shadow: inset 0 0 0 2px #ace962
}

.button--tertiary {
  box-shadow: inset 0 0 0 2px #282828;
  background-image: linear-gradient(180deg, transparent 50%, #ffffff 0)
}

.button--tertiary:not(:disabled):focus,
.button--tertiary:not(:disabled):hover {
  color: #282828
}

.button--filter {
  padding: 10px 24px;
  border-radius: 50px
}

.button--filter.button--primary:focus,
.button--filter.button--primary:hover {
  box-shadow: none !important
}

.button--filter.button--tertiary {
  font-family: 'MontserratBold';
  font-weight: 400;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  box-shadow: none;
  background-image: linear-gradient(180deg, #3b3c3c 50%, #ace962 0)
}

.button--filter.button--tertiary:disabled {
  color: #6c6f70;
  background: #eeeeef
}

.button--filter:not(:disabled):focus,
.button--filter:not(:disabled):hover {
  box-shadow: inset 0 0 0 2px #ace962
}

@media screen and (min-width:768px) {
  .button--filter {
      padding: 15px 30px
  }
}

.button--icon {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  padding: 0
}

@media screen and (min-width:768px) {
  .button--icon {
      width: 3.5rem;
      height: 3.5rem
  }
}

.button--icon:after {
  font-size: 1.25rem
}

.button--icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  flex-shrink: 0
}

.button--circle {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%
}

@media screen and (min-width:768px) {
  .button--circle {
      width: 4rem;
      height: 4rem
  }
}

.button--circle.icon--play:before {
  margin-left: .1875rem
}

.button--plain {
  background-image: none
}

.button--plain:focus,
.button--plain:hover {
  color: #c6c7c8
}

.button--reverse {
  flex-direction: row-reverse
}

.button--reverse svg:not(:only-child) {
  margin: 0 .5rem 0 0
}

.button--text {
  padding: 0;
  color: #000;
  background: none
}

.button--text:hover {
  color: #6c6f70
}

.button--text .count {
  font-size: .875rem;
  color: #6c6f70;
  padding-left: .3125rem
}

svg.icon--12 {
  width: .75rem;
  height: .75rem
}

.icon--12:after,
.icon--12:before {
  font-size: .75rem !important
}

svg.icon--14 {
  width: .875rem;
  height: .875rem
}

.icon--14:after,
.icon--14:before {
  font-size: .875rem !important
}

svg.icon--16 {
  width: 1rem;
  height: 1rem
}

.icon--16:after,
.icon--16:before {
  font-size: 1rem !important
}

svg.icon--18 {
  width: 1.125rem;
  height: 1.125rem
}

.icon--18:after,
.icon--18:before {
  font-size: 1.125rem !important
}

svg.icon--20 {
  width: 1.25rem;
  height: 1.25rem
}

.icon--20:after,
.icon--20:before {
  font-size: 1.25rem !important
}

svg.icon--24 {
  width: 1.5rem;
  height: 1.5rem
}

.icon--24:after,
.icon--24:before {
  font-size: 1.5rem !important
}

svg.icon--28 {
  width: 1.75rem;
  height: 1.75rem
}

.icon--28:after,
.icon--28:before {
  font-size: 1.75rem !important
}

svg.icon--32 {
  width: 2rem;
  height: 2rem
}

.icon--32:after,
.icon--32:before {
  font-size: 2rem !important
}

svg.icon--36 {
  width: 2.25rem;
  height: 2.25rem
}

.icon--36:after,
.icon--36:before {
  font-size: 2.25rem !important
}

svg.icon--48 {
  width: 3rem;
  height: 3rem
}

.icon--48:after,
.icon--48:before {
  font-size: 3rem !important
}

.icon--color.hdi-green {
  fill: #006729
}

.icon--color.hdi-red {
  fill: #e60018
}

.icon--color.hdi-red-10 {
  fill: #fce5e7
}

.icon--color.primary {
  fill: #ace962
}

.icon--color.green-light {
  fill: #79b530
}

.icon--color.green-medium {
  fill: #65a518
}

.icon--color.blue {
  fill: #003960
}

.icon--color.blue-light {
  fill: #00b1b7
}

.icon--color.blue-light-10 {
  fill: #e5f7f7
}

.icon--color.cyan {
  fill: #009292
}

.icon--color.cyan-dark {
  fill: #00191a
}

.icon--color.orange-light {
  fill: #f90
}

.icon--color.orange-light-10 {
  fill: #fff4e5
}

.icon--color.orange-dark {
  fill: #4d2e00
}

.icon--color.darkred {
  fill: #8d1429
}

.icon--color.ocre {
  fill: #db6301
}

.icon--color.grey-dark-60 {
  fill: #282828
}

.icon--color.grey-dark-30 {
  fill: #3b3c3c
}

.icon--color.grey {
  fill: #6c6f70
}

.icon--color.grey-medium {
  fill: #9d9d9c
}

.icon--color.grey-light {
  fill: #c6c7c8
}

.icon--color.grey-light-60 {
  fill: #eeeeef
}

.icon--color.grey-light-30 {
  fill: #f9f9fa
}

.icon--color.black {
  fill: #000
}

.icon--color.white {
  fill: #fff
}

.icon--color.btn-font-primary {
  fill: #003c18
}

.icon--color.btn-bg-primary-hover {
  fill: #7ac81c
}

svg {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding: 0
}

svg.icon-arrow_right_long {
  width: 2.375rem;
  height: 1.5rem;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

a:focus svg.icon-arrow_right_long,
a:hover svg.icon-arrow_right_long,
button:focus svg.icon-arrow_right_long,
button:hover svg.icon-arrow_right_long {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}

svg.icon-plus {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

a:not(.button) svg.icon-plus,
button:not(.button) svg.icon-plus {
  margin-top: -4px
}

a:not(.button):focus svg.icon-plus,
a:not(.button):hover svg.icon-plus,
button:not(.button):focus svg.icon-plus,
button:not(.button):hover svg.icon-plus {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}



[class*=icon]:after,
[class*=icon]:before,
[class^=icon-]:after,
[class^=icon-]:before {
  font-family: icomoon !important;
  font-size: 1.25rem;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon--after.icon--bearbeiten:after,
.icon--before.icon--bearbeiten:before,
.icon--only.icon--bearbeiten:before {
  content: ""
}

.icon--after.icon--weiterleiten:after,
.icon--before.icon--weiterleiten:before,
.icon--only.icon--weiterleiten:before {
  content: ""
}

.icon--after.icon--linkpfeil:after,
.icon--before.icon--linkpfeil:before,
.icon--only.icon--linkpfeil:before {
  content: ""
}

.icon--after.icon--arrow-down:after,
.icon--before.icon--arrow-down:before,
.icon--only.icon--arrow-down:before {
  content: ""
}

.icon--after.icon--arrow-left:after,
.icon--before.icon--arrow-left:before,
.icon--only.icon--arrow-left:before {
  content: ""
}

.icon--after.icon--arrow-right:after,
.icon--before.icon--arrow-right:before,
.icon--only.icon--arrow-right:before {
  content: ""
}

.icon--after.icon--arrow-up:after,
.icon--before.icon--arrow-up:before,
.icon--only.icon--arrow-up:before {
  content: ""
}

.icon--after.icon--download:after,
.icon--before.icon--download:before,
.icon--only.icon--download:before {
  content: ""
}

.icon--after.icon--check:after,
.icon--before.icon--check:before,
.icon--only.icon--check:before {
  content: ""
}

.icon--after.icon--minus:after,
.icon--before.icon--minus:before,
.icon--only.icon--minus:before {
  content: ""
}

.icon--after.icon--plus:after,
.icon--before.icon--plus:before,
.icon--only.icon--plus:before {
  content: ""
}

.icon--after.icon--close:after,
.icon--before.icon--close:before,
.icon--only.icon--close:before {
  content: ""
}

.icon--after.icon--close-circle:after,
.icon--before.icon--close-circle:before,
.icon--only.icon--close-circle:before {
  content: ""
}

.icon--after.icon--attention:after,
.icon--before.icon--attention:before,
.icon--only.icon--attention:before {
  content: ""
}

.icon--after.icon--info:after,
.icon--before.icon--info:before,
.icon--only.icon--info:before {
  content: ""
}

.icon--after.icon--info-filter:after,
.icon--before.icon--info-filter:before,
.icon--only.icon--info-filter:before {
  content: ""
}

.icon--after.icon--question:after,
.icon--before.icon--question:before,
.icon--only.icon--question:before {
  content: ""
}

.icon--after.icon--circle-gray:after,
.icon--before.icon--circle-gray:before,
.icon--only.icon--circle-gray:before {
  content: ""
}

.icon--after.icon--circle-black:after,
.icon--before.icon--circle-black:before,
.icon--only.icon--circle-black:before {
  content: ""
}

.icon--after.icon--locate:after,
.icon--before.icon--locate:before,
.icon--only.icon--locate:before {
  content: ""
}

.icon--after.icon--target:after,
.icon--before.icon--target:before,
.icon--only.icon--target:before {
  content: ""
}

.icon--after.icon--down:after,
.icon--before.icon--down:before,
.icon--only.icon--down:before {
  content: ""
}

.icon--after.icon--up:after,
.icon--before.icon--up:before,
.icon--only.icon--up:before {
  content: ""
}

.icon--after.icon--right:after,
.icon--before.icon--right:before,
.icon--only.icon--right:before {
  content: ""
}

.icon--after.icon--left:after,
.icon--before.icon--left:before,
.icon--only.icon--left:before {
  content: ""
}

.icon--after.icon--reload:after,
.icon--before.icon--reload:before,
.icon--only.icon--reload:before {
  content: ""
}

.icon--after.icon--menu:after,
.icon--before.icon--menu:before,
.icon--only.icon--menu:before {
  content: ""
}

.icon--after.icon--externerlink:after,
.icon--before.icon--externerlink:before,
.icon--only.icon--externerlink:before {
  content: ""
}

.icon--after.icon--more-point:after,
.icon--before.icon--more-point:before,
.icon--only.icon--more-point:before {
  content: ""
}

.icon--after.icon--more:after,
.icon--before.icon--more:before,
.icon--only.icon--more:before {
  content: ""
}

.icon--after.icon--search:after,
.icon--before.icon--search:before,
.icon--only.icon--search:before {
  content: ""
}

.icon--after.icon--search-vcard:after,
.icon--before.icon--search-vcard:before,
.icon--only.icon--search-vcard:before {
  content: ""
}

.icon--after.icon--browser:after,
.icon--before.icon--browser:before,
.icon--only.icon--browser:before {
  content: ""
}

.icon--after.icon--calculator:after,
.icon--before.icon--calculator:before,
.icon--only.icon--calculator:before {
  content: ""
}

.icon--after.icon--calender:after,
.icon--before.icon--calender:before,
.icon--only.icon--calender:before {
  content: ""
}

.icon--after.icon--comment:after,
.icon--before.icon--comment:before,
.icon--only.icon--comment:before {
  content: ""
}

.icon--after.icon--damage:after,
.icon--before.icon--damage:before,
.icon--only.icon--damage:before {
  content: ""
}

.icon--after.icon--search-adviser:after,
.icon--before.icon--search-adviser:before,
.icon--only.icon--search-adviser:before {
  content: ""
}

.icon--after.icon--mail:after,
.icon--before.icon--mail:before,
.icon--only.icon--mail:before {
  content: ""
}

.icon--after.icon--loschen:after,
.icon--before.icon--loschen:before,
.icon--only.icon--loschen:before {
  content: ""
}

.icon--after.icon--mobile:after,
.icon--before.icon--mobile:before,
.icon--only.icon--mobile:before {
  content: ""
}

.icon--after.icon--vorschau:after,
.icon--before.icon--vorschau:before,
.icon--only.icon--vorschau:before {
  content: ""
}

.icon--after.icon--map:after,
.icon--before.icon--map:before,
.icon--only.icon--map:before {
  content: ""
}

.icon--after.icon--location:after,
.icon--before.icon--location:before,
.icon--only.icon--location:before {
  content: ""
}

.icon--after.icon--settings:after,
.icon--before.icon--settings:before,
.icon--only.icon--settings:before {
  content: ""
}

.icon--after.icon--fax:after,
.icon--before.icon--fax:before,
.icon--only.icon--fax:before {
  content: ""
}

.icon--after.icon--print:after,
.icon--before.icon--print:before,
.icon--only.icon--print:before {
  content: ""
}

.icon--after.icon--filter:after,
.icon--before.icon--filter:before,
.icon--only.icon--filter:before {
  content: ""
}

.icon--after.icon--betreuer:after,
.icon--before.icon--betreuer:before,
.icon--only.icon--betreuer:before {
  content: ""
}

.icon--after.icon--phone:after,
.icon--before.icon--phone:before,
.icon--only.icon--phone:before {
  content: ""
}

.icon--after.icon--rating:after,
.icon--before.icon--rating:before,
.icon--only.icon--rating:before {
  content: ""
}

.icon--after.icon--heart:after,
.icon--before.icon--heart:before,
.icon--only.icon--heart:before {
  content: ""
}

.icon--after.icon--brightness:after,
.icon--before.icon--brightness:before,
.icon--only.icon--brightness:before {
  content: ""
}

.icon--after.icon--search-image:after,
.icon--before.icon--search-image:before,
.icon--only.icon--search-image:before {
  content: ""
}

.icon--after.icon--statistics:after,
.icon--before.icon--statistics:before,
.icon--only.icon--statistics:before {
  content: ""
}

.icon--after.icon--search-content:after,
.icon--before.icon--search-content:before,
.icon--only.icon--search-content:before {
  content: ""
}

.icon--after.icon--sorting:after,
.icon--before.icon--sorting:before,
.icon--only.icon--sorting:before {
  content: ""
}

.icon--after.icon--list:after,
.icon--before.icon--list:before,
.icon--only.icon--list:before {
  content: ""
}

.icon--after.icon--liste:after,
.icon--before.icon--liste:before,
.icon--only.icon--liste:before {
  content: ""
}

.icon--after.icon--search-press:after,
.icon--before.icon--search-press:before,
.icon--only.icon--search-press:before {
  content: ""
}

.icon--after.icon--lautlos:after,
.icon--before.icon--lautlos:before,
.icon--only.icon--lautlos:before {
  content: ""
}

.icon--after.icon--leise:after,
.icon--before.icon--leise:before,
.icon--only.icon--leise:before {
  content: ""
}

.icon--after.icon--search-audio:after,
.icon--before.icon--search-audio:before,
.icon--only.icon--search-audio:before {
  content: ""
}

.icon--after.icon--pause:after,
.icon--before.icon--pause:before,
.icon--only.icon--pause:before {
  content: ""
}

.icon--after.icon--vollbild:after,
.icon--before.icon--vollbild:before,
.icon--only.icon--vollbild:before {
  content: ""
}

.icon--after.icon--play:after,
.icon--before.icon--play:before,
.icon--only.icon--play:before {
  content: ""
}

.icon--after.icon--search-video:after,
.icon--before.icon--search-video:before,
.icon--only.icon--search-video:before {
  content: ""
}

.icon--after.icon--search-department:after,
.icon--before.icon--search-department:before,
.icon--only.icon--search-department:before {
  content: ""
}

.icon--after.icon--search-insurance:after,
.icon--before.icon--search-insurance:before,
.icon--only.icon--search-insurance:before {
  content: ""
}

.icon--after.icon--search-knowled:after,
.icon--before.icon--search-knowled:before,
.icon--only.icon--search-knowled:before {
  content: ""
}

.icon--after.icon--search-news:after,
.icon--before.icon--search-news:before,
.icon--only.icon--search-news:before {
  content: ""
}

.icon--after.icon--search-service:after,
.icon--before.icon--search-service:before,
.icon--only.icon--search-service:before {
  content: ""
}

.icon--after.icon--stock-price:after,
.icon--before.icon--stock-price:before,
.icon--only.icon--stock-price:before {
  content: ""
}

.icon--after.icon--rss:after,
.icon--before.icon--rss:before,
.icon--only.icon--rss:before {
  content: ""
}

.icon--after.icon--world:after,
.icon--before.icon--world:before,
.icon--only.icon--world:before {
  content: ""
}

.icon--after.icon--instagram:after,
.icon--before.icon--instagram:before,
.icon--only.icon--instagram:before {
  content: ""
}

.icon--after.icon--facebook:after,
.icon--before.icon--facebook:before,
.icon--only.icon--facebook:before {
  content: ""
}

.icon--after.icon--linkedin:after,
.icon--before.icon--linkedin:before,
.icon--only.icon--linkedin:before {
  content: ""
}

.icon--after.icon--twitter:after,
.icon--before.icon--twitter:before,
.icon--only.icon--twitter:before {
  content: ""
}

.icon--after.icon--xing:after,
.icon--before.icon--xing:before,
.icon--only.icon--xing:before {
  content: ""
}

.icon--after.icon--youtube:after,
.icon--before.icon--youtube:before,
.icon--only.icon--youtube:before {
  content: ""
}

.icon--after.icon--search-download:after,
.icon--before.icon--search-download:before,
.icon--only.icon--search-download:before {
  content: ""
}

.icon--after.icon--search-document:after,
.icon--before.icon--search-document:before,
.icon--only.icon--search-document:before {
  content: ""
}

.icon--after.icon--pdf:after,
.icon--before.icon--pdf:before,
.icon--only.icon--pdf:before {
  content: ""
}

.icon--after.icon--url:after,
.icon--before.icon--url:before,
.icon--only.icon--url:before {
  content: ""
}

.icon--linkpfeil:after,
.icon--linkpfeil:before {
  display: inline-block;
  font-size: 1rem;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.icon--linkpfeil:focus:after,
.icon--linkpfeil:focus:before,
.icon--linkpfeil:hover:after,
.icon--linkpfeil:hover:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}

.icon--rotate:after,
.icon--rotate:before,
a:not(.button).icon--plus:after,
a:not(.button).icon--plus:before,
button:not(.button).icon--plus:after,
button:not(.button).icon--plus:before {
  display: inline-block;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.icon--rotate:focus:after,
.icon--rotate:focus:before,
.icon--rotate:hover:after,
.icon--rotate:hover:before,
a:not(.button).icon--plus:focus:after,
a:not(.button).icon--plus:focus:before,
a:not(.button).icon--plus:hover:after,
a:not(.button).icon--plus:hover:before,
button:not(.button).icon--plus:focus:after,
button:not(.button).icon--plus:focus:before,
button:not(.button).icon--plus:hover:after,
button:not(.button).icon--plus:hover:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.icon--green:after,
.icon--green:before {
  color: #ace962
}

.icon--hdi-green:after,
.icon--hdi-green:before {
  color: #006729
}

.icon--red:after,
.icon--red:before {
  color: #e60018
}

.icon--tertiary:after,
.icon--tertiary:before {
  color: #9d9d9c
}
/* Form */
form, .submitted-message {
  font-family: Montserrat, sans-serif;
}

.hs-form-field {
  margin: 0 0 1rem;
}

/* Labels */
form label {
  color: #000000;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */
form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */
.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #DADADA;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  padding: .75rem 1rem;
  width: 100%;
  border-color: #DADADA;
  color: #000000;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #000000;
}

fieldset {
  max-width: 100% !important;
}

fieldset.form-columns-0, fieldset.form-columns-1, fieldset.form-columns-2, fieldset.form-columns-3 {
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

fieldset.form-columns-0 > div, fieldset.form-columns-1 > div, fieldset.form-columns-2 > div, fieldset.form-columns-3 > div {
  margin-left: 4px;
  margin-right: 4px;
}

fieldset.form-columns-0 .hs-form-field, fieldset.form-columns-1 .hs-form-field, fieldset.form-columns-2 .hs-form-field, fieldset.form-columns-3 .hs-form-field {
  flex-grow: 1;
  flex-basis: 135px;
}

fieldset.form-columns-0 .hs-form-field .input, fieldset.form-columns-1 .hs-form-field .input, fieldset.form-columns-2 .hs-form-field .input, fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0;
}

fieldset.form-columns-0 .hs-form-field .hs-input, fieldset.form-columns-1 .hs-form-field .hs-input, fieldset.form-columns-2 .hs-form-field .hs-input, fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 100% !important;
}

fieldset.form-columns-0 .hs-form-field input[type=checkbox],
fieldset.form-columns-0 .hs-form-field input[type=radio], fieldset.form-columns-1 .hs-form-field input[type=checkbox],
fieldset.form-columns-1 .hs-form-field input[type=radio], fieldset.form-columns-2 .hs-form-field input[type=checkbox],
fieldset.form-columns-2 .hs-form-field input[type=radio], fieldset.form-columns-3 .hs-form-field input[type=checkbox],
fieldset.form-columns-3 .hs-form-field input[type=radio] {
  width: auto !important;
}

/* Form placeholder text */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label {
  display: inline-block;
  vertical-align: top;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #E4E4E4;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker button, .fn-date-picker .button {
  min-width: auto;
}

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

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

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

.fn-date-picker td .pika-button:hover {
  background: #000000 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

h3.form-title {
  color: #006729;
}

/* GDPR */
.legal-consent-container {
  margin: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

/* Validation */
.hs-form-required {
  color: #e60018;
}

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

.hs-error-msg {
  color: #e60018;
  margin-top: 0.35rem;
  font-weight: normal;
}

/* Submit button */
form input[type=submit],
form .hs-button {
   font-family: Montserrat, sans-serif;
   font-weight: 600;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    align-self: flex-start;
    background-color: transparent;
  background-image: linear-gradient(180deg,#ace962 50%,#7ac81c 0);
    background-size: 100% 200%;
    border: 0;
      color: #003c18;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.625rem;
    overflow: hidden;
    padding: 10px 24px;
    transition: all .3s;
    white-space: nowrap
}

form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus {
  outline: none;
  text-decoration: none;
}
form input[type=submit]:active,
form .hs-button:active {
   outline: none;
  text-decoration: none;
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* Captcha */
.grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}
/* Table */
table {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #000000;
}

/* Table Cells */
th,
td {
  border: 1px solid #000000;
  color: #000000;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: rgba(0, 0, 0, 1);
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table footer */
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: #000000;
}
/* Header Container */

.header {
  background-color: #fff;
  width: 100%;
  z-index: 3;
}

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1340px;
  padding: 1.4rem 2.8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 1.4rem;
  }
}

/* Logo */

.header__logo {
  margin-right: 2.1rem;
}

.header__logo img {
  height: auto;
  max-width: 100px;
}

.header__logo .logo-company-name {
  color: #1e2b33;
  font-size: 28px;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 2.1rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  background-color: #34b5e5;
  border-color: #d0d0d0;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0.7rem;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #c168c2;
  transition: background-color 0.3s;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header__language-switcher .lang_list_class li:hover a {
  color: #fff;
}

.header__language-switcher-label {
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 0.7rem;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #fff;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  content: '';
  display: block;
  height: 0;
  margin: 3px 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top: 1px solid #d0d0d0;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: transparent;
  }

  .header__language-switcher .lang_list_class li:hover a {
    color: #fff;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}

/* Header - No Navigation */

.header--no-navigation .header__container {
  justify-content: center;
}

.header--no-navigation .header__logo {
  margin-right: 0;
}
.mfooter {
  background-color: #ffffff;
  text-align: center;
  color:#000000;
}

.mfooter__container.content-wrapper {
  padding: 1rem 0;
}

.mfooter__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}


/* mfooter Container */

.mfooter {
  background-color: #ffffff;
  text-align: left;
}

.mfooter__logo img {
  max-width: 300px
    width: 100%;
}

.mfooter .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  text-decoration: none;
  padding: 0;
}

.mfooter__wrapper {
  padding: 60px 0;
  background: #fafafa;
}

.mfooter .hs-menu-wrapper .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;  
  position: static;
}

.mfooter .hs-menu-wrapper ul ul {
  margin-top: 8px;
  padding-left: 15px;
  display: none;
}

.mfooter .hs-menu-wrapper ul ul li {
  line-height: 1.5;
}

.mfooter .hs-menu-wrapper ul ul li:last-child {
  margin-bottom: 0;
}

.mfooter__container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.mfooter__logo {

  margin-bottom: 15px;
}

.mfooter__row:after {
  clear: both;
  display: block;
  content: '';
}

.mfooter__col {
  float: left;
  padding-right: 30px;
}

.mfooter__info {
  width: 32%;
}

.mfooter__navigation {
    width: calc(68% / 3);
}

@media (max-width: 991.99px) {
  .mfooter__top-section {
    margin-bottom: 0;
    text-align: center;
  }
}
.mfooter__bottom-section {
  border-top: 1px solid #e2e2e2;
  padding: 40px;
  text-align: center;

}
.mfooter__bottom-section p {
  margin: 0;
}


.mfooter__bottom-section .mfooter-copyright p {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}




/* mfooter Info */

@media (max-width: 991.99px) {
  .mfooter__info {
    padding: 0;
    width: 100% !important;
  }

  .mfooter__follow-me {
    margin-bottom: 2.8rem;
  }
}

.mfooter__logo img {
  max-width: 100%;
}

.mfooter__address {
  color: #000000;
  font-size: 14px;
  margin: 0 0 8px;
}

.mfooter__address p, .mfooter__address a {
  color: #000000;
  font-size: 14px;
  margin: 0;
}

.mfooter__address p {
  margin: 0 0 12px;
}

.mfooter-social-media__wrap {
  margin-top: 25px;
}


/* mfooter Menus */
.mfooter__navigation h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #040404;
  font-weight: 700;
  margin: 0 0 15px 0;
}


.mfooter__navigation ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
  width: 100%;
}

.mfooter__navigation li {
  margin: 0 0 8px 0;
  width: 100%;

}
.mfooter__navigation li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {

  .mfooter .mfooter__navigation {
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }



  .mfooter .mfooter__navigation:nth-child(2n+2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mfooter .mfooter__navigation {
    margin-top: 30px;
    padding: 0 15px;
    width: 33.33%;
  }
}

/* mfooter - No Navigation */

.mfooter--no-navigation .mfooter__container {
  padding: 2.8rem 0;
  text-align: center;
}

.mfooter--no-navigation p,
.mfooter--no-navigation a,
.mfooter--no-navigation div,
.mfooter--no-navigation span {
  opacity: 0.8;
  font-weight: 700;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}
/* Footer Container */

.footer {
  background-color: #1e2b33;
}

.footer__container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 2.8rem 2.8rem 0 2.8rem;
}

.footer__top-section {
  margin-bottom: 4.9rem;
}

@media (max-width: 767px) {
  .footer__top-section {
    margin-bottom: 2.8rem;
  }
}

.footer__bottom-section {
  border-top: 1px solid #fff;
  padding: 1.4rem 0;
}

@media (max-width: 767px) {
  .footer__top-section,
  .footer__bottom-section {
    text-align: center;
  }
}

/* Footer Logo */

.footer__logo {
  margin-bottom: 1.4rem;
}

/* Footer Menus */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #fff;
}

.footer h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer__navigation ul {
  list-style: none;
  padding-left: 0;
}

.footer__navigation li {
  margin: 0.7rem 0;
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }

  .footer__logo,
  .footer__follow-me {
    margin-bottom: 2.8rem;
  }
}

/* Footer - No Navigation */

.footer--no-navigation .footer__container {
  padding: 2.8rem 0;
  text-align: center;
}

/* Footer - HPM */
.footer__meta {
  overflow: hidden;
  position: relative
}

@media screen and (min-width:992px) {
  .footer__meta {
      padding: 3rem 0 1rem
  }
}

.footer__meta:before {
  border-top-right-radius: 80%;
  border-top: 220px solid #ace962;
  content: "";
  left: -95vw;
  margin: 0 calc(50% - 10vw);
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: -1
}

@media screen and (min-width:992px) {
  .footer__meta:before {
      border-top: 390px solid #ace962;
      margin: 0 calc(50% - 9vw)
  }
}

.footer__meta__column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

@media screen and (min-width:992px) {
  .footer__meta__column {
      align-items: center;
      flex-direction: row
  }
}

.footer__meta__icons {
  align-items: center;
  display: flex;
  margin-top: 2rem;

}

@media screen and (min-width:992px) {
  .footer__meta__icons {
      margin: 0
  }
}

.footer__meta__icons a {
  margin-right: 2rem;

}

.footer__meta__icons .icon--before:before {
  font-size: 2rem;
  color: #000;
    font-size: 1rem;
}

.footer__meta__links {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1rem 0
}

@media screen and (min-width:992px) {
  .footer__meta__links {
      flex-direction: row;
      padding: 0
  }
}

.footer__meta__links a {
  font-size: .75rem;
  color: #282828;
  padding: .5rem 0
}

@media screen and (min-width:992px) {
  .footer__meta__links a {
      font-size: 1rem;
      padding: 0 2rem 0 0
  }
}

.footer__meta__logo {
  margin-bottom: -.5rem;
  margin-top: 2rem;
  width: 100%
}

@media screen and (min-width:992px) {
  .footer__meta__logo {
      margin-bottom: .5rem;
      margin-top: 0
  }
}
/* Blog Container */

.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.blog-index {
  margin-bottom: 1.4rem;
}

/* Blog Navigation */

.blog-navigation {
  background-color: #65a518;
  padding: 0rem 0px;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
      margin: 0 auto;
  }
}

/* Blog Listing Layout */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-card {
  background-color: #fff;
  border: 1px solid #79b530;
  border-radius: 4px;
  margin-bottom: 1.4rem;
  width: calc(50% - 1.4rem);
}

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

.blog-card__header {
  padding: 2.8rem 1.4rem;
}
.blog-card__header h2{
  line-height: 1.75rem;
}


.blog-card__title a {
  font-size: 30px;
}

.blog-card__title a,
.blog-card__author-name {
  color: #1e2b33;
}

.blog-card__title a:hover,
.blog-card__author-name:hover,
.blog-card__title a:focus,
.blog-card__author-name:focus,
.blog-card__title a:active,
.blog-card__author-name:active {
  color: #1e2b33;
  text-decoration: none;
}

.blog-card__author-image {
  border-radius: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 45px;
  line-height: 1;
  overflow: hidden;
  margin-right: 1.4rem;
  position: relative;
  width: 45px;
}

.blog-card__author-image img {
  height: 100%;
  width: auto;
}

.blog-card__author-image,
.blog-card__meta {
  display: inline-block;
  vertical-align: middle;
}

.blog-card__author-name,
.blog-card__date {
  display: block;
}

.blog-card__image {
  display: block;
  height: auto;
  margin-bottom: 1.4rem;
  width: 100%;
}

.blog-card__content {
  padding: 0 1.4rem;
}

.blog-card__tags {
  margin-bottom: 1.4em;
}

.blog-card__tags svg {
  fill: #65a518;
  height: 15px;
  margin-right: 10px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 15px;
}

.blog-card__tag-link {
  background-color: #65a518;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.35rem;
  text-decoration: none;
}

.blog-card__tag-link:hover,
.blog-card__tag-link:focus {
  color: #fff;
  text-decoration: none;
}

.blog-card__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.4rem 1.4rem 2.8rem;
}

/* Blog Pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-pagination__link {
  border-radius: 4px;
  color: #65a518;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  background-color: #65a518;
  color: #fff;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  color: #65a518;
  text-decoration: none;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
  color: #000;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.35rem;
  text-align: right;
}
.blog-pagination__next-link {
  margin-left: 0.35rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #d0d0d0;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #65a518
  margin: 0 5px;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #65a518;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #d0d0d0;
}

/* Blog Post */

.blog-post__header {
  margin-bottom: 1.4rem;
}
.blog-post__title span {
  font-weight: 600;
  font-size: 24px;
}
.blog-post__author-name {
  color: #1e2b33;
}

.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  color: #1e2b33;
  text-decoration: none;
}

.blog-post__author-image {
 border-radius: 100%;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 45px;
  line-height: 1;
  overflow: hidden;
  margin-right: 1.4rem;
  position: relative;
  width: 45px;
}

.blog-post__author-image img {
  height: 100%;
  width: auto;
}

.blog-post__author-image,
.blog-post__meta {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__author-name,
.blog-post__date {
  display: block;
}

.blog-post__body {
  margin-bottom: 2.8rem;
}

.blog-post__tags {
  margin-top: 1.4rem;
}

.blog-post__tags svg {
  fill: #fff;
  height: 15px;
  margin-right: 10px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 15px;
}

.blog-post__tag-link {
  background-color: #65a518;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.35rem;
  text-decoration: none;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #fff;
  text-decoration: none;
}

/* Blog Footer */

.blog-post__footer__row-one,
.blog-post__footer__row-two {
  max-width: 560px;
}

.blog-post__footer__row-one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.blog-post__footer__row-one--centered {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

@media(max-width: 767px) {
  .blog-post__footer__row-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.blog-post__footer__row-two {
  margin: 0 auto;
}

.blog-post__comments-buttons button {
  margin-bottom: 0;
}

@media(max-width: 767px) {
  .blog-post__comments-buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .blog-post__social-sharing {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.4rem;
  }
}

/* Blog Comments */

.hide-button,
.hide-comments {
  display: none;
}

.comment.depth-0 {
  border-top: none !important;
}

.blog-post__footer__row-two form {
  max-width: 100%;
}

.blog-post__comments-listing {
  margin-top: 2.8rem;
}

.blog-post__comments-listing .comment {
  margin: 0.7rem 0 1.4rem;
}

.blog-post__comments-listing .comment-from a,
.blog-post__comments-listing .comment-from h4,
.blog-post__comments-listing .comment-date {
  color: #1e2b33;
  font-size: 1rem;
  text-transform: none;
}

.blog-post__comments-listing .comment-from h4 {
  font-weight: 600;
}

.blog-post__comments-listing .comment-from h4:after {
  content: '-';
}

.blog-post__comments-listing .comment-date {
  font-style: italic;
}

.blog-post__comments-listing .comment-reply-to,
.blog-post__comments-listing .comment-reply-to:hover {
  background-color: transparent;
}

.blog-post__comments-listing .comment-reply-to {
  color: #65a518;
  cursor: pointer;
  padding-left: 30px;
  text-decoration: none;
}

.blog-post__comments-listing .comment-reply-to:hover {
  color: #65a518;
  text-decoration: underline;
}
/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #d0d0d0;
  content: attr(data-error);
  font-family: Montserrat;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search Pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #fff;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #1e2b33;
  font-family: Montserrat;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #1e2b33;
}

/* Password Prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 12px 12px !important;
}
.kl-header {
  position: fixed;
  z-index: 12;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  background-color: #ffffff;
}

.kl-header-placeholder {
  height: 82px;
}

.kl-navbar {
  height: 82px;
  display: flex;
  align-items: center;
}
.kl-navbar a {
  color: #000000;
}

@media screen and (max-width: 920px) {
  .kl-navbar {
    justify-content: space-between;
  }
  .kl-navbar--active .kl-navbar__content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.kl-navbar__logo {
  width: 100px;
  max-width: auto;
  display: block;
  margin-right: 42px;
}


.kl-navbar__content {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__content {
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    height: calc(100% - 82px);
    left: 0;
    bottom: 0;
    padding: 45px 10%;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  }
}

.kl-navbar__menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 920px) {
  .kl-navbar__menu {
    display: block;
    margin: 0 0 24px;
    width: 100%;
  }
}

.kl-navbar__item {
  position: relative;
  margin: 0 32px;
}

.kl-navbar__item--active .kl-navbar__panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 920px) {
  .kl-navbar__item--active .kl-navbar__panel {
    max-height: 100vh;
  }
}

.kl-navbar__item--active .kl-navbar__button {
  color: #000000;
}

.kl-navbar__item--active .kl-navbar__button > span:after {
  visibility: visible;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .kl-navbar__item {
    margin: 0 16px;
  }
}

.kl-navbar__button {
  font-weight: 600;
  font-size: .75rem;
  line-height: 2em;
  word-break: normal;
    color: rgba(0, 0, 0, 1);
  display: inline-block;
}

@media screen and (max-width: 920px) {
  .kl-navbar__button {
    font-size: 1rem;
  }
}

.kl-navbar__button > span {
  position: relative;
  display: inline-block;
  padding: 8px 0;
}

.kl-navbar__button > span:after {
  content: '';
  width: 0px;
  height: 4px;
  background-color: #7ac81c;
  position: absolute;
  left: 0;
  bottom: 2px;
  visibility: hidden;
  transition: width .2s ease-in-out;
}

.kl-navbar__button:hover, .kl-navbar__button:focus, .kl-navbar__button:active {
  text-decoration: none;
  color: #000000;
}

.kl-navbar__button:hover > span:after, .kl-navbar__button:focus > span:after, .kl-navbar__button:active > span:after {
  visibility: visible;
  width: 100%;
}

.kl-navbar__end {
  display: flex;
  align-items: center;
}

.kl-navbar__end a + a {
  margin-left: 25px;
}

.kl-navbar__panel {
  background-color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: all .25s ease-in-out;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 920px) {
  .kl-navbar__panel {
    position: static;
    max-height: 0;
    overflow: hidden;
  }
}

.kl-navbar__panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 0;
  justify-content: space-between;
}

.kl-navbar__panel-wrapper > div {
  flex-basis: none;
}

.kl-navbar__categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 650px;
}

@media screen and (max-width: 920px) {
  .kl-navbar__categories p {
    display: none;
  }
}

.kl-navbar__description {
  flex-basis: 250px;
  margin: 0 16px;
  color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 920px) {
  .kl-navbar__description {
    margin: 0;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 920px) {
  .kl-navbar__description--full {
    flex-basis: auto;
  }
}

.kl-navbar__description h1, .kl-navbar__description h2, .kl-navbar__description h3, .kl-navbar__description h4, .kl-navbar__description h5, .kl-navbar__description h6 {
  color: inherit;
}

.kl-navbar__description h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description h3 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}

.kl-navbar__description p {
  font-size: 0.875rem;
  margin: 0 0 1.75rem;
}

.kl-navbar__description a {
  color: rgba(0, 0, 0, 1);
}

.kl-navbar__description a:hover, .kl-navbar__description a:focus {
  text-decoration: none;
  color: #000000;
}

.kl-navbar .hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: white;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: auto;
}

@media screen and (max-width: 920px) {
  .kl-navbar .hamburger {
    display: block;
  }
}

.kl-navbar .hamburger:focus {
  outline: none;
}

.kl-navbar .hamburger-box {
  width: 24px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.kl-navbar .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.kl-navbar .hamburger-inner, .kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.kl-navbar .hamburger-inner::before, .kl-navbar .hamburger-inner::after {
  content: "";
  display: block;
}

.kl-navbar .hamburger-inner::before {
  top: -8px;
}

.kl-navbar .hamburger-inner::after {
  bottom: -8px;
}

.kl-navbar .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.kl-navbar .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.kl-navbar .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Navbar submenu */
.kl-navbar-submenu-wrapper {
  position: absolute;
  left: -24px;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu-wrapper {
    position: static;
    visibility: visible;
    display: none;
  }
}

.kl-navbar__item:hover > .kl-navbar-submenu-wrapper {
  visibility: visible;
}

.kl-navbar-submenu {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(154, 161, 177, 0.1);
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  width: 160px;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu {
    box-shadow: none;
    margin: 12px 0;
    width: auto;
  }
}

.kl-navbar-submenu .kl-navbar-submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  transform: translateX(0);
  margin: 0;
  visibility: hidden;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu .kl-navbar-submenu {
    position: static;
    visibility: visible;
    display: none;
    margin-left: 20px;
  }
}

.kl-navbar-submenu__item {
  position: relative;
}

.kl-navbar-submenu__item:hover > .kl-navbar-submenu {
  visibility: visible;
}

.kl-navbar-submenu__item a {
  display: block;
  padding: 12px 24px;
  font-weight: bold;
  font-size: .75rem;
  line-height: 1rem;
  word-break: normal;
  color: rgba(0, 0, 0, 1);
}

.kl-navbar-submenu__item a:hover, .kl-navbar-submenu__item a:focus {
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .kl-navbar-submenu__item a {
    padding: 12px 0;
  }
}

.kl-navbar__parent {
  cursor: pointer;
}

@media screen and (min-width: 920px) {
  .kl-navbar__parent:hover > a:after {
    transform: rotate(225deg);
  }
}

.kl-navbar__parent > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 920px) {
  .kl-navbar__parent > a {
    pointer-events: none;
  }
}

.kl-navbar__parent > a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin-left: 16px;
  border-right: 1px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  transform: rotate(45deg);
  transform-origin: 3px 3px;
  transition: transform .25s ease-in-out;
}

.kl-navbar__parent--active > .kl-navbar-submenu-wrapper,
.kl-navbar__parent--active > .kl-navbar-submenu {
  display: block;
}

.kl-navbar__parent--active > a:after {
  transform: rotate(225deg);
}

.kl-navbar__parent--active > a {
  color: #000000;
}

.kl-navbar__parent--active > a > span:after {
  visibility: visible;
  width: 100%;
}
.kl-card-gallery {
  overflow: hidden;
}

.kl-card-gallery > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-gallery__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 26px;
}

@media screen and (max-width: 768px) {
  .kl-card-gallery__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-gallery__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-gallery__card {
  width: 100%;
  border: 0.5px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  border-radius: 9px;
  overflow: hidden;
}

.kl-card-gallery__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 260px;
  width: 100%;
}

.kl-card-gallery__preheader {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1rem;
  display: block;
  color: #000000;
  margin: 0 0 .5rem;
}

.kl-card-gallery__content {
  display: block;
  padding: 20px 24px;
  color: #000000;
  text-decoration: none;
}

.kl-card-gallery__content h3, .kl-card-gallery__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-gallery__content p {
  margin: 0;
}

.kl-card-gallery__content:hover, .kl-card-gallery__content:focus {
  color: #000000;
  text-decoration: none;
}
.kl-card-grid {
  overflow: hidden;
}

.kl-card-grid > div {
  display: flex;
  flex-wrap: wrap;
  margin: -26px;
}

.kl-card-grid__card-wrapper {
  display: flex;
  flex-basis: calc(100% / 3);
  padding: 26px;
}

@media screen and (max-width: 768px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid__card {
  width: 100%;
  border: 0.5px solid #DAE3F9;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  background-color: white;
  border-radius: 9px;
  overflow: hidden;
}

.kl-card-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 260px;
  width: 100%;
}

.kl-card-grid__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006729;
  display: block;
  margin: 0 0 .5rem;
}

.kl-card-grid__content {
  display: block;
  padding: 20px 24px;
  color: #000000;
  text-decoration: none;
}

.kl-card-grid__content h3, .kl-card-grid__content h4 {
  margin: 0 0 .5rem;
}

.kl-card-grid__content p {
  margin: 0;
}

.kl-card-grid__content:hover, .kl-card-grid__content:focus {
  color: #000000;
  text-decoration: none;
}

.kl-card-grid--4-columns > div {
  margin: -24px -12px;
}

.kl-card-grid--4-columns .kl-card-grid__card-wrapper {
  flex-basis: calc(100% / 4);
  padding: 24px 12px;
}

@media screen and (max-width: 920px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 2);
  }
}

@media screen and (max-width: 520px) {
  .kl-card-grid--4-columns .kl-card-grid__card-wrapper {
    flex-basis: calc(100% / 1);
  }
}

.kl-card-grid--4-columns .kl-card-grid__image {
  height: 220px;
}
.kl-cards-slider {
  position: relative;
  max-width: 848px;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 15px;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 35px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kl-cards-slider__arrow svg {
  fill: #3A3A3A;
  display: block;
  width: 100%;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider__card {
  display: none;
  overflow: hidden;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.17);
  border-radius: 9px;
}

.kl-cards-slider__card--active {
  display: block;
}

.kl-cards-slider__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F3F3F3;
  padding: 32px 48px 16px;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__header {
    display: block;
    padding: 32px;
  }
}

.kl-cards-slider__image {
  margin: 0 15% 0 0;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 32px 0 0;
  }
}

.kl-cards-slider__content {
  padding: 32px 48px 16px;
  background-color: white;
  margin: 0 -22px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 32px;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    display: block;
  }
}

.kl-cards-slider__content > div {
  margin: 0 22px;
  flex-grow: 1;
  flex-basis: 200px;
}

.kl-cards-slider__content h5 {
  color: #000000;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}
.kl-rich-text__preheader {
  font-weight: 800;
  color: ;
  display: block;
  margin: 0 0 .75rem;
}

.kl-rich-text h1 {

}


.kl-rich-text p {
  margin: 0 0 1rem;
}

.kl-rich-text p:last-child {
  margin: 0 0 2rem;
}

.kl-rich-text__buttons {
  margin: -10px;
}

.kl-rich-text__buttons a {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .kl-rich-text__buttons a {
    display: block;
  }
}

.kl-rich-text__form {
  max-width: 600px;
}

.kl-rich-text--center {
  text-align: center;
  margin: 0 auto;
}

.kl-rich-text--center .kl-rich-text__form {
  max-width: 600px;
  margin: 0 auto;
}

.kl-rich-text--right {
  text-align: right;
  margin: 0 0 0 auto;
}

.kl-rich-text--right .kl-rich-text__form {
  margin: 0 0 0 auto;
}
.kl-rich-text ::marker{
    content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='18' width='20'><path d='M5 12h13M12 5l7 7-7 7' fill='none' stroke='green' stroke-width='2'/></svg>");

}
.kl-rich-text li{
  padding-left: .8em;
}
.kl-card {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.17);
  border-radius: 9px;
  background-color: white;
  width: 100%;
  padding: 32px 25px;
  background-color: white;
}

.kl-card__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006729;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-card__content h1, .kl-card__content h2, .kl-card__content h3, .kl-card__content h4, .kl-card__content h5, .kl-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-card__content p {
  margin: 0 0 2rem;
}

.kl-card__image {
  margin: 0 0 1.75rem;
}
.kl-featured-cards__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.kl-featured-cards__column {
  flex-basis: 360px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.kl-featured-cards__card-wrapper {
  flex-grow: 2;
  flex-basis: 360px;
  display: flex;
  padding: 12px;
}

.kl-featured-card {
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.17);
  border-radius: 9px;
  background-color: white;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.kl-featured-card__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006729;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-featured-card__content h1, .kl-featured-card__content h2, .kl-featured-card__content h3, .kl-featured-card__content h4, .kl-featured-card__content h5, .kl-featured-card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-featured-card__content p {
  margin: 0 0 2rem;
}

.kl-featured-card__body {
  padding: 32px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 250px;
  flex-grow: 99;
}

.kl-featured-card__text {
  flex-grow: 1;
}

.kl-featured-card__image {
  width: 100%;
  flex-basis: 360px;
  flex-grow: 1;
}

.kl-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kl-hero-01 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding: 64px 0;
}

.kl-hero-01__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  padding: 20px;
  padding-right: 50%;
}

@media screen and (min-width: 1380px) {
  .kl-hero-01__content {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content {
    padding: 20px;
  }
}

@media screen and (min-width: 1240px) {
  .kl-hero-01__content {
    padding: 0;
  }
}

.kl-hero-01__content > div {
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__content > div {
    max-width: none;
  }
}

.kl-hero-01__image {
  position: absolute;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  transition: opacity .2s, width .5s;
}

@media screen and (max-width: 768px) {
  .kl-hero-01__image {
    opacity: .3;
    width: 100%;
  }
}
.kl-hero-02 {
  display: flex;
  padding: 64px 0;
  min-height: 50vh;
}

.kl-hero-02__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1380px) {
  .kl-hero-02__content {
    padding: 0px;
  }
}

@media screen and (max-width: 960px) {
  .kl-hero-02__content {
    display: block;
  }
}

.kl-hero-02__content .kl-rich-text {
  flex-basis: 300px;
  flex-grow: 1;
}

.kl-hero-02__image {
  margin-left: 32px;
  display: flex;
  flex-grow: 1;
  flex-basis: 480px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .kl-hero-02__image {
    max-width: 720px;
    margin: 32px auto 0;
    height: auto;
  }
}

.kl-hero-02__image img {
  max-width: 100%;
  display: block;
}

.kl-hero-02__image--left {
  justify-content: flex-start;
}

.kl-hero-02__image--center {
  justify-content: center;
}

.kl-hero-02__image--right {
  justify-content: flex-end;
}

.kl-hero-02__image--top {
  align-items: flex-start;
}

.kl-hero-02__image--middle {
  align-items: center;
}

.kl-hero-02__image--bottom {
  align-items: flex-end;
}
.kl-hero-03 {
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kl-hero-03 {
    padding: 64px 0;
  }
}

.kl-hero-03__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1380px) {
  .kl-hero-03__content {
    padding: 0px;
  }
}

.kl-hero-03__content .kl-rich-text {
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .kl-hero-03__content .kl-rich-text {
    max-width: 100%;
  }
}

.kl-hero-03__image {
  position: absolute;
  left: calc(50% + 64px);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .kl-hero-03__image {
    position: static;
    transform: none;
    margin-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .kl-hero-03__image {
    display: none;
  }
}

.kl-hero-03__image img {
  display: block;
}
.kl-pricing {
  display: flex;
  align-items: flex-start;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kl-pricing {
    display: block;
  }
}

.kl-pricing__card {
  position: relative;
  padding: 36px 32px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.1);
  background-color: white;
  border-radius: 9px;
  flex-basis: 346px;
  flex-grow: 1;
  transition: box-shadow .25s ease-in-out;
}

.kl-pricing__card--featured {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
}

.kl-pricing__card:hover {
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.3);
}

.kl-pricing__card + .kl-pricing__card {
  margin-left: 72px;
}

@media screen and (max-width: 1024px) {
  .kl-pricing__card + .kl-pricing__card {
    margin-left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kl-pricing__card + .kl-pricing__card {
    margin: 24px 0 0;
  }
}

.kl-pricing__badge {
  font-family: FiraSans, sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 40px;
  background-color: #EBF1FF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kl-pricing__icon {
  height: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 1.5rem;
}

.kl-pricing__icon img {
  max-height: 100%;
  display: block;
}

.kl-pricing__price {
  color: #000000;
}

.kl-pricing__price h1, .kl-pricing__price h2, .kl-pricing__price h3, .kl-pricing__price h4, .kl-pricing__price h5, .kl-pricing__price h6 {
  color: inherit;
}

.kl-pricing__description p {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
}

.kl-pricing__features {
  text-align: left;
  list-style: none;
  margin: 0 0 2.625rem;
  padding: 0;
}

.kl-pricing__features li {
  font-size: 0.875rem;
  margin: 0 0 1rem;
  display: flex;
}

.kl-pricing__features li:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='7.59' cy='7.62' r='7.5' fill='%23EBF1FF'/%3E%3Cpath d='M10.84 4.39L6.37 9.11 4.61 7.26l-.95 1.01 2.71 2.86 5.43-5.72-.96-1.02z' fill='%234678EE'/%3E%3C/svg%3E");
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 2px 0.75rem 0 0;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.kl-pricing__button a {
  width: 100%;
}

.kl-pricing hr {
  margin: 1.75rem 0;
  color: #F3F3F3;
  background-color: #F3F3F3;
  height: 2px;
}
.kl-features-01 {
  display: flex;
  justify-content: space-between;
}


@media screen and (max-width: 768px) {
  .kl-features-01 {
    display: block;
  }
}

.kl-features-01__card {
  flex-basis: 225px;
  flex-grow: 1;
}

.kl-features-01__card h4 {
  margin: 0 0 1rem;
}

.kl-features-01__card p {
  font-weight: 500;
}

.kl-features-01__card + .kl-features-01__card {
  margin-left: 64px;
}

@media screen and (max-width: 768px) {
  .kl-features-01__card + .kl-features-01__card {
    margin: 32px 0 0;
  }
}

.kl-features-01__image {
  min-height: 50px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}

.kl-features-01__image img {
  display: block;
  width: auto;
  max-height: 50px;
}

.kl-features-01__image > span {
  display: block;
}

.kl-features-01__image svg {
  max-height: 50px;
  width: 50px;
}
.kl-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .kl-logos {
    flex-wrap: wrap;
  }
}

.kl-logos__item {
  padding: 16px 24px;
}

.kl-logos__item > img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .kl-logos__item {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 480px) {
  .kl-logos__item {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 340px) {
  .kl-logos__item {
    flex-basis: 50%;
  }
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid #DAE3F9;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  margin: 5px 0 5px 0;
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
}


.kl-offer-01__preheader {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006729;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
}

.kl-offer-01__button {
  flex-shrink: 0;
  
}


.kl-offer-01__image {
  flex-basis: 260px;
  margin: 0 auto;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}
.kl-testimonials {
  display: flex;
}

@media screen and (max-width: 920px) {
  .kl-testimonials {
    display: block;
  }
}

.kl-testimonial {
  padding: 18px 25px 25px;
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.17);
  border-radius: 9px;
  flex-grow: 1;
  flex-basis: 300px;
}

.kl-testimonial + .kl-testimonial {
  margin-left: 64px;
}

@media screen and (max-width: 1024px) {
  .kl-testimonial + .kl-testimonial {
    margin-left: 16px;
  }
}

@media screen and (max-width: 920px) {
  .kl-testimonial + .kl-testimonial {
    margin: 16px 0 0;
  }
}

.kl-testimonial__quote {
  margin: 0 0 25px;
}

.kl-testimonial__quote svg {
  fill: #000000;
  height: 32px;
  max-height: 32px;
}

.kl-testimonial__content {
  font-weight: 500;
}

.kl-testimonial__footer {
  display: flex;
  align-items: center;
}

.kl-testimonial__footer img {
  display: block;
  object-fit: cover;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.kl-testimonial__author {
  font-weight: bold;
}

.kl-testimonial__author span {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006729;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 8px;
}
.kl-faq {
  background: #FFFFFF;
  border: 3px solid #F3F3F3;
  border-radius: 9px;
}

.kl-faq__entry + .kl-faq__entry {
  border-top: 3px solid #F3F3F3;
}

.kl-faq__entry--active .kl-faq__icon {
  transform: rotate(90deg);
      background-color:  #ace962 ;
}

.kl-faq__entry--active .kl-faq__icon:before {
  opacity: 0;
}

.kl-faq__header {
  padding: 24px 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .kl-faq__header {
    padding: 24px 16px;
  }
}

.kl-faq__header:hover {
  cursor: pointer;
}

.kl-faq__header h3 {
  margin: 0;
}

.kl-faq__icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-left: 32px;
  transition: transform .2s ease-out;
}
.kl-faq__icon
 { 
    box-shadow: inset 0 0 0 2px #ace962;
}
.kl-faq__icon:not(.active) {
    box-shadow: inset 0 0 0 2px #ace962;
}
.kl-faq__icon:before {

  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left:25%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-out;
 
}

.kl-faq__icon:after {

  content: '';
  display: block;
  height: 50%;
  top: 25%;
  width: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  
}

.kl-faq__description {
  padding: 0 42px;
  height: 0;
  transition: height .25s ease-out;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .kl-faq__description {
    padding: 0 16px;
  }
}

.kl-faq__description .kl-faq__inner {
  margin: 0 0 2rem;
}