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

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

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

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


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5;
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



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

/* Paragraphs */

p {
  margin: 0 0 16px;
}

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

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1.25;
}

/* Lists */

ul,
ol {
  padding-left: 2em;
  margin-top: 0;
  margin-bottom: 16px;
}

ul,
ol {
  padding-left: 2em;
  margin-top: 0;
  margin-bottom: 16px;
}
.body-container-wrapper .widget-type-rich_text ul li,
.body-container-wrapper .widget-type-rich_text ol li {
  margin-top: .25em;
}
.body-container-wrapper .widget-type-rich_text ul li:first-child,
.body-container-wrapper .widget-type-rich_text ol li:first-child {
  margin-top: 0px;
}

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;
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  padding: 0 30px;
}

@media (max-width: 700px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    padding: 0 15px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form {
  font-family: helvetica;
}

form label {
  font-size: 14px;
  color: ;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* 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: block;
  max-width: 500px;
  width: 100% !important;
  min-height: 27px;
  height: 40px;
  padding: 9px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid;
  box-sizing: border-box;
  font-family: helvetica;
  color: #33475b;
}

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 {
  margin-bottom: 3px;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
  font-family: helvetica;
}
.hs-richtext.hs-main-font-element > *:first-child {
  margin-top: 0;
}

form .hs-richtext h1 {
  line-height: inherit;
  margin-bottom: 0.67em;
  color: #33475b;
}
form .hs-richtext p {
  margin: 1em 0;
}

form textarea {
  min-height: 66px;
}

form .hs-richtext p {}

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: #f2545b;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 14px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-style: solid;
  font-size: 14px;
  font-weight: 700;
  font-family: helvetica;
  text-decoration: none !important;
  box-shadow: none !important;
  height: inherit !important;
  transform: none !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.hs-input.invalid.error {
  border-color: #ed8380;
}
ul.no-list {
  padding: 0;
}
.systems-page .success {
  width: auto !important;
}
.hs-error-msgs li label {
  color: #f2545b;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 0;
  display: block;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.hs_error_rollup .hs-error-msgs li label {
  letter-spacing: normal;
  word-spacing: normal;
  padding-top: 6px;
}
form .hs-input {
  outline: none;
}

a.hs-button.primary {
  display: inline-block;
  margin-top: 20px;
}
input[type="search"]{
  -webkit-appearance: none;
}
.form-input-validation-message {
  font-size: 100% !important;
}
form#email-prefs-form {
  max-width: 100%;
}
p.header {
  min-height: inherit;
  z-index: 1;
  background: transparent !important;
}
[type="checkbox"], [type="radio"] {
  width: auto;
  display: inline !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid;
  padding: 0 15px;
  border-color: rgba(203,214,226,1.0);
  margin-top: 15px !important;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}

.hs-button:focus {
  outline: none;
}
.form-container .hs-form-field {
  margin-bottom: 18px;
}
.form-container .hs-button {
  margin-bottom: 10px;
}
.actions {
  text-align: left;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  width: auto !important;
}
.migration .hs-button {
  margin-bottom: 20px;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: inherit;
}
form .inputs-list > li {
  margin: 0;
}
a#hs_login_reset {
  margin-bottom: 15px;
  display: block;
}
input#hs-login-widget-remember +label {
  display: inline-block;
}

@media (min-width: 768px) {
  #hs_cos_wrapper_password_prompt form,
  .blog-comments form,
  #hs_cos_wrapper_search_results form,
  #hs_cos_wrapper_backup_unsubscribe form,
  .form-container form {
    max-width: 500px !important;
  }
}

