*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 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 {
  margin: 0 auto;
  padding: 0 20px;
}

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

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



@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
	line-height: 1.65em;
}

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

/* Paragraphs */

p {
	margin: 0.85em 0;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.85em 0;
	line-height: 1.1em;
}

/* Lists */

ul,
ol {
	margin: 0.85em 0;
}

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

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}
::selection {
	/* background-color: #391143; */
	/* color: #ffffff; */
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}
@font-face { font-family: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2") format("woff2"); font-style: normal; font-weight: 400; font-stretch: 100%; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Open Sans"; src: url("https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2") format("woff2"); font-style: normal; font-weight: 600; font-stretch: 100%; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "fontello";
	src: url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello_1.woff2") format("woff2"),
		url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello_1.woff") format("woff"), 
			url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello_1.ttf") format("truetype"), 
				url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello_1.svg") format("svg"), 
					url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello_1.eot") format("embedded-opentype"); 
						font-style: normal; font-weight: normal; font-display: auto;
						}
@font-face { font-family: "entypo-fontello";
	src: url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello.eot") format("woff2"), 
		url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello.woff2") format("woff"),
			url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello.ttf") format("truetype"),
				url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello.svg") format("svg"), 
					url("https://26934556.fs1.hubspotusercontent-eu1.net/hubfs/26934556/raw_assets/public/Norsirk_May2023/font/fontello.eot") format("embedded-opentype");
						font-style: normal;
						font-weight: normal;
						font-display: auto; 
						}
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;
}
/* Form fields */

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

/* Labels */

.form-title, form label, form legend {
	display: inline-block;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 4px;
	font-family: helvetica;
	font-size: 14px;
	color: #33475b;
}

/* Help text - legends */

ul.no-list.hs-error-msgs {
	padding: 0;
	margin: 0;
}
.hs-error-msg ,label.hs-error-msg,label.hs-main-font-element,ul.no-list.hs-error-msgs li label{
	color: #f2545b !important;
}
/* Inputs */
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
	display: inline-block;
	height: 40px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	border: 1px solid #cbd6e2;
	border-radius: 3px;
	background-color: #f5f8fa;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	min-height: 27px;
}
form fieldset {
	max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

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

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

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

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

/* Submit button */

.button, .error-page .button, a button, form .hs-button, form input[type=submit] {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	transition: all .15s linear;
	background-color: #ff7a59;
	border-color: #ff7a59;
	color: #fff;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	padding: 12px 24px;
	border-radius: 0;
	background: #391243;
	border-color: #391243;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	font-family: helvetica;
	white-space:normal;
	margin-top:20px;
}

form input[type=email]:focus,form input[type=file]:focus,  form input[type=number]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=text]:focus, form select:focus,  form textarea:focus {
	outline:none;
}
/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.site-header .header-main {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #e1e1e1;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	position: relative;
	z-index: 9;
	transition: all 0.4s ease-in-out;
}

.site-header .content-wrapper {
	height: 88px;
	line-height: 88px;
	padding: 0px 50px;
	transition: all .4s ease-in-out;
}

.site-header .inner-container {
	position: relative;
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.site-header .header-logo img {
	image-rendering: auto;
	max-height: 88px;
	position: relative;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	transition: all .4s ease-in-out;
	vertical-align: inherit;
	width: auto!important;
	z-index: 2;
	width: 192px !important;
	transition: all 0.4s ease-in-out;
}

.site-header .main-menu .hs-menu-wrapper>ul {
	z-index: 110;
	position: relative;
}

.site-header .main-menu .hs-menu-wrapper>ul>li {
	float: left;
	position: relative;
	z-index: 20;
	line-height: 30px;
	vertical-align: baseline;
	border-bottom: 2px solid transparent;
}

.site-header .main-menu .hs-menu-wrapper>ul:after {
	content: "";
	clear: both;
	display: table;
}

.site-header .main-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
	position: absolute;
	top: 100%;
	width: 208px;
	z-index: 2;
	padding: 0;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	margin-top: -1px;
	left: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #391143;
	margin-left: 0;
	visibility: hidden;
	opacity: 0;
}

.site-header .main-menu .hs-menu-wrapper>ul>li>a {
	line-height: 88px;
	display: block;
	text-decoration: none;
	padding: 0 13px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	transition: all .4s ease-in-out;
}

.site-header .main-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header .main-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	line-height: 23px;
	padding: 8px 15px;
	font-size: 12px;
	min-height: 23px;
	max-width: none;
	text-decoration: none;
	font-family: inherit;
	background-color: #ffffff;
	color: #808080;
	text-transform: uppercase;
	-webkit-transition: color 0.15s ease-out;
	transition: color 0.15s ease-out;
	-webkit-transition: background 0.15s ease-out;
	transition: background 0.15s ease-out;
}

