/* Theme base styles */

/* Generic */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* 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: 1px;
    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: 1px;
        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: 1px;
        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 wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 40px;
  margin: 0 auto;
}

.content-wrapper-full{
    max-width: 1440px64px;
    margin: 0 auto;
}

/* Drag and drop layout styles */

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

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

/* Elements */



/* Menu */

/* Menu items */

.menu__item {
	position: relative;
}

.menu__link {
	font-size: 1rem;
	line-height: 1.2rem;
	text-decoration: none;
	font-weight: 400;
}

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

.menu__link--active-link,
.menu__link--active-branch {
	font-weight: 400;
}

@media (min-width: 992px) {
	.menu__link {
		font-size: 1rem;
	}
}

@media (max-width: 991px) {

	.menu__wrapper {
		display: grid;
	}

	.menu__item {
		display: block;
		width: 100%;
	}

	.menu__link {
		display: block;
		font-size: 20px;
	}
}

/* Menu items - top level */

.menu__item--depth-1 {
	display: inline-block;
	padding: 0.6rem 0.5rem;
}

.menu__item--depth-1 > .menu__link--active-link:after {
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

@media (max-width: 991px) {
	.menu__item--depth-1 {
		padding: 0;
	}

	.menu__item--depth-1 > .menu__link {
		padding: 16px 1rem;
	}

	.menu__item--depth-1 > .menu__link--active-link:after {
		content: none;
	}
}

/* Menu items - submenus */

.menu__submenu {
	display: block;
	left: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 200px;
	z-index: 99;
}

.menu__item--open > .menu__submenu {
	display: block;
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
	transform: unset;
}

.menu__submenu .menu__item {
	border-bottom: 1px solid #D1D6DC;
	padding: 0;
	width: 100%;
}

.menu__submenu .menu__link {
	display: block;
	padding: 16px 1rem;
	transition: background-color 0.3s;
	width: 100%;
}

.menu__submenu--level-3 {
	left: 100%;
	top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
	left: auto;
	right: 100%;
	top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
	padding-right: 3rem;
}

@media (min-width: 992px) {
	.menu__item--has-submenu:hover>ul.menu__submenu {
		display: block;
	}

	.hs-search-field form label {
		font-size: 1rem;
	}
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 992px) {

	.menu__submenu {
		height: auto !important;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.menu__item--has-submenu:hover>.menu__submenu {

		opacity: 1;
		visibility: visible;
	}


	.menu__wrapper {
		display: flex;
		align-items: center;
	}

	.menu__item--depth-1 {
		display: flex;
		align-items: center;
		cursor: pointer;
	}


	.menu__submenu .menu__link {
		padding: 12px 1rem;
	}

	.menu__submenu--level-2 > .menu__item:first-child > .menu__link {
		position: relative;
		z-index: 2;
	}
}

@media (min-width: 992px) {
	.menu__item--depth-1 {
		padding: 0.6rem 1rem;
	}
}

@media (max-width: 991px) {
	.menu__submenu {
		border: none;
		border-radius: 0;
		box-shadow: none;
		position: static;
		transform: unset;
		width: 100%;
		height: 0;
		overflow: auto;
		transition: all 0.3s ease;
	}

	.menu__submenu .menu__item {
		background-color: #FFF;
		border-bottom: none;
		border-top: 2px solid #EBEFF3;
		padding: 0;
	}

	.menu__submenu .menu__link {
		display: block;
		padding: 16px 1rem;
		transition: none;
		width: 100%;
	}

	.menu__submenu .menu__item .menu__link:hover,
	.menu__submenu .menu__item .menu__link:focus {
		background-color: inherit;
		transition: none;
	}

	.menu__item--has-submenu > .menu__link {
		width: 70%;
	}

	.menu__submenu--level-2 .menu__item .menu__link {
		padding: 16px 1rem 16px 2rem;
	}
	.menu__submenu--level-3 .menu__item .menu__link {
		padding: 16px 1rem 16px 3rem;
	}
}

/* Menu icons */

@media(min-width: 992px) {
	.menu__submenu .menu__child-toggle {
		margin-left: auto;
		padding: 0 1.05rem;
	}

	.menu__child-toggle {
		position: absolute;
		right: 5px;
		top: 20px;
		z-index: 2;
	}

	.menu__item--depth-1 > .menu__child-toggle {
		position: static;
		right: 0;
		top: 0;
		vertical-align: middle;
		margin-left: 0;
	}

	.menu__child-toggle-icon {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top-style: solid;
		border-top-width: 7px;
		display: block;
		height: 0;
		margin-left: 1px;
		width: 0;
	}
}

@media (max-width: 991px) {
	.menu__child-toggle {
		background-position: center right 30px;
		background-repeat: no-repeat;
		background-size: 20px;
		border: none;
		cursor: pointer;
		height: 54px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 30%;
	}

	.menu__child-toggle-icon {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 16px;
		margin-left: auto;
		margin-right: 1.2rem;
		transition: transform 0.4s;
		width: 20px;
	}

	

	.menu__child-toggle--open .menu__child-toggle-icon {
		transform: rotate(45deg);
		transition: transform 0.4s;
	}

}
html {
  position: relative;
}

body {
  line-height: 1.4;
}



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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

.font-big {
	font-family: 'TT Commons Pro', arial, sans-serif;
	font-size: 20px;
}

.font-small {
	font-weight: 400; font-family: 'TT Commons Pro', arial, sans-serif; font-style: normal;
	font-size: 14px;
}
@media (min-width:992px) {
	.font-big {
	  font-size: 32px;
	}
	
	.font-small {
	  font-size: 16px;
	}
}

/* Anchors */

a {
  cursor: pointer;
}

.widget-type-rich_text a:not([class]) {
	text-decoration:none;
  color: #181d27;
}

.widget-type-rich_text a:not([class]):hover {
  color: #181d27;
	text-decoration:underline;
}
/* Headings */

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

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
  font-size: 20px;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}


/* Button Styles */













































/* Form Submit */











/* Default */

.button-wrapper {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: start;
}

.button-full_width {
	width: 100%;
	min-width: 100%;
}

button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none;
  font-weight: 500;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


button,
.button,
.hs-button,
.hs-blog-post-listing__post-button,
form input[type=submit],
form .hs-button {
  border: 1px solid #2F8614;

  padding-top: 15px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;

  background-color: 

  
  
    
  


  rgba(47, 134, 20, 1.0)

;
  border-radius: 100px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  font-size: 16px;
  text-transform: none;
  font-family: Neo Sans Std, arial, sans-serif;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
.hs-blog-post-listing__post-button:active,
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  border: 1px solid #70C354;

  background-color: 

  
  
    
  


  rgba(112, 195, 84, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  font-family: Neo Sans Std, arial, sans-serif;
  text-decoration: none;
  font-weight: 500;
}

.button>span {
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.button.button_primary,
form input[type=submit],
form .hs-button {
  border: 1px solid #2F8614;

  background-color: 

  
  
    
  


  rgba(47, 134, 20, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.button.button_primary:hover, 
.button.button_primary:focus, 
.button.button_primary:active,
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  border: 1px solid #70C354;

  background-color: 

  
  
    
  


  rgba(112, 195, 84, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

@property --primarycolour {
  syntax: '<color>';
  initial-value: #2F8614;
  inherits: false;
}

@property --secondarycolour {
  syntax: '<color>';
  initial-value: #70C354;
  inherits: false;
}

.button.button_primary,
.button.button_secondary,
form input[type=submit],
form .hs-button {
	border: none;
	background: linear-gradient(103deg, var(--primarycolour) 0%, var(--secondarycolour) 123%);
	transition: --primarycolour 0.6s, --secondarycolour 0.6s;
}

.button.button_primary:hover,
.button.button_primary:active,
.button.button_primary:focus,
.button.button_secondary:hover,
.button.button_secondary:active,
.button.button_secondary:focus,
form input[type=submit]:hover, 
form input[type=submit]:active, 
form input[type=submit]:focus, 
form .hs-button:hover,
form .hs-button:active,
form .hs-button:focus {  
	border: none;
  --primarycolour: var(--secondary-colour);
  --secondarycolour: var(--primary-colour);
}


.button.button_secondary {
	
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(38, 38, 38, 1.0)

;
	position: relative;
}
.button.button_secondary:hover, .button.button_secondary:focus, .button.button_secondary:active {
  /* border: 1px solid #2F8614;
 */
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(47, 134, 20, 1.0)

;
}

.button.button_secondary:before {
	content: '';
	display: block;
	background: #fff;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	z-index: 1;
	border-radius: 100px;
}

.button.button_secondary>span {
	color: #191335;
	background-image: linear-gradient(to right, #262626, #262626 33.33333%, var(--secondarycolour) 66.66666%, var(--primarycolour));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 300% 100%;
	background-position: top left;
	transition:all 0.6s ease-in-out;
}

.button.button_secondary:hover>span, .button.button_secondary:focus>span, .button.button_secondary:active>span {
	background-position: top left 100%;
}


.button.button_accent_1 {
  border: 1px solid #D1E7F5;

  background-color: 

  
  
    
  


  rgba(209, 231, 245, 1.0)

;
  color: 

  
  
    
  


  rgba(53, 116, 227, 1.0)

;
}
.button.button_accent_1:hover, .button.button_accent_1:focus, .button.button_accent_1:active {
  border: 1px solid #3574e3;

  background-color: 

  
  
    
  


  rgba(53, 116, 227, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.button.button_accent_2 {
  border: 1px solid #ffffff;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(53, 116, 227, 1.0)

;
}
.button.button_accent_2:hover, .button.button_accent_2:focus, .button.button_accent_2:active {
  border: 1px solid #3574e3;

  background-color: 

  
  
    
  


  rgba(53, 116, 227, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.button.button_small {
  padding-top: 12px;
padding-right: 24px;
padding-bottom: 10px;
padding-left: 24px;

  font-size: 14px;
  border-radius: 100px;
}
.button.button_big {
  padding-top: 18px;
padding-right: 50px;
padding-bottom: 16px;
padding-left: 50px;

  font-size: 16px;
  border-radius: 100px;
}


@property --arrowprimarycolour {
  syntax: '<color>';
  initial-value: #ABABAB;
  inherits: false;
}

@property --arrowsecondarycolour {
  syntax: '<color>';
  initial-value: #ABABAB;
  inherits: false;
}

.button.button_secondary.button_arrow {
	border: none;
	background: linear-gradient(103deg, var(--arrowprimarycolour) 0%, var(--arrowsecondarycolour) 123%);
	transition: --arrowprimarycolour 0.6s, --arrowsecondarycolour 0.6s;
}

.button.button_secondary.button_arrow:hover,
.button.button_secondary.button_arrow:active,
.button.button_secondary.button_arrow:focus {
	border: none;
	--arrowprimarycolour: var(--secondary-colour);
	--arrowsecondarycolour: var(--primary-colour);
}

.button.button_arrow {
	padding: 0;
}

.button.button_arrow>span {
	font-size: 0;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
}

.button.button_primary.button_arrow>span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3E%3Cpath d='M1.5 7H18M12.5 1L18.4293 6.92929C18.4683 6.96834 18.4683 7.03166 18.4293 7.07071L12.5 13' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}


.button.button_secondary.button_arrow>span {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3E%3Cpath d='M1.5 7L18 7M12.5 13L18.4293 7.07071C18.4683 7.03166 18.4683 6.96834 18.4293 6.92929L12.5 1' stroke='%23151515' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	-webkit-background-clip: initial;
	background-position: center;
}

.button_arrow.button_arrow_back>span {
	transform: rotate(180deg);
}

.button-no-style,
.button-no-style:hover,
.button-no-style:active,
.button-no-style:focus {
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-shadow: none;
}

a.s-link {
	color: var(--primary-colour);
	text-decoration: none;
}

a.s-link svg {
	display: inline-block;
	vertical-align: baseline;
	margin-bottom: -2px;
	margin-left: 3px;
}

a.s-link:hover,
a.s-link:active,
a.s-link:focus {
	color: var(--primary-colour);
	text-decoration: underline;
}


/* Form Submit button */




@media(max-width:767px){
	button, 
	.button, 
	.hs-button, 
	.hs-blog-post-listing__post-button {
		font-size: 14px;
	}
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

/* Form fields */

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

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' id='Calendar--Streamline-Lucide' height='24' width='24'%3E%3Cdesc%3E Calendar Streamline Icon: https://streamlinehq.com %3C/desc%3E%3Cpath d='M8 2v4' stroke-width='2'%3E%3C/path%3E%3Cpath d='M16 2v4' stroke-width='2'%3E%3C/path%3E%3Cpath d='M5 4h14s2 0 2 2v14s0 2 -2 2H5s-2 0 -2 -2V6s0 -2 2 -2' stroke-width='2'%3E%3C/path%3E%3Cpath d='M3 10h18' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
}
form .hs-dateinput .hs-input {
	padding-right: 50px !important;
}
form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

select {
  border-color: var(--blue);
  color: var(--blue);
  padding: 0.6rem 0.8rem;
  border-radius: 20px;
  font-family: "Krona One", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M11.2951 0.295078L6.70508 4.87508L2.11508 0.295078L0.705078 1.70508L6.70508 7.70508L12.7051 1.70508L11.2951 0.295078Z' fill='%232A3D61'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
}
/* Load spinner */

.lds-spinner {
  opacity: 0;
  position: relative;
  right: 0;
  left: 0;
  display: block;
  margin: 20px auto;
  transform: scale(0.5);
  transform: all 0.3s;
}
.lds-spinner.active {
  opacity: 1;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #202349;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
nav.pagination {
    margin-top: 3em;
}

nav.pagination a {
    margin: 0 .3rem;
}

nav.pagination a:not(.pagination__link--active) {
    color: var(--black);
    font-size: 13px;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}


table {
	border-collapse: collapse;
}
table td {
	padding: 15px;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #54585d;
}
table tbody td {
	color: #636363;
	border: 1px solid #dddfe1;
}
table tbody tr {
	background-color: #f9fafb;
}
table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: transparent;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  transition: all 0.3s ease;
}
.modal.fade {
	transition: all 0.3s ease;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show {
	visibility: visible;
	opacity: 1;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
	visibility: hidden;
	transition: all 0.3s ease;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
	visibility: visible;
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: .5;
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
	margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* Components */



/* NEW HEADER */






















/* Header DND sections */

.header .dnd-section {
	padding: 0;
}

/* Header container */

.content-wrapper.header__container {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}


.header__row-1,
.header__row-2 {
	align-items: center;
	display: flex;
	width: 100%;
}

@media (max-width: 1150px) and (min-width: 991px) {
	.header__column {
	}
}

@media (max-width: 991px) {

	.header {
		position: relative;
	}
	.content-wrapper.header__container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
}

/* Navigation skipper */

.header__skip {
	height: 1px;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: -1000px;
	width: 1px;
	transition: none;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
	height: auto;
	left: 0;
	overflow: visible;
	top: 0;
	width: auto;
}

/* Logo */

.header__logo {
	align-items: center;
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 105px;
	padding: 12px 0;
}
.header__logo>div {
	height: 100%;
}


.header__logo img {
	max-width: 100% !important;
	height: auto !important;
	width: 100% !important;
	max-height: 100% !important;
	display: block;
}

.header__logo .logo-company-name {
	font-size: 1.167rem;
	margin-top: 0.7rem;
}
@media (min-width: 992px) {
	
	.header__logo {
		max-width: 125px;
		padding: 19px 0;
	}
	
	.header__logo .hs_cos_wrapper_type_logo {
		width: auto;
		max-width: none;
		display: block;
	}
}

/* Search bar */

.header__search {
	width: auto;
	background: var(--blue);
}
.header__search .hs-search-field {
	max-width: 1440px;
	margin: 0 auto;
}
.hs-search-field__bar {
	margin: 0 auto;
	width: 100%;
}

.hs-search-field__bar form {
	border-radius: 0;
	padding: 40px 1rem;
	background: none;
}



.hs-search-field__form {
	position: relative;
}

.header__search .hs-search-field__label {
	flex-basis: auto;
}



.header__search .hs-search-field__input {
	
	padding: 0 50px 0 0.7rem;
}



.header__search .hs-search-field__button {
	padding: 0;
	fill: #000;
	background-color: transparent;
	border: none;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.header__search .hs-search-field__button svg {
	height: 25px;
}


.header__search .hs-search-field--open .hs-search-field__input {
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
	background-color: #FFF;
	border: 2px solid #D1D6DC;
	border-radius: 0 0 6px 6px;
	border-top-width: 1px;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.header__search .hs-search-field__suggestions li {
	border-top: 1px solid #D1D6DC;
	font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
	color: #494A52;
	padding: 0.35rem 0.7rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
	display: none;
}

@media (min-width: 992px) {
	.header__search form {
		align-items: center;
		display: flex;
		justify-content: center;
	}

	.header__search label {
		margin: 0 1rem 0 0;
	}

	.header__search .hs-search-field__input {
		width: 300px;
	}
}

@media (max-width: 991px) {
	.header__search {
		order: 1;
	}
}

/* Language switcher */

.header__language-switcher {
	cursor: pointer;
	padding: 0 10px 2px 10px
}

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

.header__language-switcher .lang_list_class {
	border: 2px solid;
	display: block;
	left: calc(100% - 24px);
	opacity: 0;
	min-width: 100px;
	padding-top: 0;
	text-align: left;
	top: 100%;
	transition: opacity 0.3s;
	visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
	opacity: 1;
	transition: opacity 0.3s;
	visibility: visible;
}

.header__language-switcher .lang_list_class li {
	border: none;
	font-size: 18px;
	padding: 0.35rem 0.7rem;
}

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

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

.header__language-switcher .lang_list_class li:hover {
	transition: background-color 0.3s;
}
.header__language-switcher .globe_class {
	background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' role='img' aria-labelledby='languageIconTitle' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' color='%23000000'%3E%3Ctitle id='languageIconTitle'%3ELanguage%3C/title%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath stroke-linecap='round' d='M12,22 C14.6666667,19.5757576 16,16.2424242 16,12 C16,7.75757576 14.6666667,4.42424242 12,2 C9.33333333,4.42424242 8,7.75757576 8,12 C8,16.2424242 9.33333333,19.5757576 12,22 Z'/%3E%3Cpath stroke-linecap='round' d='M2.5 9L21.5 9M2.5 15L21.5 15'/%3E%3C/svg%3E);
}
.header__language-switcher--label {
	display: flex;
	position: relative;
	align-items: center;
	padding: 10px 0;
}
.header__language-switcher .hs_cos_wrapper_type_language_switcher {
	display: flex;
}

.header__language-switcher--label-current {
	align-items: center;
	display: flex;
	font-size: 18px;
	margin-bottom: 0;
	margin-left: 8px;
	text-transform: uppercase;
}

.header__language-switcher--label-current:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #494A52;
	content: "";
	display: block;
	height: 0px;
	margin-left: 8px;
	margin-top: 0.175rem;
	width: 0px;
}

@media (max-width: 991px) {

	.header__language-switcher--label {
		display: block;
		width: 100%;
		padding: 0;
	}
	.header__language-switcher .hs_cos_wrapper_type_language_switcher {
		display: block;
	}

	.header__language-switcher .lang_switcher_class {
		display: block;
	}
	.header__language-switcher {
		cursor: initial;
		padding: 0;
	}

	.header__language-switcher .lang_list_class {
		border: none;
		box-shadow: unset;
		display: block;
		left: 30px;
		opacity: 1;
		padding: 0;
		top: 0;
		visibility: visible;
		position: initial;
		transform: none;
	}

	.header__language-switcher.header--element .lang_list_class li {
		background-color: inherit;
		font-size: 20px;
		text-transform: uppercase;
		border-top: 2px solid #CED4DB;
		padding: 0 1rem;
	}
	.header__language-switcher .lang_list_class li a {
		display: block;
		padding: 16px 0;
	}
	.header__language-switcher--label-current {
		display: none;
	}

	.header__language-switcher .globe_class {
		background-image: none;
		width: auto;
		height: auto;
	}

	.header__language-switcher .lang_list_class li:hover{
		background-color: inherit;
	}
	/* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
	.header__language-switcher .hs-language-switcher__menu {
		display: block;
		box-shadow:none!important;
		background: transparent;
	}
	.header__language-switcher .hs-language-switcher__menu a {
		font-size: 20px!important;
	}
	.header__language-switcher .hs-language-switcher__button {
		display: none;
	}
	}

/* Navigation */

#nav-toggle {
	display: none;
}

/* Mobile toggles */

.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle,
.header__close--toggle {
	cursor: pointer;
	margin: 0 0 0 15px;
	position: relative;
}

.header__navigation--toggle.hide,
.header__search--toggle.hide,
.header__language-switcher--toggle.hide {
	visibility: hidden;
	opacity: 0;
	transition: none;
}

.header__search--toggle {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="27" height="26" viewBox="0 0 27 26" fill="none"%3E%3Cg clip-path="url(%23clip0_85_191)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M26.25 23.74L17.36 14.85C18.4 13.33 19 11.49 19 9.51C19 4.25 14.75 0 9.5 0C4.25 0 0 4.25 0 9.5C0 14.75 4.25 19 9.5 19C11.68 19 13.69 18.26 15.29 17.02L24.13 25.86L26.25 23.74ZM2.5 9.5C2.5 5.63 5.63 2.5 9.5 2.5C13.37 2.5 16.5 5.63 16.5 9.5C16.5 13.37 13.37 16.5 9.5 16.5C5.63 16.5 2.5 13.37 2.5 9.5Z" fill="black"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_85_191"%3E%3Crect width="26.25" height="25.86" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 35px;
	display: block;
	transition: all 0.3s ease;
}

.header__search {
	display: block;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 100%;
	transition: all 0.2s ease;
}
.header__search.open {
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 991px) {
	.header__navigation, .header__language-switcher {
		position: absolute;
		left: 0;
		top: 100%;
		height: 0;
		overflow: auto;
	}

	.header__navigation,
	.header__language-switcher {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		transition: all 0.4s ease;
		background-color: #F8FAFC;
	}

	.header__navigation.open,
	.header__language-switcher.open {
		display: block;
		left: 0;
		height: calc(100vh - 64px);
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 2;
	}

	.header__navigation--toggle:after,
	.header__search--toggle:after,
	.header__language-switcher--toggle:after {
		display: none;
		font-size: 1.083rem;
		font-weight: 600;
		position: absolute;
		left: 40px;
		text-transform: uppercase;
		top: -10px;
	}

	.header__navigation--toggle.open:after,
	.header__search--toggle.open:after,
	.header__language-switcher--toggle.open:after {
		display: block;
		word-break: normal;
	}

	.header__navigation--toggle {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='18' viewBox='0 0 28 18' fill='none'%3E%3Cpath d='M26.4317 1L1.66699 1M26.4317 9L1.66699 9M26.4317 17L1.66699 17' stroke='%23151515' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: 25px;
		background-repeat: no-repeat;
		background-position: center;
		height: 35px;
		width: 35px;
		display: block;
		transition: all 0.3s ease;
		position: absolute;
		right: 16px;
		top: 16px;
	}

	.header__language-switcher--toggle {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' role='img' aria-labelledby='languageIconTitle' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' color='%23000000'%3E%3Ctitle id='languageIconTitle'%3ELanguage%3C/title%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath stroke-linecap='round' d='M12,22 C14.6666667,19.5757576 16,16.2424242 16,12 C16,7.75757576 14.6666667,4.42424242 12,2 C9.33333333,4.42424242 8,7.75757576 8,12 C8,16.2424242 9.33333333,19.5757576 12,22 Z'/%3E%3Cpath stroke-linecap='round' d='M2.5 9L21.5 9M2.5 15L21.5 15'/%3E%3C/svg%3E");
		background-size: 25px;
		background-repeat: no-repeat;
		background-position: center;
		height: 35px;
		width: 35px;
		display: block;
		transition: all 0.3s ease;
	}



	.header__close--toggle {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 17L17 1M1 1.00063L17 17.0006' stroke='%23151515' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
		display: block;
		height: 35px;
		width: 35px;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		right: 16px;
		top: 16px;
	}

	.header__close--toggle.show {
		opacity: 1;
		visibility: visible;
		transition: all 0.3s ease;
	}
}


@media ( min-width: 992px) {

	.header__row-1 {
	}
	.header {
		position: relative;
	}
	.header__search--toggle.hide {
		opacity: 1;
		transition: none;
		visibility: visible;
	}
	.header__search--toggle.open {
		background-image: url(data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.4583 8.35938L2.32642 0.227539L0.205078 2.34888L8.33691 10.4807L0.205322 18.6123L2.32666 20.7336L10.4583 12.6021L18.5898 20.7336L20.7112 18.6123L12.5796 10.4807L20.7114 2.34888L18.5901 0.227539L10.4583 8.35938Z" fill="black"/%3E%3C/svg%3E);
		background-size: 20px;
		transition: all .3s ease;
	}
}

















.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
body {
	padding-top: auto;
}
@media (min-width:992px) {
	body {
		padding-top: auto;
	}
}



.menu__item--depth-1.menu__item--has-submenu>a {
	position: relative;
}

.menu__item--depth-1.menu__item--has-submenu:hover {
	z-index: 9;
}

.menu__item--depth-1.menu__item--has-submenu:hover>a:before {
	content: '';
	display: block;
	position: absolute;
	right: 100%;
	bottom: 0;
	background: transparent;
	clip-path: polygon(0 100%, 100% 0%, 100% 100%);
	width: 100%;
	height: 30px;
}
.menu__item--depth-1.menu__item--has-submenu:hover>a:after {
	content: '';
	display: block;
	position: absolute;
	left: calc(100% + 30px);
	bottom: 0;
	background: transparent;
	clip-path: polygon(0% 100%, 0% 0%, 100% 100%);
	width: 100%;
	height: 30px;
}


/* Mega menu */

.header.mega-menu .mega-menu_wrapper.open {
	opacity: 1;
	visibility: visible;
	pointer-events: initial;
}

.mega-menu_cta {
	padding: 30px 1rem;
	z-index: 1;
}


@media (min-width:992px){

	.header.mega-menu .header__column,
	.header.mega-menu .header__row-1,
	.header.mega-menu .header__navigation ,
	.header.mega-menu nav.menu,
	.header.mega-menu .menu__wrapper {
		height: 100%;
	}

	.header.mega-menu .menu__submenu .menu__link {
		background: none;
	}

	.header.mega-menu .menu__item--depth-1 {
		height: 100%;
		padding: 0;
		position: inherit;
	}

	.header.mega-menu .menu__item--depth-1>.menu__link {
		padding: 0.6rem 0.5rem 0.6rem 0.5rem;
		display: block;
		height: 100%;
		display: flex;
		align-items: center;
		position: relative;
	}

	.header.mega-menu .mega-menu_wrapper {
		width: 100%;
		max-width: 1440px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		flex-wrap: wrap;
		padding: 30px 1rem;
		position: absolute;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		pointer-events: none;
	}

	.header.mega-menu .mega-menu_wrapper:before {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 0;
		width: 100vw;
		height: 100%;
		background: 

  
  
    
  


  rgba(112, 195, 84, 1.0)

;
		z-index: 0;
		transform: translateX(-50%);
	}

	.header.mega-menu .menu__item--depth-1:hover>.mega-menu_wrapper {
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
	}

	.header.mega-menu .menu__submenu--level-2.menu__submenu {
		position: initial;
		display: flex;
		opacity: 1;
		visibility: visible;
		width: 100%;
		background: none;
		border: none;
		transform: none;
		justify-content: space-between;
	}

	.header.mega-menu .menu__submenu--level-2.menu__submenu>ul {
		display: flex;
	}

	.header.mega-menu .menu__submenu--level-2.menu__submenu li {
		border: none;
	}

	.header.mega-menu .menu__submenu--level-2>li.menu__item {
		width: 33.33333333%;
		margin-bottom: 40px;
	}

	.header.mega-menu .menu__submenu--level-3 {
		position: initial;
		opacity: 1;
		visibility: visible;
		border: none;
		background: none;
		width: 100%;
	}

	.header.mega-menu .menu__submenu--level-2 .menu__child-toggle {
		display: none;
	}

	.mega-menu_cta {
		max-width: 50%;
	}

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

	.header.mega-menu .menu__item--depth-1 {
	}
	.header.mega-menu .menu__item--depth-1>.menu__link {
	}
}



.header {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	height: auto;
}
.header.fixed-top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	color: #181d27;
	font-family: var(--primary-font);
}

.menu__child-toggle-icon {
	border-top-color: #181d27;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
	color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
	border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
	color: #40454f;
}

.menu__child-toggle-icon:active {
	border-top-color: #40454f;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
	background-color: #181d27;
}

@media (min-width: 992px) {

	.header {
		height: auto;
	}

	.menu .menu__submenu,
	.header__language-switcher .lang_list_class {
		border: 1px solid #2F8614;

		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}

	.menu__submenu--level-2 > .menu__item:first-child:before {
		border: 1px solid #2F8614;

		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
	color: #181d27;
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
	border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: var(--primary-font);
}

.header__language-switcher-label-current:after {
	border-top-color: #181d27;
}

@media(max-width: 991px) {
	.header__navigation, .header__language-switcher {
		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: #181d27;
	}
}

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


/* Hat Navigation */

.hat-navigation .menu__link {
	font-size: 14px;
	padding: 8px 0;
	font-weight: 400;
}


@media(max-width: 991px) {
	
	header.header .hat-navigation {
		background: #F5F5F5;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.principal-navigation nav.menu {
		width: 100%;
	}
	
	.header__navigation,
	.header__navigation.open {
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
	}

	
	.header__container.hat-navigation {
		height: auto;
		width: 100%;
	}
	
	.hat-navigation  .header__row-1 {
		flex-direction: column;
	}
	
	.hat-navigation .header__column {
		width: 100%;
	}
	
}


@media(min-width: 992px) {

	.hat-navigation .menu__link {
		line-height: 1.3;
		font-size: 15px;
	}

	.hat-navigation .header__row-1 {
		justify-content: space-between;
		border-bottom: 1px solid #D4D4D4;
	}

	.hat-navigation .header__row-1 .header__column {
		width: auto;
	}

	.header_menu-left a.menu__link:before {
		display: block;
		content: '';
		width: 10px;
		height: 10px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M0.900391 4.58564L3.24329 6.92854L9.10054 1.07129' stroke='%2374BD4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0;
		top: 17px;
	}

	.hat-navigation .header_menu-left .menu__item--depth-1>.menu__link {
		position: relative;
		padding-left: 18px;
		padding-right: 20px;
	}

}



/* Principal Nav */

@media(min-width: 992px) {

	.principal-navigation .header__column.header_menu {
		margin-right: auto;
		padding-left: 22px;
	}

	.header .principal-navigation .menu__item--depth-1>.menu__link {
		font-size: 18px;
		padding: 14px 10px;
	}

}

@media(max-width: 991px) {

	.header__navigation>nav {
		padding: 0 16px;
	}
	
	.header__navigation>nav>ul {
		border-top: 1px solid #E9E8E8;
	}
	
	.header__navigation>nav>ul a.menu__link {
		padding-left: 0;
		padding-right: 0;
	}

}



/* Header Buttons */


@media(max-width: 991px) {
	
	
	.header__column.header_buttons>.header__row-1 {
		border-top: 1px solid #E9E8E8;
	}

	.header__column.header_buttons {
		margin-top: 10px;
	}

	.header_buttons .header__navigation {
		position: initial;
		height: auto;
	}

}


/* Header Text */

header.header .menu_text {
	line-height: 1.2;
}

header.header .menu_text p {
	font-size: 15px;
	margin: 0;
}

header.header .menu_text strong {
	font-size: 20px;
	font-weight: 500;
}

header.header .header_buttons>.header__row-1 {
	padding-top: 30px;
}

header.header .header_buttons .header__row-1 .header--element {
	display: grid;
	justify-content: center;
}

@media(min-width: 992px) {
	
	header.header .header_buttons .header__row-1 .header--element {
		display: flex;
		align-items: center;
	}
	
	header.header .header_buttons>.header__row-1 {
		padding-top: 0;
	}

	header.header .menu_text {
		max-width: 260px;
		text-align: right;
		padding-right: 16px;
	}
	
}


@media(max-width: 991px) {
	
	header.header .menu_text {
		padding-bottom: 15px;
		text-align: center;
	}
	
	header.header .menu_text p {
    font-size: 16px;
	}
	
}




footer.footer, 
footer.footer a,
footer.footer h1,
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer h6,
footer.footer .h1,
footer.footer .h2,
footer.footer .h3,
footer.footer .h4,
footer.footer .h5,
footer.footer .h6,
footer.footer a {
	color: #ffffff;
}


footer.footer .row-fluid>.span12[class*="background-color"] {
	border-radius: 8px;
	overflow: hidden;
	padding: 24px 20px 24px 20px;
}

footer.footer .row-fluid>.span12[class*="background-color"]>.row-fluid-wrapper:last-child>.row-fluid {
	display: flex;
	flex-direction: column-reverse;
}

footer.footer h2 {
	font-size: 18px;
	font-weight: 400;
	font-family: var(--primary-font);
	margin-top: 32px;
}
footer.footer p {
	margin: 0;
	font-size: 14px;
}

footer.footer .hs-menu-wrapper ul {
	margin: 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

footer.footer .hs-menu-wrapper ul li {
	margin: 0;
}

footer.footer .hs-menu-wrapper ul a {
	display: block;
	text-decoration: underline 2px rgba(24,29,39,0);
	font-size: 14px;
	overflow-wrap: break-word;
}

footer.footer .hs-menu-wrapper ul a:hover {
	text-decoration-color: #ffffff;
}

footer.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}


footer.footer .social-links {
	flex-direction: column;
	align-items: start;
	gap: 16px !important;
}

footer.footer .social-links__icon {
	width: 20px !important;
	height: 20px !important;
	background: none;
	border: none;
}



footer .hs-embed-wrapper {
	min-width: 0 !important;
}

footer .snippet-proven-expert #pe_rating.pe_g #pe_name {
	position: initial;
	overflow: visible;
	line-height: 1.2;
	padding: 0 0 6px 0;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	height: auto;
	transform: translateY(32px);
}

footer a#pe_rating #pe_stars {
	display: block;
	margin: 0 auto 5px auto!important;
	height: 24px;
	margin-bottom: 5px;
	transform: translateY(-21px);
}

footer a#pe_rating #pe_stars>span {
	top: 0;
}

@media(min-width:768px){
	
	footer.footer .row-fluid>.span12[class*="background-color"] {
		padding: 60px 60px 32px 60px;
	}
	
	footer.footer .row-fluid>.span12[class*="background-color"]>.row-fluid-wrapper:last-child>.row-fluid {
		flex-direction: initial;
	}
	
	footer.footer h2 {
    margin-top: 0;
	}
	
	footer.footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    justify-content: end;
		margin-bottom: 0;
		align-items: center;
		flex-direction: row;
	}
	
}

@media(max-width:767px){

	footer .row-fluid [class*="span"] {
		width: 100%;
	}

	footer.footer .row-fluid>.span12[class*="background-color"]>.row-fluid-wrapper:first-child>.row-fluid>div[class*="span"]:last-child>.dnd-row>.row-fluid {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}

	footer.footer .row-fluid>.span12[class*="background-color"]>.row-fluid-wrapper:first-child>.row-fluid>div[class*="span"]:last-child>.dnd-row>.row-fluid:before,
	footer.footer .row-fluid>.span12[class*="background-color"]>.row-fluid-wrapper:first-child>.row-fluid>div[class*="span"]:last-child>.dnd-row>.row-fluid:after {
		display: none;
	}


}
/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Fix image overflow */

.widget-type-linked_image {
    overflow: hidden;
}

.widget-type-linked_image img {
    display: block;
}


/* Macros */

.card-feed__title-bar {
	margin-bottom: 2.5rem;
}

.card-feed {
	grid-template-columns: repeat(3, 1fr);
	gap: 3.2em 1.6em;
}

.card {
	border: 0;
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	padding: 0;
	flex-direction: column;
}

.card_body {
	flex: 1;
	height: 100%;
	position: relative;
	z-index: 3;
	pointer-events: none;
}

.card_header {
	margin-bottom: 1rem;
}

.card_header img {
	border-radius: 10px;
}

.card_body .card_tags {
	margin-bottom: 1rem;
}

.card_tags a {
	font-size: 14px;
	text-decoration: none;
	pointer-events: initial;
}

.card_title {
	margin-bottom: 10px;
}

.card_body {
	position: relative;
	z-index: 3;
	pointer-events: none;
}


.card_author, .card_author a {
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}

.card_author a:hover {
	font-weight: 500;
}

.card time, .card_read_time {
	font-size: 14px;
}

.card_author {
	margin-top: 20px;
}

.card_author a {
	pointer-events: initial;
	line-height: 1.2;
}

.card_footer {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.card-feed.card-feed__full-width {
		grid-template-columns: repeat(1, 1fr);
		gap: 2em 1.6em;
	}

	.card .card_full-width-container {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}

	.card:not(:last-of-type) .card_full-width-container {
		border-bottom: 1px solid var(--blue);
		padding-bottom: 2em;
	}

	.card .card_full-width-container .card_header {
		height: 411px;
		margin-bottom: 0;
	}

	.card .card_full-width-container .card_header img {
		height: 100%;
		object-fit: cover;
	}

	.card .card_full-width-container .card_body {
		height: auto;
	}

	.card .card_full-width-container .card_full-width-col:last-of-type {
		padding: 2em 0;
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 767px) {
	.card-feed__title-bar .card-feed__blog-button {
		display: none;
	}
}

/* Sections */




/* 1. 2 Columns with round Image */

@media(max-width: 1199px) {
  .two-columns-image>.row-fluid>[class*="span"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media(max-width: 767px) {
.two-columns-image.text-left>.row-fluid {
  display: flex;
  flex-direction: column-reverse;
}
}

/* Settings */

html {
  scroll-behavior: smooth;
}
hr {
  border-bottom-color: #eee;
}


:root {
  --white: #fff;
  --black: #000;
  --font-colour: #181d27;
  --primary-colour: #2F8614;
  --secondary-colour: #70C354;
	--accent-1-colour: #E2F3DD;
	--accent-2-colour: #FB5D00;
	--accent-3-colour: #151515;
  --primary-font: TT Commons Pro;
  --secondary-font: Neo Sans Std;
  --section_padding_left: 40px;
  --section_padding_right: 40px;
	--section_padding_left_mobile: 16px;
  --section_padding_right_mobile: 16px;
}

@media(max-width:767px){
	:root {
		--section_padding_left: 16px;
		--section_padding_right: 16px;
	}
}



.p--0 { padding:0px !important; }
.p-0 { padding:0px; }
.pt-0 { padding-top:0px; }
.pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; }
.pr-0 { padding-right:0px; }

.m-0 {  margin:0px; }
.mt-0 { margin-top:0px; }
.mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; }
.mr-0 { margin-right:0px; }

.mt--0 { margin-top:-0px; }
.mb--0 { margin-bottom:-0px; }



.max--0 { max-width:0%; }
.mt---0 { margin-top:-0%; }
.mb---0 { margin-bottom:-0%; }




.p--5 { padding:5px !important; }
.p-5 { padding:5px; }
.pt-5 { padding-top:5px; }
.pb-5 { padding-bottom:5px; }
.pl-5 { padding-left:5px; }
.pr-5 { padding-right:5px; }

.m-5 {  margin:5px; }
.mt-5 { margin-top:5px; }
.mb-5 { margin-bottom:5px; }
.ml-5 { margin-left:5px; }
.mr-5 { margin-right:5px; }

.mt--5 { margin-top:-5px; }
.mb--5 { margin-bottom:-5px; }



.max--5 { max-width:5%; }
.mt---5 { margin-top:-5%; }
.mb---5 { margin-bottom:-5%; }




.p--10 { padding:10px !important; }
.p-10 { padding:10px; }
.pt-10 { padding-top:10px; }
.pb-10 { padding-bottom:10px; }
.pl-10 { padding-left:10px; }
.pr-10 { padding-right:10px; }

.m-10 {  margin:10px; }
.mt-10 { margin-top:10px; }
.mb-10 { margin-bottom:10px; }
.ml-10 { margin-left:10px; }
.mr-10 { margin-right:10px; }

.mt--10 { margin-top:-10px; }
.mb--10 { margin-bottom:-10px; }



.max--10 { max-width:10%; }
.mt---10 { margin-top:-10%; }
.mb---10 { margin-bottom:-10%; }




.p--15 { padding:15px !important; }
.p-15 { padding:15px; }
.pt-15 { padding-top:15px; }
.pb-15 { padding-bottom:15px; }
.pl-15 { padding-left:15px; }
.pr-15 { padding-right:15px; }

.m-15 {  margin:15px; }
.mt-15 { margin-top:15px; }
.mb-15 { margin-bottom:15px; }
.ml-15 { margin-left:15px; }
.mr-15 { margin-right:15px; }

.mt--15 { margin-top:-15px; }
.mb--15 { margin-bottom:-15px; }



.max--15 { max-width:15%; }
.mt---15 { margin-top:-15%; }
.mb---15 { margin-bottom:-15%; }




.p--20 { padding:20px !important; }
.p-20 { padding:20px; }
.pt-20 { padding-top:20px; }
.pb-20 { padding-bottom:20px; }
.pl-20 { padding-left:20px; }
.pr-20 { padding-right:20px; }

.m-20 {  margin:20px; }
.mt-20 { margin-top:20px; }
.mb-20 { margin-bottom:20px; }
.ml-20 { margin-left:20px; }
.mr-20 { margin-right:20px; }

.mt--20 { margin-top:-20px; }
.mb--20 { margin-bottom:-20px; }



.max--20 { max-width:20%; }
.mt---20 { margin-top:-20%; }
.mb---20 { margin-bottom:-20%; }




.p--25 { padding:25px !important; }
.p-25 { padding:25px; }
.pt-25 { padding-top:25px; }
.pb-25 { padding-bottom:25px; }
.pl-25 { padding-left:25px; }
.pr-25 { padding-right:25px; }

.m-25 {  margin:25px; }
.mt-25 { margin-top:25px; }
.mb-25 { margin-bottom:25px; }
.ml-25 { margin-left:25px; }
.mr-25 { margin-right:25px; }

.mt--25 { margin-top:-25px; }
.mb--25 { margin-bottom:-25px; }



.max--25 { max-width:25%; }
.mt---25 { margin-top:-25%; }
.mb---25 { margin-bottom:-25%; }




.p--30 { padding:30px !important; }
.p-30 { padding:30px; }
.pt-30 { padding-top:30px; }
.pb-30 { padding-bottom:30px; }
.pl-30 { padding-left:30px; }
.pr-30 { padding-right:30px; }

.m-30 {  margin:30px; }
.mt-30 { margin-top:30px; }
.mb-30 { margin-bottom:30px; }
.ml-30 { margin-left:30px; }
.mr-30 { margin-right:30px; }

.mt--30 { margin-top:-30px; }
.mb--30 { margin-bottom:-30px; }



.max--30 { max-width:30%; }
.mt---30 { margin-top:-30%; }
.mb---30 { margin-bottom:-30%; }




.p--35 { padding:35px !important; }
.p-35 { padding:35px; }
.pt-35 { padding-top:35px; }
.pb-35 { padding-bottom:35px; }
.pl-35 { padding-left:35px; }
.pr-35 { padding-right:35px; }

.m-35 {  margin:35px; }
.mt-35 { margin-top:35px; }
.mb-35 { margin-bottom:35px; }
.ml-35 { margin-left:35px; }
.mr-35 { margin-right:35px; }

.mt--35 { margin-top:-35px; }
.mb--35 { margin-bottom:-35px; }



.max--35 { max-width:35%; }
.mt---35 { margin-top:-35%; }
.mb---35 { margin-bottom:-35%; }




.p--40 { padding:40px !important; }
.p-40 { padding:40px; }
.pt-40 { padding-top:40px; }
.pb-40 { padding-bottom:40px; }
.pl-40 { padding-left:40px; }
.pr-40 { padding-right:40px; }

.m-40 {  margin:40px; }
.mt-40 { margin-top:40px; }
.mb-40 { margin-bottom:40px; }
.ml-40 { margin-left:40px; }
.mr-40 { margin-right:40px; }

.mt--40 { margin-top:-40px; }
.mb--40 { margin-bottom:-40px; }



.max--40 { max-width:40%; }
.mt---40 { margin-top:-40%; }
.mb---40 { margin-bottom:-40%; }




.p--45 { padding:45px !important; }
.p-45 { padding:45px; }
.pt-45 { padding-top:45px; }
.pb-45 { padding-bottom:45px; }
.pl-45 { padding-left:45px; }
.pr-45 { padding-right:45px; }

.m-45 {  margin:45px; }
.mt-45 { margin-top:45px; }
.mb-45 { margin-bottom:45px; }
.ml-45 { margin-left:45px; }
.mr-45 { margin-right:45px; }

.mt--45 { margin-top:-45px; }
.mb--45 { margin-bottom:-45px; }



.max--45 { max-width:45%; }
.mt---45 { margin-top:-45%; }
.mb---45 { margin-bottom:-45%; }




.p--50 { padding:50px !important; }
.p-50 { padding:50px; }
.pt-50 { padding-top:50px; }
.pb-50 { padding-bottom:50px; }
.pl-50 { padding-left:50px; }
.pr-50 { padding-right:50px; }

.m-50 {  margin:50px; }
.mt-50 { margin-top:50px; }
.mb-50 { margin-bottom:50px; }
.ml-50 { margin-left:50px; }
.mr-50 { margin-right:50px; }

.mt--50 { margin-top:-50px; }
.mb--50 { margin-bottom:-50px; }



.max--50 { max-width:50%; }
.mt---50 { margin-top:-50%; }
.mb---50 { margin-bottom:-50%; }




.p--55 { padding:55px !important; }
.p-55 { padding:55px; }
.pt-55 { padding-top:55px; }
.pb-55 { padding-bottom:55px; }
.pl-55 { padding-left:55px; }
.pr-55 { padding-right:55px; }

.m-55 {  margin:55px; }
.mt-55 { margin-top:55px; }
.mb-55 { margin-bottom:55px; }
.ml-55 { margin-left:55px; }
.mr-55 { margin-right:55px; }

.mt--55 { margin-top:-55px; }
.mb--55 { margin-bottom:-55px; }



.max--55 { max-width:55%; }
.mt---55 { margin-top:-55%; }
.mb---55 { margin-bottom:-55%; }




.p--60 { padding:60px !important; }
.p-60 { padding:60px; }
.pt-60 { padding-top:60px; }
.pb-60 { padding-bottom:60px; }
.pl-60 { padding-left:60px; }
.pr-60 { padding-right:60px; }

.m-60 {  margin:60px; }
.mt-60 { margin-top:60px; }
.mb-60 { margin-bottom:60px; }
.ml-60 { margin-left:60px; }
.mr-60 { margin-right:60px; }

.mt--60 { margin-top:-60px; }
.mb--60 { margin-bottom:-60px; }



.max--60 { max-width:60%; }
.mt---60 { margin-top:-60%; }
.mb---60 { margin-bottom:-60%; }




.p--65 { padding:65px !important; }
.p-65 { padding:65px; }
.pt-65 { padding-top:65px; }
.pb-65 { padding-bottom:65px; }
.pl-65 { padding-left:65px; }
.pr-65 { padding-right:65px; }

.m-65 {  margin:65px; }
.mt-65 { margin-top:65px; }
.mb-65 { margin-bottom:65px; }
.ml-65 { margin-left:65px; }
.mr-65 { margin-right:65px; }

.mt--65 { margin-top:-65px; }
.mb--65 { margin-bottom:-65px; }



.max--65 { max-width:65%; }
.mt---65 { margin-top:-65%; }
.mb---65 { margin-bottom:-65%; }




.p--70 { padding:70px !important; }
.p-70 { padding:70px; }
.pt-70 { padding-top:70px; }
.pb-70 { padding-bottom:70px; }
.pl-70 { padding-left:70px; }
.pr-70 { padding-right:70px; }

.m-70 {  margin:70px; }
.mt-70 { margin-top:70px; }
.mb-70 { margin-bottom:70px; }
.ml-70 { margin-left:70px; }
.mr-70 { margin-right:70px; }

.mt--70 { margin-top:-70px; }
.mb--70 { margin-bottom:-70px; }



.max--70 { max-width:70%; }
.mt---70 { margin-top:-70%; }
.mb---70 { margin-bottom:-70%; }




.p--75 { padding:75px !important; }
.p-75 { padding:75px; }
.pt-75 { padding-top:75px; }
.pb-75 { padding-bottom:75px; }
.pl-75 { padding-left:75px; }
.pr-75 { padding-right:75px; }

.m-75 {  margin:75px; }
.mt-75 { margin-top:75px; }
.mb-75 { margin-bottom:75px; }
.ml-75 { margin-left:75px; }
.mr-75 { margin-right:75px; }

.mt--75 { margin-top:-75px; }
.mb--75 { margin-bottom:-75px; }



.max--75 { max-width:75%; }
.mt---75 { margin-top:-75%; }
.mb---75 { margin-bottom:-75%; }




.p--80 { padding:80px !important; }
.p-80 { padding:80px; }
.pt-80 { padding-top:80px; }
.pb-80 { padding-bottom:80px; }
.pl-80 { padding-left:80px; }
.pr-80 { padding-right:80px; }

.m-80 {  margin:80px; }
.mt-80 { margin-top:80px; }
.mb-80 { margin-bottom:80px; }
.ml-80 { margin-left:80px; }
.mr-80 { margin-right:80px; }

.mt--80 { margin-top:-80px; }
.mb--80 { margin-bottom:-80px; }



.max--80 { max-width:80%; }
.mt---80 { margin-top:-80%; }
.mb---80 { margin-bottom:-80%; }




.p--85 { padding:85px !important; }
.p-85 { padding:85px; }
.pt-85 { padding-top:85px; }
.pb-85 { padding-bottom:85px; }
.pl-85 { padding-left:85px; }
.pr-85 { padding-right:85px; }

.m-85 {  margin:85px; }
.mt-85 { margin-top:85px; }
.mb-85 { margin-bottom:85px; }
.ml-85 { margin-left:85px; }
.mr-85 { margin-right:85px; }

.mt--85 { margin-top:-85px; }
.mb--85 { margin-bottom:-85px; }



.max--85 { max-width:85%; }
.mt---85 { margin-top:-85%; }
.mb---85 { margin-bottom:-85%; }




.p--90 { padding:90px !important; }
.p-90 { padding:90px; }
.pt-90 { padding-top:90px; }
.pb-90 { padding-bottom:90px; }
.pl-90 { padding-left:90px; }
.pr-90 { padding-right:90px; }

.m-90 {  margin:90px; }
.mt-90 { margin-top:90px; }
.mb-90 { margin-bottom:90px; }
.ml-90 { margin-left:90px; }
.mr-90 { margin-right:90px; }

.mt--90 { margin-top:-90px; }
.mb--90 { margin-bottom:-90px; }



.max--90 { max-width:90%; }
.mt---90 { margin-top:-90%; }
.mb---90 { margin-bottom:-90%; }




.p--95 { padding:95px !important; }
.p-95 { padding:95px; }
.pt-95 { padding-top:95px; }
.pb-95 { padding-bottom:95px; }
.pl-95 { padding-left:95px; }
.pr-95 { padding-right:95px; }

.m-95 {  margin:95px; }
.mt-95 { margin-top:95px; }
.mb-95 { margin-bottom:95px; }
.ml-95 { margin-left:95px; }
.mr-95 { margin-right:95px; }

.mt--95 { margin-top:-95px; }
.mb--95 { margin-bottom:-95px; }



.max--95 { max-width:95%; }
.mt---95 { margin-top:-95%; }
.mb---95 { margin-bottom:-95%; }




.p--100 { padding:100px !important; }
.p-100 { padding:100px; }
.pt-100 { padding-top:100px; }
.pb-100 { padding-bottom:100px; }
.pl-100 { padding-left:100px; }
.pr-100 { padding-right:100px; }

.m-100 {  margin:100px; }
.mt-100 { margin-top:100px; }
.mb-100 { margin-bottom:100px; }
.ml-100 { margin-left:100px; }
.mr-100 { margin-right:100px; }

.mt--100 { margin-top:-100px; }
.mb--100 { margin-bottom:-100px; }



.max--100 { max-width:100%; }
.mt---100 { margin-top:-100%; }
.mb---100 { margin-bottom:-100%; }




.p--105 { padding:105px !important; }
.p-105 { padding:105px; }
.pt-105 { padding-top:105px; }
.pb-105 { padding-bottom:105px; }
.pl-105 { padding-left:105px; }
.pr-105 { padding-right:105px; }

.m-105 {  margin:105px; }
.mt-105 { margin-top:105px; }
.mb-105 { margin-bottom:105px; }
.ml-105 { margin-left:105px; }
.mr-105 { margin-right:105px; }

.mt--105 { margin-top:-105px; }
.mb--105 { margin-bottom:-105px; }






.p--110 { padding:110px !important; }
.p-110 { padding:110px; }
.pt-110 { padding-top:110px; }
.pb-110 { padding-bottom:110px; }
.pl-110 { padding-left:110px; }
.pr-110 { padding-right:110px; }

.m-110 {  margin:110px; }
.mt-110 { margin-top:110px; }
.mb-110 { margin-bottom:110px; }
.ml-110 { margin-left:110px; }
.mr-110 { margin-right:110px; }

.mt--110 { margin-top:-110px; }
.mb--110 { margin-bottom:-110px; }






.p--115 { padding:115px !important; }
.p-115 { padding:115px; }
.pt-115 { padding-top:115px; }
.pb-115 { padding-bottom:115px; }
.pl-115 { padding-left:115px; }
.pr-115 { padding-right:115px; }

.m-115 {  margin:115px; }
.mt-115 { margin-top:115px; }
.mb-115 { margin-bottom:115px; }
.ml-115 { margin-left:115px; }
.mr-115 { margin-right:115px; }

.mt--115 { margin-top:-115px; }
.mb--115 { margin-bottom:-115px; }






.p--120 { padding:120px !important; }
.p-120 { padding:120px; }
.pt-120 { padding-top:120px; }
.pb-120 { padding-bottom:120px; }
.pl-120 { padding-left:120px; }
.pr-120 { padding-right:120px; }

.m-120 {  margin:120px; }
.mt-120 { margin-top:120px; }
.mb-120 { margin-bottom:120px; }
.ml-120 { margin-left:120px; }
.mr-120 { margin-right:120px; }

.mt--120 { margin-top:-120px; }
.mb--120 { margin-bottom:-120px; }






.p--125 { padding:125px !important; }
.p-125 { padding:125px; }
.pt-125 { padding-top:125px; }
.pb-125 { padding-bottom:125px; }
.pl-125 { padding-left:125px; }
.pr-125 { padding-right:125px; }

.m-125 {  margin:125px; }
.mt-125 { margin-top:125px; }
.mb-125 { margin-bottom:125px; }
.ml-125 { margin-left:125px; }
.mr-125 { margin-right:125px; }

.mt--125 { margin-top:-125px; }
.mb--125 { margin-bottom:-125px; }






.p--130 { padding:130px !important; }
.p-130 { padding:130px; }
.pt-130 { padding-top:130px; }
.pb-130 { padding-bottom:130px; }
.pl-130 { padding-left:130px; }
.pr-130 { padding-right:130px; }

.m-130 {  margin:130px; }
.mt-130 { margin-top:130px; }
.mb-130 { margin-bottom:130px; }
.ml-130 { margin-left:130px; }
.mr-130 { margin-right:130px; }

.mt--130 { margin-top:-130px; }
.mb--130 { margin-bottom:-130px; }






.p--135 { padding:135px !important; }
.p-135 { padding:135px; }
.pt-135 { padding-top:135px; }
.pb-135 { padding-bottom:135px; }
.pl-135 { padding-left:135px; }
.pr-135 { padding-right:135px; }

.m-135 {  margin:135px; }
.mt-135 { margin-top:135px; }
.mb-135 { margin-bottom:135px; }
.ml-135 { margin-left:135px; }
.mr-135 { margin-right:135px; }

.mt--135 { margin-top:-135px; }
.mb--135 { margin-bottom:-135px; }






.p--140 { padding:140px !important; }
.p-140 { padding:140px; }
.pt-140 { padding-top:140px; }
.pb-140 { padding-bottom:140px; }
.pl-140 { padding-left:140px; }
.pr-140 { padding-right:140px; }

.m-140 {  margin:140px; }
.mt-140 { margin-top:140px; }
.mb-140 { margin-bottom:140px; }
.ml-140 { margin-left:140px; }
.mr-140 { margin-right:140px; }

.mt--140 { margin-top:-140px; }
.mb--140 { margin-bottom:-140px; }






.p--145 { padding:145px !important; }
.p-145 { padding:145px; }
.pt-145 { padding-top:145px; }
.pb-145 { padding-bottom:145px; }
.pl-145 { padding-left:145px; }
.pr-145 { padding-right:145px; }

.m-145 {  margin:145px; }
.mt-145 { margin-top:145px; }
.mb-145 { margin-bottom:145px; }
.ml-145 { margin-left:145px; }
.mr-145 { margin-right:145px; }

.mt--145 { margin-top:-145px; }
.mb--145 { margin-bottom:-145px; }






.p--150 { padding:150px !important; }
.p-150 { padding:150px; }
.pt-150 { padding-top:150px; }
.pb-150 { padding-bottom:150px; }
.pl-150 { padding-left:150px; }
.pr-150 { padding-right:150px; }

.m-150 {  margin:150px; }
.mt-150 { margin-top:150px; }
.mb-150 { margin-bottom:150px; }
.ml-150 { margin-left:150px; }
.mr-150 { margin-right:150px; }

.mt--150 { margin-top:-150px; }
.mb--150 { margin-bottom:-150px; }







.round-corner-0 div[class*="background-color"] { border-radius: 0px; }

.round-corner-5 div[class*="background-color"] { border-radius: 5px; }

.round-corner-10 div[class*="background-color"] { border-radius: 10px; }

.round-corner-15 div[class*="background-color"] { border-radius: 15px; }

.round-corner-20 div[class*="background-color"] { border-radius: 20px; }

.round-corner-25 div[class*="background-color"] { border-radius: 25px; }

.round-corner-30 div[class*="background-color"] { border-radius: 30px; }

.round-corner-35 div[class*="background-color"] { border-radius: 35px; }

.round-corner-40 div[class*="background-color"] { border-radius: 40px; }

.round-corner-45 div[class*="background-color"] { border-radius: 45px; }

.round-corner-50 div[class*="background-color"] { border-radius: 50px; }



.round-image-0 .widget-type-linked_image img { border-radius: 0px; }

.round-image-5 .widget-type-linked_image img { border-radius: 5px; }

.round-image-10 .widget-type-linked_image img { border-radius: 10px; }

.round-image-15 .widget-type-linked_image img { border-radius: 15px; }

.round-image-20 .widget-type-linked_image img { border-radius: 20px; }

.round-image-25 .widget-type-linked_image img { border-radius: 25px; }

.round-image-30 .widget-type-linked_image img { border-radius: 30px; }

.round-image-35 .widget-type-linked_image img { border-radius: 35px; }

.round-image-40 .widget-type-linked_image img { border-radius: 40px; }

.round-image-45 .widget-type-linked_image img { border-radius: 45px; }

.round-image-50 .widget-type-linked_image img { border-radius: 50px; }




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



.rel { position: relative; }

/* Utilities */

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

a,
a.button {
  transition: all 0.3s;
}

a.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.d-grid {
  display: grid;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-100 {
  width: 100%;
}

.position-fixed {
  position: fixed !important;
}

@media screen and (max-width: 767px) {
  .flex-phone {
    display: flex;
  }

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-row-tablet {
    flex-direction: row;
  }

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

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

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

/* = box shadows -------------------- */
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}

/* stylelint-enable declaration-no-important */

/* Modules */

/* Social */

.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.social-links__icon {
	background-color: var(--primary-colour);
  border: 1px solid var(--primary-colour);
	transition: all .15s linear;
	border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
	display: block;
}

.social-links__icon svg {
	fill: #ffffff;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
	transition: all 0.3s ease;
}

.social-links__icon:active,
.social-links__icon:focus,
.social-links__icon:hover {
  background-color: var(--secondary-colour);
  border-color: var(--secondary-colour);
}
.social-links__icon:active svg,
.social-links__icon:focus svg,
.social-links__icon:hover svg {
	fill: #ffffff;
}

.social-links__link-wtitle {
	display: flex;
	align-items: center;
	font-size: 14px;
	gap: 12px;
	text-decoration: none;
}
/* Accordion */

.accordion-item {
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #E9E8E8;
}

.accordion-title * {
	margin: 0;
}
.accordion-title {
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	padding: 20px 56px 20px 0px;
	font-size: 18px;
	cursor: pointer;
	display: block;
	transition: background-color 0.2s linear;
	position: relative;
}

.accordion button {
	padding: 0;
	text-align: left;
}
.accordion button .icon {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 32px;
  height: 32px;
  transform: translate(0px, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.accordion button .icon::before {
  content: '';
	width: 36px;
	height: 5px;
	background: #2B2B2B;
}

.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 5px;
	height: 36px;
	background: #2B2B2B;
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-out;
}

.accordion-item.is-open button .icon::after {
	height: 0;
}

.accordion-content {
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: height 0.2s ease-in-out;
	width: 100%;
}

.accordion-content-inner {
	padding: 0;
}

@media (min-width:992px){

	.accordion-title {
	  padding: 20px 56px 20px 0px;
	}

	.accordion-content-inner {
		padding: 0;
	}


	.accordion button .icon {
		right: 0px;
	}
}


/* NEW */

.accordion .accordion-item.is-open button svg.icon{
  transition: all .3s ease-in-out;
  transform: translate(0px, -50%) rotate(180deg);
}
.accordion .accordion-item button svg.icon{
  transition: all .3s ease-in-out; 
}

.accordion .accordion-wrapper{
  max-width:816px;
  display:flex;
  gap: 32px;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 60px;
	padding: unset;
}
.accordion .accordion-wrapper.two-col {
  flex-direction: column;
  margin: 0 auto;
  max-width: none;
}
.accordion .accordion-wrapper.two-col .accordion-items{
  max-width: 700px;
}
.accordion .accordion-wrapper .accordion-item{
  flex:1 0 0;
}


.accordion .module-title-image img {
	display: block;
	border-radius: 8px;
}

.accordion .accordion-item .accordion-title button h6.marker:before {
  background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="6" height="6" rx="1" fill="%2370C354"/></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 6px;
  margin-top: 0.35rem;
}

.accordion .accordion-item .accordion-title button h6.marker{
  position:relative;
  padding-left: 25px;
}

.accordion .accordion-image .accordion-title {
	padding: 10px 56px 10px 0px;
}

.accordion .accordion-image .accordion-title h6 {
	font-size: 18px;
}


@media (min-width: 992px) {

	.accordion .accordion-wrapper.two-col {
		flex-direction: row;
		margin: 0 auto;
		max-width: none;
	}

	.accordion .accordion-image.reversed {
		flex-direction: row-reverse;
	}

	/*
	.accordion .accordion-wrapper {
		padding: 0 60px;
  }
	*/
	
	.accordion .accordion-image {
		gap: 60px;
	}

	.accordion .accordion-image .module-title-image {
		margin-left: -60px;
	}
	.accordion .accordion-image.reversed .module-title-image {
		margin-left: 0;
		margin-right: -60px;
	}
	
	.accordion .accordion-image>.module-title {
		flex: 0 1 60%;
	}
	.accordion .accordion-image>.accordion-items {
		flex: 0 1 40%;
	}
	
	

	
}
.module-hero-banner {
  background-position: top center;
  background-repeat: no-repeat;
	background-position: center;
  display: flex;
  align-items: flex-end;
  height: 727px;
  background-size: cover;
  object-fit: contain;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.hero_banner-video {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  overflow: hidden;
}
.hero_banner-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.module-hero-banner__content-wrapper{
  max-width: 738px;/* 710px + 28px of left padding */
}
.module-hero-banner h1 strong{
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
}
.module-hero-banner h1{
  color: var(--white);
  font-size: 58px;
  font-style: italic;
  font-weight: 400;
}


.module-hero-banner__content-wrapper {
  padding: 0 0 60px 20px;
}
.module-hero-banner .content-wrapper {
  width: 100%;
}


.module-hero-banner.hero-img:before {
	content: '';
	display: block;
	inset: 0;
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.module-hero-banner__content-wrapper svg.module-hero-title-shadow {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	filter: blur(157px);
}

@media(min-width:768px){
	.module-hero-banner__content-wrapper svg.module-hero-title-shadow {
		transform: translate(-61%, -52%);
	}
}

@media (max-width: 767px) {
	
	.module-hero-banner__content-wrapper {
		padding: 0 0 30px 0;
	}

  .module-hero-banner {
    align-items: center;
    max-height: 780px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height:calc(100svh - 90px);
    object-fit: cover;
    text-align: center;
  }

  .module-hero-banner h1 strong{
    text-align: center;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
  }
  .module-hero-banner h1{
    color: var(--white);
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
  }
  .module-hero-banner .button-wrapper {
    justify-content: center;
  }

}
section.info-slider-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}

section.info-slider-wrapper .content-wrapper.info-testimonial-slider {
	overflow: visible;
	width: 100%;
	padding: 0 0 0 60px;
}

section.info-slider-wrapper .content-wrapper.info-testimonial-slider .swiper {
	margin-left: calc(var(--section_padding_left) * -1);
	margin-right: calc(var(--section_padding_right) * -1);
	padding-left: var(--section_padding_left);
	padding-right: var(--section_padding_right);
}

section.info-slider-wrapper iframe{
	min-height: 615px;
}

section.info-slider-wrapper
.content-wrapper.info-testimonial-slider
.swiper-wrapper
.swiper-slide
.info-testimonial {
	background-color: var(--primary-colour);
	min-height: 615px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.info-slider-wrapper
.content-wrapper.info-testimonial-slider
.info-testimonial-slider-pagination {
	align-items: center;
	display: inline-flex;
	justify-content: flex-start;
	position: relative;
	top: 0;
	width: 50%;
}

section.info-slider-wrapper .swiper-utilities {
	height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

section.info-slider-wrapper .info-testimonial-slider-arrows {
	display: flex;
	gap: 72px;
	position: relative;
	width: 100%;
	justify-content: flex-end;
}

section.info-slider-wrapper .swipers-button-next,
section.info-slider-wrapper .swiper-rtl .swipers-button-prev {
	right: auto;
	left: auto;
}

section.info-slider-wrapper .swipers-button-next,
section.info-slider-wrapper .swipers-button-prev {
	position: relative;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.info-slider-wrapper .swipers-button-prev:after {
	content: "";
	width: 54px;
	height: 54px;
	top: 0px;
	right: 5px;
	position: absolute;
	display: inline-block;
}

section.info-slider-wrapper .swipers-button-next:after {
	content: "";
	width: 54px;
	height: 54px;
	top: 0px;
	right: 5px;
	position: absolute;
	display: inline-block;
}

section.info-slider-wrapper
.swiper-utilities
.swipers-button-next:after {
	background-image: url("https://pages.fitbox.de/hubfs/fitbox/images/button-arrow-next.svg");
}

section.info-slider-wrapper
.swiper-utilities
.swipers-button-prev:after {
	background-image: url("https://pages.fitbox.de/hubfs/fitbox/images/button-arrow-prev.svg");
}


section.info-slider-wrapper .info-testimonial-slider-arrows .swipers-button-next,section.info-slider-wrapper .info-testimonial-slider-arrows .swipers-button-prev{
	transition: opacity 0.3s ease;
}

section.info-slider-wrapper .swipers-button-next:hover:after,section.info-slider-wrapper .swipers-button-prev:hover:after {
	opacity:0.7;
}

section.info-slider-wrapper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

section.info-slider-wrapper .swiper-slide {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

section.info-slider-wrapper
.content-wrapper.info-testimonial-slider
.info-testimonial-slider-pagination
.swiper-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	/*border: 1px solid var(--primary-colour);*/
	background-color: #d9d9d9;
	opacity: 1;
	transition: all 0.3s ease;
}

section.info-slider-wrapper
.content-wrapper.info-testimonial-slider
.info-testimonial-slider-pagination
.swiper-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet:hover,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover {
	width: 8px;
	height: 8px;
	/*border: 1px solid var(--primary-colour);*/
	background-color: #ababab;
	opacity: 1;
}

section.info-slider-wrapper
.content-wrapper.info-testimonial-slider
.swiper-utilities
.info-testimonial-slider-pagination
.swiper-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet,
.swiper-utilities
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000;
}

.info-slider-wrapper .testimonial .background_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	z-index: 0;
}

.info-slider-wrapper .intro-slider {
	width: 100%;
	max-width: 816px;
	padding-bottom: 30px;
}

.info-slider-wrapper .testimonial-content {
	position: relative;
	z-index: 1;
	max-width: 540px;
	overflow: hidden;
	border-radius: 8px;
	max-height: 615px;
}

.info-slider-wrapper .testimonial-content.full-width {
	max-width: none;
}


.testimonial-caption {
	padding-top: 15px;	
}

.testimonial-caption p {
	margin: 0;
}


@media (min-width: 768px) {
	
	section.info-slider-wrapper .content-wrapper.info-testimonial-slider .swiper-wrapper .swiper-slide .info-testimonial {
		min-height: 0;
		aspect-ratio: 3/2;
	}

	section.info-slider-wrapper .content-wrapper.info-testimonial-slider .swiper-wrapper .swiper-slide .info-testimonial {
		height: 100%;
	}

	.info-slider-wrapper .testimonial-content {
		height: 100%;
	}

	section.info-slider-wrapper iframe {
		min-height: 0;
		height: 100% !important;
	}
	
}

@media (min-width: 992px) {

	section.info-slider-wrapper .swiper-slide {
		width: 815px;
	}

	section.info-slider-wrapper .content-wrapper.info-testimonial-slider .swiper-wrapper .swiper-slide .info-testimonial {
		aspect-ratio: 3 / 2;
		min-height: 0;
	}

	section.info-slider-wrapper .content-wrapper.info-testimonial-slider .swiper-wrapper .swiper-slide .info-testimonial.slide-1 {
		height: 100%;
	}

	.info-slider-wrapper .testimonial-content.full-width {
		height: 100%;
	}

	section.info-slider-wrapper .content-wrapper.info-testimonial-slider .swiper {
		margin: 0;
		padding: 0;
		margin-right: calc(var(--section_padding_right) * -1);
	}


}

@media (min-width: 1440px) {
	section.info-slider-wrapper .content-wrapper.info-testimonial-slider .swiper {
		width: 100vw;
		left: calc(50% - 30px);
		margin: 0;
		transform: translateX(-50%);
		padding-left: calc(((100vw - 1440px) / 2) + 100px);
	}
}

@media (max-width: 767px) {

	section.info-slider-wrapper
	.content-wrapper.info-testimonial-slider
	.swiper-wrapper
	.swiper-slide
	.info-testimonial {
		max-height: 300px;
		min-height: 300px;
	}

	section.info-slider-wrapper iframe{
		min-height: 300px;
	}
	.info-slider-wrapper .testimonial-content {
		max-height: 300px;
	}
}

@media (max-width: 992px) {

	section.info-slider-wrapper .content-wrapper.info-testimonial-slider {
		padding-left: unset;
		padding-right: unset;
	}

}
.legal-module .legal__content-wrapper {
	border-top: 1px solid #d4d4d4;
	padding-top: 32px;
}
.legal-module .content-wrapper{
	padding: 0 60px 0;
}
.legal-module .content > .tagline + * {
	margin-bottom: 0;
}
.legal-module .content,.legal-module .jobs {
	max-width: 816px;
}
.terms_wrapper {
	display: flex;
	justify-items: start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 32px;
}

.legal-module .content p {
	font-size: 18px;
}

.legal-module .term  p {
	font-size: 18px;
}

.legal-module .terms_expanded {
	color: #BFBBC4;
	font-size: 14px;
	padding-top: 24px;
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.terms_wrapper {
		grid-template-columns: 1fr 1fr;
	}

	.legal-module .terms_expanded {
		padding-top: 40px;
	}

	.legal-module .term  p {
		font-size: 18px;
	}

}

@media (max-width: 991px) {
	.legal-module .content-wrapper {
		padding-left: unset;
		padding-right: unset;
	}

}
.module-hero-banner-studio .content-wrapper {
	display: inline-flex;
	padding: 0;
	flex-wrap: nowrap;
	align-items: center;
	border-radius: 8px;
	flex-direction: row-reverse;
}

.module-hero-banner-studio .module-hbs-content__content-wrapper.image-col img{
	display:block;
	border-radius: 8px;
}

.module-hero-banner-studio .module-hbs-content__content-wrapper.content-col {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 32px;
}

.module-hero-banner-studio ul li{
	position:relative;
	padding-left: 25px;
}

.module-hero-banner-studio ul {
	padding: 0;
	list-style: none;
}

.module-hero-banner-studio ul li:before {
	background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="6" height="6" rx="1" fill="%2370C354"/></svg>');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 6px;
	margin-top: 0.65rem;
}

.module-hero-banner-studio .locationInfo,
.module-hero-banner-studio .openingInfo{
	position:relative;
	padding-left: 44px;
	padding-bottom: 32px;
}

.module-hero-banner-studio .locationInfo > *,
.module-hero-banner-studio .openingInfo > *{
	font-weight:600;
	margin:0;
}

.module-hero-banner-studio .locationInfo > .font-small,
.module-hero-banner-studio .openingInfo > .font-small{
	font-weight:500;
}

.module-hero-banner-studio .locationInfo:before {
	background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="32" rx="2" fill="%2370C354"/><ellipse cx="16.0013" cy="11.9998" rx="5.33333" ry="5.33333" fill="white"/><path d="M15.995 16.4576C13.4724 16.4576 11.4264 14.4305 11.4264 11.9311C11.4264 9.43173 13.4724 7.40467 15.995 7.40467C18.5177 7.40467 20.5636 9.43173 20.5636 11.9311C20.5636 14.4305 18.5177 16.4576 15.995 16.4576ZM15.995 4C11.5854 4 8 7.55228 8 11.9213C8 13.9188 9.45455 16.4801 10.1818 17.9483L15.5626 27.2522C15.755 27.585 16.2354 27.5852 16.428 27.2526L21.8182 17.9483C22.5455 16.4801 24 13.9188 24 11.9114C24 7.55228 20.4146 4 15.995 4Z" fill="white"/></svg>');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 32px;
	margin-top: 0;
}

.module-hero-banner-studio .openingInfo:before {
	background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="32" rx="2" fill="%2370C354"/><g clip-path="url(%23clip0_2029_1037)"><path d="M26.3815 22.3631C27.492 20.2614 27.9991 18.3846 27.9991 16.2121C27.9991 9.46974 22.5366 4 15.7969 4V16.2121L26.3815 22.3631Z" fill="white" fill-opacity="0.7"/><path d="M19.4368 9.05198C19.3534 9.05198 19.2635 9.0327 19.1865 8.98771C18.9426 8.8463 18.8591 8.53779 18.9939 8.29355L19.5395 7.32943C19.6808 7.08519 19.9889 7.00163 20.2328 7.13661C20.4767 7.27801 20.5666 7.58653 20.4253 7.8372L19.8797 8.80131C19.7835 8.96842 19.6102 9.05841 19.4368 9.05841" fill="white"/><path d="M23.1233 12.2978C22.9436 12.2978 22.7703 12.2014 22.6804 12.0407C22.5392 11.7964 22.629 11.4815 22.873 11.3401L23.8358 10.7938C24.0797 10.6524 24.3942 10.7423 24.529 10.9866C24.6702 11.2308 24.5804 11.5458 24.3364 11.6807L23.3736 12.2271C23.2966 12.2721 23.2067 12.2914 23.1233 12.2914" fill="white"/><path d="M14.7965 16.7649V5.29199C8.78203 5.5748 4 10.5496 4 16.6364C4 22.7232 9.08371 28.0001 15.3485 28.0001C19.3988 28.0001 22.9548 25.8726 24.9639 22.6717L14.7965 16.7649ZM4.65472 16.6171C4.65472 16.3343 4.8858 16.1029 5.16823 16.1029H6.2851C6.56753 16.1029 6.79861 16.3343 6.79861 16.6171C6.79861 16.8999 6.56753 17.1313 6.2851 17.1313H5.16823C4.8858 17.1313 4.65472 16.8999 4.65472 16.6171ZM7.7165 21.7462L6.75368 22.2925C6.67665 22.3375 6.58679 22.3568 6.50334 22.3568C6.32362 22.3568 6.15031 22.2668 6.06044 22.0997C5.91923 21.8555 6.00909 21.5405 6.25301 21.3991L7.21583 20.8528C7.45975 20.7114 7.77427 20.8014 7.90907 21.0456C8.05028 21.2898 7.96042 21.6048 7.7165 21.7398M8.03744 12.3236C7.94116 12.4907 7.77427 12.5807 7.59454 12.5807C7.5111 12.5807 7.42124 12.5614 7.34421 12.5164L6.38139 11.9701C6.13747 11.8287 6.04761 11.5202 6.18882 11.2695C6.33003 11.0253 6.64456 10.9417 6.88205 11.0767L7.84488 11.623C8.08879 11.7644 8.17866 12.0729 8.03744 12.3172M11.0222 24.7992L10.4766 25.7633C10.3803 25.9304 10.207 26.0204 10.0337 26.0204C9.95025 26.0204 9.86039 26.0012 9.78336 25.9562C9.53945 25.8148 9.456 25.5062 9.5908 25.262L10.1364 24.2979C10.2776 24.0536 10.5857 23.9637 10.8296 24.1051C11.0735 24.2465 11.1634 24.555 11.0222 24.8056M11.3817 8.98776C11.3046 9.03275 11.2148 9.05203 11.1313 9.05203C10.9516 9.05203 10.7783 8.96205 10.6884 8.79494L10.1428 7.83082C10.0016 7.58658 10.0915 7.27164 10.3354 7.13666C10.5793 6.99526 10.8938 7.08524 11.035 7.32949L11.5806 8.2936C11.7219 8.53784 11.632 8.85278 11.3881 8.98776M15.862 26.9845C15.862 27.2674 15.6309 27.4923 15.3485 27.4923C15.0661 27.4923 14.835 27.2609 14.835 26.9845V25.8662C14.835 25.5834 15.0661 25.352 15.3485 25.352C15.6309 25.352 15.862 25.5834 15.862 25.8662V26.9845ZM20.965 25.9562C20.8879 26.0012 20.7981 26.0204 20.7146 26.0204C20.5349 26.0204 20.3616 25.9304 20.2717 25.7633L19.7261 24.7992C19.5849 24.555 19.6748 24.24 19.9187 24.0986C20.1626 23.9572 20.4771 24.0472 20.6119 24.2915L21.1575 25.2556C21.2987 25.4998 21.2089 25.8148 20.965 25.9497" fill="white"/><path d="M25.8569 17.1314H24.7401C24.4576 17.1314 24.2266 16.9 24.2266 16.6172C24.2266 16.3344 24.4576 16.103 24.7401 16.103H25.8569C26.1394 16.103 26.364 16.3344 26.364 16.6172C26.364 16.9 26.133 17.1314 25.8569 17.1314Z" fill="white"/></g><defs><clipPath id="clip0_2029_1037"><rect width="24" height="24" fill="white" transform="translate(4 4)"/></clipPath></defs></svg>');  background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 32px;
	margin-top: 0;
}

.module-hero-banner-studio .popUpMsg-header{
	position:relative;
	padding-left: 27px;/*19width of icon + space*/
}

.module-hero-banner-studio .popUpMsg{
	display: flex;
	width: 422px;
	padding: 12px 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	border-radius: 8px;
	background: var(--fresh-green-light, #E2F3DD);
	backdrop-filter: blur(5px);
	position: absolute;
	right: -7px;
	bottom: 38px;
}

.module-hero-banner-studio .popUpMsg.pop-hide {
	opacity:0;
	animation: hidePop 1s;
	pointer-events: none; 
	display: none;
}

@keyframes hidePop{

	from{
		display:flex;
		opacity:1;
	}
	to{
		display:none;
		opacity:0;
		translate:0 25vh;
	}

}

.module-hero-banner-studio .closePop {
	background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1 17L17 1M1 1.00063L17 17.0006' stroke='%23151515' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 0;
}

.module-hero-banner-studio .popUpMsg-header:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path d="M9.4987 17.6668C13.871 17.6668 17.4154 14.1224 17.4154 9.75016C17.4154 5.37791 13.871 1.8335 9.4987 1.8335C5.12644 1.8335 1.58203 5.37791 1.58203 9.75016C1.58203 14.1224 5.12644 17.6668 9.4987 17.6668Z" fill="%23151515"/><path d="M9.5 6.5835V9.75016" stroke="%23F5F5F5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 12.9165H9.50792" stroke="%23F5F5F5" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-size: 20px;
	content: "";
	height: 27px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
	background-position: 50%;
}

@media only screen and (max-width: 422px) {
	.module-hero-banner-studio .popUpMsg {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.module-hero-banner-studio .popUpMsg {
		bottom: auto;
		right: -7px;
	}
}

@media (min-width: 992px) {

	.module-hero-banner-studio .module-hbs-content__content-wrapper.image-col {
		flex: 1 0 50%;
	}

	.module-hero-banner-studio .module-hbs-content__content-wrapper.content-col {
		flex: 1 0 50%;
		padding-top: 0;
	}

}

@media (min-width: 1200px) {

	.module-hero-banner-studio .content-wrapper {
		flex-wrap: nowrap;
	}

	.module-hero-banner-studio .module-hbs-content__content-wrapper.image-col {
		flex: 1 0 50%;
	}

	.module-hero-banner-studio .module-hbs-content__content-wrapper.content-col {
		flex: 1 0 50%;
	}

	.module-hero-banner-studio .module-hbs-content__content-wrapper.image-col {
		flex: 1 0 57%;
	}

	.module-hero-banner-studio .module-hbs-content__content-wrapper.content-col {
		flex: 1 0 43%;
	}

}


@media (max-width: 1199px) {

	.module-hero-banner-studio .content-wrapper {
		padding-top: 0;
		padding-bottom: 32px;
	}

	.module-hero-banner-studio .module-hbs-content__content-wrapper.image-col img {
		object-fit: cover;
		width: 100%;
	}

}

@media (max-width: 991px) {

	.module-hero-banner-studio .content-wrapper .image-col {
		width:100%;
	}
	.module-hero-banner-studio .module-hbs-content__content-wrapper.content-col {
		flex: 1 0 41%;
		padding-left: unset;
		padding-right: unset;
	}
	.module-hero-banner-studio .content-wrapper {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

}
section.card-slider-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}

section.card-slider-wrapper .content-wrapper.info-testimonial-slider {
	overflow: visible;
	width: 100%;
	padding: 0 0 0 60px;
}

section.card-slider-wrapper .content-wrapper.info-testimonial-slider .swiper {
	margin-left: calc(var(--section_padding_left) * -1);
	margin-right: calc(var(--section_padding_right) * -1);
	padding-left: var(--section_padding_left);
	padding-right: var(--section_padding_right);
}


section.card-slider-wrapper
.content-wrapper.info-testimonial-slider
.info-testimonial-slider-pagination {
	align-items: center;
	display: inline-flex;
	justify-content: flex-start;
	position: relative;
	top: 0;
	width: 50%;
}

section.card-slider-wrapper .swiper-utilities {
	padding-top: 24px;
	height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

section.card-slider-wrapper .info-testimonial-slider-arrows {
	display: flex;
	gap: 72px;
	position: relative;
	width: 100%;
	justify-content: flex-end;
}

section.card-slider-wrapper .swipers-button-next,
section.card-slider-wrapper .swiper-rtl .swipers-button-prev {
	right: auto;
	left: auto;
}

section.card-slider-wrapper .swipers-button-next,
section.card-slider-wrapper .swipers-button-prev {
	position: relative;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.card-slider-wrapper .swipers-button-prev:after {
	content: "";
	width: 54px;
	height: 54px;
	top: 0px;
	right: 5px;
	position: absolute;
	display: inline-block;
}

section.card-slider-wrapper .swipers-button-next:after {
	content: "";
	width: 54px;
	height: 54px;
	top: 0px;
	right: 5px;
	position: absolute;
	display: inline-block;
}

section.card-slider-wrapper
.swiper-utilities
.swipers-button-next:after {
	background-image: url("https://pages.fitbox.de/hubfs/fitbox/images/button-arrow-next.svg");
}

section.card-slider-wrapper
.swiper-utilities
.swipers-button-prev:after {
	background-image: url("https://pages.fitbox.de/hubfs/fitbox/images/button-arrow-prev.svg");
}


section.card-slider-wrapper
.content-wrapper.info-testimonial-slider
.info-testimonial-slider-pagination
.swiper-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #d9d9d9;
	opacity: 1;
	transition: all 0.3s ease;
}

section.card-slider-wrapper
.content-wrapper.info-testimonial-slider
.info-testimonial-slider-pagination
.swiper-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet:hover,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet:hover {
	width: 8px;
	height: 8px;
	background-color: #ababab;
	opacity: 1;
}

section.card-slider-wrapper
.content-wrapper.info-testimonial-slider
.swiper-utilities
.info-testimonial-slider-pagination
.swiper-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet,
.swiper-utilities
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000;
}

.card-slider-wrapper .intro-slider {
	width: 100%;
	max-width: 816px;
	padding-bottom: 30px;
}

.card-slider-wrapper .testimonial-content {
	position: relative;
	z-index: 1;
	max-width: 500px;
}

.card-slider-wrapper .card_title {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 0;
}

.card-slider-wrapper .card_title img {
	height: 32px;
	width: auto;
}

.card-slider-wrapper .slider-card{
	border: solid 1px #e9e8e8;
	overflow: hidden;
	border-radius: 8px;
}

.card-slider-wrapper .slider-card .card_body {
	padding: 0 24px 20px
}

.card-slider-wrapper .card_title + p{
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	margin-top: 0;
	margin-bottom:0;
}

.card-slider-wrapper .testimonial-caption {
	padding-top: 15px;	
}

.card-slider-wrapper .testimonial-caption p {
	margin: 0;
}

.card-slider-wrapper .card_header {
	aspect-ratio: auto;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom:0;
}

.card-slider-wrapper .card_header img {
	border-radius: 8px;
	width: 100%;
	display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

section.card-slider-wrapper .swiper-slide {
	height: auto;
}

section.card-slider-wrapper .content-wrapper.info-testimonial-slider .swiper-wrapper .swiper-slide .info-testimonial,
.card-slider-wrapper .testimonial-content {
	height: 100%;
}

@media (min-width: 768px) {

	section.card-slider-wrapper iframe {
		min-height: 0;
		height: 100% !important;
	}
	
}

@media (min-width: 992px) {

	section.card-slider-wrapper .swiper-slide {
		width: auto;
	}

	section.card-slider-wrapper .content-wrapper.info-testimonial-slider .swiper-wrapper .swiper-slide .info-testimonial.slide-1 {
		height: 100%;
	}

	.card-slider-wrapper .testimonial-content.full-width {
		height: 100%;
	}

	section.card-slider-wrapper .content-wrapper.info-testimonial-slider .swiper {
		margin: 0;
		padding: 0;
		margin-right: calc(var(--section_padding_right) * -1);
	}

}


@media (min-width: 1440px) {
	
	section.card-slider-wrapper .content-wrapper.info-testimonial-slider .swiper {
		width: 100vw;
		left: calc(50% - 30px);
		margin: 0;
		transform: translateX(-50%);
		padding-left: calc(((100vw - 1440px) / 2) + 100px);
	}
	
}


@media (max-width: 767px) {

	.card-slider-wrapper .card_header {
		aspect-ratio: auto;
		border-radius: 8px;
		overflow: hidden;
		margin-bottom:0;
	}
	
	.card-slider-wrapper .card_title {
		margin-top: 12px;
	}
	
	.card-slider-wrapper .slider-card .card_body {
		padding: 0 20px 8px;
	}
	
}

@media (max-width: 992px) {

	section.card-slider-wrapper .content-wrapper.info-testimonial-slider {
		padding-left: unset;
		padding-right: unset;
	}

}
.module-image-w-text .content-wrapper {
	display: inline-flex;
	padding: 0;
	flex-wrap: nowrap;
	align-items: center;
	border-radius: 8px;
}
.module-image-w-text.reversed .content-wrapper {
	flex-direction: row-reverse;
}

.module-image-w-text .module-iwt-content__content-wrapper.image-col img{
	display:block;
	border-radius: 8px;
}

.module-image-w-text .module-iwt-content__content-wrapper.content-col {
	padding: 32px 30px;
}

.module-image-w-text .module-iwt-content__content-wrapper .content {
	word-break: break-word;
}

.module-image-w-text ul li{
	position:relative;
	padding-left: 25px;
}

.module-image-w-text ul {
	padding: 0;
	list-style: none;
}
.module-image-w-text ul li:before {
	background-image: url('data:image/svg+xml,<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="6" height="6" rx="1" fill="%2370C354"/></svg>');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 6px;
	margin-top: 0.65rem;
}


@media (min-width: 992px) {

	.module-image-w-text .module-iwt-content__content-wrapper.image-col.normal {
		flex: 1 0 50%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.image-col.medium {
		flex: 1 0 40%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.image-col.small {
		flex: 1 0 25%;
	}
	
	.module-image-w-text .module-iwt-content__content-wrapper.content-col {
		flex: 1 0 50%;
	}

}

@media (min-width: 1200px) {


	.module-image-w-text .content-wrapper {
		flex-wrap: nowrap;
	}

	.module-image-w-text .module-iwt-content__content-wrapper.image-col.normal {
		flex: 1 0 50%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.image-col.medium {
		flex: 1 0 40%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.image-col.small {
		flex: 1 0 25%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.content-col {
		flex: 1 0 50%;
		padding: 32px 60px;
	}


	.module-image-w-text .module-iwt-content__content-wrapper.image-col.normal {
		flex: 1 0 57%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.image-col.medium {
		flex: 1 0 40%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.image-col.small {
		flex: 1 0 25%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.content-col {
		flex: 1 0 43%;
	}

}



@media (max-width: 991px) {

	.module-image-w-text .content-wrapper {
		padding-top: 0;
	}

	.module-image-w-text .module-iwt-content__content-wrapper.image-col img {
		aspect-ratio: 6 / 4;
		object-fit: cover;
		max-width: 650px !important;
		margin: 0 auto 30px auto;
		width: 100%;
	}

	.module-image-w-text .content-wrapper .image-col {
		width:100%;
	}
	.module-image-w-text .module-iwt-content__content-wrapper.content-col {
		flex: 1 0 43%;
		padding-left: unset;
		padding-right: unset;
		padding: 0 20px 32px 20px;
	}
	.module-image-w-text .content-wrapper {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}


}
.video-wrapper {
	position: relative;
	justify-content: center;
	flex-direction: column;
	display: flex;
}

.video-wrapper__content-title {
	gap: 32px;
}

.video_module_videos_wrapper {
	position: relative;
	font-size: 18px;
}

.video_module_videos_wrapper a {
	text-decoration: underline;
}

.video-wrapper video,
.video-wrapper .videoYT {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	aspect-ratio: 16 / 9;
}


.video-banner {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	background-color: #000;
}

.video-banner iframe {
	display: block;
}





@media(min-width:992px){
	.video-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}
.icons-list.module-image-w-text .content-wrapper {
	align-items: start;
}

.icons-list_list {
	display: grid;
	grid-gap: 32px 24px;
	grid-template-columns: 1fr;
}

.icons-list_list_item {
	display: flex;
	align-items: start;
	gap: 16px;
}

.icons-list_list_item h6, .icons-list_list_item p {
	margin: 0;
}

.icons-list.module-image-w-text .module-iwt-content__content-wrapper.content-col {
	padding: 0;
}


@media (min-width: 600px) {
	.icons-list_list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {
	.icons-list.module-image-w-text .module-iwt-content__content-wrapper.content-col {
    padding-left: 36px;
	}
}

@media (min-width: 1200px) {
	.icons-list.module-image-w-text .content-wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}