*, *: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 ;
    }
}
.banner-area-wrap .dnd-section ,
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
	padding: 0;
}
.dnd-section>.row-fluid,
.page-center,
.content-wrapper,
.container{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	position: relative;
	padding-right: 15px;
}

.dnd-section[class*="force-full-width"]>.row-fluid {
	padding-left: 0;
	padding-right: 0;
}


@media screen and (min-width: 768px){
	.dnd-section>.row-fluid,
	.page-center,
	.content-wrapper,
	.container{
		padding-left: 45px;
		position: relative;
		padding-right: 45px;
	}
}


@media screen and (min-width: 1040px){
	.dnd-section>.row-fluid,
	.page-center,
	.content-wrapper,
	.container{
		padding-left: 5rem;
		padding-right: 5rem;
	}

}

.cm-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


@media (max-width: 767px){
	.container.pd-mobile {
		padding-left: 45px;
		padding-right: 45px;
	}
}
@font-face { 
	font-family: Graphik Web;
	src: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/Graphik-Regular-Web.aba1846c.woff2) format("woff2"),
		url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/Graphik-Regular-Web.477f27a9.woff) format("woff");
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: Graphik Web;
	src: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/Graphik-Medium-Web.3aa397d2.woff2) format("woff2"),
		url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/Graphik-Medium-Web.98d49927.woff) format("woff");
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
}


@font-face {
	font-family: Graphik Web;
	src: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/Graphik-Semibold-Web.3c657664.woff2) format("woff2"),
		url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/Graphik-Semibold-Web.56b7026c.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-stretch: normal
}

@font-face {
	font-family: Everett; 
	src: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/TWKEverett-Regular.7f18cf7e.woff2) format("woff2"),
		url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/TWKEverett-Regular.5ddac4e5.woff) format("woff");
	font-style: normal;
	font-weight: 400; 
	font-stretch: normal;
}

@font-face {
	font-family: Everett;
	src: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/TWKEverett-Medium.6988d836.woff) format("woff2"),
		url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/fonts/TWKEverett-Medium.6c2cefb8.woff2) format("woff");
	font-weight: 500;
	font-style: normal;
	font-stretch: normal
}


body {
	line-height: 1.5;
	word-break: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
	margin: 0.75rem 0;
	line-height: 1.7;
}
/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	letter-spacing: 0.1px;
}

a:hover{
	text-decoration: underline; 
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	line-height: 1.5;
}
h1{
	line-height: 1.2; 
}

h4{
	line-height: 1.73;
}
h3{
	margin-bottom: 0.5rem;
}


@media screen and (min-width: 768px){
	h2{
		line-height: 1.44444;
	}
	h3{
		line-height: 1.3;
	}
	h4{
		line-height: 1.619;
	}
}

@media screen and (min-width: 1040px){
	h2{
		line-height: 1.33333;
	}
	h4{
		line-height: 1.5;
	}
}


/* Lists */

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

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

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

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li {
	position: relative;
	padding-left: 19px;
	line-height: 26px;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 7px;
	height: 7px;
	background: #202020;
	border-radius: 9999px;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text a {
	text-decoration: underline; 
}


/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
}

img, video {
	max-width: 100%;
	height: 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 */
.form-title{
	padding: 5px 10px;
}

.form-title:empty{
	display:none;
}

.hs-form-field {
	margin-top: 1.25rem;
}

/* Labels */

form label {
	display: block;
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight:500;
}

/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	line-height: 1;
	padding:12px 16px;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	margin-top: 0.5rem;
	outline:none;
}


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 {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0px 0px 0px 4px #e7defc;
}


form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-color: #e0dbee;
	display: block;
	height: auto;
	min-height: 104px;
	padding: 0.75rem;
	resize: none;
	font-size: small;
	letter-spacing: 0.1px;
	border-radius: 3px;
	line-height: 1.5;
}


*::placeholder {
	color: #718096;
}

*::-webkit-input-placeholder {
	color: #718096;
}


form input[type=checkbox]+label {
	display: inline-block;
	vertical-align: middle;
}
.systems-page form label {
	display: inline-block;
}
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;
}

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: #D84040;
	font-size: 0.9375rem;
	line-height: 1.7;
}

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

form .hs-error-msgs{
	padding:0;
	margin:0;
	list-style:none;
}

form .hs-error-msg,
form .hs-error-msgs label {
	color: #811629;
	font-size: .8125rem;
	line-height: 1.7;
	margin-top: 0.25rem;
	font-weight: 400;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	margin: 15px 0;
	cursor: pointer;
	display: inline-block;
	white-space: normal;
	line-height: 1;
	font-weight:500;
	transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration:200ms;
	font-family:Graphik Web,sans-serif;
	font-size: 14px;
	text-decoration: none;
}
form .action{
	margin-top:2.5rem;

}
form .action  .hs-button,
form .action  input[type=submit] {
	margin: 0;
}

form input[type=submit]:hover,
form .hs-button:hover {
	box-shadow: 0px 4px 10px rgb(98 34 238 / 25%);
}


/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}

.submitted-message h2 {
	font-size: 1.75rem;
	line-height: 1.3;
	color: #1d152f;
	-webkit-box-flex: 0;
	flex-grow: 0;
	margin-bottom: 0.5rem;
}
.submitted-message p {
	margin: 0;
}

form .hs-form-booleancheckbox label>span .hs-form-required {
	display: none;
}
.hs-fieldtype-booleancheckbox .hs-error-msgs {
	margin-top: 1.25rem;
}

