/* Theme base styles */

/* Generic */

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

/* Objects */

/* 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 wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

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

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

/* Elements */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */


/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

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

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 input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 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'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}
@font-face {
    font-family: Founders Grotesk;
    src: url('//24946627.fs1.hubspotusercontent-eu1.net/hubfs/24946627/raw_assets/public/storegga-theme/fonts/foundersgrotesk/web/foundersgroteskxcond-bold.woff');
  }

  h1, h2, h3, h4, h5, h6{
    font-family: "Founders Grotesk"!important;
    transform: uppercase!important;
    margin: 0;
  }

a,body,p{
    font-family: "stolzl";
  }

/* Components */

/* Storegga Theme Styling */

.st-menu-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  position: absolute;
  top:64px;
  z-index: 9999999;
}

#sg-menu-header.sticky {
  position: fixed!important;
  margin-top: 0px;
  padding: 16px 0px;
}

#sg-menu-header.s-background{
  background-color: #00336600;
}

.navbarOffsetMargin {
  padding-top: 80px;
}


.st-menu{
  width: 100%;
  max-width: 1235px;
  padding: 0px 16px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0);
  z-index: 99;
}


.st-logo{
  width: 20%;
}

.st-nav{
  width: 80%;
}

.st-logo-img{
  width: 194px;
  height: auto;
  transition-duration: 0.3s;
}

.st-col nav{
  float: right;
}

.st-col nav ul{
  display: flex;
  align-items: center;
}

.st-col nav li{
  margin-right: 28px;
}

.st-col nav li a{
  color: white;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.st-col nav li a:after{
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -8px;
  background: white;
  height: 3px;
  transition-property: width;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.st-col nav li a{
  color: white;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.st-col nav li a:hover:after,
.st-col nav li a:focus:after,
.st-col nav li a:active:after{
  left: 0;
  right: auto;
  width: 100%;
}


.st-col nav li:last-of-type{
  margin-right: 0px;
  border: 1px solid #fc4405;
  background-color: rgba(252, 68, 5, 1.0);
  padding: 10px 20px 10px 20px;
  font-weight: bold;
  margin-left: 14px;
  transition-duration: 0.3s;
}

.st-col nav li:last-of-type:hover{
  background-color: #003366;
  border: 1px solid #003366;
  transition-duration: 0.3s;
}


.st-menu .mobile-menu{
  float: right;
  display: none;
}

.st-mobile-menu-wrapper{
  display:none;
}

.hs-menu-children-wrapper{
  background-color: #ffece6;
  padding: 16px;
  top: 32px;
  display: flex;
  justify-content: flex-start!important;
  align-items: flex-start!important;
  padding: 16px;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
  color: #fb4305;
  padding-top: 8px;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:first-of-type {
  padding-top: 0px;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper li:last-of-type{
  background-color: #ffece6;
  border: 0px solid #ffece6;
  padding: 0px;
  margin: 0px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 32px;
  margin-top: 2px;
  padding: 24px;
}


/* Media Queries */

/* Tablet */

/* Mobile  (1150px) */

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

  .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: 8px!important;
}

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding-left: 0;
  flex-direction: column!important;
}
  
  .st-mobile-menu-wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    width: 100vw;
    background-color: #fc4405;
    position: fixed;
    z-index: 999;
    padding-top: 180px;
  }

  .st-mobile-menu-wrapper nav li a{
    color: white;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-size: 20px;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    color: white;
  }

  .hs-menu-children-wrapper{
    background-color: #fc4405;
  }

  .hs-menu-children-wrapper{
    justify-content: center!important;
    align-items: center!important;
  }

  .st-menu > .st-mobile-menu-wrapper nav{
    display: initial;
  }


.hs-menu-wrapper.flyouts .hs-menu-children-wrapper li:last-of-type{
  background-color: #fc4405;
  border: 0px solid #fc4405;
  padding: 0px;
  margin: 0px;
}

.hs-menu-wrapper li {
  margin-bottom: 22px!important;
  text-align: center;
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
  padding-bottom: 0px;
}

.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 {
  padding: 0px;
}

.st-mobile-menu-wrapper li.hs-menu-item {
  margin-bottom: 8px!important;
}

  .mm-hidden{
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.5s;
  }

  .mm-visible{
    visibility: visible;
    transition-duration: 0.5s;
    opacity: 1;
  }

  .st-menu-wrapper{
    padding: 32px;
    margin: 0px 0px -128px 0px;
    top: 0;
  }

#sg-menu-header.sticky {
  position: fixed!important;
  margin-top: 0px;
  padding: 16px 32px;
  transition-duration: 0.5s;
  top: 0px!important;
  background-color: #FC4405!important;

}

  .navbarOffsetMargin {
    padding-top: 55px;
  }
  

  .st-logo-img{
    width: 120px;
    height: auto;
  }

  .st-menu{
    padding: 0px;
  }

  .st-menu nav{
    display: none;
  }

  .st-menu .mobile-menu{
      display: initial;
      color: white;
      font-weight: bold;
      text-decoration: none;
      margin-bottom:0px;
}

.st-menu .mobile-menu a{
  color: white;
  font-weight: bold;
  text-decoration: none;
}


}

@media (max-width: 767px){
.hs-menu-wrapper li {
    margin-bottom: 12px!important;
    text-align: center;
}
}
.st-footer-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 84px 0px;
    background-color: #003366;
}

.st-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1235px;
}

.st-footer-col{
    width: calc(100%/4);
}

.footer-title{
    color: white;
    font-weight: bold;
    font-family: 'stolzl'!important;
    margin-bottom: 16px;
}


footer .hs-menu-wrapper li {
    margin-bottom: 16px!important;
}


footer .hs-menu-wrapper li a{
    color: white;
    font-weight: 100;
}

footer .icon--light .icon {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid white;
    padding: 8px;
    color: rgba(255, 255, 255, 0)!important;
    text-decoration: none!important;

}

a.social-follow__link{
    color: #003366!important;
}

.icon--light .social-follow__icon:hover, .icon--light .social-follow__icon:focus, .icon--light .social-sharing__icon:hover, .icon--light .social-sharing__icon:focus {
    background-color: #FC4405!important;
    border: 1px solid #FC4405!important;
    color: rgba(255, 255, 255, 0);
}


/* Media Queries */

/* Tablet */