@media (max-width: 767px) {
  form .hs-form-field .input {
    margin-right: 0 !important;
  }
  .error-page {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .hs-input {
    max-width: 100% !important;
    width: 100% !important;
  }
  .hs-form-field .input > input.hs-input {
    width: 100% !important;
  }
  form {
    max-width: 100% !important;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow-y: hidden;
  }
  .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}
/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


header.header {
  box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  z-index: 500;
  overflow: visible;
  width: 100%;
}

.header__container {
  margin: 0 auto;
  padding: 0 30px;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin-top: 9px;
  margin-bottom: 9px;
  height: 50px;
}

.header__logo  img{
  width: 116px !important;
  display: block;
}

.mobile-trigger{
  position: relative;
  text-indent: -99999px;
  width: 40px;
  margin-top: 3px;
  height: 40px;
  cursor: pointer;
  z-index: 999999;
  display : none;
}

.top-line,.middle-line,.bottom-line{
  position: absolute;
  left: 5px;
  right: 5px;
  height: 4px;
  width: 27px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 3px, 0 9px 0 0;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  transform-origin: top right;
}

.top-line{
  top: 9px;
}
.middle-line{
  top: 18px;
}
.bottom-line{
  top: 27px;
  box-shadow: inset 0 0 0 3px;
  transform-origin: bottom right;
}

.top-cross-line{
  box-shadow: inset 0 0 0 3px;
  transform: rotate(-45deg);
}

.middle-cross-line{
  display: none;
}

.bottom-cross-line{
  transform: rotate(45deg);
}

.mobile-menu{
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  padding: 10px 15px;
}


@media (max-width:1400px){
  .header-menu ul.submenu.level-1{
    margin-top: 0px !important;
  }
}

@media (max-width: 1017px){
  .headerMenu__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mobile-trigger{
    display: block;
  }
  .custom-menu-primary{
    display: none;
  }
  .show{
    display: block;
  }
}
.footer {
  text-align: center;
  padding-bottom: 14.5px;
  padding-top: 15px;
}

.footer__container {
  padding: 0 30px;
  margin: 0 auto;
}

.footer-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 54px;
  padding-top: 15px;
}

.footer__primary {
  margin-right: 40px;
}  

.footer__copyright{ 
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left; 
}

.footer__social .social-icon{
  padding: 0;
  list-style: none;
  display: flex;
  margin: 14px 0; 
}

.footer__social .social-icon svg {
  height: 26px;
  fill: inherit;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.footer__social .social-icon li:first-child {
  margin-left: 0;
}
.footer__social .social-icon li a {
  display: flex;
  height: 26px;
  width: 26px;
  align-items: center;
}
.footer__social .social-icon li {
  margin-left: 20px;
}

.footer-link-groups {
  display: flex;
  margin: 0 -30px;
  text-align: center;
  flex-wrap: wrap;
}

.footer__link {
  display: block;
  list-style: none;
  margin: 0 30px 30px;
  padding: 0;
  min-width: 140px;
  text-align: left;
  flex-basis: 0;
  flex-grow: 1;
  padding-top: 6px;
}


.footer__link a {
  display: block;
  text-decoration: none;
  margin-bottom: 3px;
  font-size: 14px;
  padding: 4px 0;
  line-height: 1.5;
  font-weight: 500;
}

.footer__link a:hover{
  text-decoration: underline;
}

@media (max-width:1095px) {

  .footer {
    padding-bottom: 15px;
  }
  .footer-content{
    padding-top: 15px;
  }


}

@media only screen and (max-width: 700px){

  .footer__container {
    padding: 0 15px;  
  }


  .footer-link-groups {
    margin: 0 -15px;
  }

  .footer__link {
    margin: 0 15px 30px;
  } 


}  

@media(max-width: 336px){

  .footer__link {
    margin: 2px 15px 32.5px;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
}
.button {
  text-decoration: none !important;
}
div[class*="-full-width-section"] > .row-fluid {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
} 
div[class*="-flexbox-positioning"] {
  display: block !important;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}
.slick-slide:focus {
  outline: none !important;
}

#hs_cos_wrapper_subscription_preferences h1 {
  font-size: 28px;
}
#hs_cos_wrapper_subscriptions_confirmation h2,
#hs_cos_wrapper_subscription_preferences h2 {
  font-size: 22px;
}
div#content p {
  margin-bottom: 15px;
  padding: 0;
}
div#content {
  min-width: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.systems-page {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 100% !important;
}
.error-page:before {
  color: #bbb !important;
}
div#content.success {
  font-size: 16px;
}
#comments-listing {
  border: 0 !important;
}
.blog-sidebar ul li {
  list-style: none;
}
.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -2px !important;
}
.hs-blog-listing .hs-author-profile {
  clear: both;
  float: left;
}
.comment-date, .comment-from {
  display: block !important; 
}
.comment-date {
  margin-bottom: 10px;
}
.comment-date {
  text-align: left;
}
.blog-comments {
  max-width: 100% !important;
  margin-bottom: 20px;
}
.banner-area .dnd-section {
  padding: 0 !important;
}
.blog-sidebar-post-listing li:before {
  font-size: 20px !important;
}