.site-header .main-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:hover {
	color: #333333;
	background-color: #f8f8f8;
}

.site-header .main-menu .hs-menu-wrapper>ul>li:hover>ul.hs-menu-children-wrapper {
	visibility: visible;
	opacity: 1;
}

.site-header .main-menu .hs-menu-wrapper>ul>li:hover {
	z-index: 100;
}

.site-header .main-menu .hs-menu-wrapper>ul>li:hover {
	border-color: #170021;
}

.site-header .main-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1.Language>a {
	font-size: 0;
}
.site-header .main-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1.Language>a img {
	width: 26px;
	font-size: initial;
	position: relative;
	top: 2px;
}
.search-wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.search-wrap ul>li {
	float: left;
	position: relative;
	z-index: 20;
}

.search-wrap ul>li:last-child {
	display: none;
}

.search-wrap ul:after {
	content: "";
	clear: both;
	display: table;
}

.search-wrap ul>li>a {
	height: 88px;
	line-height: 88px;
	color: #391143;
	font-size: 17px;
	transition: all .4s ease-in-out;
	display: block;
	text-decoration: none;
	padding: 0 13px;
	font-weight: 600;
}

.search-wrap ul>li#menu-item-search>a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: attr(data-av_icon);
	speak: never;
	font-family: 'entypo-fontello';
}
.search-wrap {
	float: left;
	position: relative;
	z-index: 999999;
}

.search-wrap .avia-search-tooltip {
	position: absolute;
	z-index: 9999999;
	padding: 0;
	width: 300px;
	top: 85% !important;
	margin-left: -120px;
	border-radius: 2px;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	right: -10px;
	border-color: #e1e1e1;
	visibility: hidden;
	opacity: 0;
}

.search-wrap .avia-search-tooltip .avia-arrow-wrap {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	right: 10px;
	margin-left: -10px;
	overflow: hidden;
}

.search-wrap .avia-search-tooltip .avia-arrow-wrap .avia-arrow {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	top: 15px;
	border-color: #e1e1e1;
}

.search-wrap .inner_tooltip form {
	margin: 0;
	padding: 0;
}

.search-wrap .inner_tooltip form>div {
	position: relative;
	max-width: 300px;
	margin: 16px;
	border-color: #e1e1e1;
}

.search-wrap .inner_tooltip form input#s {
	width: 100%;
	position: relative;
	padding: 11px 47px 11px 5px;
	z-index: 1;
	margin: 0;
	box-shadow: none;
	border-color: #e1e1e1;
	color: #808080;
	-webkit-appearance: none;
	border: 1px solid #e1e1e1;
	outline: none;
	font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	border-radius: 0px;
	background-color: #f8f8f8;
	height: auto;
}
.search-wrap .inner_tooltip form > div {
	display: flex;
}
.search-wrap .inner_tooltip form #searchsubmit {
	width: 40px;
	height: 100%;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0%;
	z-index: 2;
	margin: 0;
	border-radius: 0;
	min-width: 40px;
	font-family: 'entypo-fontello';
	font-weight: 400;
	font-size: 17px;
}

.search-wrap .inner_tooltip form #searchsubmit:hover {
	background-color: #029089;
	color: #ffffff;
	border-color: #007067;
}

.site-header .av-main-nav-wrap>span {
	float: left;
	display: block;
}
.search-open .search-wrap .avia-search-tooltip {
	-webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
	visibility: visible;
	opacity: 1;
}
@-webkit-keyframes avia_pop {
	0%   { -webkit-transform:scale(0.8);  }
	100% { -webkit-transform:scale(1);  }
}
@keyframes avia_pop {
	0%   { transform:scale(0.8);  }
	100% { transform:scale(1);   }
}


.site-header .inner-container .header-logo {
	height: 100%;
}

.site-header.scrolled {
	background: rgba(255,255,255,0.95);
}

@media(min-width:768px){
	.site-header .inner-container .header-logo>div {
		height: 100%;
	}
	.site-header {
		position: fixed;
		z-index: 501;
		width: 100%;
	}
	.site-header-wrap {
		min-height: 88px;
	}
	.site-header.scrolled {
		background: rgba(255,255,255,0.95);
	}

	.site-header.scrolled .header-logo img {
		max-height: 44px;
		width: 96px !important;
	}

	.site-header.scrolled .content-wrapper {
		height: 44px;
		line-height: 44px;
	}

	.site-header.scrolled .main-menu .hs-menu-wrapper>ul>li>a {
		line-height: 44px;
	}

	.site-header.scrolled .search-wrap ul>li>a {
		height: 44px;
		line-height: 44px;
	}
	.main-menu .av-burger-overlay {
		display: none;
	}
}

@media(max-width:1125px){
	.search-wrap {
		position: absolute;
		right: -30px;
	}
}

