*, *:before, *:after {
   box-sizing: border-box;
}

iframe.live-score {
   height: 900px;
   width: 100%;
}

@media (max-width: 767px){
iframe.live-score {
	  height: 700px;
   }
}

.outer .container {
   position: relative;
   overflow: hidden;
   width: 100%;
   padding-top: 56.75% !important; 
}

.responsive-iframe {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
}

@media (max-width:767px){
   .outer{
	  position: relative;
	  width: calc(100% + 0);
   }
   .outer .container {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  padding-top: 100% !important; 
   }

   .responsive-iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
   }
}

@media (max-width: 479px) {
   .outer .container {
	  padding-top:150% !important;
   }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

/* a {
  background-color: transparent;
} */

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
    margin: 0 auto;
    padding: 0 20px;
}
.page-center {
    margin: 0 auto; 
}
.dnd-section > .row-fluid {
    margin: 0 auto;
    padding: 0 20px;
}

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

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding:0 !important;
}

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

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:992px) {
    .col-md-3 {
	   width: 25%;
    }
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	   float: left;
    }
}
main.body-container-wrapper {
    position: relative;
}
@media (max-width:991px) {
    .custom-wrapper #side-nav.tabs-nav {
	   position: sticky;
	   top: 0;
	   width: 100%;
	   z-index: 100;
    }
    .custom-wrapper.stick #side-nav.tabs-nav{
	   padding:0;
    }
    .custom-wrapper.stick .sidebar-toggle {
	   border-radius: 0px !important;
    }
}
@media (max-width: 767px) {
    .dnd-section .dnd-column {
	   padding: 0;
    }
}
body {
   line-height: 1.4;
   word-break: break-word;
}

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

/* Paragraphs */

p {
   margin: 0 0 15px;
}

/* Anchors */

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
.button-wrapper a {
   display: inline-block;
   font-weight: 400;
   padding: 8px 24px;
   border-radius: 68px;
   transition:all .3s ease;
   border:1px solid;
   text-align: center;
}
.button-wrapper.btn--primary a {
   background-color: var(--primary_background_color);
   border-color:var(--primary_background_color);
   color: #fff;
}

.button-wrapper.btn--primary a:hover {
   background-color: var(--secondary_background_color);
   border-color: var(--primary_background_color);
   color: var(--tertiary_color);
}

.button-wrapper.btn--secondary a {
   background-color: var(--secondary_background_color);
   border-color: var(--primary_background_color);
   color: var(--tertiary_color);
}

.button-wrapper.btn--secondary a:hover {
   background-color: var(--primary_background_color);
   border-color: var(--primary_background_color);
   color: #fff;
}

.button-wrapper.btn--tertiary a {
   background-color: var(--secondary_background_color);
   border-width:2px;
   position:relative;   
   color: var(--primary_color);
   border-color: var(--primary_background_color);
   padding-right:55px;
   font-weight:bold;
}

.button-wrapper.btn--tertiary a:after {
   background-image:url(//6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/raw_assets/public/Gasg_may_2023/images/arrow-right.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: 100%;
   content: "";
   height: 9px;
   width: 27px;
   display: block;
   position: absolute;
   right:15px;
   top: 50%;
   transform: translatey(-50%);
   transition:all .3s ease-out;
}

.button-wrapper.btn--tertiary a:hover:after {
   right:10px;
}



.banner-section .row-fluid [class*=span] {
    min-height: 0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media(min-width:768px)
{footer .form-wrap form .actions input{MARGIN-TOP: 30PX!IMPORTANT;}}
footer .form-wrap form .hs-form-field>label{
   color: #fff;
   text-align: left;
   display:block!important;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header.header a {
   text-decoration: none;
}

header.header .row-fluid>div {
   min-height: 0;
}
header.header {   
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.11);
   position: relative;
   line-height: 1.77;
   font-size: 18px;
}
.header__logo {
   margin-right: 26px;
}

.custom-menu-primary .menu__wrapper {
   height: 100%;
   padding:0;
}
.custom-menu-primary .menu__wrapper {
   display: flex;
}
.custom-menu-primary>div, .custom-menu-primary nav {
   height: 100%;
}
.custom-menu-primary .menu__wrapper>li{
   padding: 0 22px;
   height: 100%;;
}
.custom-menu-primary .menu__wrapper>li>a {
   font-size: 15px;
   font-weight: 500;
   line-height: 22px;
   text-transform: uppercase;
   display: flex;
}
.custom-menu-primary .menu-submenu>.menu-item>a,
.custom-menu-primary .menu-submenu>.menu-item>span {
   display: block;
   padding: 5px 20px;
   width: 100%;
}
.custom-menu-primary .menu-submenu>.menu-item>a {
   border-bottom: 1px solid #d2d2d2;
}
.custom-menu-primary .menu-submenu>.menu-item>a {
   font-size: 15px;
   font-weight: 500;
   line-height: 22px;
}
.header__logo img {
   max-width: 120px;
   height: auto;
}

.child-trigger {
   display: none;
}
.header_search form:before {
   background: #afafaf;
   content: "";
   display: block;
   height: 15px;
   left: 16px;
   position: absolute;
   top: 13px;
   width: 1px;
   opacity: 0.5;
}
.header_search form input {
   background: #f0f0f0 !important;
   border: 1px solid #fff !important;
   border-radius: 40px !important;
   box-shadow: inset 2px 3px 0 rgb(0 0 0 / 10%);
   color: hsla(0,0%,43%,.3) !important;
   color: #3d3d3d !important;
   display: block;
   font-size: 11px;
   font-weight: 500;
   line-height: 16px;
   outline: none;
   padding: 0.7rem;
   padding-left: 25px;
   width: 280px;
}
ul.hs-search-field__suggestions {
   position: absolute;
   background: #fff;
   top: 100%;
   z-index: 5555;
   left: 0;
   right: 0;
   padding: 10px 0;
   border-color: #fff !important;
   box-shadow: 0 4px 10px rgb(0 0 0 / 25%), 0 -1px 4px rgb(0 0 0 / 13%);
}
ul.hs-search-field__suggestions:empty {
   display: none;
}
ul.hs-search-field__suggestions li#results-for {
   padding: 0 15px;
}

ul.hs-search-field__suggestions li a {
   padding: 10px 15px;
}
.header_search form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: rgb(109 109 109 / 30%);
   color: #3D3D3D;
}
.header_search form input::-moz-placeholder { /* Firefox 19+ */
   color: rgb(109 109 109 / 30%);
   color: #3D3D3D;
}
.header_search form input:-ms-input-placeholder { /* IE 10+ */
   color: rgb(109 109 109 / 30%);
   color: #3D3D3D;
}
.header_search form input:-moz-placeholder { /* Firefox 18- */
   color: rgb(109 109 109 / 30%);
   color: #3D3D3D;
}
.header_search form>button {
   padding: 0;
   background: #333333;
   border-radius: 18px;
   height: 25px;
   width: 25px;
   text-align: center;
   line-height: normal;
   position: absolute;
   top: 8px;
   right: 10px;
   border-color: #333333;
}
.header_search form>button svg {
   display: block;
   margin: 0 auto;
}
.header_search {
   padding-right: 21px;
}
.header_buttons {
   border-left: 1px solid #d2d2d2;
   padding: 17px 0 17px 20px;
}
.header_buttons .button_item:not(:last-child) {
   margin-right: 10px;
}