/************Search Default Styling***************/
.body-wrapper .hs-search-field {
  position: relative;
  text-align: left;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
  position: absolute;
  background: #fff;
  margin-top: 10px;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 9;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px;
  text-decoration: none;
}
.body-wrapper .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
  list-style: none;
}
.body-wrapper .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
.body-wrapper input[type="search"] {
  -webkit-appearance: none;
}
.form-container .hs-membership-global-error.hs-error-msg {
  background: transparent;
  border: 0px;
  display: block;
}


.body-container-wrapper {
  font-size: 1.2em;
}
.body-container-wrapper .widget-type-rich_text .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.body-container-wrapper .widget-type-rich_text .hs_cos_wrapper_type_rich_text > *:first-child {
  margin-top: 0;
}
.hs-button {
  margin: 0;
  color: rgba(51, 146, 195, 1);
  box-shadow: inset 0 0 0 1px, 0 1px 2px rgb(0 0 0 / 17%);
  transition: box-shadow .2s ease;
  display: table;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 .7em;
  height: 2.4em;
  line-height: 2.4em;
  border: none;
  outline: none;
  border-radius: 3px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.hs-button:hover {
  box-shadow: inset 0 0 0 1px, 0 4px 10px rgb(50 50 93 / 23%), 0 1px 3px rgb(0 0 0 / 8%);
  transform: translateY(-1px);
  text-decoration: none;
}


.real_estate_page .row1_wrap .dnd-section > .row-fluid {
  max-width: 1000px;
}

.thank_you_banner .banner_area {
  padding: 120px 0;
}
.thank_you_banner .banner_area .page-center { 
  max-width: 800px;
}
.thank_you_banner .banner_area h1 {
  font-size: 2.7em;
}

.hs_has_padding .body-container-wrapper {
  padding-top: 68px;
}

.contact_form form .hs-input {
  max-width: 100% !important;
}
.contact_form .actions {
  margin-top: 18px;
  margin-bottom: 0px;
  padding: 17px 0px;
  text-align: center;
}
.contact_page.contact_form form,
.our_solutions_page form,
.brokers_page form,
.home_page form {
  -webkit-font-smoothing: auto;
}

.press_banner .banner_area,
.partners_banner .banner_area {
  padding: 84px 0;
}
.press_page .row1_wrap .dnd-section > .row-fluid {
  max-width: 910px;
  padding-left: 30px;
  padding-right: 30px;
}
.font_resize .widget-type-rich_text {
  font-size: 14px;
}
.font_resize .widget-type-rich_text p {
  font-size: 1.5em;
}
.font_resize .widget-type-rich_text h1,
.font_resize .widget-type-rich_text h2 {
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.3em;
}

.press_page .row2_wrap .dnd-section > .row-fluid {
  max-width: 800px;
}
.press_page .row2_wrap .widget-type-rich_text h2 {
  font-size: 2.7em;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.3em;
}
.press_page .row2_wrap .widget-type-rich_text {
  font-size: 14px;
}
.press_page .row2_wrap .widget-type-rich_text p,
.press_page .row2_wrap .widget-type-rich_text li {
  font-size: 1.2em;
}

.press_page .row3_wrap .widget-type-rich_text a {
  text-decoration: none;
}
.press_page .row3_wrap .widget-type-rich_text a:hover {
  text-decoration: underline;
}

.partners_banner .banner_area .banner_content {
  font-size: 15px;
}
.partners_page .content_with_button .top_content .page-center {
  max-width: 910px;
  padding-left: 30px;
  padding-right: 30px;
}
.partners_page .content_with_button .csm_btn {
  margin-top: 10px;
}
.partners_page .content_with_button .top_content {
  padding-top: 60px;
}

.partners_page .row2_wrap .dnd-section > .row-fluid {
  max-width: 910px;
  padding-left: 30px;
  padding-right: 30px;
}
.partners_page .row2_wrap .widget-type-rich_text h2 {
  margin-bottom: 5px;
}
.partners_page .row3_wrap form {
  max-width: 600px;
  margin: 0 auto;
}

.partners_page.contact_form form .hs-input {
  line-height: 34px;
  height: 34px;
  outline: none;
  padding: 0 10px;
  font-size: 14px;
  background: #fafafa;
  border: 0px;
  color: #000;
}
.partners_page form .hs-form-field > label {
  color: rgb(48, 50, 53);
}
.partners_page.contact_form form .hs-form-field {
  margin-bottom: 27px;
}

.partners_page.contact_form form .hs-form-required {
  color: darkred;
  margin-left: 4px;
}
.partners_page.contact_form form textarea {
  line-height: 20px;
  height: auto;
  padding: 10px;
  min-height: 60px;
}
.partners_page.contact_form .actions {
  margin: 0;
  padding: 0;
}
.partners_page.contact_form form input.hs-button {
  box-shadow: 0 1px 3px rgb(0 0 0 / 17%) !important;
  font-size: 1.2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0;
  padding: 0 .7em;
  height: 2.4em;
  line-height: 2.4em;
  border: none;
  outline: none;
  border-radius: 3px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all .2s ease-in-out;
  width: 100%;
  margin-top: -8px;
  height: 2.4em !important;
}
.partners_page.contact_form form input.hs-button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 10px rgb(50 50 93 / 23%), 0 1px 3px rgb(0 0 0 / 8%) !important;
}

