*, *: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;
}

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

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

.banner-section .dnd-section {
    margin: 0px;
    padding: 0px;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	background-color: #f4f5f5;
	color: #303b40;
	font-weight: 400;
	text-transform: none;
	line-height: 1.65;
}

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

/* Paragraphs */

p {
	margin-bottom: 0.5em;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

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

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

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}
button,
.button ,form input[type=submit], form .hs-button {
	font-weight: 600;
	color: #FFFFFF;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: #D14769;
	border: 1px solid transparent;
	background: #55555e;
	cursor: pointer;
	-webkit-appearance: button;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.5;
	background-color: #D4427C;
	height: 100%;
	width: auto;
	border-radius: 8px;
	margin: 10px 0px;
}

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 label {
	display: inline-block;
	font-size: 0.875rem;
	margin-bottom: 0.35rem;
}

/* 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 {
	color: #303B40;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #D8D8D8;
	padding: 10px 15px;
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ccc;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	text-transform: none;
	border-radius: 8px;
	width: 100%;
	outline:0px;
}

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,
.hs-error-msgs label{
	color: #EF6B51;
	margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit], form .hs-button {
	font-weight: 600;
	color: #FFFFFF;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: #D14769;
	border: 1px solid transparent;
	background: #55555e;
	cursor: pointer;
	-webkit-appearance: button;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.5;
	background-color: #D4427C;
	height: 100%;
	width: auto;
	border-radius: 8px;
	margin: 10px 0px;
}

/* 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;
}
.main-hdr-wrp .custom-header {
	will-change: transform;
	transform: translateY(0%);
	padding: 0px 45px 0px 45px;
	z-index: 999;
	right: 0;
	left: 0;
	top: 0;
	position: fixed;
	-webkit-transition: background-color .8s ease-in-out, transform .5s ease-in-out;
	-moz-transition: background-color .8s ease-in-out, transform .5s ease-in-out;
	-o-transition: background-color .8s ease-in-out, transform .5s ease-in-out;
	transition: background-color .8s ease-in-out, transform .5s ease-in-out;
	width: 100%;
}

.main-hdr-wrp .hide-nav-bar.follow .custom-header {
	transform: translateY(-100%);
}

.main-hdr-wrp .follow .custom-header {
	transform: translateY(0%);
}

.main-hdr-wrp .main-section .cm-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

.main-hdr-wrp .custom-header > .header__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-hdr-wrp .cm-row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-hdr-wrp .main-column {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}



.main-hdr-wrp .login-link {
	position: relative;
	max-width: 100%;
	width: auto;
	align-self: center;
	line-height: 1;
}


.main-hdr-wrp .header-button-wrapper {
	position: relative;
	max-width: 100%;
	width: auto;
}

.main-hdr-wrp .header-button-wrapper a {
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	padding: 12px 24px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	font-weight: 600;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-radius: 16px 16px 16px 16px;
}
.main-hdr-wrp .header__logo {
	width: 100%;
}


.main-hdr-wrp .header__logo img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	width: 282px !important;
}

.main-hdr-wrp .icon {
	display: inline-block;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #818a91;
	font-size: 50px;
	text-align: center;
}

.main-hdr-wrp .mobile-menu-social-icons a:hover {
	opacity: .9;
	color: #fff;
}

.main-hdr-wrp .icon i, 
.main-hdr-wrp .icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.main-hdr-wrp .fa-user-circle:before {
	content: "\f2bd";
}

.main-hdr-wrp .icon i:before, 
.main-hdr-wrp .icon svg:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-hdr-wrp .desktop-menu-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-content: center;
	align-items: center;
}

.main-hdr-wrp .menu-close-icon {
	display: none;
}

.main-hdr-wrp .fa-facebook-f:before {
	content: "\f39e";
}

.main-hdr-wrp .fa-twitter:before {
	content: "\f099";
}

.main-hdr-wrp .fa-linkedin:before {
	content: "\f08c";
}

.main-hdr-wrp .fa-instagram:before {
	content: "\f16d";
}

.main-hdr-wrp .fa-youtube:before {
	content: "\f167";
}

.main-hdr-wrp .fa-linkedin-in:before {
	content: "\f0e1";
}

@media (min-width: 768px) {
	.main-hdr-wrp .desktop-menu-wrapper{
		width: 50%;
		padding:0x;
	}

	.main-hdr-wrp .header__logo {
		width: 25%;
	}
	.main-hdr-wrp  .right-nav-wrapper {
		width: 25%;
		padding: 20px;
	}

}

@media (min-width: 1025px) {
	body .cm-hidden-desktop {
		display: none;
	}
}

@media (max-width: 1440px) {
	.main-hdr-wrp .desktop-menu-wrapper {
		padding: 0;
	}

}


@media (max-width: 1024px) and (min-width: 768px) {
	body .cm-hidden-tablet {
		display: none;
	}
}

@media (max-width: 1024px) {
	.main-hdr-wrp .custom-header {
		padding: 0 20px;
	}

	.main-hdr-wrp .mobile-trigger-wrapper {
		position: relative;
		width: 100%;
	} 

	.main-hdr-wrp .mobile-trigger-wrapper a.icon {
		text-decoration: none;
		font-size: 25px;
		outline: none;
		transition: none;
	}

	.main-hdr-wrp .mobile-trigger-wrapper svg.close {
		display: none;
	}

	.mobile-open .mobile-trigger-wrapper svg.close {
		display: block;
	}

	.mobile-open .mobile-trigger-wrapper svg.open {
		display: none;
	}

	.mobile-open .mobile-trigger-wrapper a.icon {
		font-size: 20px;
	}

	.main-hdr-wrp .login-icon a.icon {
		color: #757575;
		font-size: 30px;
	}

	.main-hdr-wrp .right-nav-wrapper {
		padding: 5px 0px 0px 0px;

	}

	.mobile-open.hide-nav-bar.follow .custom-header {
		transform: translateY(0%);
	}
}

@media (max-width: 767px) {
	body .cm-hidden-phone {
		display: none;
	}
}




/*  */
.main-hdr-wrp  .header__logo {
	padding: 20px 20px 20px 20px;
	align-content: center;
	align-items: center;
}