@media screen and (min-width: 768px){
	.submitted-message h2 {
		font-size: 2.25rem;
	}

}
/* Table */

table {
	font-variant-numeric: lining-nums tabular-nums;
	border-collapse: collapse;
	width: 100%;
}

/* Table Cells */

th,
td {
	text-align: start;
	font-size: 0.8125rem;
	line-height: 160%;
	border-bottom: 1px solid;
	font-family: Graphik Web,sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 16px 16px 16px 16px;
	word-break: initial;
}

table a:not(:hover) {
	-webkit-text-decoration: none !important;
	text-decoration: none !important;
}
.custom-header-wrapper {
	min-height: 150px;
	position: relative;
	z-index: 55;
}


header.header {
	background-color: #fff;
	padding-bottom: 24px;
	position: absolute;
	padding-top: 24px;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	z-index:9;
}

.menu-bar-wrapper {
	display: none;
}
header .container {
	justify-content: space-between;
	align-items: center;
	display: flex;
}
header .header-inner {
	flex-direction: column-reverse;
	gap: 0.5rem;
	width: 100%;
}
header .bottom-header {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
header .custom-header-white-logo {
	display:none;
}
header .custom-header-purple-logo {
	flex-shrink: 0;
} 
header .custom-header-logo img {
	display: block;
	max-width: 100%;
	height: 35px;
}

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

.custom-menu-primary .hs-menu-wrapper > ul  {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a{
	letter-spacing: normal;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover{
	color: #5b4378;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:focus{
	color: #712fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	outline: 2px solid transparent;
	outline-offset: 0;
	line-height: 1;
	border-radius: 4px;
	font-weight: 400;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	box-sizing: border-box;
	border-color: #00000000;
	border: inherit;
	height: 3rem;
	min-width: 0;
	font-size: 15px;
	padding-left: 0px;
	padding-right: 0px;
	color: #1d152f;
	letter-spacing: 0.1px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:active>a {
	color: #712fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
	color: #1d152f;
	text-decoration: underline;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children >a:hover {
	text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
	width: 0%;
	height: 0px;
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	border-top: 4px solid;
	border-bottom: 0;
	display: inline-flex;
	align-self: center;
	flex-shrink: 0;
	margin-left: 0.5rem;
	content:"";
}

.bottom-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a.child-open:after {
	border-top: 0;
	border-bottom: 4px solid;
}


.custom-menu-primary .hs-menu-wrapper>ul ul {
	display: none;
	flex-direction: column;
	background: #ffffff;
	border: 1px solid;
	border-color: #ececec;
	border-radius: 0.375rem;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);
	left: calc(2rem * -1);
	list-style-type: none;
	padding: 2rem;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:not(:last-of-type) {
	border-bottom: 1px solid;
	border-color: #ececec;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:first-child {
	padding-top: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
	padding-bottom: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	-webkit-text-decoration: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	min-width: 0px;
	font-family: Graphik Web,sans-serif;
	line-height: 22.5px;
	letter-spacing: 0.1px;
	font-weight: inherit;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #1d152f;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:active a {
	font-size: 0.9375rem;
	line-height: 1.7;
	color: #311177;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
	color: #1d152f;
}
header .header-button-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

header .get-started-button a {
	display: inline-flex;
	appearance: none;
	align-items: center;
	justify-content: center;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	outline: transparent solid 2px;
	outline-offset: 0px;
	line-height: 1;
	border-radius: 4px;
	font-weight: 500;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	box-sizing: border-box;
	border: inherit;
	height: 3rem;
	min-width: 3rem;
	font-size: 16px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background: #e7defc;
	color: #4e1bbe;
	text-decoration: none;
	letter-spacing: normal;
}
header .book-demo a {
	display: inline-flex;
	appearance: none;
	align-items: center;
	justify-content: center;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	outline: transparent solid 2px;
	outline-offset: 0px;
	line-height: 1;
	border-radius: 4px;
	font-weight: 500;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	box-sizing: border-box;
	border: inherit;
	height: 3rem;
	min-width: 3rem;
	font-size: 16px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background: #6222ee;
	color: #ffffff;
	border-color: #00000000;
	text-decoration: none;
	letter-spacing: normal;
}
header .book-demo a:hover {
	background: #4e1bbe;
	box-shadow: rgb(98 34 238 / 25%) 0px 4px 10px;
}

header .top-header {
	display: flex;
	align-items: center;
	align-self: flex-end;
	gap: 1rem;
} 

header .login-wrapper a {
	display: inline-flex;
	appearance: none;
	align-items: center;
	justify-content: center;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	outline: transparent solid 2px;
	outline-offset: 0px;
	line-height: 1;
	border-radius: 4px;
	font-weight: 500;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	box-sizing: border-box;
	border: inherit;
	height: 3rem;
	min-width: 3rem;
	font-size: 14px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	background: #00000000;
	color: #712fff;
	padding: 0.5rem;
	text-decoration: none;
	letter-spacing: normal;
	background: none !important;
}

header .login-wrapper a svg {
	display: inline-flex;
	align-self: center;
	flex-shrink: 0;
	margin-right: 8PX;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	stroke: none;
	width: 13px;
	min-width: 13px;
	height: 13px;
	fill: #712fff;
}


header .login-wrapper a:hover {
	background: #00000000;
	color: #5b4378;
}
header .login-wrapper a:hover svg {
	fill: #5b4378;
}
.book-demo a:before {
	display: inline-flex;
	align-self: center;
	flex-shrink: 0;
	margin-right: 0.5rem;
	display: block;
	max-width: 100%;
	width: 15px;
	height: 15px;
	background-image: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/images/book-demo-button-image.svg);
	content: "";
	background-repeat: no-repeat;
	background-size: 15px 15px;
}
.mobile-content-wrapper {
	display: none;
}


.language-switcher-wrapper .lang_list_class {
	position: static;
	transform: none;
	padding: 0;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.language-switcher-wrapper .globe_class {
	background: none;
	width: 100%;
	height: auto;
}

.language-switcher-wrapper .lang_list_class li {
	border: none !important;
	padding: 0 !important;
	background: none;
}

.language-switcher-wrapper .lang_list_class li a {
	font-size: 0;
	letter-spacing: normal;
}




.language-switcher-wrapper .language-switcher--label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.language-switcher-wrapper .lang_switcher_class {
	display: inherit;
}

.language-switcher-wrapper .language-switcher-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



html[lang=en] .language-switcher-wrapper .lang_list_class li a[lang=en]:before,
html[lang=nb] .language-switcher-wrapper .lang_list_class li a[lang=nb]:before{
	color: #4e1bbe;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	text-decoration: none;
	letter-spacing: normal;
}


html[lang=en] .language-switcher-wrapper .lang_list_class li a[lang=nb]:before,
html[lang=nb] .language-switcher-wrapper .lang_list_class li a[lang=en]:before{
	color: #3d3749;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1px;
	line-height: 1.5;
	text-decoration: underline;
}


html[lang=en] .language-switcher-wrapper .lang_list_class li:first-child:before,
html[lang=nb] .language-switcher-wrapper .lang_list_class li:last-child:before{
	content: "/";
	margin: 0 4px 0 8px;
	line-height: 1.7;
	font-size: 0.9375rem;
	color: #3d3749;
}

html[lang=en] .language-switcher-wrapper .lang_list_class li:first-child {
	order: 2;
}


.language-switcher-wrapper .lang_list_class li a[lang=en]:before {
	content: "English";
}


.language-switcher-wrapper .lang_list_class li a[lang=nb]:before {
	content: "Norsk";
}

html[lang=nb] .language-switcher-wrapper .lang_list_class li:last-child:before {
	margin: 0 4px 0 8px;
}




@media screen and (min-width: 768px) {
	header.header {
		padding-bottom: 20px;
		padding-top: 20px;
	}


}

@media screen and (min-width: 1040px) {
	header.header {
		padding-bottom: 35px;
		padding-top: 8px;
	}

	header .header-inner {
		display: flex;
	}
	header .custom-header-logo img {
		height: 50px;
	}

	header .header-bottom-right{
		gap: 1.25rem;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		gap: 1.25rem;
	}
	header .header-button-wrapper {
		gap: 1.25rem;
	}
	.menu-bar-wrapper {
		display: none;
	}

	html[lang=en] .language-switcher-wrapper .lang_list_class li a[lang=en]:before,
	html[lang=nb] .language-switcher-wrapper .lang_list_class li a[lang=nb]:before{
		height: 20.3px;
		width: 16px;
	}


	html[lang=en] .language-switcher-wrapper .lang_list_class li a[lang=nb]:before{
		height: 18px;
		width: 19px;
	}


	html[lang=nb] .language-switcher-wrapper .lang_list_class li a[lang=en]:before{
		height: 18px;
		width: 16.2px;
	}


	.language-switcher-wrapper .lang_list_class li a[lang=en]:before {
		content: "EN";
	}


	.language-switcher-wrapper .lang_list_class li a[lang=nb]:before {
		content: "NO";
	}

	.mobile-content-wrapper {
		display: none !important;
	}

	.custom-menu-primary .hs-menu-wrapper>ul li.active>a{
		font-weight: 700;
	}

	.custom-menu-primary .hs-menu-wrapper>ul .hs-item-has-children {
		position: relative;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul li a{
		width: 100%;
		padding-bottom: 4px;
	}


	.lp	header.header {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.custom-header-wrapper.lp {
		padding-top: 29px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a:hover {
		-webkit-text-decoration: underline;
		text-decoration: underline;
	}

}

@media screen and (min-width: 1280px) {
	header .header-bottom-right{
		gap: 4rem;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		gap: 2rem;
	}
	header .header-button-wrapper {
		gap: 2rem;
	}
	header .get-started-button a {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		height: 3rem;
	}
}

@media screen and (max-width: 1279px) {
	header .book-demo a,
	header .get-started-button a {
		padding-left: 1rem;
		padding-right: 1rem;
		height: 2.5rem;
	}
}



@media screen and (max-width: 1039px) {
	.custom-header-wrapper {
		min-height: 81px;
	}
	.top-header {
		display: none !important;
	}

	.custom-menu-primary {
		display: none;
	}

	.header-inner .header-button-wrapper {
		display: none;
	}

	.menu-bar-wrapper {
		display: block;
	}

	.menu-bar-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		display: flex;
		margin-left: 0.75rem;
	}

	.menu-bar {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		white-space: nowrap;
		vertical-align: middle;
		outline: 2px solid transparent;
		outline-offset: 0;
		line-height: 1;
		border-radius: 4px;
		font-weight: 500;
		transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
		transition-duration: 200ms;
		height: 2.5rem;
		min-width: 2.5rem;
		font-size: 16px;
		padding-left: 14px;
		padding-right: 14px;
		color: #311177;
		background: #f7f4fe;
		border: 2px solid #6222ee;
		flex: none;
		cursor: pointer;
	}
	.menu-bar:hover {
		height: 2.5rem;
		padding-left: 13px;
		padding-right: 13px;
		background: #f7f4fe;
		border-width: 3px;
		box-shadow: 0px 4px 10px rgb(98 34 238 / 25%);
	}
	.menu-bar span {
		display: inline-flex;
		align-self: center;
		flex-shrink: 0;
		margin-left: 0.5rem;
	}

	.menu-bar span img {
		display: block;
		max-width: 100%;
		width: 0.75rem;
		height: 0.75rem;
	}

	.mobile-content-wrapper {

		flex-direction: column;
		background: #fcfcfc;
		border-top: 1px solid #f3f3f3;
		bottom: 0px;
		color: #ffffff;
		left: 0px;
		margin: 0px;
		position: absolute;
		padding: 1.5rem 15px;
		right: 0px;
		top: 5rem;
		z-index: 2000;
		min-height: 100vh;
	}

	.mobile-content-wrapper .header-button-wrapper {
		display: flex;
		justify-content: space-around;
		gap: 1rem;
	}
	header .mobile-content-wrapper .book-demo,
	header .mobile-content-wrapper .get-started-button {
		max-width: 222px;
		width: 100%;
	}
	header .mobile-content-wrapper .book-demo a {
		max-width: 222px;
		font-size: 14px;
		padding: 4px 0px;
		width: 100%;
	}

	header .mobile-content-wrapper .get-started-button a {
		background: #f7f4fe;
		color: #4e1bbe;
		max-width: 222px;
		width: 100%;
		padding: 4px 0px;
	}
	header .mobile-content-wrapper .get-started-button a:hover { 
		color: #4e1bbe;
		background: #e7defc;
	}
	.custom-mobile-menu {
		color: #1d152f;
		margin-top: 2rem;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li {
		border-bottom: 1px solid #f3f3f3;
		display: flex;
		display: block;
		align-items: center;
		width: 100%;
		outline: transparent solid 2px;
		outline-offset: 2px;
		transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
		transition-duration: 200ms;
		font-size: 1.125rem;
		text-align: left;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li > a {
		flex: 1 1 0%;
		color: #3d3749;

		line-height: 1.7;
		padding: 1.5rem 1rem;
		width: 100%;
		display: block;
		font-size: 13px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul >li.hs-item-has-children > a {
		font-size: 0.9375rem;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li > a {

	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > a:hover,
	.custom-mobile-menu .hs-menu-wrapper>ul ul li a:hover {
		text-decoration:underline;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
		letter-spacing:normal;
	}
	.custom-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
		background: rgb(0 0 0 / 4%);
		text-decoration:none;
	}

	.custom-mobile-menu .hs-menu-wrapper>ul ul {
		display: none;
		opacity: 1;

		padding: 0 0 1rem;
		width: 100%;
	}


	.custom-mobile-menu .hs-menu-wrapper>ul>li svg .custom-mobile-menu .hs-menu-wrapper>ul ul {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.custom-mobile-menu .hs-menu-wrapper>ul ul li a {
		transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
		transition-duration: 150ms;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		cursor: pointer;
		text-decoration: none;
		outline-style: solid;
		outline-width: 1px;
		margin: 0px;
		padding: 1rem 1rem 1.25rem;
		min-width: 0px;
		font-family: Graphik Web,sans-serif;
		outline-offset: 2px;
		outline-color: #00000000;
		letter-spacing: 0.1px;
		font-weight: 700;
		display: block;
		font-size: 13px;
		line-height: 1.7;
		color: #311177;
	}
	.custom-mobile-menu .hs-menu-wrapper>ul>li svg {
		display: block;
		vertical-align: middle;
		overflow: hidden;
		stroke: none;
		width: 24px;
		min-width: 24px;
		height: 24px;
		color: #6222ee;
		font-size: 12px;
		display: inline-block;
		position: absolute;
		right: 31px;
		cursor: pointer;
	}

	.custom-mobile-menu .hs-menu-wrapper>ul>li>a.child-open svg {
		transform: rotate(180deg);
	}

	.menu-bar-button .close-icon {
		display: none;
	}

	.menu-open .menu-bar-button .menu-bar-icon {
		display: none;
	}

	.menu-open .menu-bar-button .close-icon {
		display: block;
	}
	.menu-open .menu-bar {
		color: #4e1bbe;
		border: none;
		padding-left: 16px;
		padding-right: 16px;
		box-shadow: none;
	}
	.menu-open .menu-bar:hover {
		background: #e7defc;
		box-shadow: none;
	}


	.lang_switcher_class ul {
		padding: 27px 15px;
	}

	html[lang=en] .language-switcher-wrapper .lang_list_class li a[lang=nb]:before,
	html[lang=nb] .language-switcher-wrapper .lang_list_class li a[lang=en]:before {
		font-size: 18px;
		font-weight: 400;  
	}


	body.menu-open {
		height: 100%;
		overflow: hidden;
		position: fixed;
		width: 100%;
	}

	.mobile-content-wrapper {
		overflow: scroll;
	}

	.menu-open .menu-bar:focus {
		background: #f7f4fe;
		color: #4e1bbe;
		border-color: #f7f4fe;
		outline-color: #f7f4fe;
	}
	.menu-open .menu-bar:active {
		background: #6222ee;
		color: #ffffff;
	}

	.menu-open .menu-bar:focus {
		outline: solid 4px #4e1bbe;
		background: #e7defc;
	}


	.custom-mobile-menu .hs-menu-wrapper>ul ul li a {
		font-weight: 400;
	}
	.custom-mobile-menu .hs-menu-wrapper>ul ul li:active a {
		font-weight: 700;
	}
	.get-started-button a:focus {
		background: #e7defc;
		outline: solid 4px;
	}
	.get-started-button a:active {
		background: #6222ee;
		color: #ffffff;
	}

	header .mobile-content-wrapper .book-demo a:focus {
		background: #4e1bbe;
		outline-style: solid;
		outline-width: 4px;
		outline-color: #e7defc;
	}
	header .mobile-content-wrapper .book-demo a:active {
		background: #311177;
		box-shadow: rgb(98 34 238 / 15%) 0px 2px 10px;
	}



	.login-wrapper {
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		display: flex;
		display: block;
		font-size: 1.125rem;
		outline: 2px solid transparent;
		outline-offset: 2px;
		text-align: left;
		transition-duration: .2s;
		transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
		width: 100%;
	}

	header .login-wrapper a {
		color: #3d3749;
		font-size: 13px;
		line-height: 1.7;
		padding: 1.5rem 1rem;
		width: 100%;
		padding-bottom: 49px;
		padding-top: 27px;
		justify-content: start;
		display: inline-block;
	}


	header .login-wrapper a:hover {
		text-decoration: underline;
	}

	.language-switcher-wrapper {
		padding: 1.5rem 15px;
	}
	html[lang=en] .language-switcher-wrapper .lang_list_class li a[lang=en]:before,
	html[lang=nb] .language-switcher-wrapper .lang_list_class li a[lang=nb]:before {
		font-size: 18px;
		font-weight: 400;
	}

	.custom-mobile-menu .hs-menu-wrapper>ul>li>a {
		padding-bottom: 25px;
		padding-top: 28px;
	}
	.custom-mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
		padding-bottom: 24px;
		padding-top: 24px;
	}




	html[lang=en] .language-switcher-wrapper .lang_list_class li:first-child:before,
	html[lang=nb] .language-switcher-wrapper .lang_list_class li:last-child:before {
		margin: 0 5px 0 8px;
		position: relative;
		top: -1px;
	}

	.menu-bar span img.light {
		display: none;
	}
	header .login-wrapper a {
		padding: 28px 1rem 25px;
		height: auto;
		font-weight: 400;
		letter-spacing: 0.1px;
	}

	.mobile-content-wrapper {
		min-height: calc(100vh - 80px);
	}

	.custom-header-wrapper.lp header.header {
		padding-bottom: 22px;
		padding-top: 23px;
	}
}

@media screen and (max-width: 767px) {
	header .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.custom-header-wrapper {
		min-height: 89px;
	}
	.custom-header-wrapper.lp header.header {
		padding-bottom: 26px;
		padding-top: 27px;
	}

}
footer.footer {
	padding-bottom: 50px;
	padding-top: 50px;
	background: #1D152F;
	border-bottom: 1px solid #1D152F;
	position: relative;
	overflow: hidden;
	z-index:9;
}

footer.footer .overlay {
	background-color: #ee225b;
	border-radius: 9999px;
	-webkit-filter: blur(75px);
	filter: blur(75px);
	height: 565px;
	opacity: 0.1;
	position: absolute;
	width: 565px;
	pointer-events: none;
	left: -265px;
	top: 193px;
	background-color: #6222ee;
}

footer.footer .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: static;
}


footer.footer .left_sec {
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	padding-right: 0px;
}

footer.footer .right_sec {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 4rem;
	padding-left: 0px;
}

footer.footer h4 {
	font-size: 0.9375rem;
	line-height: 1.3;
	color: #c8b2f9;
	margin-bottom: 1rem;
}


.cm-socail-share{
	max-width: 565px;
	margin-bottom: 4rem;
}


.ft-social-icons .ft-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.ft-social-icons a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	fill: #efe9fd;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	-webkit-text-decoration: none;
	text-decoration: none;
	color: #efe9fd;
	white-space: nowrap;
}

.ft-social-icons a:hover{
	color: #c8b2f9;
	fill: #c8b2f9;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}


.ft-social-icons a .ft-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 0.5rem;
}

.ft-social-icons a svg {
	display: block;
	vertical-align: middle;
	overflow: hidden;
	stroke: none;
	width: 24px;
	min-width: 24px;
	height: 24px;
	fill: inherit;
}

.ft-social-icons a p{
	color: inherit;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 12px;
	text-align: center;
	line-height: 1.7;
	margin: 0;
}


.ft-form-sec {
	max-width: 565px;
}

.ft-form-content p {
	margin: 0;
	color: #efe9fd;
	margin-bottom: 1.5rem;
}

.ft-form-content h4 {
	font-size: 0.9375rem;
	line-height: 1.3;
	color: #c8b2f9;
	margin-bottom: 1rem;
}

.ft-form form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.75rem;
}

.ft-form form .hs-input {
	width: 100%;
	padding: 0.75rem 23px;
	height: 4rem;
	margin: 0;
}

.ft-form form .hs-input:focus {
	position: relative;
	z-index: 1;
}

.ft-form form .hs-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	outline: 2px solid transparent;
	outline-offset: 0;
	line-height: 1;
	border-radius: 4px;
	font-weight: 500;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: 200ms;
	box-sizing: border-box;
	border-color: transparent;
	height: 4rem;
	min-width: 10rem;
	font-size: 14px;
	background: #6222ee;
	color: #ffffff;
	background-color: #6222ee;
	margin-left: 0px;
	margin-top: 1rem;
	padding: 0px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	margin: 1rem 0 0;
}



.ft-form form .hs-form-field {
	margin: 0;
}

.ft-form form .hs-form-field>label {
	display: none;
}




.ft-copyright p {
	font-size: 0.8125rem;
	color: #e7defc;
	line-height: 1.7;
	margin: 0;
}

.ft-copyright p a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	color: #e7defc;
	letter-spacing: .1px;
	font-weight: 500;
}

.ft-copyright p a:hover {
	color: #c8b2f9;
}


footer.footer .ft-menu-sec {
	min-width: 220px;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

footer.footer .cm-address-sec {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 30px;
}

.ft-menu .hs-menu-wrapper > ul > li {
	margin-bottom: 0.5rem;
}

.ft-menu .hs-menu-wrapper > ul > li > a {
	font-size: 1.125rem;
	line-height: 1.7;
	letter-spacing: normal;
}

.ft-menu .hs-menu-wrapper > ul > li > a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.ft-menu .hs-menu-wrapper > ul > li > ul > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #efe9fd;
	margin-bottom: 0.5rem;
}

.ft-menu .hs-menu-wrapper > ul > li > ul > li svg {
	display: block;
	vertical-align: middle;
	overflow: hidden;
	stroke: currentcolor;
	width: 9px;
	min-width: 9px;
	height: 9px;
	color: #b0b0b0;
	margin-right: 10px;
	margin-top: 2px;
	fill: none;
}

.ft-menu .hs-menu-wrapper > ul > li > ul > li > a {
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: normal;
}

.ft-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.ft-contact-details .ft-address {
	color: #efe9fd;
	font-size: 15px;
	margin-bottom: 1rem;
	margin-top: 0;
}

.ft-contact-details .ft-email {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	font-size: 15px;
	font-weight: 500;
}


.ft-menu .hs-menu-wrapper>ul>li>ul>li .cs-bg-ic{
	margin-left: 0.5rem;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
}

.ft-menu .hs-menu-wrapper>ul>li>ul>li .cs-bg-in{
	border-color: #6222ee;
	border-width: 3px;
	color: #f5f2ff;
	margin-top: -3px;
	margin-bottom: -3px;
	padding-top: 0px;
	padding-bottom: 0.1em;
	white-space: nowrap;
	border-radius: 0.375rem;
	background-color: #6222ee;
	border-style: solid;
}

.ft-contact-details {
	font-size: 16px;
}

.ft-form .submitted-message {
	color: inherit;
}



@media (min-width: 768px){

	footer.footer {
		padding-bottom: 5rem;
		padding-top: 5rem;
	}

	footer.footer .right_sec{
		-webkit-box-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-left: 0px;
	}

	footer.footer h4{
		font-size: 1.125rem;
	}
	.ft-social-icons a p{
		font-size: 0.9375rem;
		line-height: 1.7;
	}

	.ft-form-content h4{
		font-size: 1.125rem;
	}

	.ft-form form .hs-button{
		margin-left: 1rem;
		margin-top: 0px;
		width: auto;
		margin-bottom: 0;
	}

	footer.footer .ft-menu-sec{
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	footer.footer .cm-address-sec{
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-top: 0px;
	}

	.ft-menu .hs-menu-wrapper>ul>li>ul>li .cs-bg-in{
		padding-top: 0px;
	}

	.ft-form form .hs_email.hs-email {
		width: calc(100% - 176px);
	}

	.ft-form form .hs_error_rollup {
		flex: 0 0 100%;
		order: 3;
	}

}


@media (min-width: 1040px){

	footer.footer{
		padding-bottom: 7.5rem;
		padding-top: 7.5rem;
	}

	footer.footer .overlay{
		height: 743px;
		width: 743px;
		left: 80px;
		top: 112px; 
	}

	footer.footer .container {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	footer.footer .left_sec {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 30px;
	}

	footer.footer .right_sec{
		-webkit-box-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-top: 0px;
		padding-left: 30px;
	}

	.ft-menu .hs-menu-wrapper>ul>li>ul>li .cs-bg-in{
		padding-top: 0.1em;
		padding-bottom: 0.25em;
	}

}

@media (max-width: 767px){

	footer.footer .container {
		padding-left: 45px;
		padding-right: 45px;
	}

	.ft-form form .hs-form-field, 
	.ft-form form .hs_submit.hs-submit {
		width: 100%;
	}
}
/* Menu and simple menu */

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


/* Vertical menu */
.product-banner .cm-btn a:before {
  background-image: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/images/phone-number.svg);
}

/*=========== contact Page ===========*/

.col-6 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}


.contact-sec-wrap {
  position: relative;
}

.contact-sec-wrap .overlay {
  background: #F5F2FF;
  display: none;
  height: 100%;
  left: 50%;
  position: absolute;
  right: 0px;
  z-index: -10;
}

.contact-sec-wrap .contact-sec {
  padding-top: 60px;
}



.contact-sec-wrap .left_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1D152F;
  padding-bottom: 2.5rem;
  padding-left: 20px;
  padding-right: 20px;

}

.contact-sec-wrap .right_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1D152F;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2.5rem;
  background: #F5F2FF;
}


.contact_left_sec .hs_cos_wrapper_type_rich_text h2 {
  margin: 0;
}

.contact_left_sec .hs_cos_wrapper_type_rich_text > p {
  margin-top: 10px;
  margin-bottom: 0;
}

.contact_left_sec .hs_cos_wrapper_type_rich_text ul {
  margin-top: 20px;
}

.contact_left_sec .hs_cos_wrapper_type_rich_text ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 0.9375rem;
}

.contact_left_sec .hs_cos_wrapper_type_rich_text ul li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DDDDDD;
  border-radius: 100%;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  margin-right: 10px;
}

.contact_left_sec .hs_cos_wrapper_type_rich_text ul li:before {
  display: none;
}

.contact_left_sec .hs_cos_wrapper_type_rich_text ul li div svg {
  display: block;
  vertical-align: middle;
  overflow: hidden;
  stroke: none;
  width: 11px;
  min-width: 11px;
  height: 11px;
  color: #712FFF;
  margin-left: 3px;
}

.contact_left_sec .hs_cos_wrapper_type_rich_text ul li p {
  font-size: 0.8125rem;
  margin: 0;
}


.contact_right_sec .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 5px;
  line-height: 1.73;
}

.contact_right_sec .hs_cos_wrapper_type_rich_text p {
  border: 0;
  border-bottom-width: 1px;
  border-color: #DDDDDD;
  margin-bottom: 18px;
  padding-bottom: 2.5rem;
  border-style: solid;
  margin-top: 0;
}



.contact_right_sec .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 5px;
  line-height: 1.73;
}