.full_width_banner .banner_area {
  padding: 84px 0;
}

.full_width_page .content_with_button .top_content {
  padding-bottom: 14px;
}
.full_width_page .content_with_button .csm_btn {
  color: #fff;
  background-color: rgba(51, 146, 195, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
  transition: box-shadow .2s ease;
  font-size: 1.2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  margin: 0;
  padding: 0 .7em;
  height: 2.4em;
  line-height: 2.4em;
  border: none;
  outline: none;
  border-radius: 3px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.full_width_page .content_with_button .csm_btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgb(50 50 93 / 23%), 0 1px 3px rgb(0 0 0 / 8%);
  color: #fff;
}
.cta_butn span {
  display: block;
  line-height: 1;
}

.full_width_page .font_resize .widget-type-rich_text h2 {
  margin: 0 0 5px;
}

.full_width_page .row1_wrap .meet_our_team {
  padding-top: 60px;
}
.full_width_page .row2_wrap .meet_our_team {
  padding-top: 20px;
}

.our_solutions_banner .banner_area {
  padding: 84px 0;
  font-size: 15px;
}
.our_solutions_banner .banner_area .page-center {
  max-width: 800px;
}
.our_solutions_banner .banner_area p {
  font-size: 1.5em;
}

.our_solutions_page .row1_wrap .content_with_image .ft.right .ft__half.image .img_inn img {
  width: 480px;
}
.our_solutions_page .row1_wrap .content_with_image .ft.inc_bot .ft__half {
  padding-bottom: 50px;
}
.our_solutions_page .row2_wrap .our_services .content_pane {
  padding-top: 0;
}
.our_solutions_page .row2_wrap .content_with_image .ft.left .ft__half.content {
  padding: 50px;
}
.our_solutions_page .row2_wrap .content_with_image .ft .ft__half.image .img_inn {
  border-radius: 0px;
  box-shadow: none;
}
.our_solutions_page .row2_wrap .content_with_image .ft.left .ft__half.image .img_inn img {
  max-height: 500px;
}

.our_solutions_page .testimonials {
  background-color: #fafafa;
  padding-bottom: 85px;
  padding-top: 9px;
}
.our_solutions_page .content_with_button .top_content {
  padding-bottom: 0px;
}
.our_solutions_page .content_with_button .top_content {
  padding-bottom: 14px;
}
.our_solutions_page .content_with_button .csm_btn {
  color: #fff;
  background-color: rgba(51, 146, 195, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
  transition: box-shadow .2s ease;
  font-size: 1.2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  margin: 0;
  padding: 0 .7em;
  height: 2.4em;
  line-height: 2.4em;
  border: none;
  outline: none;
  border-radius: 3px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.our_solutions_page .content_with_button .csm_btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgb(50 50 93 / 23%), 0 1px 3px rgb(0 0 0 / 8%);
  color: #fff;
}
.our_solutions_page .row3_wrap .content_with_button {
  padding-top: 6px;
}
.our_solutions_page .row5_wrap .content_with_button .hs_button.inc_divider {
  padding-bottom: 117px;
}

.custom_btn .content_with_button .top_content{
  padding-bottom: 18px;
}
.custom_btn .content_with_button .csm_btn {
  color: #fff;
  background-color: rgba(51, 146, 195, 1);
  box-shadow: 0 1px 3px rgb(0 0 0 / 17%);
  transition: box-shadow .2s ease;
  font-size: 1.2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  margin: 0;
  padding: 0 .7em;
  height: 2.4em;
  line-height: 2.4em;
  border: none;
  outline: none;
  border-radius: 3px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.custom_btn .content_with_button .csm_btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgb(50 50 93 / 23%), 0 1px 3px rgb(0 0 0 / 8%);
  color: #fff;
}

.brokers_banner #headerSpacer:before {
  content:"";
  background-color: rgba(49, 51, 54, 0.57);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.brokers_banner div#headerSpacer {
  height: inherit !important;
}
.brokers_banner .banner_area .page-center {
  position: relative;
  z-index: 1;
  max-width: 910px;
}
.brokers_banner .banner_area {
  padding-top: 90px;
}
.brokers_banner .banner_area h1 {
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1.2;
  margin: 0 0 17px;
}
.banner-section.brokers_banner {
  overflow: hidden;
}

.brokers_page .row2_wrap.font_resize .widget-type-rich_text h2 {
  font-size: 35px;
  margin-bottom: 50px;
  text-align: center;
  white-space: nowrap;
}
.brokers_page .row2_wrap.font_resize .widget-type-rich_text ul {
  margin-top: 110px;
  font-size: 22px;
}

.widget-type-linked_image img {
  display: block;
}
.brokers_page .content_with_button .top_content p {
  font-size: 22px;
}
.brokers_page .content_with_button .hs_button {
  margin-top: 19px;
}
.brokers_page .testimonials {
  padding-top: 50px;
}
.brokers_page .row4_wrap.font_resize .widget-type-rich_text h2,
.brokers_page .row6_wrap.font_resize .widget-type-rich_text h2 {
  margin-bottom: 5px;
}
.brokers_page .row5_wrap .widget-type-linked_image {
  max-width: 740px;
  margin: 0 auto;
}
.brokers_page .row2_wrap {
  padding: 0 30px;
}

.our_solutions_page div#get-in-touch {
  position: relative;
  top: -50px;
}
.home_page div#get-in-touch {
  position: relative;
  top: -68px;
}
.home_page div#why-flexible-workspaces {
  position: relative;
  top: -18px;
}