@media(max-width:1090px){
	.site-header .main-menu .hs-menu-wrapper>ul>li>a {
		padding: 0 8px;
	}
}

@media(max-width:1003px){
	.site-header .header-logo img {
		width: 130px !important;
	}

	.site-header .inner-container .header-logo>div {
		height: 100%;
	}

	.site-header .inner-container .header-logo>div>span {
		height: 100%;
		display: block;
	}

	.site-header .inner-container .header-logo a {
		height: 100%;
		display: flex;
		align-items: center;
	}

	.site-header .main-menu .hs-menu-wrapper>ul>li>a {
		padding: 0 5px;
	}

}

@media(max-width:886px){
	.site-header .main-menu .hs-menu-wrapper>ul>li>a {
		padding: 0 5px;
		font-size: 10px;
	}
	.site-header .main-menu .hs-menu-wrapper>ul>li.Omoss>ul.hs-menu-children-wrapper {
		right: 0;
		left: auto;
	}
	.site-header .main-menu .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a {
		font-size: 10px;
	}
}

@media(max-width:767px){
	.search-wrap ul>li:last-child {
		display: block;
	}
	.search-wrap ul>li.av-burger-menu-main>a {
		height: 88px;
		line-height: 88px;
		min-width: 0;
		margin: 0;
		border-style: none;
		border-width: 0;
		padding: 0 0px 0px 20px;
	}

	.search-wrap ul>li.av-burger-menu-main .av-hamburger {
		padding: 0 0 0 0;
		display: inline-block;
		cursor: pointer;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
	}

	.search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box {
		width: 35px;
		height: 24px;
		display: inline-block;
		position: relative;
		height: 8px;
	}

	.search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box .av-hamburger-inner {
		background-color: #808080;
		height: 3px;
		border-radius: 3px;
		transition: transform 0.15s ease;
		transition-duration: 0.3s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		display: block;
		margin-top: 1px;
	}

	.search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box .av-hamburger-inner:after,.search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box .av-hamburger-inner:before {
		background-color: #808080;
		width: 100%;
		content: "";
		display: block;
		height: 3px;
		border-radius: 3px;
		position: absolute;
	}

	.search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box .av-hamburger-inner:before {
		top: -9px;
		transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;
	}

	.search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box .av-hamburger-inner:after {
		transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
		bottom: -6px;
	}

	.search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box strong {
		display: none;
	}

	.search-wrap ul>li.av-burger-menu-main>a span.avia_hidden_link_text {
		display: none;
	}

	.search-wrap {
		position: relative;
		right: 0;
	}

	.site-header .av-main-nav-wrap>span {
		display: none;
	}

	.search-wrap ul>li#menu-item-search a {
		font-size: 24px;
		padding: 0 0 0 20px;
	}

	.site-header .header-logo img {
width: 192px !important;
	}

	.site-header .inner-container .header-logo {
		width: 80%;
	}

	.site-header .content-wrapper {
		width: 85%;
		max-width: 85%;
		padding: 0;
	}
	.menus-open .search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box .av-hamburger-inner {
		transform: rotate(225deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		background-color: #333333;
	}

	.menus-open .search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box .av-hamburger-inner:before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
	}

	.menus-open .search-wrap ul>li.av-burger-menu-main .av-hamburger>.av-hamburger-box .av-hamburger-inner:after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
		background-color: #333333;
	}
	.search-wrap ul {
		display: flex;
	}
	.site-header .av-burger-overlay {
		font-size: 1em;
		border-color: #e1e1e1;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		overflow: hidden;
		opacity: 0;
		background: rgba(0,0,0,.3);
		transition: all .5s;
		visibility: hidden;
	}

	.site-header .av-burger-overlay-scroll {
		background: #ffffff;
		overflow: auto;
		position: absolute;
		height: 100%;
		z-index: 10;
		-webkit-overflow-scrolling: touch;
		width: 350px;
		right: 0;
		max-width: 100%;
		-webkit-transform: translateX(350px);
		transform: translateX(350px);
		-webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
		transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
	}

	.site-header .av-burger-overlay-inner {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		min-height: 700px;
		display: table;
		vertical-align: middle;
		text-align: center;
		z-index: 5;
	}

	.site-header .av-burger-overlay-inner .hs-menu-wrapper>ul {
		padding: 82px 0px;
		height: 100%;
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.site-header .av-burger-overlay-inner .hs-menu-wrapper>ul>li {
		opacity: 0;
		position: relative;
		top: 18px;
		-webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
		transition: opacity 0.3s ease-out, top 0.3s ease-out, left 0.3s ease-out;
		-webkit-transform: translate3d(0,0,0);
		float: none;
	}

	.site-header .av-burger-overlay-inner .hs-menu-wrapper>ul>li>a {
		color: #333333;
		line-height: 1.3em;
		height: auto;
		padding: 15px 50px;
		display: block;
		text-align: left;
		text-decoration: none;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		position: relative;
		transition: none;
		border-color: #e1e1e1;
		width: 100%;
		font-size: 16px;
		font-weight: normal;
	}

	.site-header .av-burger-overlay-inner .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
		display: none;
		visibility: visible;
		opacity: 1;
		position: static;
		margin-top: 0;
		width: 100%;
		border: none;
		box-shadow: none;
	}

	.menus-open .site-header .av-burger-overlay {
		visibility: visible;
		opacity: 1;
	}

	.menus-open .site-header .av-burger-overlay-scroll {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.menus-open .site-header .av-burger-overlay-inner .hs-menu-wrapper>ul>li {
		opacity: 1;
		top: 0;
		left: 0;
		border: 0;
	}
	.site-header .av-burger-overlay-inner>span {
		display: block;
		height: 100%;
	}
	.site-header .av-burger-overlay-inner .hs-menu-wrapper {
		height: 100%;
	}
	.site-header .av-burger-overlay-inner .hs-menu-wrapper>ul>li:hover>a {
		background-color: #f8f8f8;
	}
	.site-header .main-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1.Language>a img {
		width: 32px;
		margin-bottom: 4px;
		top: 0px;
	}
	div.child-trigger {
		width: 100%;
		height: 51px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}

	div.child-trigger:after {
		display: inline-block;
		padding: 0 10px;
		font-size: 11px;
		opacity: 0.5;
		vertical-align: top;
		float: right;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -9px;
		height: 20px;
		line-height: 20px;
		content: "\E87d";
		font-family: 'entypo-fontello';
	}

	div.child-trigger.child-open:after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.site-header .av-burger-overlay-inner .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a {
		color: #333333;
		line-height: 1.3em;
		height: auto;
		padding: 15px 50px;
		display: block;
		text-align: left;
		padding-left: 70px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-color: #e1e1e1;
		font-size: 16px;
		font-weight: normal;
		position: relative;
	}

	.site-header .av-burger-overlay-inner .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>li>a:before {
		content: "";
		height: 1px;
		display: block;
		position: absolute;
		margin-top: 0;
		opacity: 0.3;
		border: none;
		width: 7px;
		left: 50px;
		top: 50%;
		background-color: #333333;
	}

}

