/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/


/*! 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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



/**
 * 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.
 */



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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    display:flex;
}



.row-fluid [class*="span"] {
    display: block;
    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%;
}


@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
    }

    

    .row-fluid [class*="span"] {
        display: block;
        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%;
    }

    

    .row-fluid [class*="span"] {
        display: block;
        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 ;
    }
}
@media (max-width:767px)
{
  .row-fluid{flex-direction:column;justify-content:flex-start;}   
}
.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;
  }
}

/* Fallback */

.content-wrapper {
  max-width: 1340px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1340px;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face { 
  font-family: 'circular-book';  
  src: url('https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/fonts/CircularStd-Book.eot') format('eot'), 
       url('https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/fonts/CircularStd-Book.woff') format('woff'), 
       url('https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/fonts/CircularStd-Book.ttf') format('truetype');
}
body {
  line-height: 1.4;
  word-break: break-word;
  color: #fff;
  font-family: circular-book, sans-serif;
  font-size: 20px;
}
*{margin:0;}


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

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

a:active {
  color: #c2827b;
}

a:hover,
a:focus {
  color: #8a4840;
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: circular-book, serif;font-weight:normal;
}

h1 { font-size: 50px; }
h2 { font-size: 4.1em; line-height:1.17em}
h3 { font-size: 2.1em; line-height:1.381em;}
h4 { font-size: 3.1em; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

@media (max-width: 767px) {
  h1 { font-size: 3em; }
  h2 { font-size: 2.5em; }
  h3 { font-size: 2em; }
  h4 { font-size: 1.5em; font-weight: normal; }
  h5 { font-size: 1.25em; font-weight: normal; }
  h6 { font-size: 1em; font-weight: normal; }
}

/* 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 */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

/* TODO: refine blockquote border color */

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

/* Horizontal rules */

/* TODO: Refine hr color */

hr {
  border: none;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #4E5262;
  border: 1px solid #4E5262;
  color: #FFF;
  padding: 15px 53px;
  text-decoration: none !important;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #38343C;
  border: 1px solid #38343C;
}

button:active,
.button:active {
  text-decoration: none;
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #4E5262;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
  color: #4E5262;
}

/* 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 {
  background-color: #FFF;
  border-color: #D1D6DC;
  border: 2px solid;
  color: #4E5262;
  /* border-radius: 3px; */
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #4E5262;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #4E5262;
}


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 {
  background: #4E5262;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  background-color: #4E5262 !important;
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #4E5262;
}

/* Inputs - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #4E5262;
  border: 1px solid #4E5262;
  color: #FFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #38343C;
  border-color: #38343C;
  color: #FFF;
  text-decoration: none;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header{top:0;left:0;width:100%;position:fixed;z-index:3}
header #hs-link-site_logo_hs_logo_widget img{display:block;}
header #hs-link-site_logo_hs_logo_widget{display:block;}
.scrolled header{background:#fff}
.scrolled header #hs-link-site_logo_hs_logo_widget{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/logo_bridge_color.svg) no-repeat center/100% auto;}
.scrolled header #hs-link-site_logo_hs_logo_widget img{visibility:hidden;opacity:0;}
.scrolled header a.menu-link{color:#2F2A33}
.scrolled header .btn-menu i{background-color:#2F2A33}
header .content{display:flex;flex-direction:row;justify-content:space-between;padding:20px 0;}
.header__logo{width:244px;margin-top:10px;}
.header__logo img{max-width:100%}
.header__row-1,.header__row-2{text-align:right}
.header__row-2{margin-top:10px;}
.header__row-1 li:nth-child(2) a{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_email_white.svg) no-repeat center/16px auto;font-size:0;text-indent:-9999px;display:inline-block;width:16px;}
.header__row-1 li:nth-child(2) a:hover, .scrolled .header__row-1 li:nth-child(2) a{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_email_orange.svg) no-repeat center/16px auto;}
.header__row-1 li:nth-child(3) a{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_linkedin_white.svg) no-repeat center/12px auto;font-size:0;text-indent:-9999px;display:inline-block;width:16px;}
.header__row-1 li:nth-child(3) a:hover, .scrolled .header__row-1 li:nth-child(3) a{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_linkedin_orange.svg) no-repeat center/12px auto;}
.header__row-1 li:nth-child(4) a{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_youtube_white.svg) no-repeat center/16px auto;font-size:0;text-indent:-9999px;display:inline-block;width:16px;}
.header__row-1 li:nth-child(4) a:hover, .scrolled .header__row-1 li:nth-child(4) a{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_youtube_orange.svg) no-repeat center/16px auto;}

.header__row-1 .submenu.level-1 > li{padding:0 6px;}
.header__row-2 .submenu.level-1 > li:nth-last-child(2){padding:0 0 0 6px;}
.header__row-2 .submenu.level-1 > li:last-child{display:none;}
.btn-menu,.btn-menu:hover,.btn-menu:focus{position:absolute;border:none;outline:none;cursor:pointer;width:40px;height:45px;z-index:100;background:transparent;right:0;top:20px;padding:0}
.btn-menu{display:none;}
.btn-menu i{left:0;width:40px;height:1px;background-color:#fff;position:absolute;transition: all 0.3s ease-out;}
.btn-menu i:nth-child(1){top: 15px;}
.btn-menu i:nth-child(2){top: 30px;}
.nav-on .header__logo{z-index:2}
.nav-on.scrolled header #hs-link-site_logo_hs_logo_widget{background:none;}
.nav-on.scrolled header #hs-link-site_logo_hs_logo_widget img{visibility:visible;opacity:1;}
.nav-on .btn-menu i:nth-child(1){transform:rotate(45deg); width: 40px;top:20px}
.nav-on .btn-menu i:nth-child(2){transform:rotate(-45deg); width: 40px;top:20px}
.nav-on .header__row-2{margin-top:0;position:fixed;width:100%;height:100%;left:0;top:0;max-width:100%;display:flex;background:#2F2A33;flex-direction:column;justify-content:center}
.nav-on .submenu.level-1 > li{display:block !important;text-align:center;margin:20px 0;}		
.nav-on .submenu{display:block;}
.nav-on .submenu.level-2 .menu-item .menu-link{background:transparent;color:#fff;display:inline-block;text-align:center;}
.nav-on .submenu.level-2>li{border-bottom:none;margin:2px 0;}
.nav-on header a.menu-link{color:#fff !important}
.nav-on header .btn-menu i{background-color:#fff !important}
@media (max-width:979px)
{
  .header__logo img{max-width:200px} 
  header #hs-link-site_logo_hs_logo_widget, header #hs-link-site_logo_hs_logo_widget img{max-width:200px}
}
@media (max-width:767px)
{
  .btn-menu{display:block !important;} 
  .header__row-2,.header__row-1{display:none;}
  .header__row-2 .submenu.level-1 > lid{display:block !important;}
}

footer{background:#2F2A33 url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/footer-pattern.svg) no-repeat left center/auto 100%;padding:125px 0 72px 0;}
footer .wrapper{max-width:1340px;box-sizing:border-box;margin-left:420px;}
footer .cols{display:flex;flex-direction:row}
footer .wrapper > .cols > div{width:33.33%}
footer .navigation-primary{width:100%}
footer .submenu.level-1{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;}
footer .submenu.level-1 li{width:calc(50% - 40px);padding-bottom:10px;}
footer .wrapper:first-child{border-bottom:1px solid #979599;padding-bottom:90px;margin-bottom:50px;}
footer a{color:#fff}
footer p a:hover{text-decoration:underline;color:#fff;}
footer p{font-size:16px;font-family:Poppins;font-weight:300;line-height:1.733em;margin-bottom:1em}
footer p:last-child{margin-bottom:0}
footer p.cols{justify-content:space-between;}
.footer__logo img{width:100%;max-width:244px;}
footer a.email{margin-right:20px;height:20px;background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_email_white.svg) no-repeat center/16px auto;font-size:0;text-indent:-9999px;display:inline-block;width:16px;}
footer a.email:hover{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_email_orange.svg) no-repeat center/16px auto;}
footer a.linkedin{margin-right:20px;height:20px;background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_linkedin_white.svg) no-repeat center/12px auto;font-size:0;text-indent:-9999px;display:inline-block;width:16px;}
footer a.linkedin:hover{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_linkedin_orange.svg) no-repeat center/12px auto;}
footer a.youtube{height:20px;background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_youtube_white.svg) no-repeat center/16px auto;font-size:0;text-indent:-9999px;display:inline-block;width:16px;}
footer a.youtube:hover{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/icon_social_youtube_orange.svg) no-repeat center/16px auto;}

@media all and (max-width:1279px)
{
  footer .wrapper{margin-left:0}
}
@media all and (max-width:979px)
{
  footer{background:#2F2A33}
  footer .wrapper>.cols{flex-direction:column;}
  footer .wrapper:nth-child(1)>.cols{gap:30px}
  footer .wrapper>.cols>div{width:100%}
  footer .submenu.level-1>li{padding-left:0;}
}
@media (max-width:767px)
{
  footer .submenu.level-1>li>a{padding:0} 
  footer .navigation-primary .submenu a, footer .navigation-primary .submenu p{font-size:16px;}
  footer .submenu.level-1 li{padding-bottom:0}
}



.content{max-width:1340px;margin:0 auto;text-align:left;position:relative}
*{margin:0;}
form .hs-input{transition:background 99999s ease 99999s,color 99999s ease 99999s}

.research .s1{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/research_hero.jpg) no-repeat center/cover;height:100vh;display:flex;flex-direction:column;justify-content:center}
.research.news .s1{background:url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/news_hero.jpg) no-repeat center/cover;}
.research .s1 .filter{margin-top:120px;font-family:Poppins;}
.research .s1 .row-number-1{padding-left:0}
.research .dd-container{display:inline-block;margin-left:10px;vertical-align:bottom;font-family:Poppins}
.research .dd-select{text-transform:lowercase;font-size:1em;background:transparent url(https://8935584.fs1.hubspotusercontent-na1.net/hubfs/8935584/raw_assets/public/bridge-new/images/plus_orange.svg) no-repeat right center/10px auto !important;border:none;border-bottom:1px solid #fff} 
.research .dd-selected{font-weight:normal !important;padding:0 20px 0 0;font-family:Poppins}
.research .dd-selected:hover{text-decoration:none;color:#fff}
.research .dd-pointer-down{display:none}
.research .dd-option{text-transform:lowercase;font-family:Poppins}
.research .content{width:100%;}
.research h1{font-size:4.1em;color:#fff;font-weight:normal;text-align:left;line-height:1.171em;}
.research .s2 .content{display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:30px;}
.research .s2 .content > article{width:calc(33.33% - 20px);box-sizing:border-box;padding-right:30px;padding-bottom:30px;position:relative;}
.research .s2 .content > article::before{content:"";position:absolute;top:0;right:0;width:2px;height:calc(100% - 30px);background:#CBC9CC;display:block;}
.research .s2 .content > article::after{content:"";position:absolute;bottom:0;left:0;width:calc(100% - 30px);height:1px;background:#CBC9CC;display:block;}
.research .s2 .content > article:nth-child(4)::after{display:none;}
.research .s2 .content > article:nth-child(5)::after{display:none;}
.research .s2 .content > article:nth-child(6)::after{display:none;}
.research .s2 .content > article:nth-child(3n)::before{display:none;}
.research .s2 p.date{font-family:Poppins;color:#B1987F;margin:1.75em 0;}
.research .s2 h2{color:#4F5261;font-weight:normal;font-size:1.4em;line-height:1.429em;}
.research .s2 h2 a{color:#4f5261;}
.research .s2 h2 a:hover{color:#ad5a50;text-decoration:none;}
.research .s2 p.author{font-family:Poppins;color:#4F5261;margin:1em 0;}
.research .s2 p.author a{color:#4F5261}
.research .s2 .tags a{border-radius:100px;display:inline-block;margin-right:12px;border:1px solid #ac554b;color:#AC554B;padding:3px 10px;margin-bottom:12px;}
.research .s2 .tags a:hover{text-decoration:none;color:#fff;background:#AC554B}
.research .blog-pagination{justify-content:flex-start;}

@media all and (max-width:1370px)
{
  .content{margin:0 4%;width:92%}  
  .dnd-section>.row-fluid{margin:0 4%;width:92%}
  .research .content{width:92%;}
  .research .s1 .dnd-section>.row-fluid{margin:0;width:100%}
}
@media all and (max-width:1023px)
{
  .research .s2 .content{flex-direction:column;}
  .research .s2 .content > article{width:100%;padding-right:0;}
  .research .s2 .content > article::before{display:none;}
  .research .s2 .content > article:nth-child(4)::after{display:block;}
  .research .s2 .content > article:nth-child(5)::after{display:block;}
}
@media all and (max-width:767px)
{
  .research .s1 h1{font-size:2.75em;}
  .research .s1 .row-number-1{padding:0}
}