.home_page .row1_wrap .what_we_do_offer .csm_btn {
  margin: 0;
  color: rgba(51, 146, 195, 1);
  box-shadow: inset 0 0 0 1px, 0 1px 2px rgb(0 0 0 / 17%);
  transition: box-shadow .2s ease;
  display: inline-flex;
  font-size: 1.05em;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0 .7em;
  height: 2.4em;
  line-height: 2.4em;
  border: none;
  outline: none;
  border-radius: 3px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background: transparent;
}
.home_page .row1_wrap .what_we_do_offer .csm_btn:hover {
  box-shadow: inset 0 0 0 1px, 0 4px 10px rgb(50 50 93 / 23%), 0 1px 3px rgb(0 0 0 / 8%);
  transform: translateY(-1px);
  text-decoration: none;
}
.home_page .row1_wrap .what_we_do_offer .top_content h2 {
  font-size: 40px;
}

.home_banner .banner_area {
  font-size: 16px;
  padding: 0;
}
.home_banner .banner_area .page-center {
  max-width: 850px;
  padding-top: 148px;
  padding-bottom: 81px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.home_banner .banner_area p {
  max-width: 500px;
  margin: 0 auto;
}
.home_banner .banner_area h1 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 17px;
}
.home_banner .banner_area .hs_button {
  margin-bottom: 10px;
}
.home_page .row1_wrap .what_we_do_offer {
  padding-bottom: 60px;
}
.home_page .row2_wrap .testimonials {
  background-color: #fafafa;
  padding-bottom: 120px;
  padding-top: 9px;
}