.contact_right_sec .hs_cos_wrapper_type_rich_text p {
  border: 0;
  border-bottom-width: 1px;
  border-color: #DDDDDD;
  margin-bottom: 18px;
  padding-bottom: 2.5rem;
  border-style: solid;
  margin-top: 0;
}

.contact_right_sec form textarea {
  resize: none;
  height: auto;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0.75rem;
  min-height: 104px;
  border-color: #E0DBEE;
}


.contact_right_sec form .hs-form-booleancheckbox {
  margin-top: 1.875rem;
}

.contact_right_sec form .hs-form-booleancheckbox label {
  font-weight: 400;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: #1D152F;
}

.contact_right_sec form .hs-form-booleancheckbox label input[type=checkbox] {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}

.contact_right_sec form .hs-form-booleancheckbox label > span {
  font-size: 1rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  position: relative;
}

.contact_right_sec form .hs-form-booleancheckbox label > span:before {
  border: 2px solid;
  border-radius: 0.1875rem;
  border-color: #4e1bbe;
  color: #4e1bbe;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  margin-right: 0.5rem;
  background-image:none;
  background-size: cover;
  background-position: center;
}

.contact_right_sec form .hs-form-booleancheckbox label input[type=checkbox]:checked + span:before{
  background-color: #4e1bbe;
  border-color: #4e1bbe;
  color: #ffffff;
  background-image: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/images/check-icon.png);
  background-size: 14px 11px;
  background-repeat: no-repeat;
}