.main-hdr-wrp  .right-nav-wrapper {
	padding: 20px 20px 20px 20px;
	position: relative;
	flex-wrap: nowrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
}

.main-hdr-wrp .login-link a {
	margin: 0px 40px 0px 0px;
}

.main-hdr-wrp .login-link a {
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	color: #303B40;
}

.main-hdr-wrp .login-link a {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
}


.main-hdr-wrp .custom-header {
	z-index: 999;
	right: 0;
	left: 0;
	top: 0;
	position: relative;
	-webkit-transition: background-color .8s ease-in-out, transform .5s ease-in-out;
	-moz-transition: background-color .8s ease-in-out, transform .5s ease-in-out;
	-o-transition: background-color .8s ease-in-out, transform .5s ease-in-out;
	transition: background-color .8s ease-in-out, transform .5s ease-in-out;
	background-color: #FFFFFF;
}


.main-hdr-wrp  .custom-menu-primary {
	width: 100%;
}

.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper >  ul {
	justify-content: center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	font-size: 18px;
	font-weight: 600;
	color: #303B40;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: rgba(2, 1, 1, 0);
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 20px 20px;
	display: block;
}
.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
	border-color: #D14769;
}


.main-hdr-wrp .login-link a {
	color: #303B40;
	width: 100%;
	display: block;
	font-size:18px;
}

.main-hdr-wrp .header-button-wrapper a {
	fill: #D14769;
	color: #D14769;
}

.main-hdr-wrp .header-button-wrapper a:hover {
	color: #FFFFFF;
	background-color: #D14769;
	border-color: #D14769;
}

.main-hdr-wrp .custom-header>.header__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 96px;
}
.main-hdr-wrp .mobile-menu{
	display:none;
}

@media only screen and (max-width: 1440px){
	.main-hdr-wrp .header__logo{
		padding: 0 !important;
	}
	.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul>li>a{
		margin:10px;
	}
	.header-button-wrapper a {
		padding: 12px 20px;
	}
}

@media only screen and (max-width: 1380px){
	.header-button-wrapper a {
		padding: 12px 20px;
	}
}

@media only screen and (max-width: 1200px){
	.main-hdr-wrp .custom-header {
		padding: 0 30px;
	}
	.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper>ul>li>a {
		font-size: 16px;
	}
	.main-hdr-wrp .header-button-wrapper a {
		padding: 8px 19px;
	}
	.main-hdr-wrp .login-link a {
		width: 100%;
		display: block;
	}
}