/* Header Navigation Bottom */
.header_menu_wrapper nav>ul {
   margin: 0;
}
.header_menu_wrapper nav>ul>li {
   position: relative;
}

.header_menu_wrapper nav>ul>li>a {
   font-weight: 600;
   font-size: 14px;
   line-height: 21px;
   text-transform: uppercase;
   display: inline-block;
   padding: 12px 23px;
   border-bottom: 3px solid transparent;
   height: 100%;
   display: flex;
   align-items: center;
}      
.header_menu_wrapper .menu-child-toggle {
   position: absolute;
   top: 50%;   
}
.header_menu_wrapper .menu-child-toggle svg path {
   stroke: #fff;
   opacity: 1;
}
.header_menu_wrapper .menu-submenu {
   border-radius: 0!important;
   box-shadow: none!important;
   left: 0;
   position: absolute;
   right: 0;
   text-align: left;
   min-width: 250px;
   padding:0;
}
.header_menu_wrapper .menu-submenu>li>a {
   padding: 10px;
   display: block;
   font-size: 14px;
}
.header_search form {
   padding: 0;
}
ul.menu__wrapper.no-list {
   padding: 0;
}

.header_menu_wrapper .menu-submenu , .menu-submenu {
   padding: 0;
}
/*=========================== Search ======================================*/
.searchDesktop {
   border-radius: 10px;
   opacity: 0;
   position: absolute;
   top: 50px;
   transform: translateY(30px);
   transition: all .3s ease-in-out;
   visibility: hidden;
   width: 450px;
   z-index: 99;
   right: 0;
}
.searchDesktop.active {
   opacity: 1;
   visibility: visible;
   transform: translateY(0px);
}
header.header .column-2 {
   position: relative;
}
.searchDesktop form {
   background: #000;
   padding: 10px;
   width: 100%;
   position: relative;
   border-radius: 5px;
}
.searchDesktop form:before {
   border-bottom: 10px solid #000;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   content: "";
   height: 0;
   position: absolute;
   top: -9px;
   width: 0;
   right: 7px;
}
.searchDesktop form button {
   padding: 0;
   position: absolute;
   background: transparent;
   border: 0;
   right: 20px;
   top: 18px;
}
.searchDesktop form button svg {
   height: 15px;
}
.searchDesktop input.hs-search-field__input {
   padding: 6px;
   line-height: 1;
}
.active-menu headerheader.header {
   margin-bottom: 53px;
}
.cst-bnt-desk {
   position: relative;
}


/* Header Navigation Bottom End */

header.header .dnd-section {
   padding: 0;
}

header.header .header_buttons .button_wrapper a.primary.btn, 
header.header .header_buttons .button_wrapper a.secoundary.btn {
   border-radius: 18px;
   font-family: Poppins;
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   margin-left: 0px;
   padding: 7px 20px;
   text-transform: uppercase;
}

header.header .header_buttons .button_wrapper a.secoundary.btn{
   border:1px solid;
}

header.header .header_buttons .button_wrapper a.primary.btn {
   background: #fff;
   border: 1px solid #b10c2c;
   color: #b10c2c;
   display: inline-block
}

header.header .header_buttons .button_wrapper a.primary.btn,header.header .header_buttons .button_wrapper a.secoundary.btn {
   letter-spacing: 0
}

header.header .header_buttons .button_wrapper a.primary.btn:hover {
   background: #d0122d;
   color: #fff
}

header.header .header_buttons .button_wrapper a.secoundary.btn {
   background: #b10c2c;
   color: #fff
}

header.header .header_buttons .button_wrapper a.secoundary.btn:hover {
   background: #fff;
   border: 1px solid #b10c2c;
   color: #b10c2c
}

header.header .header_buttons a.primary.arrow.btn,header.header .header_buttons a.secoundary.arrow.btn {
   padding-right: 33px!important;
   position: relative
}

header.header .header_buttons a.primary.arrow.btn:after,
header.header .header_buttons a.secoundary.arrow.btn:after {
   background-repeat: no-repeat;
   content: "";
   height: 16px;
   margin: 0 7px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 14px
}

