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

img{
	max-width: 100%;
	height: auto;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 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-wrapper,
.page-center,
.container,
.dnd-section > div{
	max-width: 1240px;
	margin: 0 auto;
}

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

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

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

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

@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
@font-face { 
	font-family: eicons;
	src: url(https://8613539.fs1.hubspotusercontent-na1.net/hubfs/8613539/raw_assets/public/Vivatis_May2023/fonts/eicons.eot) format("embedded-opentype"), 
		url(https://8613539.fs1.hubspotusercontent-na1.net/hubfs/8613539/raw_assets/public/Vivatis_May2023/fonts/eicons.woff2) format("woff2"), 
		url(https://8613539.fs1.hubspotusercontent-na1.net/hubfs/8613539/raw_assets/public/Vivatis_May2023/fonts/eicons.woff) format("woff"), 
		url(https://8613539.fs1.hubspotusercontent-na1.net/hubfs/8613539/raw_assets/public/Vivatis_May2023/fonts/eicons.ttf) format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

body {
	font-size: 1rem;
	line-height: 1.9rem;
	font-family: Open Sans;
	font-weight: 400;
}

h1{
	font-size: 42px;
	line-height: 1.1em;
}

h2{
	font-size: 34px;
	line-height: 1.2em;
}

h3{
	font-size: 28px;
	line-height: 1.2em;
}

h4{
	font-size: 24px;
	line-height: 1.3em;
}

h5{
	font-size: 20px;
	line-height: 1.4em;
}

h6{
	font-size: 16px;
	line-height: 1.4em;
}

h1, h2, h3,{
	color:#242424;
	font-weight: 500;
}

a, a:hover {
	color: #F5A161;
	text-decoration: none;
}

blockquote {
	font-size: 20px;
	line-height: 1.4em;
	color: #242424;
	font-weight: 700;
	background-color: #f7f7f7;
	padding: 20px 25px;
	margin: 0 0 10px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
.hs-form-field {
	margin-bottom: 1.4rem;
}
/* Labels */
.hs-form-field>label {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.6em;
	color: #242424;
}
/* Help text - legends */

form legend {
	font-size: 0.875rem;
}
.hs-form-field .input {
	margin-right: 8px;
}
/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=search],
form select,
form textarea,
.hs-input{
	width: 100%;
	max-width: 100%;
	color: #1f2124;
	background-color: #ffffff;
	vertical-align: middle;
	flex-grow: 1;
	transition: all 0.3s ease;
	border-radius: 4px;
	outline: 0;
	border: 1px solid #69727d;
	padding: 7px 15px 7px 15px;
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.6em;
	color: #242424;
	min-height: 44px;
	line-height: 1.9em;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form input[type=search]:focus,
form textarea:focus {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	outline: 0;
}
form input[type=submit], 
form .hs-button {
	fill: #fff;
	text-align: center;
	transition: all .3s;
	background: #f5a161;
	color: #ffffff;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px 5px 5px 5px;
	border-width: 2px 2px 2px 2px;
	border-color: #f5a161;
	padding: 12px 42px 12px 30px;
	min-height: 44px;
	cursor: pointer;
}
form input[type=submit]:hover, 
form .hs-button:hover{
	background-color: rgba(205, 121, 57, 1.0);
	border-color: #cd7939;
	color: rgba(255, 255, 255, 1.0);
}
form fieldset {
	max-width: 100% !important;
}
button, .button, .hs-button:hover svg {
	fill: #ffffff;
}
/* Inputs - checkbox/radio */
form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
button, .button, .hs-button {
	cursor: pointer;
}
form input[type=search] {
	margin-right: 10px;
}
form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}
form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
	width: auto;
	height: unset;
}
/* Inputs - datepicker */
.hs-dateinput {
	position: relative;
}
.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
	color: #FFF;
}
.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}
/* Inputs - file picker */
form input[type=file] {
	background-color: transparent;
	border: initial;
	padding: initial;
}
/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}
form .hs-richtext img {
	max-width: 100% !important;
}
/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}
/* Validation */
.hs-form-required {
	color: #EF6B51;
}
.hs-input.invalid.error {
	border-color: #EF6B51;
}
.hs-error-msg {
	color: #EF6B51;
	margin-top: 0.35rem;
}
/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
	font-size: 1rem;
}
.hs-error-msgs label.hs-main-font-element {
	color: red;
}

form .hs-error-msg {
	padding: 0px;
	margin: 0px;
	color: red;
	font-size:1rem;
}

form .hs-error-msgs {
	padding: 0px;
}