@media (max-width: 1024px){
	.main-hdr-wrp .moblie-logo{
		display:none;
	}
	.main-hdr-wrp .desktop-menu-wrapper .cm-hidden-tablet{
		display:block;
	}

	.main-hdr-wrp .desktop-menu-wrapper .cm-hidden-tablet .menu-wrp{
		display:none;
	}
	.main-hdr-wrp .desktop-menu-wrapper .desktop-wrp {
		display: flex !important;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
	.main-hdr-wrp .desktop-menu-wrapper .desktop-wrp img {
		width: 282px !important;
		vertical-align: middle;
		display: inline-block;
		height: auto;
		max-width: 100%;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.main-hdr-wrp .custom-header>.header__container {
		min-height: 70px;
	}
	.main-hdr-wrp .custom-header {
		padding: 0 20px;
	}
	.main-hdr-wrp .right-nav-wrapper{
		padding: 5px 0px 0px 0px;
	}
	.main-hdr-wrp .mobile-menu {
		position: fixed;
		height: 100%;
		width: 100%;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,.8);
		z-index: 9999;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		display: flex;
		pointer-events: none;
		background-color: transparent;
		-webkit-user-select: auto;
		-moz-user-select: auto;
		user-select: auto;
		justify-content: center;
		align-items: center;
		pointer-events: all;
		display:none;
	}
	.mobile-open .mobile-menu {
		display: flex!important;
	}
	.main-hdr-wrp .mobile-menu .nav-menu--main .hs-menu-wrapper>ul li ul{
		display: none !important;
	}
	.main-hdr-wrp .mobile-menu .inner-wrp {
		background-color: #fff;
		width: auto;
		overflow: visible;
		max-width: 100%;
		max-height: 100%;
		border-radius: 0;
		box-shadow: none;
		pointer-events: all;
		margin: 0px 0px 0px 0px;
	}

	.main-hdr-wrp .mobile-menu .main-wrp {
		width: 100vw;
		padding: 0px 0px 0px 0px;
		height: 100vh;
		align-items: flex-start;
		max-width: 100vw;
		max-height: 100vh;
		overflow: auto;
		display: flex;
	}

	.main-hdr-wrp .mobile-menu .inner-main-wrp {
		width: 100%;
	}

	.main-hdr-wrp .mobile-menu .top-section {
		padding: 0 20px !important;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #FFFFFF;
	}

	.main-hdr-wrp .mobile-menu .top-section .min-height-wrp {
		min-height: 70px;
		display: flex;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		flex-wrap: wrap;
		align-items: center;
	}

	.main-hdr-wrp .mobile-menu .top-section .flx-wrp {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.main-hdr-wrp .mobile-menu .top-section .left-wrp {
		width: 40%;
	}

	.main-hdr-wrp .mobile-menu .top-section .mid-wrp {
		width: 20%;
	}

	.main-hdr-wrp .mobile-menu .top-section .right-wrp {
		width: 40%;
	}

	.main-hdr-wrp .mobile-menu .top-section .left-wrp .innwr-wrp {
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
	}

	.main-hdr-wrp .mobile-menu .top-section .left-wrp .innwr-wrp a {
		display: inline-block;
		line-height: 1;
		transition: all .3s;
		font-size: 50px;
		text-align: center;
		color: #D14769;
		width: 100%;
	}

	.main-hdr-wrp .mobile-menu .top-section .left-wrp .innwr-wrp a svg {
		width: 1em;
		height: 1em;
		position: relative;
	}

	.main-hdr-wrp .mobile-menu .top-section .mid-wrp .innwr-flx-wrp {
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		display: flex;
		align-content: center;
		align-items: center;
		height: 100%;
	}

	.main-hdr-wrp .mobile-menu .top-section .mid-wrp .innwr-flx-wrp img {
		width: 282px !important;
		vertical-align: middle;
		display: inline-block;
		height: auto;
		max-width: 100%;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.main-hdr-wrp .mobile-menu .top-section .right-wrp .innerright-flx-wrp {
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		height: 100%;
		display: flex;
		align-content: center;
		align-items: center;
	}

	.main-hdr-wrp .mobile-menu .top-section .right-wrp .innerright-flx-wrp .main-icon-wrp {
		text-align: center;
		width: 100%;
	}

	.main-hdr-wrp .mobile-menu .top-section .right-wrp .innerright-flx-wrp a.elementor-icon {
		display: inline-block;
		line-height: 1;
		transition: all .3s;
		font-size: 50px;
		text-align: center;
		color: #757575 !important;
	}

	.main-hdr-wrp .mobile-menu .top-section .right-wrp .innerright-flx-wrp a.elementor-icon i.far.fa-user-circle {
		width: 1em;
		height: 1em;
		position: relative;
		display: block;
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}

	.main-hdr-wrp .mobile-menu .top-section .right-wrp .innerright-flx-wrp a.elementor-icon :before {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		content: "\f2bd";
	}

	.main-hdr-wrp .mobile-menu .btm-section-pd {
		padding: 40px 20px 40px 20px;
	}

	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp {
		min-height: 75vh;
		flex-wrap: wrap;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		width: 100%;
		display: flex;
	}

	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp .flx-pd {
		padding: 20px 20px 20px 20px;
		width: 100%;
	}

	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp .inner-pd {
		padding: 10px;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		display: flex;
		align-content: space-around;
		height: 100%;
	}

	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp .inner-pd .top-wrp {
		margin-bottom: 20px;
		width: 100%;
	}

	.main-hdr-wrp .mobile-menu .nav-menu--main .hs-menu-wrapper > ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height: normal;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	.main-hdr-wrp .mobile-menu .nav-menu--main .hs-menu-wrapper > ul > li {
		margin-bottom: 30px;
	}

	.main-hdr-wrp .mobile-menu .nav-menu--main .hs-menu-wrapper > ul > li > a {
		color: #303B40;
		font-size: 18px;
		font-weight: 600;
		justify-content: center;
		padding: 13px 20px;
		line-height: 20px;
		display: flex;
		align-items: center;
	}

	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp .inner-pd .mid-wrp {
		margin-bottom: 20px;
		width: 100%;
	}

	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp .inner-pd .mid-wrp a {
		fill: #EF4E8E;
		color: #EF4E8E;
		background-color: #FFFFFF;
		border-style: solid;
		border-color: #EF4E8E;
		font-weight: 600;
		border-width: 3px 3px 3px 3px;
		border-radius: 16px 16px 16px 16px;
		font-size: 16px;
		padding: 15px 30px;
		width: auto;
		text-align: center;
		transition: all .3s;
		display: inline-block;
		line-height: 1;
		text-align: center;
		transition: all .3s;
	}

	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp .inner-pd .mid-wrp .inner-btn-wrp > div {
		width: 100%;
		text-align: center;
	}
	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp .inner-pd 
	.btm-wrp {
		width: 100%;
	}

	.main-hdr-wrp .mobile-menu .social-icons-wrapper {
		display: inline-block;
		width: 100%;
		word-spacing: 11px;
		text-align: center;
	}

	.main-hdr-wrp .mobile-menu .social-icons-wrapper .item {
		display: inline-block;
		margin-bottom: 0;
		word-break: break-word;
	}

	.main-hdr-wrp .mobile-menu .social-icons-wrapper .item a {
		color: #D14769;
		font-size: 30px;
		line-height: 30px;
		border-radius: 10%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		cursor: pointer;
		text-align: center;
		width: 60px;
		height: 60px;
	}
	.main-hdr-wrp .mobile-menu .social-icons-wrapper .item i {
		color: #EF4E8E;
	}
	.main-hdr-wrp .mobile-menu .nav-menu--main .hs-menu-wrapper>ul>li:last-child {
		margin: 0px;
	}
	.lp_header .cm-row{
		justify-content: center;
	}
	.lp_header .header__logo {
		display: none;
	}
}

@media (max-width: 767px){
	.main-hdr-wrp .mobile-menu .top-section .left-wrp{
		width: 30%;
	}
	.main-hdr-wrp .mobile-menu .top-section .mid-wrp{
		width: 40%;
	}
	.main-hdr-wrp .mobile-menu .top-section .right-wrp{
		width: 30%;
	}
	.main-hdr-wrp .mobile-menu .top-section .min-height-wrp{
		min-height: 60px;
	}
	.main-hdr-wrp .mobile-menu .btm-section-pd{
		padding: 10px 10px 10px 10px;
	}
	.main-hdr-wrp .mobile-menu .social-icons-wrapper .item a {
		width: 48px;
		height: 48px;
		font-size: 24px;
		line-height: 24px;
	}
	.main-hdr-wrp .mobile-menu .social-icons-wrapper {
		word-spacing: -4px;
	}
	.main-hdr-wrp .mobile-menu .btm-section-pd .inner-btm-wrp .flx-pd{
		padding: 10px 10px 10px 10px;
	}
	.main-hdr-wrp .mobile-menu .btm-section-pd{
		padding:0px;
	}
	.main-hdr-wrp .custom-header>.header__container{
		min-height: 60px;
	}
	.main-hdr-wrp .header__logo{
		width: 30%;
	}
	.main-hdr-wrp .desktop-menu-wrapper{
		width: 40%;
	}
	.main-hdr-wrp .right-nav-wrapper {
		width: 30%;
	}
	.desktop-social-icon{
		display:none;
	}
}

@media (min-width: 768px){
	.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper ul li.active>a,
	.main-hdr-wrp .custom-menu-primary .hs-menu-wrapper ul li.active-branch>a{
		border-style: solid;
		border-width: 0px 0px 3px 0px;
		border-color: #EF4E8E;
		border-color: #EF4E8E;
	}

	.desktop-social-icon {
		width: 70px !important;
		position: fixed;
		right: 0;
		top: 250px;
		z-index: 100;
		background-color: #FFFFFF;
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		border-radius: 16px 0px 0px 16px;
	}

	.desktop-social-icon .main-icon-wrp {
		width: 100%;
		display: flex;
		padding: 25px 20px 20px 20px;
	}

	.desktop-social-icon .main-icon-wrp .ul-wrp {
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		align-content: flex-start;
		padding: 10px;
		display: flex;
		padding-bottom: 4px;
	}

	.desktop-social-icon .main-icon-wrp .ul-wrp > div {
		width: 100%;
	}

	.desktop-social-icon  .main-icon-wrp .social-icons-wrapper .item {
		padding-bottom: 16px;
		justify-content: center;
		display: flex;
		align-items: center;
	}

	.desktop-social-icon .icon {
		color: #D14769;
		justify-content: center;
		width: 100%;
		display: flex;
	}

	.desktop-social-icon  .main-icon-wrp .social-icons-wrapper .item a i {
		width: 1.25em;
		height: 30px;
		font-family: "Font Awesome 5 Brands";
		font-weight: 400;
		font-size: 24px;
		color: #EF4E8E;
		transition: color 0.3s;
	}
	.desktop-social-icon  .main-icon-wrp .social-icons-wrapper .item a:hover i {
		color: #7BC5E3;
	}

	.desktop-social-icon  .main-icon-wrp .social-icons-wrapper .item a i.fa-linkedin:before {
		content: "\f0e1";
	}
	.desktop-social-icon .main-icon-wrp .social-icons-wrapper .item:last-child {
		padding: 0px;
	}
}
@media (min-width: 1025px){
	.main-hdr-wrp .desktop-wrp{
		display: none;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul >li:hover > ul {
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul > li {
		position: static;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul {
		position: static;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul > li > ul {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		background-color: white;
		pointer-events: none;
		top: 100%;
		left: 0;
		-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
		box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
		z-index: 999;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
		opacity: 0;
		top: 80%;
		visibility: hidden;
		-webkit-transition: top 0.3s cubic-bezier(0.48,0.01,0.5,0.99),opacity 0.3s cubic-bezier(0.48,0.01,0.5,0.99),visibility 1s linear;
		transition: top 0.3s cubic-bezier(0.48,0.01,0.5,0.99),opacity 0.3s cubic-bezier(0.48,0.01,0.5,0.99),visibility 1s linear;
		padding: 20px 20px 20px 20px;
		padding-top: 37px;
		border-style: solid;
		border-width: 0px 0px 3px 0px;
		border-color: #EF4E8E;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper {
		max-width: 1200px;
		min-height: 250px;
		display: flex;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		align-items: center;
		padding: 30px;
		width: 100%;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .riff {
		margin-bottom: 20px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .flux- {
		margin-bottom: 20px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .fern- {
		margin-bottom: 20px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper > li {
		width: 33.33%;
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.main-hdr-wrp .custom-menu-primary .dropdown-wrapper li a {
		padding: 0px !important;
		font-size: 18px;
		margin: 0;
		font-weight: 500;
		line-height: 1.3em;
		width: 100%!important;
		text-align: center;
	}
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper>li>ul {
		justify-content: center;
		gap: 17px;
		margin-top: 20px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper>li>ul>li {
		width: 100%;
		text-align: center;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper .flux- {
		padding-left: 10px !important;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper .riff {
		padding-right: 4px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper .fern- {
		padding-left: 23px;
	}
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper>li.or-browse-all-spaces- {
		width: 100% !important;
		margin-bottom: 0.5em;
		padding-bottom: 10px;
		padding-left: 8px;
		padding-top: 2px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper>li.or-browse-all-spaces- a {
		text-align: center;
		font-size: 26px;                           
		color: #303b40;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .dropdown-wrapper>li.or-browse-all-spaces- a:after {
		content: '⟶';
		color: #ef4e8e;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .dropdown-wrapper>li.or-explore-all-programs {
		margin-bottom: 0.5em;
		padding-bottom: 10px;
		padding-left: 8px;
		padding-top: 2px;
		width: 100%!important;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .dropdown-wrapper>li.or-explore-all-programs a {
		color: #303b40;
		font-size: 26px;
		text-align: center;
	}


	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs  .dropdown-wrapper>li.or-explore-all-programs a:after {
		color: #ef4e8e;
		content: "⟶";
		padding-left: 3px;
	}
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .dropdown-wrapper>li>ul>li {
		width: 100%;
		text-align: center;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .dropdown-wrapper .plus-eight- {
		padding-right: 3px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .hs-menu-wrapper>ul>li>ul {
		padding-top: 40px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .dropdown-wrapper .innovative-society-initiative- {
		padding-left: 10px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .dropdown-wrapper .perth-landing-pad- {
		padding-left: 23px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .dropdown-wrapper>li.or-explore-all-programs {
		padding-top: 20px;
		padding-left: 10px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .programs .dropdown-wrapper>li.or-explore-all-programs a:after {
		padding-left: 7px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li{
		width: 50%;
		padding: 80px;
		border-style: solid;
		border-width: 0px 2px 0px 0px;
		border-color: rgba(239, 78, 142, 0.44);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .events .dropdown-wrapper,
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .partner .dropdown-wrapper{
		padding: 0px;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li:last-child,
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.partner .dropdown-wrapper>li:last-child{
		border: none;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li.upcoming-events > a,
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li.book-an-event-space > a{
		font-weight: 500;
		font-size: 26px;
		line-height: 1;
		color: #303b40;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li>ul>li.view-all-events > a,
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li>ul>li.explore-spaces > a{
		font-weight: 600;
		color: #FFFFFF;
		border-style: solid;
		border-width: 3px 3px 3px 3px;
		border-color: #D14769;
		border-radius: 16px 16px 16px 16px;
		background-color: #D4427C;
		display: inline-block;
		line-height: 1;
		fill: #fff;
		text-align: center;
		transition: all .3s;
		width: auto !important;
		font-size: 15px;
		padding: 12px 24px !important;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li>ul>li.view-all-events > a:hover,
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li>ul>li.explore-spaces > a:hover{
		color: #D14769;
		background-color: rgba(2, 1, 1, 0);
		border-style: solid;
		border-width: 3px 3px 3px 3px;
		border-color: #D14769;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.events .dropdown-wrapper>li:hover {
		background-color: #F4F5F5;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .events .dropdown-wrapper,
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .partner .dropdown-wrapper{
		max-width: 1000px;
	}
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .partner .dropdown-wrapper > li > a {
		font-weight: 500;
		font-size: 26px;
		line-height: 1;
		color: #303b40;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .partner .dropdown-wrapper > li > ul > li > a {
		color: #303b40;
		font-weight: 400;
		text-transform: none;
		font-family: "Open Sans", sans-serif;
		font-size: 16px;
		line-height: 1.65;
	}
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.partner .dropdown-wrapper>li {
		border: solid rgba(239,78,142,.44);
		border-width: 0 2px 0 0;
		padding: 40px;
		transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
		width: 50%;
	}
	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.partner .dropdown-wrapper>li:hover {
		background-color: #F4F5F5;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.partner .dropdown-wrapper>li ul {
		background-color: transparent;
	}

	.main-hdr-wrp .desktop-menu-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li.partner .dropdown-wrapper>li:hover > ul {
		background-color: #F4F5F5;
	}
}
@media(max-width: 767px){
	.main-hdr-wrp .mobile-menu .top-section .right-wrp .innerright-flx-wrp a.elementor-icon {
		font-size: 30px;
	}
	.main-hdr-wrp .mobile-menu .top-section .left-wrp .innwr-wrp a svg {
		width: 20px;
		height: 20px;
	}
}
footer.footer{
	padding: 0px 20px 0px 20px;
	background-color: #424242;
}
.main_footer_wrapper{
	position: relative;
	z-index: 9;
}
.footer .footer_container{
	max-width: 1070px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 10px;
}
.main_footer_wrapper .pane_container{
	max-width: 990px;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.main_footer_wrapper .main_pane_wrapper{
	background-color: #D4427C;
}
.main_footer_wrapper .pane_wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.main_footer_wrapper .workspace_text_wrp h3{
	line-height: 1.5em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 30px;
}
.main_footer_wrapper .workspace_text_wrp p{
	color: #FFFFFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0;
	line-height: 1;
}
.main_footer_wrapper .buttons_wrapper,
.main_footer_wrapper .workspace_text_wrp{
	width: 50%;
	padding: 30px;
}
.main_footer_wrapper .buttons_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main_footer_wrapper .membership_wrp {
	padding: 10px 0px 10px 10px;
}
.main_footer_wrapper .contact_wrp {
	padding: 10px 50px 10px 0px;
}

.membership_wrp a {
	fill: #D14769;
	color: #D14769;
	background-color: #ffffff;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: #FFFFFF;
	padding: 15px 16px 15px 16px;
	border-radius: 16px 16px 16px 16px;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	line-height: 1;
	transition: all .3s;
}
.membership_wrp a:hover {
	color: #ffffff;
	background: #D14769;
}
.main_footer_wrapper .contact_btn{
	box-sizing: border-box !important;
}

.footer .footer_wrapper{
	width: 100%;
}
.footer .subscribe_widget_wrap{
	padding: 30px 30px 30px 30px;
	width: 100%;
	text-align: center;
}
.footer .subscribe_widget_wrap h6{
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 600;
	padding: 0;
	margin-bottom: 18.5px;
	line-height: 16px;
}
.footer .subscribe_widget_wrap p{
	color: #D8D8D8;
	font-size: 0.9em;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 16px;
}
.footer-form-title {
	padding: 20px;
	text-align: center;
}
.footer-form-title h3 {
	line-height: 1;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer-form-title p {
	line-height: 1;
	margin: 0;
	font-size: 0.9em;
	font-weight: 400;
	color: #D8D8D8;
}
.subscribe_form_wrapper {
	position: relative;
}
.subscribe_form_wrapper #hs_cos_wrapper_footer_form {
	margin: 0px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	background-color: #F4F5F5;
	border-radius: 16px 16px 16px 16px;
	display: block;
}
.subscribe_form_wrapper h3.form-title {
	margin: 0;
}
.subscribe_form_wrapper  form {
	max-width: 100%;
}
.subscribe_form_wrapper form fieldset.form-columns-3 {
	max-width: 100% !important;
	flex-grow: 1;
}
.subscribe_form_wrapper  .hs-submit {
	flex-grow: 1;
}
.subscribe_form_wrapper .hs-button {
	width: 100%;
	margin: 0;
}
.subscribe_form_wrapper  .hs-form-field {
	margin: 0;
	height: 100%;
	position: relative;
}
.subscribe_form_wrapper .hs-form-field > label {
	display: none;
}
.subscribe_form_wrapper .hs_error_rollup {
	display: none;
}
.subscribe_form_wrapper ul.no-list.hs-error-msgs.inputs-list {
	margin: 0;
	position: absolute;
}
.subscribe_form_wrapper .hs-error-msgs label {
	padding: 0 4px;
}
.footer .divider_wrapper{
	padding: 30px 30px 10px 30px;
}
.footer .divider{
	display: block;
	width: 100%;
	border-top: 1px solid #757575;
}
.footer .footer_images,
.footer .download_link_image{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}

.footer .footer_menu_wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.footer .quick_links_wrapper ul{
	transition: all .3s ease-in-out ;
}
.footer .footer_image_wrapper,
.footer .quick_links_wrapper,
.footer .spaces_menu_wrapper,
.footer .programs_menu_wrapper{
	padding: 30px;
}
.footer .quick_links_wrapper .hs-menu-wrapper >ul ul li{
	line-height: 20px;
}
.footer .spaces_menu_wrapper .hs-menu-wrapper >ul ul li,
.footer .programs_menu_wrapper .hs-menu-wrapper >ul ul li{
	line-height: 20.8px;
}
.footer .quick_links_wrapper .hs-menu-wrapper >ul ul li:not(:last-child){
	margin-bottom: 15px;
}
.footer .spaces_menu_wrapper .hs-menu-wrapper >ul ul li:not(:last-child),
.footer .programs_menu_wrapper .hs-menu-wrapper >ul ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer .quick_links_wrapper .hs-menu-wrapper >ul ul li a{
	color: #D8D8D8;
	transition: .4s;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.footer .spaces_menu_wrapper .hs-menu-wrapper >ul ul li a,
.footer .programs_menu_wrapper .hs-menu-wrapper >ul ul li a{
	color: #D8D8D8;
	transition: .4s;
	line-height: 20.8px;
	font-size: 16px;
	font-weight: 400;
}
.footer .quick_links_wrapper .hs-menu-wrapper >ul ul li a:hover,
.footer .spaces_menu_wrapper .hs-menu-wrapper >ul ul li a:hover,
.footer .programs_menu_wrapper .hs-menu-wrapper >ul ul li a:hover{
	color: #EB4A72;
}
.footer .quick_links_wrapper .hs-menu-wrapper >ul >li >a,
.footer .spaces_menu_wrapper .hs-menu-wrapper >ul >li >a,
.footer .programs_menu_wrapper .hs-menu-wrapper >ul >li >a{
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
	display: block;
	line-height: 20px;
}
.footer .quick_links_wrapper ul ul,
.footer .spaces_menu_wrapper ul ul,
.footer .programs_menu_wrapper ul ul{
	display: block;
}
.footer .quick_links_wrapper .hs-menu-wrapper >ul >li:nth-child(2) ul{
	margin-top: 40px;
	margin-left: 9px;
}

.footer .copyright_wrapper{
	padding: 20px 30px 20px 30px;
	width: 100%;
	text-align: center;
	margin: 0;
}
.footer .copyright_wrapper div{
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 26.5px;
}

.footer .subscribe_form_wrapper .hs-input::placeholder {
	color: rgb(117, 117, 117);
	opacity: .5;
}

.footer .subscribe_form_wrapper .hs-input {
	border-radius: 16px 16px 16px 16px;
}
.footer .download_link_image img {
	vertical-align: middle;
	display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 113px !important;
}

.footer .footer_images img {
	width: 117px !important;
	max-width: 100% !important;
	margin-bottom: 10px;
}

.footer .footer_images > *:last-child img {
	object-fit: contain;
	height: 140px;
}
@media (min-width: 768px) {
	.subscribe_form_wrapper form {
		display: flex;
	}
	.subscribe_form_wrapper .hs-input {
		border-radius: 8px;
		height: 100%;
	}
	.subscribe_form_wrapper .hs-form-field .input {
		height: 100%;
	}
	.subscribe_form_wrapper .hs-button {
		border-radius: 8px;
		height: 100%;
	}
	.footer .footer_image_wrapper{
		width: 30%;
	}
	.footer .quick_links_wrapper{
		width: 30%;
	}
	.footer .spaces_menu_wrapper{
		width: 20%;
	}
	.footer .programs_menu_wrapper{
		width: 20%;
	}
	.footer .footer_images img{
		max-width: 50%;
	}
	.footer .subscribe_form_wrapper .hs-input {
		border-radius: 8px;
	}
}
@media (max-width: 1024px){
	.footer .quick_links_wrapper ul {
		flex-direction: column;
		text-align: center;
	}
	.footer .quick_links_wrapper .hs-menu-wrapper>ul>li:nth-child(2) ul {
		margin-top: calc( 15px / 2 );
		margin-left: 0;
	}
	.footer .footer_image_wrapper{
		width: 20%;
	}
	.footer .quick_links_wrapper{
		width: 30%;
	}
	.footer .spaces_menu_wrapper{
		width: 25%;
	}
	.footer .programs_menu_wrapper{
		width: 25%;
	}
	.footer .spaces_menu_wrapper .hs-menu-wrapper >ul li,
	.footer .programs_menu_wrapper .hs-menu-wrapper >ul li{
		text-align: center;
	}
}
@media(max-width: 950px){
	.main_footer_wrapper .contact_btn{
		padding: 15px 20.5px;
	}
	.main_footer_wrapper .contact_wrp {
		padding: 10px 25px 10px 0;
	}
	.main_footer_wrapper .membership_wrp {
		padding: 10px 0 10px 0px;
	}
}
@media (max-width: 767px) {
	.main_footer_wrapper .buttons_wrapper,
	.main_footer_wrapper .workspace_text_wrp{
		width: 100%;
		padding: 20px;
	}
	.main_footer_wrapper .workspace_text_wrp h3{
		font-size: 22px;
	}
	.main_footer_wrapper .membership_wrp,
	.main_footer_wrapper .contact_wrp{
		width: 45%;
	}
	.main_footer_wrapper .contact_wrp{
		padding: 10px 0px 10px 0;
	}
	.membership_wrp a,
	.main_footer_wrapper .contact_btn{
		width: 100%;
		text-align: center;
	}
	.membership_wrp a{
		padding: 15px 7px;
	}
	.subscribe_form_wrapper .hs-input {
		margin-bottom: 10px;
	}
	.subscribe_form_wrapper fieldset.form-columns-3 .input {
		margin-right: 4px !important;
	}
	.footer .footer_image_wrapper,
	.footer .spaces_menu_wrapper,
	.footer .programs_menu_wrapper,
	.footer .divider_wrapper,
	.footer .quick_links_wrapper .hs-menu-wrapper>ul>li>a{
		display: none;
	}
	.footer .quick_links_wrapper{
		width: 100%;
	}
	.footer .quick_links_wrapper{
		padding: 20px;
	}
	.footer .quick_links_wrapper ul{
		flex-direction: row;
		justify-content: space-around;
	}
	.footer .quick_links_wrapper .hs-menu-wrapper>ul ul li:not(:last-child){
		margin-bottom: 25px;
	}
	.footer .subscribe_form_wrapper #hs_cos_wrapper_footer_form{
		margin:0px;
	}
	.footer .quick_links_wrapper ul li {
    width: 100%;
}
	.footer .quick_links_wrapper ul li:first-child {
    margin-bottom: 20px;
}
	.footer .subscribe_widget_wrap {
    padding: 30px 10px;
    text-align: center;
    width: 100%
}
}

@media (max-width: 767px) {
	.subscribe_form_wrapper .hs-form-field,
	.subscribe_form_wrapper .hs-input {
		width: 100% !important;
	}
	.subscribe_form_wrapper fieldset.form-columns-3 .input {
		margin-right: 0 !important;
	}
	.subscribe_form_wrapper ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    position: static;
}
}
/* Menu and simple menu */

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