header.header .header_buttons a.primary.arrow.btn:hover:after,
header.header .header_buttons a.secoundary.arrow.btn:after {
   background-image: url(//6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/raw_assets/public/Gasg_may_2023/images/arrow-icon.svg)
}

header.header .header_buttons a.secoundary.arrow.btn:hover:after {
   background-image: url(//6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/raw_assets/public/Gasg_may_2023/images/arrow-red.svg)
}

header.header .justify-content-between {
   -ms-flex-pack: justify !important;
   justify-content: space-between !important;
}

header.header .align-items-center {
   -ms-flex-align: center !important;
   align-items: center !important;
}

header.header .row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-left: -15px;
   margin-right: -15px;
}

header.header .justify-content-between {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

header.header .align-items-center {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

header.header .row > div {
   padding: 0 15px;
}

header.header .row>.col {
   padding-left: 15px;
   padding-right: 15px;
}

/* header-old*/
header.header .col {
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -ms-flex-positive: 1;
   flex-grow: 1;
   max-width: 100%;
}

header.header .d-flex {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}


/* new */
.custom-menu-primary .menu__wrapper>li {
   height: 100%;
   padding: 0 22px;
}
.header__logo {
   align-items: center;
   display: flex;
   height: auto;
   margin-right: auto;
   max-width: 200px;
   overflow: hidden;
   margin-right: 26px;
   padding-bottom: 5px;
   padding-top: 5px;
   margin-left: -5px;
}
.header__logo img {  
   vertical-align: middle;
}
.custom-menu-primary .menu__wrapper>li>a {
   color: #6d6d6d;
   display: flex;
   font-size: 15px;
   font-weight: 500;
   line-height: 22px;
   text-transform: uppercase;
}
.custom-menu-primary .menu__wrapper>li:hover>a {
   color: #b10c2c;
}
.custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper:before {
   display: none;
}
/* new */



@media (max-width: 1200px){
   .header_search {
	  padding-right: 15px;
   }
   .header_buttons {
	  padding: 17px 0 15px 15px;
   }
}
@media (min-width: 768px){
   .header_menu_wrapper .menu-child-toggle {      
	  font-size: 0;
	  transform: translateY(-50%);
	  right: 10px;
   }
   .header_menu_wrapper nav>ul {
	  display: flex;
	  flex-wrap: wrap;
   }
   .header_menu_wrapper{
	  display: block !important;  
   }
   .custom-menu-primary .col.header_buttons, 
   .custom-menu-primary .header_search {
	  display: none;
   }

   .custom-menu-primary .menu__wrapper>li{
	  align-items: center;
	  display: flex;
   }
   .custom-menu-primary .menu-submenu>.menu-item.menu-item--depth-2 .menu-child-toggle {
	  margin: 0;
	  position: absolute;
	  right: 10px;
	  top: 50%;
	  transform: translateY(-50%) rotate(-90deg);
   }
   .header_menu_wrapper nav>ul>li {
	  margin-right: 15px;
   }
   .header_menu_wrapper nav>ul>li>a:hover {
	  border-color: #fff;
   }

   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item {
	  position: relative;
	  z-index: 23;    
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  opacity: 0;
	  position: absolute;
	  transition: all .5s ease-in;
	  visibility: hidden;
	  background: #FEFEFE;
	  border: 4px solid #979797;
	  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
	  border-radius: 8px;
	  width: 550px;
	  padding: 0;
	  list-style: none;
	  margin: 0;
	  top: 67px;
	  left: 50%;
	  transform: translateX(-50%);
	  padding: 20px;
	  pointer-events:none;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item > a.menu-link {
	  transition: color .5s ease;
	  display: flex;
	  align-items: center;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item > a.menu-link span.text {
	  margin-right: 10px;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item:hover>ul.cst-child-emnu-wrapper {
	  opacity: 1;
	  visibility: visible;
	   pointer-events:all;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a {
	  display: flex;
	  align-items: center;
   }

   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp h3 {
	  font-family: 'Poppins';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 21px;
	  color: #333333;
	  margin: 0 0 5px;
	  display: flex;
	  align-items: center;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a:hover .cst-con-grp h3 {
	  color: #EE2200;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp h3 {
	  font-family: 'Poppins';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 21px;
	  color: #333333;
	  margin: 0;
	  display: flex;
	  align-items: center;
	  transition: all .5s ease;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp h3 span {
	  margin-right: 10px;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col> li > a:hover .cst-con-grp h3 i {
	  opacity: 1;
	  left: 0;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp h3 i {
	  position: relative;
	  top: 0;
	  opacity: 0;
	  left: -15px;
	  transition: all .5s ease;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp .cst-btm-con {
	  font-family: 'Poppins';
	  font-style: normal;
	  font-weight: 400;
	  font-size: 13px;
	  line-height: 20px;
	  color: #656565;
   }

   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col>li {
	  padding: 0 15px;
	  padding-left: 0;
	  margin-bottom: 10px;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col>li>a .cst-img {
	  width: 70px;
	  text-align: center;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  display: flex;
	  align-items: flex-start;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col {
	  width: 50%;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li>a > .cst-con-grp {
	  padding-left: 15px;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li:last-child {
	  margin-bottom: 0;
   }
   .header_menu_wrapper nav>ul {
	  justify-content: flex-end;
   }
   #mobileTrigger {
	  display: none!important;
   }
   .visible-phone {
	  display: none!important;
   }
   .header_top-menu.hidden-phone {
	  display: flex;
   }
   .menu-submenu.menu-submenu--level-3 {
	  left: 100%;
	  top: 0;
   }
   .header_menu_wrapper .menu-submenu  .menu-child-toggle {
	  display: none;
	  display: block;
	  transform: rotate(-90deg);
	  top: 19px;
	  pointer-events: none;
   }
   .header_menu_wrapper nav>ul>li.menu-item--has-submenu>a {
	  padding-right: 40px;
   }


   /*    new */
   .custom-menu-primary {
	  border-left: 1px solid #d2d2d2;
	  border-right: 1px solid #d2d2d2;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item {
	  position: static;
   }
   .content-wrapper.bottom-header, .header__container.content-wrapper {
	  position: relative;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  box-sizing: border-box;
	  left: 0;
	  max-width: 100%;
	  transform: none;
	  width: 750px;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item:hover>a:before {
	  opacity: 1;
	  visibility: visible;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>a {
	  height: 100%;
	  position: relative;
   }
   /*    new */

}

@media (max-width: 767.9px){
   .header_menu_wrapper .menu-child-toggle {
	  top: 0;
	  transform: none;
   }
   .header .header_menu_wrapper .menu-submenu>li>a:hover {
	  background-color: transparent;  
   }
   .col__left {
	  justify-content: space-between;
	  width: 100%;
	  /*       position: relative; */
	  margin-bottom: 20px;
   }
   .col.col__right {
	  flex-wrap: wrap;
	  width: 100%;
	  display: none !important;
   }
   .header_search form input {
	  width: 100%;
   }
   .header_search {
	  padding-right: 0;
	  width: 100%;
   }

   .custom-menu-primary .menu__wrapper>li {
	  padding: 0;
	  width: 100%;
   }   
   .custom-menu-primary {
	  background: #FFFFFF;
	  left: 0;
	  position: absolute;
	  right: 0;
	  top: 100%;
	  z-index: 55;
	  display: none;
   }
   .menu_trigger {
	  align-items: center;
	  background: #b10c2c;
	  cursor: pointer;
	  display: flex;
	  flex-direction: column-reverse;
	  height: 40px;
	  justify-content: center;
	  margin-left: auto;
	  margin-right: 0;
	  position: absolute;
	  right: 15px;
	  top: 50%;
	  transform: translateY(-50%);
	  width: 40px;
	  padding: 0 5px;
   }
   .menu_trigger i {
	  border-bottom: 2px solid #fff;
	  display: block;
	  transition: all .3s ease;
	  width: 100%;
   }   
   .menu_trigger i.line.second {
	  margin: 7px 0;
   }
   .custom-menu-primary .menu__wrapper>li>a {
	  display: block;
	  line-height: 1.875;
	  padding: 5px 15px;
   }
   .custom-menu-primary .menu-submenu {
	  background-color: #fff;
	  display: none;
	  padding:0;
   }
   .custom-menu-primary .menu__wrapper>li:first-child>a {
	  border-top: 1px solid #d2d2d2;
	  border-bottom: 1px solid #d2d2d2;
   }
   .custom-menu-primary .header_search {
	  padding: 20px 15px;
   }
   .header_buttons {
	  border: none;
	  padding: 15px
   }

   .menu-child-toggle.child-open svg {
	  transform: rotate(-180deg);
   }

   .header_menu_wrapper {
	  display: none;
   }
   .header_menu_wrapper nav>ul>li {
	  position: relative;
	  width: 100%;
   }  
   .header_menu_wrapper .menu-submenu {
	  position: static;
	  display: none;
   }
   .header_menu_wrapper nav>ul>li>a {
	  font-size: 12px;
	  line-height: 1.5;
	  padding: 12px 10px;
   }
   .header_menu_wrapper .menu-submenu>li>a {
	  color: rgba(253,253,253,1.0);
	  display: block;
	  font-size: 12px;
	  line-height: 1.5;
	  padding: 12px 10px;
   }
   .mobiletrigger {
	  align-items: center;
	  border-radius: 100px;
	  display: flex;
	  flex-direction: column-reverse;
	  height: 40px;
	  justify-content: center;
	  width: 40px;
	  margin-left: auto;
	  margin-right: 0;
	  line-height: 40px;
	  padding: 0 5px;
	  margin-right: 15px;
	  cursor: pointer;
   }
   .mobiletrigger i {
	  border-bottom: 2px solid #fff;
	  display: block;
	  transition: all .3s ease;
	  width: 100%;
   }
   .mobiletrigger i.second {
	  margin: 7px 0;
   } 
   nav.cst-hdr-top-menu>ul>li.menu-item {
	  position: relative;
	  z-index: 23;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {

	  position: absolute;
	  transition: all .5s ease-in;

	  background: #FEFEFE;
	  border: 4px solid #979797;
	  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
	  border-radius: 8px;
	  width: 550px;
	  padding: 0;
	  list-style: none;
	  margin: 0;
	  top: 67px;
	  left: 50%;
	  padding: 20px;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item > a.menu-link {
	  transition: color .5s ease;
	  display: flex;
	  align-items: center;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item > a.menu-link span.text {
	  margin-right: 10px;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a {
	  display: flex;
	  align-items: center;
   }

   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp h3 {
	  font-family: 'Poppins';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 21px;
	  color: #333333;
	  margin: 0 0 5px;
	  display: flex;
	  align-items: center;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a:hover .cst-con-grp h3 {
	  color: #EE2200;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp h3 {
	  font-family: 'Poppins';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 21px;
	  color: #333333;
	  margin: 0;
	  display: flex;
	  align-items: center;
	  transition: all .5s ease;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp h3 span {
	  margin-right: 10px;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col> li > a:hover .cst-con-grp h3 i {
	  opacity: 1;
	  left: 0;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp h3 i {
	  position: relative;
	  top: 0;
	  opacity: 0;
	  left: -15px;
	  transition: all .5s ease;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col > li > a .cst-con-grp .cst-btm-con {
	  font-family: 'Poppins';
	  font-style: normal;
	  font-weight: 400;
	  font-size: 13px;
	  line-height: 20px;
	  color: #656565;
   }

   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col>li {
	  padding: 0 15px;
	  padding-left: 0;
	  margin-bottom: 10px;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col>li>a .cst-img {
	  width: 70px;
	  text-align: center;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  display: none;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper > .cst-split-col {
	  width: 50%;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li>a > .cst-con-grp {
	  padding-left: 15px;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li:last-child {
	  margin-bottom: 0;
   }
   .col__left {
	  justify-content: flex-start;
   }
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu > ul {
	  margin: 0;
   }
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu > ul > li:hover > a {
	  color: #EE2200;
   }
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu > ul > li > a {
	  display: flex;
	  font-size: 15px;
	  font-weight: 500;
	  line-height: 22px;
	  text-transform: uppercase;
	  color: #6D6D6D;
	  align-items: center;
	  display: flex;
	  transition: color .5s ease;
   }
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu > ul> li > a  {
	  align-items: center;
	  border-left: 1px solid #d2d2d2;
	  border-right: 1px solid #d2d2d2;
	  display: flex;
	  padding: 0 20px;
	  height: 100%;
   }
   .col__left {
	  justify-content: flex-start;
	  margin: 0;
	  border-bottom: 1px solid #d2d2d2;
   }
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu {
	  height: 100%;
   }
   .hidden-phone {
	  display: none!important;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item {
	  position: static;
   }

   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  top: 101%;
	  left: 0;
	  transform: none;
	  width: 100%;
	  border: 0;
	  border-radius: 0;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper:before{
	  display: none!important;
   }
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu>ul>li,
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu>ul {
	  height: 100%;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  opacity: 1;
	  visibility: visible;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  display: none;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col {
	  width: 50%;
	  float: left;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li {
	  padding: 0;
   }

   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  padding: 0;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col>li {
	  margin: 0;
	  padding: 5px 15px;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  box-shadow: none;
   }
   .col__left .header_icon-atbe.visible-phone {
	  display: flex;
	  align-items: center;
	  margin-left: auto;
   }

   .header .custom-menu-primary {
	  display: none;
   }
   .header__container.content-wrapper.header_top {
	  position: relative;
   }

}

@media(max-width:479px){
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper>.cst-split-col {
	  width: 100%;
	  float: none;
   }
   .header__logo {
	  margin-right: 10px;
   }
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu>ul>li>a {
	  padding: 0 10px;
	  font-size: 13px;
   }
   .header__logo img {
	  height: auto;
	  max-width: 90px;
	  width: 100%!important;
   }
}

.header_buttons .button_wrapper {
   display: flex;
   align-items: center;
}
.searchButton {
   background: transparent!important;
   border: 1px solid #b10c2c!important;
   border-radius: 18px!important;
   cursor: pointer;
   display: inline-block;
   font-family: Poppins;
   font-size: 14px;
   font-weight: 600;
   height: 35px;
   line-height: 21px;
   margin-left: 8px;
   padding: 0!important;
   text-align: center;
   text-transform: uppercase;
   transition: all .15s linear;
   white-space: normal;
   width: 35px;
   margin-bottom: 0;
}
.searchButton svg, .searchDesktop form button svg, .cst-mob-search form button svg {
   vertical-align: middle;  
}
.header_buttons .button_wrapper a.secoundary.btn {
   border-radius: 18px;
   font-family: Poppins;
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   margin-left: 8px;
   padding: 7px 20px;
   text-transform: uppercase;
}
.header_buttons .button_wrapper a.primary.btn {
   border-radius: 18px;
   font-family: Poppins;
   font-size: 14px;
   font-weight: 600;
   line-height: 21px;
   margin-left: 8px;
   padding: 7px 20px;
   text-transform: uppercase;
}
.header_buttons a.primary.arrow.btn,
.header_buttons a.secoundary.arrow.btn{
   position: relative;
   padding-right: 33px !important;
}
.header_buttons a.primary.arrow.btn:after,
.header_buttons a.secoundary.arrow.btn:after{
   content: "";
   height: 16px;
   margin: 0 7px;
   position: absolute;
   top: 50%;
   width: 14px;
   background-repeat: no-repeat;
   transform: translateY(-50%);
}
.header_buttons a.primary.arrow.btn:after{ 
   background-image: url(data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 7.58333V11.0833C10.5 11.3928 10.3771 11.6895 10.1583 11.9083C9.9395 12.1271 9.64275 12.25 9.33333 12.25H2.91667C2.60725 12.25 2.3105 12.1271 2.09171 11.9083C1.87292 11.6895 1.75 11.3928 1.75 11.0833V4.66667C1.75 4.35725 1.87292 4.0605 2.09171 3.84171C2.3105 3.62292 2.60725 3.5 2.91667 3.5H6.41667' stroke='%23b10c2c' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 1.75H12.25V5.25' stroke='%239E9E9E' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 8.16667L12.2502 1.75' stroke='%23b10c2c' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
}
.header_buttons a.primary.arrow.btn:hover:after{
   background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 7.58333V11.0833C10.5 11.3928 10.3771 11.6895 10.1583 11.9083C9.9395 12.1271 9.64275 12.25 9.33333 12.25H2.91667C2.60725 12.25 2.3105 12.1271 2.09171 11.9083C1.87292 11.6895 1.75 11.3928 1.75 11.0833V4.66667C1.75 4.35725 1.87292 4.0605 2.09171 3.84171C2.3105 3.62292 2.60725 3.5 2.91667 3.5H6.41667' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 1.75H12.25V5.25' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 8.16667L12.2502 1.75' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header_buttons a.secoundary.arrow.btn:after {
   background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 7.58333V11.0833C10.5 11.3928 10.3771 11.6895 10.1583 11.9083C9.9395 12.1271 9.64275 12.25 9.33333 12.25H2.91667C2.60725 12.25 2.3105 12.1271 2.09171 11.9083C1.87292 11.6895 1.75 11.3928 1.75 11.0833V4.66667C1.75 4.35725 1.87292 4.0605 2.09171 3.84171C2.3105 3.62292 2.60725 3.5 2.91667 3.5H6.41667' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 1.75H12.25V5.25' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 8.16667L12.2502 1.75' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header_buttons a.secoundary.arrow.btn:hover:after {
   background-image: url(data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 7.58333V11.0833C10.5 11.3928 10.3771 11.6895 10.1583 11.9083C9.9395 12.1271 9.64275 12.25 9.33333 12.25H2.91667C2.60725 12.25 2.3105 12.1271 2.09171 11.9083C1.87292 11.6895 1.75 11.3928 1.75 11.0833V4.66667C1.75 4.35725 1.87292 4.0605 2.09171 3.84171C2.3105 3.62292 2.60725 3.5 2.91667 3.5H6.41667' stroke='%23b10c2c' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 1.75H12.25V5.25' stroke='%239E9E9E' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 8.16667L12.2502 1.75' stroke='%23b10c2c' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E);
}
.cst-header-tabber-grp .cst-icon {
   margin: 0 10px!important;
}
.cst-header-tabber-grp .cst-icn-btn-grp .tab-text {
   color: #333;
   display: block;
   font-family: Poppins;
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: 21px;
   margin: 0 5px 0 0;
   min-height: 1px;
   min-width: 0;
}
.cst-header-tabber-grp .cst-icn-btn-grp .tab-text {
   margin-left: 0;
}

.text-add .cst-header-tabber-grp .cst-icn-btn-grp .tab-text {
   min-width: 102px;
   text-align: center;
   margin-left: 0;
}
.cst-mob-search form {
   padding: 10px 0;
   position: relative;
}
.cst-mob-search form input[type=text] {
   padding: 10px;
   border-color: #cfcdcd;
   background-color: #FFF;
   border: 1px solid;
   border-radius: 3px;
   display: inline-block;
   font-size: 16px;
   width: 100%;
   outline: 0;
   line-height: 1;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   color: rgba(0, 0, 0, 0.8);
   -webkit-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}
.cst-mob-search form button svg {
   width: 20px;
   height: 20px;
}
.cst-mob-search form button {
   background: transparent;
   border: 0;
   padding: 0;
   position: absolute;
   right: 17px;
   top: 20px;
   font-size: 24px;
   margin: 0;
}
.cst-mob-search form input[type=text]::placeholder {
   color: rgba(0, 0, 0, 0.4);
}
.cst-header-tabber-grp .cst-icn-btn-grp .cst-icon {
   position: relative;
}
.cst-header-tabber-grp .cst-icn-btn-grp .cst-icon img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.cst-header-tabber-grp .cst-icn-btn-grp .tab-text {
   margin-left: 0!important;
}
.topSinContent a {
   color: #3A5FC8;
}
.topSinContent a:hover {
   color: #3a5fc8;
}

@media (min-width:768px){
   .cst-header-tabber-grp .cst-icn-btn-grp {
	  width: 40px;
   }
   body.text-add .cst-header-tabber-grp .cst-icn-btn-grp {
	  width: 175px;
   }
   .cst-header-tabber-grp .cst-icn-btn-grp {
	  cursor: pointer;
	  transition: all .5s linear .5s!important;
   }
   .text-add header.header .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item {
	  z-index: 24;
   }
   .active-icon .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item {
	  z-index: 24;
   }
  
}
@media (max-width:1400px) and (min-width:768px){
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  left: 0;
	  transform: none;
   }
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper:before {
	  left: 20px;
	  transform: none;
   }
}
@media (max-width:990px) and (min-width:768px){
   .header_buttons .button_wrapper a.primary.btn, .header_buttons .button_wrapper a.secoundary.btn {
	  padding: 4px 10px;
	  font-size: 12px;
	  white-space: nowrap;
   }
   .header_buttons .button_wrapper a.primary.btn {
	  margin-left: 0;
   }
   body.text-add .cst-header-tabber-grp .cst-icn-btn-grp {
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: center;
   }

   .custom-menu-primary .menu__wrapper>li {
	  padding: 0 10px;
   }

   .cst-header-tabber-grp .cst-icon {
	  margin-bottom: 5px!important;
   }

   .header_search form input {
	  width: 150px;
   }

   /*    .header__logo img {
   max-width: 105px;
}
   */
   .custom-menu-primary nav.cst-hdr-top-menu>ul>li.menu-item>a.menu-link{
	  font-size:12px;
	  padding-left: 10px;
	  padding-right: 10px;
   }

   .header_menu_wrapper nav>ul>li>a {
	  padding-left: 10px;
	  padding-right: 10px;
   }

   .header_menu_wrapper nav>ul>li {
	  margin-right: 10px;
   }
}

@media (max-width:910px){

}

@media (max-width:767.9px){
   .col.header_buttons.visible-phone > div {
	  width: 100%;
   }
   .button_wrapper .searchButton.button {
	  display: none;
   }
   .header_buttons .button_wrapper > div {
	  margin: 0!important;
   }
   .header_menu_wrapper nav>ul>li>a {
	  font-family: 'Poppins';
	  font-style: normal;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 21px;
	  text-transform: uppercase;
	  color: #FDFDFD;
   }
   .header_buttons .button_wrapper {
	  flex-wrap: wrap;
   }

   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  z-index: 23;
   }
   .col.header_buttons.visible-phone {
	  padding: 15px 10px;
   }
   .cst-mob-search form button {
	  font-size: 0;
	  top: 50%;
	  transform: translateY(-50%);  
   }
   .header_buttons .button_wrapper>div {
	  margin: 0 0px 10px!important;
	  width: 100%;
   }

   .header_buttons .button_item:not(:last-child) {
	  margin-right: 10px!important;
   }
   .header_search .hs-search-field {
	  margin-top: 10px;
	  margin-bottom: 10px;
   }
   .header_menu_wrapper .content-wrapper {
	  max-height: calc(100vh - 159px);
	  overflow-x: hidden;
	  overflow-y: auto;
   }
   nav.cst-hdr-top-menu>ul>li.menu-item>ul.cst-child-emnu-wrapper {
	  max-height: calc(100vh - 118px);
	  overflow-x: hidden;
	  overflow-y: auto;
   }
}

@media (max-width:479px){
   .header_buttons .button_wrapper a.primary.btn, 
   .header_buttons .button_wrapper a.secoundary.btn {
	  padding: 5px 18px;
   }
   .header__logo {
	  display: flex;
	  align-items: center;
   }
   .cst-hdr-top-grp.visible-phone .menu.cst-hdr-top-menu>ul>li>a {
	  font-size: 12px;
	  padding: 0 10px;
	  margin-right: 10px;
	  white-space: nowrap;
   }

}

@media (max-width: 479px) {
   .topHeader .content-wrapper {
	  padding: 0 !important;
   }

   .toggleClass .underline {
	  margin-right: 5px !important;
   }

   .toggleClass span {
	  margin-right: 6px !important;
   }

   span.toggleClass_in {
	  margin-right: 0 !important;
   }

   header.header .dnd-section > .row-fluid {
	  padding: 0 10px;
   }

   .toggleClass, .toggleClass a {
	  font-size: 11px;
   }

   .topHeader {
	  padding-top: 9px;
	  padding-bottom: 9px;
   }
}

@media (min-width: 480px){
  .exp-more-menu{overflow-y:scroll;border-top:4px solid #b10c2c;}
  .exp-more-menu>ul.expmore-child-menu-wrapper{transition:all .5s ease-in;background:#fefefe;list-style:none;margin:0;transform:translateX(-50%);padding:15px}
  .exp-more-menu>a.expmore-menu-link{transition:color .5s ease;display:flex;align-items:center;font-size:15px}
  .exp-more-menu>a.expmore-menu-link span.text{margin-right:10px}
  /* .exp-more-menu>ul.expmore-child-menu-wrapper:before{content:'';width:15px;height:15px;position:absolute;background-image:url(https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/ActiveSG%20Circle%202023Theme/images/Rectangle%20532.svg);background-repeat:no-repeat;background-position:center;top:106px;left:240px;transform:translateX(-50%);z-index:23}
  .exp-more-menu>ul.expmore-child-menu-wrapper:before{left:240px;transform:none} */
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a{display:flex;align-items:center}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a:hover .expmore-icon-grp h3{color:#b10c2c}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp h3{font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:21px;color:#333;margin:0;display:flex;align-items:center;transition:all .5s ease;white-space:nowrap;}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp h3 span{margin-right:10px}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a:hover .expmore-icon-grp h3 i{opacity:1;left:0}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp h3 i{position:relative;top:0;opacity:0;left:-15px;transition:all .5s ease;}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp .expmore-btm-con{font-family:Poppins;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#656565}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li{padding:0 15px;padding-left:0;margin-bottom:10px}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-img{width:70px;text-align:center}
  .exp-more-menu>ul.expmore-child-menu-wrapper{display:flex;align-items:flex-start}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col{width:50%}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a>.expmore-icon-grp{padding-left:15px}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li:last-child{margin-bottom:0}
  .exp-more-menu>ul.expmore-child-menu-wrapper{left:0;transform:none}
}
@media (max-width:479px){
  .exp-more-menu{height: 262px;overflow-x: scroll;border-top: 2px solid #b10c2c;border-bottom: 2px solid #b10c2c;}
  .exp-more-menu>ul.expmore-child-menu-wrapper{background:#fefefe;padding:0;list-style:none;}
  .exp-more-menu>ul>li>a{font-size:12px;padding:0 10px;margin-right:10px;white-space:nowrap}
  .exp-more-menu>a.expmore-menu-link{justify-content:space-between}
  /* .exp-more-menu>ul.expmore-child-menu-wrapper:before{content:'';width:15px;height:15px;position:absolute;background-image:url(https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/ActiveSG%20Circle%202023Theme/images/Rectangle%20532.svg);background-repeat:no-repeat;background-position:center;top:91px;transform:translateX(-50%);z-index:23}
  .exp-more-menu>ul.expmore-child-menu-wrapper:before{left:170px;transform:none} */
  .exp-more-menu>ul.expmore-child-menu-wrapper{padding:0}
  .exp-more-menu>ul.expmore-child-menu-wrapper{box-shadow:none}
  .exp-more-menu>ul>li>a{padding:0 10px;font-size:13px}
  .exp-more-menu>a.expmore-menu-link{transition:color .5s ease;display:flex;align-items:center}
  .exp-more-menu>a.expmore-menu-link span.text{margin-right:10px}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col{width:100%;float:none}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a{display:flex;align-items:center}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp h3{font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:21px;color:#333;margin:0 0 5px;display:flex;align-items:center}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a:hover .expmore-icon-grp h3{color:#b10c2c}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp h3{font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:21px;color:#333;margin:0;display:flex;align-items:center;transition:all .5s ease}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp h3 span{margin-right:10px}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a:hover .expmore-icon-grp h3 i{opacity:1;left:0}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp h3 i{position:relative;top:0;opacity:0;left:-15px;transition:all .5s ease}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-icon-grp .expmore-btm-con{font-family:Poppins;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#656565}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li{padding:0 15px;padding-left:0;margin-bottom:10px}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a .expmore-img{width:70px;text-align:center}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li>a>.expmore-icon-grp{padding-left:15px}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li:last-child{margin-bottom:0}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li{padding:0}
  .exp-more-menu>ul.expmore-child-menu-wrapper>.expmore-split-col>li{margin:0;padding:5px 15px}
  .exp-more-menu>ul>li>a{display:flex;font-size:15px;font-weight:500;line-height:22px;text-transform:uppercase;color:#6d6d6d;align-items:center;display:flex;transition:color .5s ease}
  .exp-more-menu>ul>li>a{align-items:center;border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;display:flex;padding:0 20px;height:100%}
}
.top-sec {
   padding-bottom: 40px;
}
.copyright-sec {
   font-weight: 400;
   font-size: 12px;
   line-height: 21px;
   color: #fff;
}
footer.footer .copyright-sec .c-main {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.copyright-sec p:last-child {
   margin-bottom: 0;
}
footer.footer .social-wrapper {
   display: flex;
   flex-wrap: wrap;
}

footer.footer .copyright-sec .c-right-main p {
   margin: 0;
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   font-size: 14px;
   line-height: 32px;
   color: #939393;
}

footer.footer .copyright-sec .social-share .icons {
   height: 27px;
   width: 27px;
}

footer.footer .social-wrapper .icons {
   margin-left: 10px;
}

footer.footer .copyright-sec .c-right-main p a {
   color: #939393;
   text-decoration: none;
}

footer .bottom-sec>.content-wrapper {
   padding: 30px 0;
}

footer .bottom-sec {
   background: #1e1e1e;
   padding-top: 40px;
}

footer .bottom-sec .s-img {
   text-align: center;
}

footer .bottom-sec .s-img img {
   max-width: 133px;
   max-height: 71px;
}

footer .bottom-sec .f-logos .logos .item {
   max-width: 107px;
   max-height: 53px;
}

footer .bottom-sec .f-logos .logos {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   max-width: 800px;
   margin: 0 auto;
   align-items: baseline;
}

footer .bottom-sec .f-logos .logos .item img {
   vertical-align: middle;
}

footer .bottom-sec .f-logos .logos {
   padding: 10px 0;
}
.footer-row {
   padding-top: 40px;
   padding-bottom: 50px;
}
.footer-form {
   padding-top: 60px;
   padding-bottom: 60px;
   border-bottom: 2px solid hsla(0,0%,91%,.2);
}
footer .footer-form > .content-wrapper {
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
}

footer .footer-content {
   clear: right;
   max-width: 620px;
   text-align: left;
   width: 50%;
   padding-left: 15px;
   padding-right: 15px;
}

footer .f-logo {
   padding-left: 15px;
   padding-right: 15px;
}
.footer .top-title {
   margin-bottom: 15px;
   line-height: 1.2;
}
.footer-content h6 {
   line-height: 1.6;
   margin-bottom: 8px;
   font-weight: 600;
}

.footer-content p {
   font-size: 14px;
   line-height: 1.42857142857;
   margin: 0 0 15px;
}

footer .top-sec .f-menu ul li a {
   font-size: 14px;
   line-height: 1.14285714286;
   text-transform: capitalize;
}
footer .top-sec .f-menu {
   max-width: 100%;
   margin-bottom: 40px;
}

footer .top-sec .f-menu ul {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 100%;  
   margin: 0 auto;
}

footer .top-sec .f-menu .hs_cos_wrapper {
   display: block;
   width: 100%;
}

footer .top-sec .f-menu ul li a {  
   font-style: normal;
   font-weight: 700;
   font-size: 14px;
   line-height: 1.14285714286;
   text-transform: capitalize;
   letter-spacing: 1px;
   text-decoration: none;
}
.f-bottom-menu-right .hs-menu-wrapper ul {
   justify-content: flex-end;
}

.f-bottom-menu-right {
   margin-bottom: 8px;
}

.f-bottom-menu .hs-menu-wrapper ul li:not(:last-child) {
   margin-right: 32px;
}

.f-bottom-menu ul li a {
   font-weight: 400;
   font-size: 12px;
   line-height: 16px;
   text-decoration: none;
   position: relative;
   display: inline-block;
}
.f-bottom-menu-left ul>li>a:after, .f-bottom-menu.f-bottom-menu-right .hs-menu-wrapper ul>li>a:after {
   background-image: url(https://6212555.fs1.hubspotusercontent-na1.net/hubfs/6212555/NREP_March2023/Images/external-link.svg);
   background-repeat: no-repeat;
   content: "";
   height: 16px;
   margin: 0 10px;
   position: absolute;
   top: 0;
   width: 14px;
}
.f-bottom-menu.f-bottom-menu-left .hs-menu-wrapper ul>li {
   margin-right: 56px;
}
.f-bottom-menu.f-bottom-menu-right .hs-menu-wrapper ul>li {
   margin-right: 24px;
}
footer .top-sec .top-title {
   text-align: center;
   margin: 0 0 53px;
   color: #fff;
}
.footer-bottom {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
footer .form-wrap form {
   font-family: Montserrat,sans-serif;
   font-style: normal;
   font-weight: 400;
   text-decoration: none;
   display: flex;
   align-items: start;
   position: relative;
   max-width: 1026px;
   margin: 0 auto;
   width: 100%;
}

footer .form-wrap form .actions input.hs-button.primary.large {
   margin: 0;
   text-align: center;
   padding: 11px 26px;
   border-radius: 4px;
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 26px;
   border: 0;
   white-space: nowrap;
}

footer .form-wrap form .form-columns-2 {
   width: 100%;
   display: flex;
}

footer .form-wrap form .form-columns-2 .hs-richtext {
   display: none;
}

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

footer .form-wrap form .hs-form-field input {
   border: 1px solid rgba(0,0,0,.3);
   border-radius: 4px;
   color: #434343;
   font-family: Poppins;
   font-size: 14px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 32px;
   padding: 7px 30px;
   text-align: left;
   outline: none;
}

footer .form-wrap form .hs-form-field input::placeholder {
   color: #434343;
}

footer .form-wrap form .form-columns-2 .hs-form-field {
   margin-bottom: 0;
}

footer .top-sec .border {
   border: 0;
   opacity: 0.2;
   border-top: 1px solid rgba(232, 232, 232, 0.75);
   max-width: 1026px;
   margin: 0 auto;
   width: 100%;
}

footer .form-wrap form .form-columns-2 .hs-form-field .input {
   margin-right: 20px;
}

footer .bottom-sec>.content-wrapper {
   padding-top: 0;
}

footer.footer .copyright-sec .social-share .icons svg path:first-child {
   stroke: #6B6B6B;
}

footer.footer .copyright-sec .social-share .icons svg path:not(:first-child) {
   fill: #6B6B6B;
}

footer.footer .copyright-sec .social-share .icons:hover svg path:first-child {
   stroke: #dddddd;
}

footer.footer .copyright-sec .social-share .icons:hover svg path:not(:first-child) {
   fill: #dddddd;
}

footer .form-wrap form .hs_error_rollup {
   display: none;
}

footer .form-wrap form ul.no-list {
   text-align: left;
}

footer .row{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-left: -15px;
   margin-right: -15px;
}

footer .footer-row {
   padding-bottom: 50px;
   padding-top: 40px;
   margin-left: -15px;
   margin-right: -15px;
}

footer.footer .content-wrapper {
   padding-left: 15px;
   padding-right: 15px;
}

footer.footer {
   font-size: 18px;
   line-height: 1.77;
}
.f-logo {
   display: flex;
   justify-content: center;
}

/* .outer .container {
   position: relative;
   overflow: hidden;
   width: 100%;
   padding-top: 56.75% !important; 
}

.responsive-iframe {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
} */

@media (max-width: 1200px) {
   .f-logo {
	  width: 100%;
	  margin-top: 25px;
   }  
}
@media (max-width:991px) {
   footer.footer .copyright-sec .c-main {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
   }
   footer .top-sec .f-menu ul li:not(:last-child) {
	  margin-bottom: 10px;
   }
   footer .top-sec .top-title {
	  font-size: 30px;
	  line-height: 30px;
   }
   footer .bottom-sec>.content-wrapper {
	  padding-left: 15px;
	  padding-right: 15px;
   }
   .f-bottom-menu.f-bottom-menu-left .hs-menu-wrapper ul>li {
	  margin-right: 40px;
   }
}
@media (min-width: 768px) {
   .footer-row .app-store, .footer-row .f-logo {
	  width: 25%;
	  padding: 0 15px;
   }
}
@media (max-width: 1200px) {
   .f-logo, .footer-row .app-store {
	  margin-top: 25px;
   }
}
@media (max-width:767px) {
   footer .form-wrap form {
	  flex-direction: column;
   }
   footer .footer-form>.content-wrapper {
	  text-align: left;  
   }
   footer .form-wrap form .form-columns-2 {
	  flex-direction: column;
   }
   footer .form-wrap form {
	  flex-direction: column;      
   }
   footer .form-wrap form .form-columns-2 .hs-form-field {
	  width: 100%;
	  float: none;
   }
   footer.footer .copyright-sec .c-right-main p {
	  line-height: 22px;
	  margin-bottom: 15px;
   }
   footer .form-wrap form .form-columns-2 .hs-form-field .input {
	  margin-right: 0;
   }
   footer .form-wrap form .form-columns-2 .hs-form-field {
	  margin-bottom: 20px;
   }
   footer .bottom-sec .f-logos .logos .item {
	  margin-right: 10px;
	  margin-bottom: 15px;
   }  
   .footer-content {            
	  width: 100%;
   }
   .f-bottom-menu .hs-menu-wrapper ul li:not(:last-child) {
	  margin-right: 0;
   }
   .f-bottom-menu.f-bottom-menu-left .hs-menu-wrapper ul>li:first-child {
	  margin-right: 0;
   }
   .f-bottom-menu.f-bottom-menu-right .hs-menu-wrapper ul>li:last-child {
	  margin-right: 0;
   }
   footer .top-sec .f-menu {
	  max-width: 100%;
	  margin-bottom: 31px;
   }
   .footer-bottom {
	  flex-direction: column;
	  align-items: flex-start;
   }
   .copyright-sec {
	  margin-top: 8px;      
   }
   .f-bottom-menu-right, .f-bottom-menu-left {
	  margin-bottom: 12px;
   }
   .f-bottom-menu-right {
	  margin-bottom: 0;
   }
   footer .row .footer-content {
	  width: 100%;
	  max-width: 100%;
   }
   .footer-row .app-store, .footer-row .f-logo {
	  width: 50%;
	  display: flex;
	  justify-content: center;
   }
   .footer-row .app-store {
	  padding-left: 15px;
	  padding-right: 15px;
   }

/*    .outer{
	  position: relative;
	  width: calc(100% + 0);
   }
   .outer .container {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  padding-top: 100% !important; 
   }

   .responsive-iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
   } */

}

@media (max-width:600px) {
   footer .bottom-sec .f-logos .logos .item {
	  margin-bottom: 15px;
   }

}



@media (max-width: 479px) {
   footer .bottom-sec .f-logos .logos {
	  align-items:center;
	  flex-direction: column
   }

   .footer-row .app-store,.footer-row .f-logo {
	  align-items: flex-start;
	  justify-content: flex-start;
	  width: 100%
   }

/*    .outer .container {
	  padding-top:150% !important;
   } */
}
footer .form-wrap form .actions input.hs-button.primary.large {
   border: 0;
   border-radius: 4px;
   margin: 0;
   padding: 11px 26px;
   text-align: center;
   white-space: nowrap;
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 26px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}