.home_page .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 2px;
}

.divider svg {
  width: 100vw;
  min-width: 800px;
  z-index: 2;
  transform: translateY(1px);
}

.partners_page form .hs_error_rollup .hs-error-msgs li label {
  margin-bottom: 20px;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home_page .row1_wrap .what_we_do_offer .csm_btn {
    box-shadow: inset 0px 0px 0px 1px, 0px 1px 2px rgba(0,0,0,0.171);
  }
}

@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  .full_width_page .content_with_image .ft.right .ft__half.image .img_inn img {
    max-height: 306px;
  }
}

@media (min-width: 768px) {
  .brokers_page .row2_wrap .span4 {
    width: 30%;
  }
  .brokers_page .row2_wrap .span8 {
    width: 70%;
    padding-left: 5%;
    margin-left: 0;
  }
}

@media (max-width: 750px) {
  .thank_you_banner .banner_area h1,
  .font_resize .widget-type-rich_text h1,
  .font_resize .widget-type-rich_text h2,
  .press_page .row2_wrap .widget-type-rich_text h2{
    font-size: calc(2.7em*0.7);
  }
  .press_page .row1_wrap .dnd-section {
    padding-top: 53px !important;
    padding-bottom: 73px;
  }
  .partners_page .content_with_button .top_content {
    padding-top: 53px;
    padding-bottom: 73px;
  }
  .partners_page .content_with_button .csm_btn {
    margin-top: 20px;
  }
  .partners_page .row2_wrap .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 73px;
  }
  .our_solutions_page .row1_wrap .content_with_image .ft.right .ft__half.image .img_inn img {
    width: auto;
  }
  .our_solutions_page .row2_wrap .content_with_image .ft.left .ft__half.content {
    padding-bottom: 50px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .partners_page .content_with_button .hs_button.inc_divider {
    padding-bottom: 63px;
  }
  .home_banner .banner_area .page-center {
    padding-top: 79px;
    padding-bottom: 70px;
  }
  .home_page .row1_wrap .what_we_do_offer .top_content h2 {
    font-size: 28px;
  }
}

@media (max-width: 700px) {
  .brokers_banner .banner_area h1 {
    font-size: 28pt;
  }
  .brokers_banner .banner_area h1 {
    font-size: 28pt;
  }
  .brokers_banner .banner_area p {
    font-size: 14pt;
  }
  .brokers_page .row2_wrap {
    padding: 0 15px;
  }
  .home_banner .banner_area p {
    font-size: 14pt;
  }
}

@media (max-width: 550px) {
  .brokers_page .row7_wrap .dnd-section {
    padding-bottom: 20px !important;
  }
}


@media (max-width: 767px) {
  .systems-page form,
  .blog-comments form {
    max-width: 100% !important;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
  }
  .hs-blog-listing .hs-author-profile {
    clear: both;
    float: none;
  }
}

@media (max-width: 400px) {
  .brokers_page .row2_wrap.font_resize .widget-type-rich_text h2 {
    white-space: normal;
  }
}