@media(max-width:399px){
	.search-wrap .avia-search-tooltip {
		right: -22px;
	}

	.search-wrap ul>li {
		position: static;
	}

}

/* note */
.footer_color {
	background-color: #391143;
	color: #d4c1d9;
	padding: 15px 0 30px 0;
	z-index: 1;
	position: relative;
}
.footer_color .page-center {
	padding: 0px 50px;
}
.footer-col {
	float: left;
	margin-left: 6%;
	width: 20.5%;
	position: relative;
}
.footer-col:first-child {
	margin: 0;
}
.footer-col:first-child img {
	margin: 4px 10px 0px 0;
	width: 200px !important;
}
.footer-col:first-child p {
	font-size: 14px;
}
.footer-col h3 {
	letter-spacing: 1px;
	font-size: 1.1em;
	font-weight: 600;
	color: #ffffff;
	margin-top: 0.85em;
	margin-bottom: 8px;
	line-height: 1.1em;
}
.footer-col:nth-child(2) p {
	font-size: 14px;
}
.footer-col:nth-child(2) p a, .footer-col:nth-child(2) a {
	color: #fff;
}
.footer-col:nth-child(2) p a:hover, .footer-col:nth-child(2) a:hover,.social-follow a:hover,footer_color p a:hover {
	color: #666666;
}
.social-follow {
	font-size: 14px;
}
.social-follow a {
	color: #fff;
}
.footer_color p {
	font-size: 14px;
}
.footer_color p a {
	color: #fff;
}
img{
	width:auto;
	max-width:100%;
	vertical-align:middle;
}
.social-follow a img {
	margin-bottom: 7px;
}
a#scroll-top-link {
	position: fixed;
	border-radius: 2px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	right: 50px;
	bottom: 50px;
	z-index: 1030;
	transition: all 0.3s ease-out;
	opacity: 0.7;
	visibility: visible;
	background-color: #333333;
	color: #eeeeee;
	border: 1px solid #444444;
}
a#scroll-top-link:before {
	font-family: 'entypo-fontello';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	content: attr(data-av_icon);
}
a#scroll-top-link:hover {
	background-color: #fcfcfc;
	color: #391143;
	border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 850px){
	a#scroll-top-link {
		display: none !important;
	}
	.footer-col {
		margin: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.footer_color .page-center {
		width: 85%;
		max-width: 85%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}
	.footer-col:first-child {
		margin: 0;
		margin-bottom: 20px;
		width: 100%;
	}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {

  list-style: none;
  margin: 0;
  padding: 0;
}