@media (max-width: 767px) {
	.hs-form {
		margin-bottom: 30px;
	}
}

/* Button Arrow  */

.hs-search-field__bar button svg {
	fill: currentColor;
}
.hs-search-field__bar button:hover svg {
	fill: #fff;
}
.hs-button {
    display: inline-block;
}
.hs-button:after,
.actions:after{
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: 10px;
	font-size: 16px;
}
.actions .hs-button:after {
	content: none;
}
.actions:after {
	pointer-events: none;
}
.hs-button {
	transition: all .3s;
}
.actions:after {
	padding-right: 42px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 14px;
}
.actions {
	transition: all .3s;
	font-weight: 700;
	min-height: 44px;
	fill: #fff;
	background: #f5a161;
	background-color: hsla(0,0%,100%,0);
	border: 2px solid #f5a161;
	border-radius: 5px;
	color: #f5a161;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.actions:hover {
	background-color: #f5a161;
	border-color: hsla(0,0%,100%,0);
	color: #fff;
}
.actions .hs-button {
	border: none;
	padding: 12px 62px 12px 42px;
}
.actions:hover .hs-button {
	color: #fff;
}
.actions .hs-button:hover {
	background: none;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.top-header {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.top-header .container {
	max-width: 1300px;
	min-height: 40px;
	align-items: center;
	display: flex;
	width: 100%;
}

.elementor-widget-wrap {
	align-content: flex-end;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 10px 20px 10px 20px;
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
}

.top-header .search-wrapper {
	max-width: 100%;
	width: auto;
}

.top-header .contact-wrapper {
	max-width: 100%;
	width: auto;
	position: relative;
	top: 3px;
}
.top-header .search-wrapper svg path.cls-1 {
	fill: #000;
}

.top-header .search-wrapper svg {
	position: relative;
	top: 3px;
	left: 0;
	width: 33px;
}
.top-header .search-wrapper a {
	height: 28px;
	align-items: flex-end;
	box-shadow: none;
	transition: all .3s ease;
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
	overflow: hidden;
}

.box-content-wrapper {
	flex-flow: row nowrap;
	display: flex;
	width: 100%;
}

.elementor-icon-div {
	align-self: center;
	margin: 0 0 0 10px;
	order: 2;
	display: inline-flex;
}

.top-header .search-wrapper svg {
	fill: #000000;
	width: 1em;
	height: 1em;
	position: relative;
	transition: fill .3s ease;
	display: block;
}

.top-header .contact-wrapper a {
	height: 28px;
	align-items: flex-end;
	transition: all .3s ease;
	box-shadow: none;
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
}

.top-header .contact-wrapper svg {
	fill: #000000;
	transition: fill .3s ease;
	color: #000000;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.elementor-icon {
	font-size: 31px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: fit-content;
	line-height: 1;
	transition: all .3s;
	text-align: center;
	color: #69727d;
}

.main-header {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,opacity .3s,transform .3s;
	background: #fff;
}

.header-menu-wrapper .mobile-trigger {
	display: none;
}

.main-header .container {
	max-width: 1330px;
	min-height: 120px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	transition: min-height .3s,height .3s,width .3s,max-width .3s,opacity .3s;
}

.header-logo {
	display: flex;
	align-items: center;
}

.header-logo img {
	max-width: 200px;
	transition: min-height .3s,height .3s,width .3s,max-width .3s,opacity .3s;
	width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.header-logo a {
	padding: 0px 0px 0px 60px;
}

.header-menu-wrapper {
	margin-right: auto;
}

.header-menu-wrapper {
	display: flex;
	align-content: center;
	justify-content: flex-end;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px 25px 0px 0px;
}

.header-menu {
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.header-menu .hs-menu-wrapper>ul>li>a {
	position: relative;
	display: flex;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.9em;
	color: #5d636a;
	transition: background .3s,border-color .3s,box-shadow .3s;
	border: 0 solid;
}

.header-menu .hs-menu-wrapper>ul>li {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
}

.header-menu .hs-menu-wrapper>ul>li>a:after {
	-webkit-font-smoothing: antialiased;
	content: "\f078";
	font-family: Font Awesome\ 5 Free;
	font-size: 12px;
	position: relative;
	left: 1px;
	margin-left: 3px;
	transition: color .3s ease;
	width: 1em;
}

.header-menu .hs-menu-children-wrapper {
	min-width: 280px;
	z-index: 99;
	width: 100%;
	max-width: 240px;
	left: 15px !important;
	margin: 0 0 0 -20px;
	top: 100%;
	right: auto;
	visibility: hidden;
}

.header-menu .hs-menu-children-wrapper:before {
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	content: "";
	display: block;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #ffffff;
}

.header-menu .hs-menu-children-wrapper li {
	position: relative;
}

.header-menu .hs-menu-children-wrapper a {
	font-size: 14px;
	line-height: 1.2em;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: background .3s,border-color .3s,box-shadow .3s;
	white-space: normal !important;
}

.header-menu .hs-menu-children-wrapper li {
	position: relative;
}

.header-menu .hs-menu-wrapper>ul {
	min-height: 120px;
}

.header-menu .hs-menu-wrapper>ul>li:hover ul {
	visibility: visible;
}

.header-menu .hs-menu-wrapper>ul>li>a:hover {
	color: #F5A161;
	transition: background .3s,border-color .3s,box-shadow .3s;
}

.header-menu .hs-menu-children-wrapper a:hover {
	color: #F5A161;
}

.header-menu .hs-menu-wrapper>ul>li.active > a {
	color: #f5a161;
}

.header-menu .hs-menu-children-wrapper>li:nth-child(1)>a {
	padding-top: 20px;
}

.header-menu .hs-menu-children-wrapper>li:last-child > a:last-child {
	padding-bottom: 20px;
}

.mobile-menu-toggle{
	display: none;
}

.mobile-menu {
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0 0 60px 0 rgba(0,0,0,.2);
	max-height: 100%;
	max-width: 100%;
	pointer-events: all;
	position: fixed;
	width: 300px;
	z-index: 9;
	top: 0;
}

.mobile-menu-inner {
	max-width: 300px;
	height: 100vh;
	width: 100%;
	padding-top: 20px;
	line-height: 1.5;
	background-color: #ffffff;
	overflow: auto;
}

.mobile-menu .hs-menu-wrapper>ul {
	flex-direction: column;
	width: 100%;
}

.mobile-menu .hs-menu-wrapper>ul>li {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}

.mobile-menu .hs-menu-wrapper>ul>li:first-child:before {
	border-top-style: none;
	left: 0;
	content: "";
	position: absolute;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #e5e5e5;
}

.mobile-menu .hs-menu-wrapper>ul>li:after {
	border-bottom-style: solid;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top-width: 1px;
	border-color: #e5e5e5;
	border-bottom-width: 1px;
}

.mobile-menu .hs-menu-wrapper>ul>li>a {
	font-family: "Noto Sans", Times;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	padding: 20px 20px 20px 20px;
	line-height: 1.2em;
	color: #242424;
}

.mobile-menu-close-btn a {
	right: 20px;
	display: flex;
	top: 20px;
	font-size: 24px;
	text-decoration: none;
	opacity: 1;
	cursor: pointer;
	line-height: 1;
	position: absolute;
	z-index: 9999;
	margin-top: 0;
	pointer-events: all;
}

.mobile-menu-close-btn i {
	color: #b8b8b8;
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.mobile-menu-close-btn i:before {
	content: "\e87f";
}

.mobile-menu .child-trigger i {
	width: 1em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.mobile-menu .child-trigger i:before {
	content: "\f0d7";
}

.mobile-trigger {
	padding: 0px 30px 0px 0px;
}

.mobile-trigger a {
	font-size: 20px;
	padding: 0.4em;
	border-radius: 100px 100px 100px 100px;
	background-color: #f5a161;
}

.mobile-trigger i {
	color: #ffffff;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.mobile-menu .hs-menu-children-wrapper {
	opacity: 1!important;
	padding-left: 20px;
	display:none;
	position: static!important;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.child-trigger {
	right: 17px;
	position: relative;
	cursor: pointer;
}

.child-trigger.child-open i:before {
	content: "\f0d8";
}

.mobile-menu .hs-menu-wrapper>ul>li:hover {
	color: #f5a161;
}

.mobile-menu .hs-menu-wrapper>ul>li:hover>a,
.mobile-menu .hs-menu-wrapper ul ul > li:hover > a{
	color: #f5a161;
}

.mobile-menu .hs-menu-children-wrapper a {
	font-family: Noto Sans,Times;
	font-size: 15px;
	line-height: 1.2em;
	color: #616A6E;
	transition: background .3s,border-color .3s
}

.mobile-menu .hs-menu-children-wrapper li:not(first-child) {
	padding-bottom: 20px;
}



.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh;
}

.sticky img {
	max-width: 120px;
}

.sticky {
	position: fixed;
	background-color: #fff;
	right: 0;
	left: 0;
	top: 0;
}

.sticky .container {
	min-height: 70px;
}

.sticky .header-menu .hs-menu-wrapper>ul {
	min-height: 70px;
}
.search-wrapper,
.search-close{
	cursor: pointer;
}
body:after {
	content: "";
	background-color: rgb(0 0 0 / 13%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.custom-header-outer-wrapper {
	position: relative;
	z-index: 99;
}
body.search-active:after {
	visibility: visible;
	opacity: 1;
}
.search-box-toggle {
	align-items: flex-start;
	bottom: 0;
	display: flex;
	height: 100%;
	justify-content: flex-end;
	left: 0;
	pointer-events: none;
	position: fixed;
	user-select: auto;
	width: 100%;
	transition: all .3s ease;
	transform: translateY(-100%);
}
body.search-active {
	overflow: hidden;
}
.search-active .search-box-toggle {
	transform: translateY(0);
}
.search-box-toggle .search-box {
	width: 100vw;
	animation-duration: 0.3s;
	pointer-events: all;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
}

.search-box-inner {
	width: 100vw;
	height: auto;
	max-width: 100vw;
	line-height: 1.5;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: flex;
}

.search-popup {
	width: 100%;
}

.search-box-container {
	min-height: 250px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: relative;
}

.search-box-container .elementor-widget-wrap {
	align-content: center;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	padding: 30px;
}

.search-close {
	right: 0px;
	position: absolute;
	top: 0px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 0;
	z-index: 1;
	width: auto;
}

.search-form-wrapper {
	width: auto;
	max-width: 100%;
}

.search-close-inner-wrapper {
	padding: 20px 20px 0px 0px;
}

.search-close a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-color: #f5a161;
	line-height: 1;
	transition: all .3s;
	color: #69727d;
}

.search-close i {
	color: #b8b8b8;
	transition: color .3s ease;
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.search-close i:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.search-form-wrapper ul {
	list-style: disc;
	margin: 0 0 10px 20px;
	display: flex;
	margin-left: 0;
	padding: 0;
}

.search-form-wrapper li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	margin: 0;
	list-style: none;
}

.search-form-wrapper input[type=text] {
	margin-bottom: 10px;
	border-style: solid !important;
	box-sizing: border-box;
	min-width: 440px !important;
	border-width: 1px 0px 1px 1px !important;
	padding: 5px 20px !important;
	min-height: 50px !important;
	border-radius: 5px 0px 0px 5px !important;
}

.search-form-wrapper input[type=submit] {
	background-image: url(https://8613539.fs1.hubspotusercontent-na1.net/hubfs/8613539/raw_assets/public/Vivatis_May2023/images/search.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 70%;
	border: 1px solid black !important;
	border-radius: 0 5px 5px 0!important;
	min-height: 50px!important;
	min-width: 60px!important;
	padding: 5px 10px!important;
	background-color: #ffffff;
	cursor:pointer;
}

.search-form-wrapper input[type=submit]:hover {
	background-image: url(https://8613539.fs1.hubspotusercontent-na1.net/hubfs/8613539/raw_assets/public/Vivatis_May2023/images/search%20hover%20bg.svg);
	border-color: #000000 !important;
	background-color: #000000;
}

input[type="text"]::placeholder, 
input[type="search"]::placeholder, 
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="email"]::placeholder, 
input[type="number"]::placeholder,
input[type="date"]::placeholder, 
input[type="range"]::placeholder,
input[type="password"]::placeholder, 
.elementor-field-group .elementor-field-textual::placeholder {
	opacity: 0.4;
	color: #242424;
}

.search-form-wrapper input[type=text] {
	color: #242424;
}

.search-close a:hover,.search-close a:hover i {
	color: #f5a161;
}


@media(max-width:1670px){
	.header-menu .hs-menu-wrapper>ul>li:nth-child(4) ul {
		left: -140% !important;
	}

	.header-menu .hs-menu-wrapper>ul>li:nth-child(5) ul {
		left: -200% !important;
	}
}

@media(max-width:1100px){
	.header-menu {
		display: none;
	}

	.header-menu-wrapper .mobile-trigger {
		display: block;
		cursor: pointer;
	}

	.header-logo img {
		width: 120px;
	}

	.main-header .container {
		min-height: 70px;
	}

	.header-logo a {
		padding: 0px 0 0 20px;
	}
	.top-header .search-wrapper svg {
		width: 33px;
	}
	.search-close a {
		font-size: 16px;
		position: relative;
		top: -2px;
	}
	.mobile-menu-toggle {
		display: block;
	}
	.mobile-menu {
		left: -300px;
		transition: all .3s ease;
	}
	.dialog-prevent-scroll .mobile-menu {
		left: 0;
	}
	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #00000021;
		transition: all .3s ease;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
	}
	.dialog-prevent-scroll .mobile-menu-overlay  {
		visibility: visible;
		opacity: 1;
		pointer-events: all;
	}
}

@media(max-width:767px){
	.mobile-trigger {
		padding: 0;
	}

	.elementor-widget-wrap {
		padding: 0px 20px;
	}

	.mobile-menu {
		width: 70vw;
	}

	.mobile-menu-inner {
		width: 70vw;
		max-width: none;
		padding-top: 100px;
	}
	.mobile-menu {
		left: -70vw;
	}
}

@media (max-width: 600px) {
	.search-form-wrapper input[type=text] {
		min-width: auto !important;
		max-width: 100%;
		width: 100%;
	}

	.search-form-wrapper {
		width: 100%;
	}

	.search-form-wrapper ul {
		width: 100%;
	}

	.search-form-wrapper li:first-child {
		width: 100%;
	}

}
.footer-menu .hs-menu-wrapper>ul>li a {
	font-family: Inter,Times;
	font-size: 14px;
	line-height: 2em;
	display: flex;
}

.footer-menu .hs-menu-wrapper>ul ul li a:hover {
	color: #f5a161;
}

.footer-content {
	display: flex;
}
.back-to-top {
	display: none;
}
.footer-menu .hs-menu-wrapper>ul>li>a {
	cursor: text;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
}

.footer-menu .hs-menu-wrapper>ul>li {
	width: 16%;
}

.footer-menu {
	width: 100%;
}

.custom-footer-wrapper .container {
	padding: 90px 0 31px;
}

.footer-menu .hs-menu-children-wrapper>li:first-child {
	padding-top: 9.5px;
}

.footer-menu .hs-menu-wrapper>ul>li {
	padding: 20px;
	flex-shrink: 1;
	display: flex;
	flex-direction: column;
}

.footer-copyright p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 200;
	margin-top: 7px;
}

.footer-copyright-inner {
	padding: 3px 20px 11px;
}

.footer-menu .hs-menu-wrapper>ul{
	justify-content: space-between;
}

.footer-copyright {
	padding-top: 65px;
}

.horizontal-line .divider-separator {
	border-top: 1px solid #c5c7c9;
}

.horizontal-line {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.back-to-top a {
	padding: 0.75em;
	border-radius: 100%;
	right: 20px;
	position: fixed;
	display: flex;
	color: #fff;
	transition: all .4s ease;
	transform: translate3d(0,0,0);
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
	bottom: 20px;
}

.back-to-top i {
	width: 1em;
	height: 1em;
	font-size: 16px;
	text-align: center;
	transition: all .4s ease;
	color: #f5a161;
}

.back-to-top .screen-reader-text {
	top: -10000em;
	width: 1px;
	height: 1px;
	position: absolute;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

@media (max-width: 1100px) and (min-width: 768px){
	.footer-menu .hs-menu-wrapper>ul>li {
		width: 33%;
		flex-wrap: wrap;
	}

	.custom-footer-wrapper .container {
		padding: 90px 2px 32px;
	}

	.custom-footer-wrapper .container {
		padding-top: 50px;
	}

	.footer-menu .hs-menu-wrapper>ul>li:nth-child(1),
	.footer-menu .hs-menu-wrapper>ul>li:nth-child(2),
	.footer-menu .hs-menu-wrapper>ul>li:nth-child(3) {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px){
	.footer-menu .hs-menu-wrapper>ul>li {
		width: 50%;
		flex-wrap: wrap;
	}

	.footer-menu .hs-menu-wrapper>ul{
		flex-direction: row !important;
	}

	.footer-menu .hs-menu-wrapper>ul>li:nth-child(1),
	.footer-menu .hs-menu-wrapper>ul>li:nth-child(2),
	.footer-menu .hs-menu-wrapper>ul>li:nth-child(3),
	.footer-menu .hs-menu-wrapper>ul>li:nth-child(4) {
		padding-bottom: 50px;
	}

	.custom-footer-wrapper .container {
		padding-top: 50px;
	}
}

@media (max-width: 411px){
	.custom-footer-wrapper .container {
		padding-bottom: 34px;
	}
	.footer-copyright p {
		line-height: 20.8px;
	}
	.footer-copyright-inner {
		padding: 8px 20px 11px;
	}
	.footer-menu .hs-menu-wrapper>ul>li:nth-child(5) li:nth-child(2) a {
		white-space: nowrap;
	}
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}