.contact_right_sec form .hs-richtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 1.875rem;
  margin-bottom: 0;
  font-size: inherit;
}

.contact_right_sec form .hs-richtext img {
  height: 1.25rem;
  margin-right: 12px;
  margin-top: 8px;
  width: 1.25rem;
}

.contact_right_sec form .hs-richtext p {
  font-size: 0.9375rem;
  color: #3d3749;
  line-height: 1.7;
  margin: 0;
}

.contact_right_sec .hs_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

.contact_right_sec form .hs_submit .hs-button {
  margin: 0;
  width: 100%;
  padding-left: 37px;
}

.contact_right_sec form .hs_submit .actions {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 230px;
}

.contact_right_sec form .hs_submit .actions:before {
  content: "";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  width: 13px;
  min-width: 13px;
  height: 13px;
  background-image: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/images/phone_icon_white.svg);
  background-size: cover;
  background-position: center;
  left: 66px;
}

html[lang=nb] .contact_right_sec form .hs_submit .actions:before {
  left: 56px;
}

.watch-our-demo-video-wrap form .hs-form-booleancheckbox label input[type=checkbox]:checked + span:before{
  background-image: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/images/check-icon.png);
}

.watch-our-demo-video-wrap form select.hs-input {
  background-image: url(https://7214311.fs1.hubspotusercontent-na1.net/hubfs/7214311/raw_assets/public/Equalitycheck_January2023/images/dropdown-arrow.png);
}




/* ================home-page Header================ */

.home-page-wrap header.header {
  border: none;
}




/* ================home page content================ */

.home-page {
  background-color: #fcfcfc;
  overflow: hidden;
}

.home-page-wrap .custom-header-wrapper {
  min-height: auto;
}




.website-v2-bnr .banner-wrap.cm-pd-diff .cm-row {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.website-v2-bnr .banner-wrap.cm-pd-diff .container {
  max-width: 1440px;
}
.cm-table {
  overflow-x: auto;
}


/*================= website-v2 =================*/

.website-v2-sec1 .widget-type-rich_text {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.website-v2-sec1 .widget-type-rich_text p {
  white-space: pre-line;
}

.website-v2-sec1 .widget-type-rich_text > .hs_cos_wrapper_type_rich_text {
  width: 620px;
  max-width: 100%;
}

.website-v2-bnr .banner-wrap.cm-pd-diff {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.banner-area-wrap * {
  min-height: auto !important;
}


/*========= Css 2 =========*/
mux-player {
  aspect-ratio: 16 / 9;
  --seek-backward-button: none;
  --seek-forward-button: none;
  --bottom-controls: none;
}

.product-inner-page .hs_cos_wrapper_type_header h2 {
  margin: 0;
}

.product-inner-page .acc_with_image_wrap.style2 {
  margin-top: calc(11rem * -1);
}

.website-v2-page .hs_cos_wrapper_type_rich_text h3 {
  margin: 0;
  line-height: 1.73;
}

.website-v2-page .hs_cos_wrapper_type_rich_text h4 {
  line-height: 1.38376;
  margin-bottom: 12px;
}


/*==================================================== 
====================Media Query======================
====================================================*/


@media screen and (min-width: 768px){
  .col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .contact-sec-wrap .overlay{
    display: block; 
  }

  .contact-sec-wrap .contact-sec{
    padding-bottom: 20px;
    padding-top: 60px;
    padding-left: 2.5rem;      
    padding-right: 2.5rem;

  }
  .contact-sec-wrap .left_sec {
    padding-right: 30px;
    padding-left: 0px
  }

  .contact-sec-wrap .right_sec {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 0px;
  }

  .contact-sec-wrap .left_sec .left_sec_in {
    max-width: 565px;
  }

  .contact-sec-wrap .right_sec .right_sec_in {
    max-width: 440px;
  }
  .contact_left_sec .hs_cos_wrapper_type_rich_text p{
    margin-top: 15px;
  }
  .contact_left_sec .hs_cos_wrapper_type_rich_text ul{
    margin-top: 30px;
  }

  .contact_right_sec .hs_cos_wrapper_type_rich_text h3{
    line-height: 1.619;
  }

  .website-v2-bnr .banner-wrap.cm-pd-diff {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .website-v2-page .hs_cos_wrapper_type_rich_text h3 {
    line-height: 1.619;
  }

  .website-v2-page .hs_cos_wrapper_type_rich_text h4 {
    line-height: 1.2;
  }
}


@media screen and (min-width: 1040px){
  .contact-sec-wrap .contact-sec{
    padding-bottom: 8rem;
    padding-top: 150px;
    padding-left: 5rem;      
    padding-right: 5rem;

  }
  .contact_left_sec .hs_cos_wrapper_type_rich_text p{
    margin-top: 20px;
  }
  .contact_left_sec .hs_cos_wrapper_type_rich_text ul{
    margin-top: 2.5rem;
  }

  .contact_right_sec .hs_cos_wrapper_type_rich_text h3{
    line-height: 1.5;
  }

  .home_sec3 .logos-group.style1{
    padding-bottom: 7rem;
  }

  .home-page-wrap header .custom-header-purple-logo {
    display: none;
  }

  .home-page-wrap header .custom-header-white-logo {
    display: block;
  }

  .home-page-wrap .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .home-page-wrap .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
    color: #f9f9f9;
  }

  .home-page-wrap header .login-wrapper a {
    color: #f9f9f9;
  }

  .home-page-wrap header .login-wrapper a svg {
    fill: #a17af5;
  }
  .home-page-wrap .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover,
  .home-page-wrap .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:focus{
    color: #a17af5;
  }

  .website-v2-bnr .banner-wrap.cm-pd-diff {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }

  html[lang=en] .home-page-wrap .language-switcher-wrapper .lang_list_class li a[lang=en]:before {
    color: #a17af5 !important;
  }

  html[lang=en] .home-page-wrap .language-switcher-wrapper .lang_list_class li a[lang=nb]:before {
    color: #ffffff !important;
  }


  html[lang=nb] .home-page-wrap .language-switcher-wrapper .lang_list_class li a[lang=en]:before {
    color: #ffffff !important;
  }

  html[lang=nb] .home-page-wrap .language-switcher-wrapper .lang_list_class li a[lang=nb]:before {
    color: #a17af5 !important;
  }

  .website-v2-page .hs_cos_wrapper_type_rich_text h3 {
    line-height: 1.5;
  }

  .website-v2-page .hs_cos_wrapper_type_rich_text h4 {
    line-height: 1.73;
  }

  .home-page-wrap header .login-wrapper a:hover {
    color: #A17AF5;
  }

  .home-page-wrap header .login-wrapper a:hover svg {
    fill: #a17af5;
  }
}

@media (max-width: 1039px){

  body:not(.menu-open) .home-page-wrap .menu-bar {
    background: #6222ee;
    color: #ffffff;
    border: none;
    padding: 0 16px;
  }
  body:not(.menu-open) .home-page-wrap .menu-bar:hover {
    background: #4e1bbe;
    box-shadow: rgb(98 34 238 / 25%) 0px 4px 10px;
  }

  .home-page-wrap .menu-bar span img.light {
    display: block;
  }

  .home-page-wrap .menu-bar span img.dark {
    display: none;
  }



  .menu-open .home-page-wrap .menu-bar-button .menu-bar-icon {
    display: none;
  }
  .menu-open .home-page-wrap .custom-header-wrapper {
    min-height: 81px;
  }

  body:not(.menu-open) .home-page-wrap header .custom-header-purple-logo {
    display: none;
  }

  body:not(.menu-open) .home-page-wrap header .custom-header-white-logo {
    display: block;
  }
  .product_sec1 .content-with-image-wrap .content-with-image:first-child{
    padding-bottom: 2.5rem;
    padding-top: 60px;
  }

  .product_sec3 .content-with-image-wrap .content-with-image:last-child{
    padding-bottom: 60px;
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px){
  .menu-open .home-page-wrap .custom-header-wrapper {
    min-height: 89px;
  }
  .product_sec1 .content-with-image-wrap .content-with-image:first-child{
    padding-bottom: 25px;
    padding-top: 20px;
  }

  .product_sec3 .content-with-image-wrap .content-with-image:last-child{
    padding-bottom: 20px;
    padding-top: 25px;
  }
}

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

.hs-menu-item.hs-menu-depth-2 a{
color:#6222ee!important;
}


.hs-menu-item.hs-menu-depth-2:hover{
  cursor:pointer;
  text-decoration:underline;
}

.subMenuUnderTitle{
  color:#7D7788!important;
  line-height:1.8;
}