/* Mobile  (800px) */

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

    .st-footer-wrapper{
        padding: 80px 100px;
    }

    .st-footer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 64px;
    }

    

    .st-footer-col{
        width: 100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .st-logo-img{
        width: 194px;
        height: auto;
    }
  
  }
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* 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 {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

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

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

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

@media (max-width: 767px) {
  /* prettier-ignore */
  .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 {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */

/* custom css */

/* consultation page */
.hs-content-id-110273621237 .sc-flex-content h1.content-title {
    margin-bottom: 5px !important;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 .content-copy h3 {
  color: #fff;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 p {
    margin-bottom: 10px;
}
.hs-content-id-110273621237 .st-menu, 
.hs-content-id-110273621237 .st-footer {
     max-width: 1180px;
    padding: 0px 20px;
}
.hs-content-id-110273621237 .sc-flex-container, 
.hs-content-id-110273621237 .dnd-section > .row-fluid, 
.hs-content-id-110273621237 .content-wrapper, 
.hs-content-id-110273621237 .header__wrapper {
   max-width: 1180px;
   padding: 0 20px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721823184737 {
    max-width: 850px !important;
  margin: 0 auto;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721828423964 .hs-button {
      border: 1px solid #3171FF !importan;
      padding-top: 14px !importan;
      padding-right: 30px !importan;
      padding-bottom: 14px !importan;
      padding-left: 30px !importan;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing--list .blog-listing__post {
      display: flex;
      flex-wrap: wrap;
      width: calc(50% - 20px);
      border: 1px solid #E9F1FF;
      margin: 0;
      background: #fff;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing--list .blog-listing__post .blog-listing__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-timestamp {
    order: -1;
    font-size: 18px;
    font-weight: 100;
    color: #003366;
    margin-bottom: 10px;
}

.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-title, 
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-title-link {
    font-size: 22px !important;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    color: #003366;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-summary p {
    font-size: 18px;
    line-height: 24px;
    color: #003366;
    margin-bottom: 0;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-content {
    padding: 40px 30px 40px 0;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721972091824_ h2, 
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721988053322_ h2,
.hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ h2 {
    font-size: 44px !important;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721972091824_ p {
    line-height: 24px;
    margin-bottom: 15px;
      color: #0d3366;

}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721823184737_ h3 {
    font-family: stolzl !important;
    text-transform: inherit;
    margin-bottom: 20px;
    font-size: 22px !important;
      font-weight: normal;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721972091824_ blockquote {
    border-left: 5px solid #F2440B !important;
    margin: 0 0 1.4rem;
    padding-left: 12px;
  margin-bottom: 0;
  color: #0d3366;
}
.hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .sc-flex-content {
    justify-content: flex-start;
    padding-top: 48px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1722313747934 #hs_cos_wrapper_widget_1722313747934_ {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 106px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.20);
    border-radius: 100%;
    margin-top: -52px;
    position: relative;
    z-index: 1;
}

.hs-content-id-110273621237 #hs_cos_wrapper_module_17219878413093 .hs_cos_wrapper_widget, 
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721987792239 .hs_cos_wrapper_widget, 
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721987738479 .hs_cos_wrapper_widget, 
.hs-content-id-110273621237 #hs_cos_wrapper_module_17219878540553 .hs_cos_wrapper_widget {
    border-top: 5px solid #3171FF;
    display: block;
    padding-top: 20px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_module_17219878413093, 
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721987738479 {
    padding-right: 10px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721987792239, .hs-content-id-110273621237 #hs_cos_wrapper_module_17219878540553 {
    padding-left: 10px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721988053322_ p {
    display: block;
/*     max-width: 716px; */
}
.hs-content-id-110273621237 .ct-inner-content {
    align-items: initial;
}
.hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-inner-content {
    padding: 0;
    justify-content: space-between;
    margin-bottom: -170px;
    position: relative;
    z-index: 1;
    max-width: 1180px;
    padding: 0 20px;
      margin-left: auto;
    margin-right: auto;
}
.hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate {
    border: 1px solid #E9F1FF;
    width: calc(33.33% - 20px);
    /* box-shadow: 0 0 14px rgba(0, 0, 0, 0.14); */
    border-radius: 2px;
    background-color: #fff;
    padding: 20px 20px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate h3.ct-title {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 700;
    font-family: stolzl !important;
    color: #0D3366;
    line-height: 1;
    text-align: left !important;
    margin-right: auto;
}
.hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate img {
    margin-right: auto;
    margin-bottom: 20px;
    max-height: inherit;
}
.hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate p.ct-content {
    color: #0D3366;
      margin: 10px 0 0;
      padding: 0;
      text-align: left;
}
 .hs-content-id-110273621237 .title-sec h3 {
    text-transform: inherit !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: stolzl, serif !important;
    font-weight: normal !important;
}
.hs-content-id-110273621237 #widget_1721990167695 .ls-icon, 
.hs-content-id-110273621237 #module_17219906513653 .ls-icon, 
.hs-content-id-110273621237 #widget_1721990814397 .ls-icon, 
.hs-content-id-110273621237 #widget_1721990851243 .ls-icon {
    width: auto;
}

.hs-content-id-110273621237 #widget_1721990167695 .rs-text, 
.hs-content-id-110273621237 #module_17219906513653 .rs-text, 
.hs-content-id-110273621237 #widget_1721990814397 .rs-text, 
.hs-content-id-110273621237 #widget_1721990851243 .rs-text {
    padding-left: 10px;
}
.hs-content-id-110273621237 #widget_1721990167695 .main-box {
    align-items: flex-start;
    max-width: 280px;
    margin-left: 65px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.hs-content-id-110273621237 #module_17219906513653 .main-box {
    align-items: flex-start;
    max-width: 370px;
    margin-left: -115px;
   margin-bottom: 10px;
}

.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990779880_ {
    display: block;
    position: relative;
    left: 40px;
      z-index: 1;
}
.hs-content-id-110273621237 .row-fluid-wrapper.row-number-36 {
    overflow: hidden;
}
.hs-content-id-110273621237 span#hs_cos_wrapper_widget_1721990779880_:before {
    content: "";
    width: 100%;;
    height: 10px;
    background: #3171ff;
    position: absolute;
    top: 0;
    bottom: 6px;
    margin: auto;
    left: 50%;
    margin-left: 185px;
      z-index: -1;
}

.hs-content-id-110273621237 #widget_1721990814397 .main-box {
    max-width: 295px;
    margin: 0 15px 0 auto;
    margin-top: 5px;
}
.hs-content-id-110273621237 #widget_1721990851243 .main-box {
    max-width: 315px;
    margin-left: 160px;
    align-items: flex-start;
}
.hs-content-id-110273621237 .dnd_area-row-15-max-width-section-centering > .row-fluid {
    max-width: 1180px !important;
}

/* .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
} */
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper {
    background: #0d3366;
    padding: 50px 50px 25px;
    margin-top: -350px;
   position: relative;
    z-index: 1;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper .accordion__summary {
    line-height: normal;
    margin-bottom: 0;
    font-family: stolzl, serif;
    font-size: 22px !important;
    padding-bottom: 25px;
      position: relative;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper .accordion__summary span {
    display: block;
    padding-left: 20px;
    position: relative;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper .accordion__summary:after {
      font-size: 20px;
      margin-left: 0;
      font-weight: normal;
      font-family: stolzl, serif;
      position: absolute;
      left: 0;
      top: 0px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion__content {
   margin: 0px 0 25px;
    padding: 0;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion__content p {
    color: #fff;
    line-height: 24px;
    margin: 0 0 15px;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion__content p:last-child {
    margin-bottom: 0;
}
.hs-content-id-110273621237  .row-fluid .span12.widget-span.widget-type-cell.dnd-column {
/*     background: #003366;
  padding: 0 50px 50px; */
    position: relative;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324528462_ p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 30px;
        margin: 0;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324641735 {
    position: absolute;
    bottom: -106px;
    right: 0;
    z-index: 1;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324600992 .button, 
.hs-content-id-110273621237 #hs-cta-0954d455-3cb1-41c7-ab2c-1d7dd7a65569 .cta_button, 
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721828423964 .hs-button,
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246378591 input[type="submit"],
.hs-content-id-110802421472 #hs-cta-wrapper-0954d455-3cb1-41c7-ab2c-1d7dd7a65569 .cta_button,
.hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .cta_button, 
.hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .cta_button {
    padding: 17px 30px;
    font-size: 18px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721828423964 .hs-button  {
    border-color: #3171ff !important;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721828423964 {
    border-color: transparent !important;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1721828423964 .hs-button:hover {
    border-color: #f64a19 !important;
}
.hs-content-id-110273621237 .sc-flex-cta {
    margin-top: 20px;
}

.hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324528462, .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324600992 {
    background-color: #0d3366;
    padding: 0 50px;
}
.hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324600992 {
  padding-bottom: 50px;
}
.hs-content-id-110273621237 .dnd_area-row-0-force-full-width-section > .row-fluid, 
.hs-content-id-110273621237 .dnd_area-row-4-force-full-width-section > .row-fluid,
{
  padding: 0px !important;
}

/* END consultation page */

.hs-content-id-110773209301 .st-menu, 
.hs-content-id-110773209301 .st-footer {
     max-width: 1180px;
    padding: 0px 20px;
}
.hs-content-id-110773209301 .sc-flex-container, 
.hs-content-id-110773209301 .dnd-section > .row-fluid, 
.hs-content-id-110773209301 .content-wrapper, 
.hs-content-id-110773209301 .header__wrapper {
   max-width: 1180px;
   padding: 0 20px;
}

/* community-consultation page */
.hs-content-id-110773209301 #sg-menu-header, .hs-content-id-110802421472 #sg-menu-header {
    background: #003366 !important;
    padding: 16px 0px;
    top: 0;
}
.hs-content-id-110773209301 #hs_cos_wrapper_module_1722244166021 {
    padding-top: 100px;
    padding-bottom: 105px;
}
.hs-content-id-110773209301 #hs_cos_wrapper_module_1722244166021 h1 {
    line-height: 80px;
}
.hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ {
    display: block;
    margin: -170px 0 -165px;
    position: absolute;
    right: 0;
}

.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722244475953_ h3 {
    font-size: 22px!important;
    text-transform: inherit;
    font-family: stolzl, serif !important;
    font-weight: normal;
    color: #0D3366;
    max-width: 780px;
    margin: 0 auto 15px;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722244475953_ h4 {
    font-size: 20px!important;
    text-transform: inherit;
    font-family: stolzl, serif !important;
    font-weight: 700;
    color: #0D3366;
    max-width: 780px;
    margin: 0 auto 15px;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722244475953_ p {
    font-size: 18px!important;
    color: #0D3366;
    margin: 0;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722245709396_ h4, 
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246305139_ h3 {
    font-size: 44px;
    line-height: 40px;
    color: #0D3366;
    margin-bottom: 10px;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722245709396_ p {
  color: #0D3366;
  margin-bottom: 20px;
}
.hs-content-id-110773209301 #widget_1722245958609 .rs-text, 
.hs-content-id-110773209301 #module_1722246099848 .rs-text {
    padding-left: 28px;
}
.hs-content-id-110773209301 #module_1722246099848 .main-box, 
.hs-content-id-110773209301 #widget_1722245958609 .main-box {
align-items: flex-start;
}
.hs-content-id-110773209301 #widget_1722245958609 .rs-text h3,
.hs-content-id-110773209301 #module_1722246099848 .rs-text h3,
.hs-content-id-110773209301 #module_1722852281755 .rs-text h3 {
    font-size: 22px !important;
   line-height: 30px !important;
    font-family: stolzl, serif !important;
    text-transform: inherit !important;
    font-weight: normal !important;
    max-width: 345px;
}
.hs-content-id-110773209301 #module_1722246099848 .rs-text h3 a {
    color: #0D3366;
  }
.hs-content-id-110773209301 #hs_cos_wrapper_module_1722246099848 {
    margin-top: 30px;
}
.hs-content-id-110773209301 #widget_1722245958609 .ls-icon,
.hs-content-id-110773209301 #module_1722246099848 .ls-icon,
.hs-content-id-110773209301 #module_1722852281755 .ls-icon {
  width: 35px;
  text-align: center;
}

/* COMMUNITY CONSULTATION sec */
.hs-content-id-110773209301 .row-number-6.dnd-section .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.hs-content-id-110773209301 .row-number-6.dnd-section .row-fluid .span6 {
  width: 50%; 
}
.hs-content-id-110773209301 .row-number-6.dnd-section  .row-fluid [class*=span] {
  margin-left: 0px;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722245668143 {
    width: 100%;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722245668143 img {
    width: 100%;
    display: block; 
}
.hs-content-id-110773209301 .row-number-6.dnd-section .row-fluid .span6.widget-span.widget-type-cell.dnd-column:nth-of-type(2) {
    border: 2px solid #E9F1FF;
    padding: 45px 44px 43px 50px;
  background: #fff;
}

/* form */
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 {
    padding-left: 15px;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246305139_ h3 {
    margin-bottom: 20px;
    line-height: 1.1;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246305139_ h4 {
    font-family: stolzl, serif !important;
    font-size: 22px !important;
    line-height: 30px;
    margin-bottom: 15px;
    color: #0D3366;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246305139_ p {    
    line-height: 24px;
    color: #0D3366;
}
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 .hs-form-field label {
    font-size: 16px !important;
    color: #0D3366;
    margin-bottom: 5px;
    padding-right: 5px;
}
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 fieldset.form-columns-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 10px);
    float: none;
}
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 .input input, 
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 .input select,
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 .input textarea {
    height: 50px;
    background: #fff;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246305139_ {
/*     max-width: 420px; */
  max-width: 100%;
    display: block;
}
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 .input textarea {
 height: 80px;
  resize: none;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246378591 input[type="submit"] {
  width: auto;
}
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246378591 input[type=submit]:hover {
    border-color: #003366;
}

.hs-content-id-110773209301 .row-fluid-wrapper.row-number-1 {
    position: relative;
}
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 ul.no-list.hs-error-msgs.inputs-list li label.hs-error-msg {
    color: #ef6b51 !important;
    font-size: 13px !important;
    margin-top: -3px;
}
.hs-content-id-110773209301 #hs_form_target_widget_1722246378591 ul.no-list.hs-error-msgs.inputs-list li {
  margin-bottom: 0 !important;
}



/* END community-consultation page */

/* home page sec  */
.hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ blockquote {
    border-left: 5px solid #f2440b !important;
    margin: 0;
    padding-left: 12px;
    margin-bottom: 40px;
}
.hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ h2,
.hs-content-id-54524848120 #hs_cos_wrapper_module_17230935591916 h2 {
    line-height: 40px;
    margin-bottom: 10px;
}
.hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ p {
    margin-bottom: 15px;
    line-height: 24px;
}
.hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ blockquote p {
    line-height: 21px;
    margin: 0;
}
/* .hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325717587 {
    margin-top: 43px;
} */
.hs-content-id-110879631063 .row-fluid-wrapper.row-number-9 .row-fluid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325717587_ img {
    display: block;
}

/* new home */
.hs-content-id-54524848120 .row-fluid-wrapper.row-number-9 .row-fluid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.hs-content-id-54524848120 #hs_cos_wrapper_module_17230935591919_ img {
    display: block;
}

/* FAQ PAGe */
.hs-content-id-110802421472 .st-menu, 
.hs-content-id-110802421472 .st-footer {
     max-width: 1180px;
    padding: 0px 20px;
}
.hs-content-id-110802421472 .sc-flex-container, 
.hs-content-id-110802421472 .dnd-section > .row-fluid, 
.hs-content-id-110802421472 .content-wrapper, 
.hs-content-id-110802421472 .header__wrapper {
   max-width: 1180px;
   padding: 0 20px;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion {
    border-width: 2px !important;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion-wrapper .accordion__summary {
    line-height: normal;
    margin-bottom: 0;
    font-family: stolzl, serif;
    font-size: 22px !important;
    padding-bottom: 25px;
      position: relative;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion-wrapper .accordion__summary span {
    display: block;
    padding-left: 20px;
    position: relative;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion-wrapper .accordion__summary:after {
      font-size: 20px;
      margin-left: 0;
      font-weight: normal;
      font-family: stolzl, serif;
      position: absolute;
      left: 0;
      top: 0px;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion__content {
    margin: 0px 0 25px;
    padding: 0;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion__content p {
    color: #003366;
    line-height: 24px;
    margin: 0 0 15px;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion__content p:last-child {
    margin-bottom: 0;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258509372_ h2 {
    font-size: 95px !important;
    line-height: 60px;
    margin-bottom: 20px;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258509372_ p {
   font-size: 22px !important;
   color: #0D3366;
  max-width: 405px;
  
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258509372_ p a {
    color: #3171FF;
}
.hs-content-id-110802421472 .dnd_area-row-1-force-full-width-section > .row-fluid {
  padding: 0;
}
.hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .content-title {
    margin-bottom: 8px;
}
.hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .sc-flex-cta {
    margin-top: 20px;
}
.highlight {
    font-weight: 700;
    color: #fc4405;
}

/* NEWS Page */
.hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .content-title {
    font-family: Founders Grotesk;
    margin-bottom: 10px;
}
.hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .sc-flex-cta {
    margin-top: 0;
}
.hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .content-copy p {
    margin-bottom: 20px !important;
    line-height: 24px;
}
.hs-content-id-110799907817 .blog-listing {
    margin-top: -153px;
}

.hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing--list .blog-listing__post {
      display: flex;
      flex-wrap: wrap;
      width: calc(50% - 15px);
/*       border: 1px solid #E9F1FF; */
      margin: 0;
      background: #fff;
      margin-bottom: 30px;
}
.hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing--list .blog-listing__post .blog-listing__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-timestamp {
    order: -1;
    font-size: 18px;
    font-weight: 100;
    color: #003366;
    margin-bottom: 10px;
}

.hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-title, 
.hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-title-link {
    font-size: 22px !important;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    color: #003366;
}
.hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-summary p {
    font-size: 18px;
    line-height: 24px;
    color: #003366;
    margin-bottom: 0;
}
.hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-content {
    padding: 40px 30px 40px 0;
}

/* live news page */
/* NEWS Page */
.hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .content-title {
    font-family: Founders Grotesk;
    margin-bottom: 10px;
}
.hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .sc-flex-cta {
    margin-top: 0;
}
.hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .content-copy p {
    margin-bottom: 20px !important;
    line-height: 24px;
}
.hs-content-id-54942396609 .blog-listing {
    margin-top: -153px;
}

.hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing--list .blog-listing__post {
      display: flex;
      flex-wrap: wrap;
      width: calc(50% - 15px);
      border: 0;
      margin: 0;
      background: #fff;
      margin-bottom: 30px;
}
.hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing--list .blog-listing__post .blog-listing__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-timestamp {
    order: -1;
    font-size: 18px;
    font-weight: 100;
    color: #003366;
    margin-bottom: 10px;
}

.hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-title, 
.hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-title-link {
    font-size: 22px !important;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    color: #003366;
}
.hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-summary p {
    font-size: 18px;
    line-height: 24px;
    color: #003366;
    margin-bottom: 0;
}
.hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-content {
    padding: 40px 30px 40px 0;
}
/* END live news page */

.blog-featured-image {
    height: auto !important;
}


/* community-consultation image row */
.hs-content-id-110773209301 .row-fluid-wrapper.row-number-18.dnd-section > .row-fluid {
    display: flex !important;
    flex-wrap: wrap;
}
.hs-content-id-110773209301 .row-fluid-wrapper .row-number-18 .row-fluid .dnd-column {
  width: 20%;
  margin: 0 0 30px;
  padding: 0 15px;
  
}
/* END community-consultation image row */

/* new page hydrogen-news 23/08 */
/* .hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-4 .blog-listing .blog-listing__post {
    background: #fff;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    width: calc(50% - 15px);
}
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-4 .blog-listing .blog-listing__post .popular-card {
    display: flex;
    flex-wrap: wrap;
}
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-4 .blog-listing .blog-listing__post .popular-card > div {
    width: 50%;
}
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-4 .blog-listing .blog-listing__post .blog-listing__post-image-wrapper {
    height: 100%;
    width: 100%;
} 
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-4 .blog-listing__post-content {
    background: #F3F3F3;
    width: 50%;
} */
/* END  new page hydrogen-news 23/08 */


/* news 222222222 */

.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post a.blog-listing__post-image-wrapper {
    width: 50%;
  height: auto;
}
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-content {
  width: 50%;
  padding: 30px 20px 30px;
  
}

.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-title, 
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-title-link {
    color: #003366;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0px;
}
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-summary, 
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-summary {
    color: #003366;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  margin-bottom: 20px;
}
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-button.simple {
    
    letter-spacing: normal;
    font-weight: 700;
    color: #003366;
}
.hs-content-id-111605534690 #hs_cos_wrapper_widget_1724846449794 {
    max-width: 1265px;
    margin: auto;
    padding: 0 20px;
  
  
}

/* 14-11-2024 */
.hs-content-id-110773209301 .main-box h3 {
        font-size: 22px !important;
        line-height: 1.2 !important;
        color: #3171ff !important;
        font-weight: normal !important;
        text-transform: capitalize;
        font-family: "stolzl" !important;
}
.hs-content-id-110773209301 .rs-text {
    padding-left: 10px !important;
}
.hs-content-id-110773209301 .main-box h3 a {
  color: #3171ff !important; 
      text-transform: capitalize;
}

.hs-content-id-110773209301 .main-box {
      align-items: flex-start !important;;
}
#module_173152114094112 .main-box {
    align-items: center !important;
}
.hs-content-id-110773209301 .title-sec, #module_173152114094115 .main-box {
    margin-bottom: 20px !important;
}

/* community-consultation image row new 11 */
.hs-content-id-110773209301 .row-fluid-wrapper.row-number-23.dnd-section > .row-fluid {
    display: flex !important;
    flex-wrap: wrap;
  
}
.hs-content-id-110773209301 .row-fluid-wrapper .row-number-23 .row-fluid .dnd-column {
  width: 20%;
  margin: 0 0 30px;
  padding: 0 15px;
  
}

.hs-content-id-110773209301 .row-fluid-wrapper.row-number-16.dnd-section > .row-fluid {
    display: flex !important;
    flex-wrap: wrap;
  
}


.hs-content-id-110773209301 .row-fluid-wrapper .row-number-16 .row-fluid .dnd-column {
  width: 20%;
  margin: 0 0 30px;
  padding: 0 15px;
  
}
.hs-content-id-110773209301 
.row-fluid-wrapper.row-number-16.dnd-section.dnd_area-row-4-padding > .row-fluid {
 display: block !important;
}
@media (min-width: 1280px) {
.hs-content-id-110773209301 .row-fluid-wrapper .row-number-16.dnd-section.dnd_area-row-4-padding 
   .row-fluid .dnd-column {
        width: 48.717948718%;
    }
}
  @media (max-width: 1279px) {
.hs-content-id-110773209301 .row-fluid-wrapper .row-number-16.dnd-section.dnd_area-row-4-padding 
    .row-fluid .dnd-column {
        width: 100% !important;
    }  
  }

.hs-content-id-54524848120 #hs_cos_wrapper_module_17315633544918_ img {
    display: block;
}
#hs_cos_wrapper_module_1732599724601 #hs_cos_wrapper_module_1732599724601_ h3 {
    line-height: 1.2;
}


/* end news22222 */

@media (min-width: 1300px){
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .sc-flex-wrapper::before, 
  .hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .sc-flex-wrapper::before {
    width: 754px;
  }
  
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .sc-flex-wrapper::before {
     width: 754px;
  }
}

/* responsive */

@media (max-width: 1279px){
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990779880_ {
    left: 20px;
  }
  
  /* community-consultation page */
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ img.hs-image-widget {
    width: 590px;
  }
  /* END community-consultation page */
  
}

@media (max-width: 1199px){
  .hs-content-id-110273621237 #widget_1721990851243 .main-box {
    margin-left: 96px;
  }
  .hs-content-id-110273621237 #widget_1721990167695 .main-box {
    margin-left: 45px;
  }
  
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ img.hs-image-widget {
    width: 525px;
  }
  .hs-content-id-110273621237 span#hs_cos_wrapper_widget_1721990779880_:before {
     height: 8px;
  }
  .hs-content-id-111605534690 #hs_cos_wrapper_widget_1724846449794 h1 {
    font-size: 80px !important;
    line-height: 100px !important;
}
}

@media (max-width: 920px){
 .hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 .sc-flex-container, .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .sc-flex-container {
    padding: 0;
  }
   .hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 .sc-flex-content {
     padding: 97px 32px 0 32px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 .content-title {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  
/*  news page  */
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-post-listing__post-image-wrapper--list {
    width: 100%;
  }
  
  .hs-content-id-110273621237 .blog-post-listing__post--list {
    flex-direction: column;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-post-listing__post-image-wrapper--list img.blog-listing__post-image {
    height: 220px;
    object-fit: cover;
    display: block;
    width: 100%;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-content {
    padding: 20px 20px;
    width: 100%;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-timestamp {
    font-size: 14px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-title, .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-title-link {
    font-size: 18px !important;
    line-height: 24px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-summary p {
    font-size: 14px;
    line-height: 19px;
  }
/*  news page end  */
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721972091824_ p {
    line-height: 22px;
    font-size: 16px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721972091824_ blockquote div {
      font-size: 14px !important;
      line-height: 18px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate {
    width: 100%;
  }
  
/*    .row-fluid .span6 {
        width: 100% !important;
    }
  .row-fluid [class*=span] {
    margin-left: 0 !important;
  } */
  
  .hs-content-id-110273621237 #module_17219906513653 .main-box {
    margin-left: -40px;
  } 
  
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324600992 .button, 
  .hs-content-id-110273621237 #hs-cta-0954d455-3cb1-41c7-ab2c-1d7dd7a65569 .cta_button, 
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721828423964 .hs-button,
  .hs-content-id-110802421472 #hs-cta-wrapper-0954d455-3cb1-41c7-ab2c-1d7dd7a65569 .cta_button,
  .hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .cta_button, 
  .hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .cta_button {
    display: inline-block;
    font-size: 16px;
    padding: 11px 16px !important;
    width: auto !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper .accordion__summary span {
    font-size: 18px !important;
    line-height: 24px !important;
}
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324528462_ p {
    font-size: 18px;
    line-height: 24px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion__content p {
     font-size: 16px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper {
    padding: 20px 20px 10px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324641735 {
    display: none;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324528462, .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324600992 {
    background-color: #0d3366;
    padding: 0 20px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722324600992 {
    padding-bottom: 30px;
  }
  
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ img.hs-image-widget {
    width: 310px;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_module_1722244166021 h1 {
    line-height: 70px;
    font-size: 80px !important;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_module_1722244166021 {
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .hs-content-id-110773209301 .row-number-6.dnd-section .row-fluid .span6 {
    width: 100%;
  }
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ {
    bottom: -18px;
  }
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ {
    margin: -170px 0 -50px;
  }
  .hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ p {
    line-height: 22px;
    font-size: 16px !important;
  }
  .hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ blockquote p {
    line-height: 19px;
    margin: 0;
    font-size: 14px !important;
  }
  
/*   FAQ */
  .hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion-wrapper .accordion__summary span {
   font-size: 20px !important;
    line-height: 24px;
  }
  .hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion__content p {
    font-size: 16px !important;
  }
  .hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258509372_ h2 {
    font-size: 80px !important;
    line-height: 48px;
  }
  .hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258509372_ p {
    font-size: 20px !important;
  }  
   .hs-content-id-110273621237 span#hs_cos_wrapper_widget_1721990779880_:before {
    height: 7px;
  }  
  .hs-content-id-110802421472 .row-fluid-wrapper.row-number-4 .sc-flex-container {
    padding: 0 !important;
  }
  .hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .sc-flex-content {
    padding: 35px 20px 20px !important;
  }
  
/* news Page   */
/*  banner  */
  .hs-content-id-110799907817 #hs_cos_wrapper_widget_1722256888067 h1 {
    font-size: 80px !important;
    line-height: 100px !important;
  }
  
  .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-post-listing__post-image-wrapper--list {
    width: 100%;
  }
  
  .hs-content-id-110799907817 .blog-post-listing__post--list {
    flex-direction: column;
  }
  .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-post-listing__post-image-wrapper--list img.blog-listing__post-image {
    height: 220px;
    object-fit: cover;
    display: block;
    width: 100%;
  }
  .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-content {
    padding: 20px 20px;
    width: 100%;
  }
 .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-timestamp {
    font-size: 14px;
  }
  .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-title, 
  .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-title-link {
    font-size: 18px !important;
    line-height: 24px;
  }
  .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing__post-summary p {
    font-size: 14px;
    line-height: 19px;
  }
  .hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .content-title {
    font-size: 54px !important;
    line-height: 52px;
  }
  .hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .sc-flex-content {
    padding: 24px 20px 20px !important;
  }
  
  /* live  news page */
  
  /*  banner  */
  .hs-content-id-54942396609 #hs_cos_wrapper_module_17230928285394 h1 {
    font-size: 80px !important;
    line-height: 100px !important;
  }
  
  .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-post-listing__post-image-wrapper--list {
    width: 100%;
  }
  
  .hs-content-id-54942396609 .blog-post-listing__post--list {
    flex-direction: column;
  }
  .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-post-listing__post-image-wrapper--list img.blog-listing__post-image {
    height: 220px;
    object-fit: cover;
    display: block;
    width: 100%;
  }
   .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-content {
    padding: 20px 20px;
    width: 100%;
  }
 .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-timestamp {
    font-size: 14px;
  }
 .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-title, 
 .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-title-link {
    font-size: 18px !important;
    line-height: 24px;
  }
 .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing__post-summary p {
    font-size: 14px;
    line-height: 19px;
  }
  
   .hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .content-title {
    font-size: 54px !important;
    line-height: 52px;
  }
/*  end live news  */
  
/*  News 2222222222222 new  */
  .hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post a.blog-listing__post-image-wrapper, 
.hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-content {
   width: 100%;
}
  /*  News END 2222222222222 new  */
  
   .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .sc-flex-wrapper::before, 
  .hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .sc-flex-wrapper::before {
    width: 670px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .mobile-image,  
 .hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .mobile-image {
        height: 482px;
  }
  
  .hs-content-id-54524848120 #hs_cos_wrapper_module_17315633544915 h2 {
    font-size: 50px !important;
    line-height: 1.1;
}
   .hs-content-id-54524848120 #hs_cos_wrapper_module_17315633544915 p {
    font-size: 16px !important;
}
  .hs-content-id-54524848120 .row-number-9 .span6.widget-span.widget-type-cell.dnd-column {
    padding: 30px 0;
}
  
  
}

@media (max-width: 767px){
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 .content-copy h3 {
    font-size: 38px !important;
    margin-bottom: 10px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 .sc-flex-content {
    padding: 120px 20px 60px !important;
  }
  
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722313747934 #hs_cos_wrapper_widget_1722313747934_ {
    width: 80px;
    height: 80px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722313747934 #hs_cos_wrapper_widget_1722313747934_ {
    margin-top: -40px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1722313747934 #hs_cos_wrapper_widget_1722313747934_ img.hs-image-widget {
    width: 40px;
}
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 p {
    font-size: 16px !important;
  }
   .hs-content-id-110273621237 #hs_cos_wrapper_widget_1689682117203 .mobile-image {
      height: 414px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721823184737_ h3 {
    font-size: 18px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721823184737_ p {
    font-size: 16px !important;
  }
 
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721828546777_ h3, 
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17222393755873_ h6 {
    font-size: 36px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-listing--list .blog-listing__post {
    width: 100%;
    margin-bottom: 30px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721827754015 .blog-post-listing__post-image-wrapper--list img.blog-listing__post-image {
    height: 170px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .content-copy {
    font-size: 16px;
  }
  
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-inner-content {
     padding: 0;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721972091824_ h2, 
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721988053322_ h2,
  .hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ h2 ,
  .hs-content-id-54524848120 #hs_cos_wrapper_module_17230935591916 h2 {
    font-size: 36px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721972091824_ {
    margin-bottom: 30px !important;
    display: block;
  }
  
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .sc-flex-content {
    padding: 35px 20px 26px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .content-title,
  .hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .content-title{
    font-size: 48px !important;
    line-height: 42px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721987930779_ h6 {
      font-size: 36px !important;
      line-height: 30px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219878540553, .hs-content-id-110273621237 #hs_cos_wrapper_module_17219878413093, .hs-content-id-110273621237 #hs_cos_wrapper_module_17219878413093, .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721987792239 {
    margin-bottom: 30px !important;
    padding-left: 0px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721987738479 {
     padding-bottom: 10px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_widget_1721988053322_ p {
    font-size: 18px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate h3.ct-title {
    font-size: 18px !important;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate .ct-content span {
    font-size: 14px !important;
    line-height: 20px !important;
    display: block;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-inner-content {
     margin-bottom: -780px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate {
    margin-bottom: 20px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate {
    padding: 15px 15px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate:nth-of-type(1) img.ct-icon {
    width: 90px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate:nth-of-type(2) img.ct-icon {
    width: 65px;
  }
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate:nth-of-type(3) img.ct-icon {
    width: 90px;
  }  
  
/*  Time line Section  */
   .hs-content-id-110273621237 .title-sec h3 {
    font-size: 12px !important;
  }
  .hs-content-id-110273621237 #module_17223312959203.title-sec {
    padding: 0px;
  }
  .hs-content-id-110273621237 #module_17223312959203 .ls-icon, 
  .hs-content-id-110273621237 #module_17223313100193 .ls-icon, 
  .hs-content-id-110273621237 #module_17223313306283 .ls-icon, 
  .hs-content-id-110273621237 #module_17223313429743 .ls-icon {
    width: 100% !important;
  }
  .hs-content-id-110273621237 #module_17223312959203 .rs-text, 
  .hs-content-id-110273621237 #module_17223313100193 .rs-text, 
  .hs-content-id-110273621237 #module_17223313306283 .rs-text, 
  .hs-content-id-110273621237 #module_17223313429743 .rs-text {
     width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .hs-content-id-110273621237 #module_17223312959203 .main-box, 
  .hs-content-id-110273621237 #module_17223313100193 .main-box, 
  .hs-content-id-110273621237 #module_17223313306283 .main-box, 
  .hs-content-id-110273621237 #module_17223313429743 .main-box {
    padding-left: 20px;
  }
  .hs-content-id-110273621237 .row-number-30.dnd_area-row-11-background-layers .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
/*   .row-number-35.dnd_area-row-13-padding.dnd_area-row-13-background-color .row-fluid .span6:nth-of-type(1) {
    width: auto;
} */
  .hs-content-id-110273621237 .row-number-30.dnd_area-row-11-background-layers .row-fluid .span6 {
      width: 48.93617020799999%;
  }
  /* end  Time line Section  */
  
  .hs-content-id-110773209301 #hs_cos_wrapper_module_1722244166021 h1 {
    font-size: 70px !important;
    line-height: 60px;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_module_1722244166021_ p {
    font-size: 16px !important;
    line-height: 21px;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_module_1722244166021 {
    padding-bottom: 0;
  }
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ {
    bottom: -60px;
  }
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ img.hs-image-widget {
    width: 185px;
  }
  
  .hs-content-id-110773209301 #hs_cos_wrapper_widget_1722244475953_ h3 {
    font-size: 18px !important;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_widget_1722244475953_ p, .hs-content-id-110773209301 #hs_cos_wrapper_widget_1722244475953_ p span {
    font-size: 16px !important;
    margin: 0;
    line-height: 24px;
  }
  .hs-content-id-110773209301 .row-number-6.dnd-section .row-fluid .span6.widget-span.widget-type-cell.dnd-column:nth-of-type(2) {
    padding: 20px 20px 20px;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_widget_1722245709396_ h4, .hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246305139_ h3 {
    font-size: 36px !important;
    line-height: 30px;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_widget_1722245709396_ p {
    font-size: 16px !important;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .hs-content-id-110773209301 #module_1722246099848 .rs-text h3, 
  .hs-content-id-110773209301 #widget_1722245958609 .rs-text h3,
  .hs-content-id-110773209301 #module_1722852281755 .rs-text h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  
  .hs-content-id-110773209301 #module_1722246099848 .rs-text, .hs-content-id-110773209301 #widget_1722245958609 .rs-text {
    padding-left: 15px;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_module_1722246099848 {
    margin-top: 20px;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246305139_ h4 {
    font-size: 18px !important;
    line-height: 24px;
  }
  .hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246305139_ p {
    line-height: 22px;
    font-size: 16px !important;
  }
  .hs-content-id-110773209301 #hs_form_target_widget_1722246378591 {
    padding-top: 8px;
  }
  .hs-content-id-110773209301 #hs_form_target_widget_1722246378591 form .hs-form-field {
    margin-bottom: 15px;
  }
  .hs-content-id-110773209301 #hs_form_target_widget_1722246378591 .hs-form-field label {
    font-size: 14px !important;
    line-height: 19px;
  }
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ {
      margin: -170px 0 -40px;
  }
  .hs-content-id-110273621237 span#hs_cos_wrapper_widget_1721990779880_:before {
    display: none;
  }
  
/*  FAQ  */
 .hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258509372_ h2 {
   font-size: 70px !important;
   line-height: 42px;
  }
  .hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258509372_ p {
    margin-bottom: 50px;
  }
  .hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion-wrapper .accordion__summary {
    padding-bottom: 20px;
  }
  .hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion {
    margin-bottom: 20px !important;
  }
  .hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .content-copy {
    font-size: 16px;
  }
  
  
/*  News page  */
  
  .hs-content-id-110799907817 #hs_cos_wrapper_widget_1722256888067 h1 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .hs-content-id-110799907817 .blog-listing {
    margin-top: -180px;
  }
 .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-listing--list .blog-listing__post {
    width: 100%;
    margin-bottom: 30px;
  }
 .hs-content-id-110799907817 #hs_cos_wrapper_module_172225698635512 .blog-post-listing__post-image-wrapper--list img.blog-listing__post-image {
    height: 170px;
  }  
  .hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .content-title {
    font-size: 48px !important;
    line-height: 42px;
  }
   .hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .content-copy {
    font-size: 16px !important;
    line-height: 21px;
  }
  
/*  live news pags  */
   .hs-content-id-54942396609 #hs_cos_wrapper_module_17230928285394 h1 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .hs-content-id-110799907817 .blog-listing {
    margin-top: -180px;
  }
 .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-listing--list .blog-listing__post {
    width: 100%;
    margin-bottom: 30px;
  }
 .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348027614 .blog-post-listing__post-image-wrapper--list img.blog-listing__post-image {
    height: 170px;
  } 
   .hs-content-id-54942396609 #hs_cos_wrapper_widget_1666348959061 nav.pagination {
    padding-top: 10px !important;
}
  .hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .content-title {
    font-size: 48px !important;
    line-height: 42px;
  }
  .hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .content-copy {
    font-size: 16px !important;
    line-height: 21px;
  }

/*  end live nesw  */
  
    /* community-consultation image row */
   .hs-content-id-110773209301 .row-fluid-wrapper .row-number-18 .row-fluid .dnd-column {
      width: 25%;
      margin: 0 0 20px;
      padding: 0 10px;

    }
  .row-fluid-wrapper.row-number-17.dnd-section>.row-fluid {
    padding: 0;
  }
    /* END community-consultation image row */
  
   .hs-content-id-111605534690 #hs_cos_wrapper_widget_1724846449794 h1 {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  .hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-title, .hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-title-link {
     font-size: 20px !important;
    font-weight: 700;
    line-height: 22px;
  }
  .hs-content-id-111605534690 #hs_cos_wrapper_dnd_area-module-7 .blog-listing__post-summary {
    font-size: 16px;
  }
  
  .hs-content-id-110273621237 #hs_cos_wrapper_module_17219755301585 .mobile-image,  
 .hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .mobile-image {
        height: 350px;
  }
  
  /* community-consultation image row new 11-14 */

/* .hs-content-id-110773209301 .row-fluid-wrapper .row-number-15 .row-fluid .dnd-column {
  width: 25%;
  margin: 0 0 20px;
  padding: 0 10px;  
} */

/*  /* community-consultation image row new end */  */
  
   .hs-content-id-54524848120 #hs_cos_wrapper_module_17315633544915 h2 {
    font-size: 46px !important;
    line-height: 1.1;
}
  .hs-content-id-54524848120 .row-number-9 .span6.widget-span.widget-type-cell.dnd-column {
    padding: 0px 0;
}
  
    .hs-content-id-110773209301  #hs_cos_wrapper_module_1732599724601_ h3,
    .hs-content-id-110773209301  #hs_cos_wrapper_module_17315220143696_ h3,
   .hs-content-id-110773209301  span#hs_cos_wrapper_module_17326009327324_ h3 {
    font-size: 30px !important;
    line-height: 1.3;
  }
  .hs-content-id-110773209301 .main-box h3 {
    font-size: 17px !important;
  }
  
}

@media (max-width: 575px){

  /* community-consultation image row */
  .row-fluid-wrapper .row-number-17 .row-fluid .dnd-column {
    width: 33.33%;

  }
  
/*   11-14 */
   .hs-content-id-110773209301 .row-fluid-wrapper .row-number-18 .row-fluid .dnd-column {
    width: 33.33%;

  }
 .hs-content-id-110773209301 .row-fluid-wrapper .row-number-23 .row-fluid .dnd-column {
    width: 33.33%;

  }
/*  12-09-24  */
   .hs-content-id-110773209301 .row-fluid-wrapper .row-number-16 .row-fluid .dnd-column {
    width: 33.33%;
  }
  /* END community-consultation image row */
  
}

@media (max-width: 479px){

  /* community-consultation image row */
  .hs-content-id-110773209301 .row-fluid-wrapper .row-number-18 .row-fluid .dnd-column {
    width: 50%;
  }
  
  /*   11-14 */
  .hs-content-id-110773209301 .row-fluid-wrapper .row-number-23 .row-fluid .dnd-column {
    width: 50%;

  }
  
  /*  12-09-24  */
   .hs-content-id-110773209301 .row-fluid-wrapper .row-number-16 .row-fluid .dnd-column {
    width: 50%;
  }
  /* END community-consultation image row */
  

}

@media (max-width: 374px){
  .hs-content-id-110773209301 #hs_cos_wrapper_module_1722244166021 h1 {
    font-size: 58px !important;
    line-height: 50px;
  }
      .hs-content-id-111605534690 #hs_cos_wrapper_widget_1724846449794 h1 {
        font-size: 60px !important;
        line-height: 50px !important;
    }
}



/* new page bakp */

/* consultation page */
.hs-content-id-111404855242 .sc-flex-content h1.content-title {
    margin-bottom: 5px !important;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 .content-copy h3 {
  color: #fff;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 p {
    margin-bottom: 10px;
}
.hs-content-id-111404855242 .st-menu, 
.hs-content-id-111404855242 .st-footer {
     max-width: 1180px;
    padding: 0px 20px;
}
.hs-content-id-111404855242 .sc-flex-container, 
.hs-content-id-111404855242 .dnd-section > .row-fluid, 
.hs-content-id-111404855242 .content-wrapper, 
.hs-content-id-111404855242 .header__wrapper {
   max-width: 1180px;
   padding: 0 20px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721823184737 {
    max-width: 750px !important;
  margin: 0 auto;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721828423964 .hs-button {
      border: 1px solid #3171FF !importan;
      padding-top: 14px !importan;
      padding-right: 30px !importan;
      padding-bottom: 14px !importan;
      padding-left: 30px !importan;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing--list .blog-listing__post {
      display: flex;
      flex-wrap: wrap;
      width: calc(50% - 20px);
      border: 1px solid #E9F1FF;
      margin: 0;
      background: #fff;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing--list .blog-listing__post .blog-listing__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-timestamp {
    order: -1;
    font-size: 18px;
    font-weight: 100;
    color: #003366;
    margin-bottom: 10px;
}

.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-title, 
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-title-link {
    font-size: 22px !important;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
    color: #003366;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-summary p {
    font-size: 18px;
    line-height: 24px;
    color: #003366;
    margin-bottom: 0;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-content {
    padding: 40px 30px 40px 0;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721972091824_ h2, 
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721988053322_ h2,
.hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ h2,
.hs-content-id-54524848120 #hs_cos_wrapper_module_17230935591916 h2 {
    font-size: 44px !important;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721972091824_ p,
.hs-content-id-54524848120 #hs_cos_wrapper_module_17230935591916 p {
    line-height: 24px;
    margin-bottom: 15px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721823184737_ h3 {
    font-family: stolzl !important;
    text-transform: inherit;
    margin-bottom: 20px;
    font-size: 22px !important;
      font-weight: normal;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721972091824_ blockquote {
    border-left: 5px solid #F2440B !important;
    margin: 0 0 1.4rem;
    padding-left: 12px;
  margin-bottom: 0;
}
.hs-content-id-111404855242 #hs_cos_wrapper_module_17219755301585 .sc-flex-content {
    justify-content: flex-start;
    padding-top: 48px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1722313747934 #hs_cos_wrapper_widget_1722313747934_ {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 106px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.20);
    border-radius: 100%;
    margin-top: -52px;
    position: relative;
    z-index: 1;
}

.hs-content-id-111404855242 #hs_cos_wrapper_module_17219878413093 .hs_cos_wrapper_widget, 
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721987792239 .hs_cos_wrapper_widget, 
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721987738479 .hs_cos_wrapper_widget, 
.hs-content-id-111404855242 #hs_cos_wrapper_module_17219878540553 .hs_cos_wrapper_widget {
    border-top: 5px solid #3171FF;
    display: block;
    padding-top: 20px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_module_17219878413093, 
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721987738479 {
    padding-right: 10px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721987792239, .hs-content-id-111404855242 #hs_cos_wrapper_module_17219878540553 {
    padding-left: 10px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721988053322_ p {
    display: block;
/*     max-width: 716px; */
}
.hs-content-id-111404855242 .ct-inner-content {
    align-items: initial;
}
.hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-inner-content {
    padding: 0;
    justify-content: space-between;
    margin-bottom: -170px;
    position: relative;
    z-index: 1;
    max-width: 1180px;
    padding: 0 20px;
      margin-left: auto;
    margin-right: auto;
}
.hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate {
    border: 1px solid #E9F1FF;
    width: calc(33.33% - 20px);
    /* box-shadow: 0 0 14px rgba(0, 0, 0, 0.14); */
    border-radius: 2px;
    background-color: #fff;
    padding: 20px 20px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate h3.ct-title {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 700;
    font-family: stolzl !important;
    color: #0D3366;
    line-height: 1;
    text-align: left !important;
    margin-right: auto;
}
.hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate img {
    margin-right: auto;
    margin-bottom: 20px;
    max-height: inherit;
}
.hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate p.ct-content {
    color: #0D3366;
      margin: 10px 0 0;
      padding: 0;
      text-align: left;
}
 .hs-content-id-111404855242 .title-sec h3 {
    text-transform: inherit !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: stolzl, serif !important;
    font-weight: normal !important;
}
.hs-content-id-111404855242 #widget_1721990167695 .ls-icon, 
.hs-content-id-111404855242 #module_17219906513653 .ls-icon, 
.hs-content-id-111404855242 #widget_1721990814397 .ls-icon, 
.hs-content-id-111404855242 #widget_1721990851243 .ls-icon {
    width: auto;
}

.hs-content-id-111404855242 #widget_1721990167695 .rs-text, 
.hs-content-id-111404855242 #module_17219906513653 .rs-text, 
.hs-content-id-111404855242 #widget_1721990814397 .rs-text, 
.hs-content-id-111404855242 #widget_1721990851243 .rs-text {
    padding-left: 10px;
}
.hs-content-id-111404855242 #widget_1721990167695 .main-box {
    align-items: flex-start;
    max-width: 280px;
    margin-left: 65px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.hs-content-id-111404855242 #module_17219906513653 .main-box {
    align-items: flex-start;
    max-width: 370px;
    margin-left: -115px;
   margin-bottom: 10px;
}

.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990779880_ {
    display: block;
    position: relative;
    left: 40px;
      z-index: 1;
}
.hs-content-id-111404855242 .row-fluid-wrapper.row-number-41 {
    overflow: hidden;
}
.hs-content-id-111404855242 span#hs_cos_wrapper_widget_1721990779880_:before {
    content: "";
    width: 100%;;
    height: 10px;
    background: #3171ff;
    position: absolute;
    top: 0;
    bottom: 6px;
    margin: auto;
    left: 50%;
    margin-left: 185px;
      z-index: -1;
}

.hs-content-id-111404855242 #widget_1721990814397 .main-box {
    max-width: 295px;
    margin: 0 15px 0 auto;
    margin-top: 5px;
}
.hs-content-id-111404855242 #widget_1721990851243 .main-box {
    max-width: 315px;
    margin-left: 160px;
    align-items: flex-start;
}
.hs-content-id-111404855242 .dnd_area-row-15-max-width-section-centering > .row-fluid {
    max-width: 1180px !important;
}

/* .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
} */
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper {
    background: #0d3366;
    padding: 50px 50px 25px;
    margin-top: -350px;
   position: relative;
    z-index: 1;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper .accordion__summary {
    line-height: normal;
    margin-bottom: 0;
    font-family: stolzl, serif;
    font-size: 22px !important;
    padding-bottom: 25px;
      position: relative;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper .accordion__summary span {
    display: block;
    padding-left: 20px;
    position: relative;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper .accordion__summary:after {
      font-size: 20px;
      margin-left: 0;
      font-weight: normal;
      font-family: stolzl, serif;
      position: absolute;
      left: 0;
      top: 0px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion__content {
   margin: 0px 0 25px;
    padding: 0;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion__content p {
    color: #fff;
    line-height: 24px;
    margin: 0 0 15px;
}
.hs-content-id-110802421472 #hs_cos_wrapper_widget_1722258669334 .accordion__content p:last-child {
    margin-bottom: 0;
}
.hs-content-id-111404855242  .row-fluid .span12.widget-span.widget-type-cell.dnd-column {
/*     background: #003366;
  padding: 0 50px 50px; */
    position: relative;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324528462_ p {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 30px;
        margin: 0;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324641735 {
    position: absolute;
    bottom: -106px;
    right: 0;
    z-index: 1;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324600992 .button, 
.hs-content-id-111404855242 #hs-cta-0954d455-3cb1-41c7-ab2c-1d7dd7a65569 .cta_button, 
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721828423964 .hs-button,
.hs-content-id-110773209301 #hs_cos_wrapper_widget_1722246378591 input[type="submit"],
.hs-content-id-110802421472 #hs-cta-wrapper-0954d455-3cb1-41c7-ab2c-1d7dd7a65569 .cta_button,
.hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .cta_button, 
.hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .cta_button {
    padding: 17px 30px;
    font-size: 18px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721828423964 .hs-button  {
    border-color: #3171ff !important;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721828423964 {
    border-color: transparent !important;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1721828423964 .hs-button:hover {
    border-color: #f64a19 !important;
}
.hs-content-id-111404855242 .sc-flex-cta {
    margin-top: 20px;
}

.hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324528462, .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324600992 {
    background-color: #0d3366;
    padding: 0 50px;
}
.hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324600992 {
  padding-bottom: 50px;
}
.hs-content-id-111404855242 .dnd_area-row-0-force-full-width-section > .row-fluid, 
.hs-content-id-111404855242 .dnd_area-row-6-force-full-width-section > .row-fluid,
{
  padding: 0px !important;
}

/* responsive */

@media (max-width: 1279px){
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990779880_ {
    left: 20px;
  }
  
}

@media (max-width: 1199px){
  .hs-content-id-111404855242 #widget_1721990851243 .main-box {
    margin-left: 96px;
  }
  .hs-content-id-111404855242 #widget_1721990167695 .main-box {
    margin-left: 45px;
  }
  
  .hs-content-id-110773209301 span#hs_cos_wrapper_widget_1722244254766_ img.hs-image-widget {
    width: 525px;
  }
  .hs-content-id-111404855242 span#hs_cos_wrapper_widget_1721990779880_:before {
     height: 8px;
  }
}

@media (max-width: 920px){
 .hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 .sc-flex-container, .hs-content-id-111404855242 #hs_cos_wrapper_module_17219755301585 .sc-flex-container {
    padding: 0;
  }
   .hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 .sc-flex-content {
     padding: 97px 32px 0 32px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 .content-title {
    font-size: 70px !important;
    line-height: 60px !important;
  }
  
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-post-listing__post-image-wrapper--list {
    width: 100%;
  }
  
  .hs-content-id-111404855242 .blog-post-listing__post--list {
    flex-direction: column;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-post-listing__post-image-wrapper--list img.blog-listing__post-image {
    height: 220px;
    object-fit: cover;
    display: block;
    width: 100%;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-content {
    padding: 20px 20px;
    width: 100%;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-timestamp {
    font-size: 14px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-title, .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-title-link {
    font-size: 18px !important;
    line-height: 24px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing__post-summary p {
    font-size: 14px;
    line-height: 19px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721972091824_ p {
    line-height: 22px;
    font-size: 16px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721972091824_ blockquote div {
      font-size: 14px !important;
      line-height: 18px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate {
    width: 100%;
  }
  
/*    .row-fluid .span6 {
        width: 100% !important;
    }
  .row-fluid [class*=span] {
    margin-left: 0 !important;
  } */
  
  .hs-content-id-111404855242 #module_17219906513653 .main-box {
    margin-left: -40px;
  } 
  
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324600992 .button, 
  .hs-content-id-111404855242 #hs-cta-0954d455-3cb1-41c7-ab2c-1d7dd7a65569 .cta_button, 
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721828423964 .hs-button,
  .hs-content-id-110802421472 #hs-cta-wrapper-0954d455-3cb1-41c7-ab2c-1d7dd7a65569 .cta_button,
  .hs-content-id-110799907817 #hs_cos_wrapper_module_17222575207114 .cta_button,
  .hs-content-id-54942396609 #hs_cos_wrapper_module_17230931850632 .cta_button{
    display: inline-block;
    font-size: 16px;
    padding: 11px 16px !important;
    width: auto !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper .accordion__summary span {
    font-size: 18px !important;
    line-height: 24px !important;
}
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324528462_ p {
    font-size: 18px;
    line-height: 24px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion__content p {
     font-size: 16px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721990910449 .accordion-wrapper {
    padding: 20px 20px 10px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324641735 {
    display: none;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324528462, .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324600992 {
    background-color: #0d3366;
    padding: 0 20px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722324600992 {
    padding-bottom: 30px;
  }
   
   .hs-content-id-111404855242 span#hs_cos_wrapper_widget_1721990779880_:before {
    height: 7px;
  }  
  
}

@media (max-width: 767px){
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 .content-copy h3 {
    font-size: 38px !important;
    margin-bottom: 10px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 .sc-flex-content {
    padding: 120px 20px 60px !important;
  }
  
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722313747934 #hs_cos_wrapper_widget_1722313747934_ {
    width: 80px;
    height: 80px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722313747934 #hs_cos_wrapper_widget_1722313747934_ {
    margin-top: -40px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1722313747934 #hs_cos_wrapper_widget_1722313747934_ img.hs-image-widget {
    width: 40px;
}
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 p {
    font-size: 16px !important;
  }
   .hs-content-id-111404855242 #hs_cos_wrapper_widget_1689682117203 .mobile-image {
      height: 414px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721823184737_ h3 {
    font-size: 18px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721823184737_ p {
    font-size: 16px !important;
  }
 
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721828546777_ h3, 
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17222393755873_ h6 {
    font-size: 36px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-listing--list .blog-listing__post {
    width: 100%;
    margin-bottom: 30px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721827754015 .blog-post-listing__post-image-wrapper--list img.blog-listing__post-image {
    height: 170px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219755301585 .content-copy {
    font-size: 16px;
  }
  
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-inner-content {
     padding: 0;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721972091824_ h2, 
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721988053322_ h2,
  .hs-content-id-110879631063 #hs_cos_wrapper_widget_1722325523014_ h2 {
    font-size: 36px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721972091824_ {
    margin-bottom: 30px !important;
    display: block;
  }
  
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219755301585 .sc-flex-content {
    padding: 35px 20px 26px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219755301585 .content-title,
  .hs-content-id-110802421472 #hs_cos_wrapper_module_17222575207114 .content-title{
    font-size: 48px !important;
    line-height: 42px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721987930779_ h6 {
      font-size: 36px !important;
      line-height: 30px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219878540553, .hs-content-id-111404855242 #hs_cos_wrapper_module_17219878413093, .hs-content-id-111404855242 #hs_cos_wrapper_module_17219878413093, .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721987792239 {
    margin-bottom: 30px !important;
    padding-left: 0px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721987738479 {
     padding-bottom: 10px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_widget_1721988053322_ p {
    font-size: 18px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate h3.ct-title {
    font-size: 18px !important;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate .ct-content span {
    font-size: 14px !important;
    line-height: 20px !important;
    display: block;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-inner-content {
     margin-bottom: -780px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate {
    margin-bottom: 20px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate {
    padding: 15px 15px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate:nth-of-type(1) img.ct-icon {
    width: 90px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate:nth-of-type(2) img.ct-icon {
    width: 65px;
  }
  .hs-content-id-111404855242 #hs_cos_wrapper_module_17219886305373 .ct-col.aos-init.aos-animate:nth-of-type(3) img.ct-icon {
    width: 90px;
  }  
  
/*  Time line Section  */
   .hs-content-id-111404855242 .title-sec h3 {
    font-size: 12px !important;
  }
  .hs-content-id-111404855242 #module_17223312959203.title-sec {
    padding: 0px;
  }
  .hs-content-id-111404855242 #module_17223312959203 .ls-icon, 
  .hs-content-id-111404855242 #module_17223313100193 .ls-icon, 
  .hs-content-id-111404855242 #module_17223313306283 .ls-icon, 
  .hs-content-id-111404855242 #module_17223313429743 .ls-icon {
    width: 100% !important;
  }
  .hs-content-id-111404855242 #module_17223312959203 .rs-text, 
  .hs-content-id-111404855242 #module_17223313100193 .rs-text, 
  .hs-content-id-111404855242 #module_17223313306283 .rs-text, 
  .hs-content-id-111404855242 #module_17223313429743 .rs-text {
     width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .hs-content-id-111404855242 #module_17223312959203 .main-box, 
  .hs-content-id-111404855242 #module_17223313100193 .main-box, 
  .hs-content-id-111404855242 #module_17223313306283 .main-box, 
  .hs-content-id-111404855242 #module_17223313429743 .main-box {
    padding-left: 20px;
  }
 
  .hs-content-id-111404855242 span#hs_cos_wrapper_widget_1721990779880_:before {
    display: none;
  }
  
}

/*  end new page bkp */