*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

.banner-section .dnd-section>.row-fluid {
   padding-left: 0;
   padding-right: 0;
}
.banner-section .dnd-section {
   padding: 0;
}

.hs-blog-listing .blog-content-wrapper .dnd-section {
   padding-top: 0;
   padding-bottom: 0;
}

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

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

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

@media (max-width: 767px) {
   .dnd-section .dnd-column {
      padding: 0;
   }
}
@font-face {
   font-family:swiper-icons;
   font-style:normal;
   font-weight:400;
   src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff")
}


html{
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   -webkit-backface-visibility: hidden;
   image-rendering: -webkit-optimize-contrast;
   line-height: 1.05;
   scroll-behavior: smooth;
   font-size: 1rem;
}




body {
   margin: 0;
   color: #071426;
   font-family: "Lexend Deca",sans-serif;
   font-family: "Kantumruy Pro",sans-serif;
}

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

/* Paragraphs */

p {
   font-size: 1rem;
   font-weight: 400;
   letter-spacing: .01rem;
   line-height: 1.75em;
   margin: 0 0 0.67em;
}

/* 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 0.6em;
   font-family: "Montserrat",sans-serif;
   font-family: "Kantumruy Pro",sans-serif;
}

h1{
   font-size: 3.125rem;
   font-weight: 700;
}

h2{
   font-size: 2.125rem;
   font-weight: 700;
}

h3{
   font-size: 1.5rem;
   font-weight: 700;
}

h4{
   font-size: 1.75rem;
   font-weight: 400;
}

h5{
   font-size: 1.25rem;
   font-weight: 700;
}

h6{
   font-size: 1.125rem;
   font-weight: 400;
}


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

img {
   max-width: 100%;
}

/* Form fields */

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

.hs-form-field>label {
   color: #071426;
   font-size: 1rem;
   font-family: "Lexend Deca",sans-serif;
   line-height: 1.45;
}
/* Labels */

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

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
   border-radius: 0;
   display: inline-block;
   padding: 0.7rem;
   width: 100%;
   font-size: 16px;
   margin: 0;
   padding: 12px;
   height: 50px;
   background: #f7f7f7;
   box-shadow: none;
   transition: all .5s;
   background-color: transparent;
   border: 2px solid #ED8C33;
   color: #071426;
   font-family: "Lexend Deca",sans-serif;
   font-weight: 300;
   outline: none;
   color: #071426;
   opacity: 1;
   font-family: "Lexend Deca", sans-serif;
   font-size: 16px;
   font-weight: 400;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
   border:2px solid #ED8C33;;
   color: #071426;
   outline: none;

}


.error.form input[type=text]:after {
   background: #e80000;
   color: #fff;
   font-family: FontAwesome;
   font-size: 20px;
   content: "\f12a";
   position: absolute;
   top: 1px;
   right: 1px;
   bottom: 1px;
   height: 48px;
   width: 50px;
   line-height: 50px;
   text-align: center;
   transition: all .5s;
}





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;
   margin-top: 5px;
}

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

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

.hs-error-msg,
.hs_error_rollup .hs-error-msgs  label {
   color: #e80000;
   margin-top: 0.35rem;
   line-height: 16.8px;
   font-family: "Lexend Deca", sans-serif;
   font-size: 16px;
   font-weight:400;
}


/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-block;
   text-align: center;
   white-space: normal;
   margin: 0;
   width: auto;
   border: 0;
   transition: all .5s;
   background-color: #ED8C33;
   border-radius: 30px;
   color: #071426;
   font-family: "Lexend Deca",sans-serif;
   font-size: 1rem;
   font-weight: 500;
   height: auto;
   letter-spacing: .8px;
   padding: calc(20px *.5) calc(20px*1.5);
   text-transform: uppercase;
   margin-bottom: 20px;
   border-style:solid;
}

form .hs-button:hover, form input[type=submit]:hover {
   background-color: #ed8c33;
   color: #071426;
}

/* placeholder */

::-webkit-input-placeholder {
   color: #071426;
   opacity: 1;
   font-family: "Lexend Deca", sans-serif;
   font-size: 16px;
   font-weight: 400;
}


/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}

=============
/* SEARCH RESULT STYLING */
ul.hs-search-field__suggestions {
   padding: 5px;
   border: 1px solid #000;
   background: #fff;
   position: absolute;
   background-color:#fff;
   z-index:2;
   top:100%;
}
ul.hs-search-field__suggestions:empty {
   display: none !important;
}  
ul.hs-search-field__suggestions li {
   padding: 3px 0;
   margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
   font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
   padding: 2px 5px;
   margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
   color: #000;
}


.hs-search-module .hs-form .input>input{
   margin-bottom: 25px;
}




=================

@media (max-width: 767px) { 
   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 {
      max-width:100%;
   }

}
@media (max-width: 479px) {

   .hs_recaptcha {
      overflow-y: auto;
   }
   .checkbox-row span.fakelabel span {
      float: none;
      margin-left: 0;
      text-align: left;
      display: inline-block;
   }

   .subscribe-options p label {
      margin: 4px 0;
   }

   .subscribe-options label > input {
      float: left;
      margin-top: 7px;
   }


}
/* 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;
}
.site-header__content {
   display: flex;
   margin-left: auto;
   margin-right: auto;
   max-width: 100vw;
   padding-left: 20px;
   padding-right: 20px;
   position: relative;
   width: 100%;
   z-index: 10;
}


.site-header__content .site-header__logo {
   position: relative;
   z-index: 1;
   align-items: center;
   border-bottom: 1px solid #d6d6d6;
   display: flex;
   flex-direction: row;
   height: 73px;
   justify-content: space-between;
   padding: 16px 0;
}

.site-header__content .site-header__logo {
   width: 33.1%;
}


.site-header__content-wrpr {
   display: flex;
   width: 100%;
   margin: 0 auto;
   max-width: 100%;
   padding-left: calc((100% - 1310px)/2);
   padding-right: calc((100% - 1310px)/2);
   justify-content: space-between;
}



.site-header__content .site-header__logo .header-logo img {
   height: auto;
   max-width: 100%;
   vertical-align: bottom;
}

.site-header__logo #hamburger {
   cursor: pointer;
   transition: all .3s ease-in-out;
   width: 30px;
}


.site-header__nav {
   width: 66.67%;
   display: flex;
   flex-direction: column-reverse;
   left: -100vw;
   position: absolute;
   top: 73px;
   transition: all .4s ease-in-out;
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
   z-index: 100;
}

.site-header__nav .wp-block-buttons {
   font-family: "Lexend Deca",sans-serif;
   gap: 10px!important;
   margin: 20px 0;
   display: flex;
   gap: var( --wp--style--block-gap, 0.5em );
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   justify-content: flex-end;
   margin-bottom: 0;
}

.site-header__nav .wp-block-buttons .cst-cta-btn {
   border-radius: 30px;
   box-shadow: none;
   cursor: pointer;
   display: inline-block;
   font-size: 1rem;
   font-weight: 400;
   letter-spacing: .8px;
   position: relative;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: all .3s ease-in-out;
   word-break: break-word;
   z-index: 1;
   background-color: #fff;
   color: #071426;
   padding: calc(20px*.2) calc(20px*.8);
   border: 2px solid #ED8C33;
}


.site-header__nav .wp-block-buttons .cst-cta-btn:hover {
   box-shadow: 0px 3px 6px #00000033;;
   color: #071426;
}

.site-header__nav .hs-menu-wrapper>ul {
   background-color: #fff;
   height: calc(100% - 90px);
   list-style: none;
   margin: 0;
   overflow-y: auto;
   padding: calc(20px*1.5) calc(20px*1.5) 16px 4px;
   position: relative;
   width: 250px;
}


.site-header__nav .hs-menu-wrapper>ul>li {
   position: relative;
}

.site-header__nav .hs-menu-wrapper>ul>li>a {
   color: #071426;
   display: flex;
   font-size: .938rem;
   font-weight: 400;
   justify-content: space-between;
   justify-items: center;
   letter-spacing: 0;
   max-width: 220px;
   padding: calc(20px*.5) 0;
   position: relative;
   text-decoration: none;
   padding: calc(20px*.5) calc(20px*2) calc(20px*.5) calc(20px*1);
   text-transform: uppercase;
}


.site-header__nav .hs-menu-wrapper>ul>li>ul {
   display: none;
   list-style-type: none;
   padding: 0 0 0 calc(20px * 1);
}

.site-header__nav .hs-menu-wrapper>ul>li:hover>ul {
   width: -webkit-fit-content;
   width: -moz-fit-content;
   width: fit-content;
}


.site-header__nav .hs-menu-wrapper>ul>li>ul>li>a {
   color: #071426;
   display: flex;
   font-size: .938rem;
   font-weight: 400;
   justify-content: space-between;
   justify-items: center;
   letter-spacing: 0;
   max-width: 220px;
   padding: calc(20px*.5) 0;
   position: relative;
   text-decoration: none;
}

.site-header__nav .wp-block-buttons .cst-cta-btn {
   padding: calc(20px*.4) calc(20px*1);
}


.site-header__content{
   background-color: #fff;
   border-bottom: 2px solid #ED8C33;
   position: absolute;
   transition: all .3s ease-in-out;
}




.mobile-open .site-header__nav {
   left: unset;
   right: 0;
   transition: all .4s ease-in-out;
   z-index: 12;
}

.mobile-open .site-header__nav .wp-block-buttons {
   background-color: #fff;
   justify-content: flex-start;
   margin: 0;
   padding: calc(20px *1.5) calc(20px *1.5);
}


.mobile-open .site-header__logo #hamburger {
   -webkit-transform: rotate(270deg);
   transform: rotate(270deg);
}






@media (max-width: 1279px){
   .site-header__content .site-header__logo {
      width: 25%;
   }
   .site-header__nav .wp-block-buttons .cst-cta-btn{
      font-size: .9rem;
   }

}


@media (max-width: 1023px){
   .site-header__content .site-header__logo {
      width: 100%;
   }
   .site-header__content .site-header__logo .header-logo {
      display: flex;
   }

   .site-header__content .site-header__logo .header-logo img {
      max-width: 178px;
   }
   .site-header__logo #hamburger img {
      height: auto;
      max-width: 100%;
      vertical-align: bottom;
   }
   .site-header__nav .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
      background-image: url(//25608414.fs1.hubspotusercontent-eu1.net/hubfs/25608414/raw_assets/public/SRI_Executive_July2022/images/downloadd.svg);
      background-repeat: no-repeat;
      background-size: 20px 15px;
      content: "";
      display: block;
      height: 15px;
      position: absolute;
      right: 0;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      width: 20px;
   }
   .child-trigger {
      position: absolute;
      padding: 10px 40px 10px 20px;
      width: 220px;
      height: 35.77px;
      top: 0;
      cursor: pointer;
   }
   .site-header__nav .hs-menu-wrapper>ul>li.child-open a:after {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
   }
   .site-header__nav .hs-menu-wrapper>ul>li.child-open>a {
      color: #ED8C33;
   }
   .mobile-open .site-header-overflow {
      background-color: #3E2957;
      bottom: 0;
      display: block;
      height: 100%;
      left: 0;
      opacity: .5;
      position: absolute;
      top: 73px;
      width: 100%;
      z-index: 9;
   }
   body.mobile-open{
      overflow: hidden;
      position: fixed;
   }
   .site-header__nav .hs-menu-wrapper>ul{
      max-height: calc(100vh - 168px);
      background-color: #fff;
   }


}










/**** min-width *****/

@media (min-width: 1024px){
   /*    .site-header{
   min-height: 122px;
} */

   .site-header__content{
      box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
   }

   .site-header__content .site-header__logo{
      border: none;
      display: flex;
      height: 120px;
      padding: 16px 10px 16px 0;
   }
   .site-header__content .site-header__logo .header-logo {
      display: flex;
   }

   .site-header__content .site-header__logo .header-logo img {
      width:auto;
   }
   .site-header__logo .hamburger {
      display: none;
   }
   .site-header__nav {
      display: block;
      height: auto;
      left: auto;
      position: relative;
      top: 105px;
      top: auto;
      width: auto;
   }
   .site-header__nav .wp-block-buttons .cst-cta-btn {
      padding: calc(20px*.5) calc(20px*1);
   }

   .site-header__nav .hs-menu-wrapper>ul {
      background-color: transparent;
      display: flex;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      justify-content: flex-end;
      overflow: visible;
      padding: calc(20px*.5) 0 calc(20px*1) 0;
      width: auto!important;
   }
   .site-header__nav .hs-menu-wrapper>ul>li {
      padding: 0;
   }

   .site-header__nav ul.td-gutenberg-menu>.menu-item a {
      color: #fff;
      font-size: calc(.75rem - .2px);
      max-width: 100%;
      padding: calc(20px*.2);
      width: 100%;
   }

   .site-header__nav .hs-menu-wrapper>ul>li>a {
      padding: calc(20px * .2);
      color: #071426;
      font-size: calc(.875rem - .2px);
   }

   .site-header__nav .hs-menu-wrapper>ul>li:not(:last-child)>a {
      border-right: 1px solid #ED8C33;

   }
   .site-header__nav .hs-menu-wrapper>ul>li>a:before {
      background-color: #ed8c33;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      transition: all .3s ease-in-out;
      width: 0;
      bottom: 0;
      left: 50%;
   }

   .site-header__nav .hs-menu-wrapper>ul>li:hover>a:before {
      bottom: 0;
      left: calc(50% - 15px);
      width: 30px;
   }
   .site-header__nav .hs-menu-wrapper>ul>li:hover>ul {
      min-width: 250px;
      display: block;
      left: 0;
   }

   .site-header__nav .hs-menu-wrapper>ul>li>ul>li>a {
      color: #071426;
      font-size: calc(.75rem - .2px);
      max-width: 100%;
      padding: calc(20px*.2);
      width: 100%;
   }
   .site-header__nav .hs-menu-wrapper>ul>li>ul>li:first-of-type {
      display: none;
   }

   .sticky .site-header {
      background-color: #fff;
      border-bottom: 2px solid #ED8C33;
      box-shadow: 0px 3px 6px #00000033;
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      transition: all .3s ease-in-out;
      z-index: 1000;
   }
   .site-header__nav .hs-menu-wrapper>ul>li>ul>li>a:before {
      background-color: #ED8C33;
      bottom: 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      transition: all .3s ease-in-out;
      width: 0;
      left: 10px;
   }

   .site-header__nav .hs-menu-wrapper>ul>li>ul>li:hover>a:before {
      bottom: 0;
      width: 30px;
   }
   .lp-header .site-header__content {
      min-height: 122px;
   }

}



@media (min-width: 1024px) and (min-width: 1024px){
   .site-header__nav .hs-menu-wrapper>ul>li>ul {
      padding: calc(20px*2) calc(20px*1) calc(20px*1) calc(20px*1);
      top: 33px;
      min-width: 250px;
      background-color: #fff;
      left: 0;
      padding: calc(20px * 1);
      position: absolute;
      padding-top: 40px;
   }
}









@media (min-width: 1280px){
   /*    .site-header {
   min-height: 124px;
} */
   .site-header__content .site-header__logo {
      padding: 16px 36px 16px 0;
      margin-left: 5px;
   }
   .site-header__nav {
      margin-left: -10px;
      margin-right: 5px;
   }
   .site-header__nav .hs-menu-wrapper>ul>li>a{
      font-size: .938rem;
   }
   .site-header__nav .hs-menu-wrapper>ul>li>a {
      padding: calc(20px*.4);
   }
   .site-header__nav .hs-menu-wrapper>ul>li:first-child>a {
      padding-left: 0;
   }
   .site-header__nav .hs-menu-wrapper>ul>li>ul>li>a {
      font-size: .938rem;
   }
   .lp-header .site-header__content {
      min-height: 124.56px;
   }
}
.site-footer {
   color: #fff;
   margin: 0;
   background-color: #3e2957;
}

.site-footer__content-wrpr{
   display: flex;
   width: 100%;
   margin: 0 auto;
   max-width: 100%;
   padding-left: calc((100% - 1304px)/2);
   padding-right: calc((100% - 1304px)/2);
   justify-content: space-between;
}

.site-footer .site-footer__content {
   display: flex;
   margin-left: auto;
   margin-right: auto;
   padding-left: 20px;
   padding-right: 20px;
   position: relative;
   width: 100%;
   padding-bottom: 3rem;
   padding-top: 6rem;
   justify-content: space-evenly;
}

.site-footer .site-footer__content{
   padding-bottom: 48px;
   padding-top: 48px;
}

.site-footer .site-footer__logo .size-large {
   margin: 0;
   display: flex;
   justify-content: center;
}

.site-footer .site-footer__logo .size-large img {
   height: auto;
   max-width: 100%;
   vertical-align: bottom;
   width: 60%;
}



.site-footer .site-footer__address {
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   position: relative;
   z-index: 1;
}


.site-footer .site-footer__address p {
   color: #fff;
   font-size: .938rem;
   line-height: 18px;
   text-align: center;
   font-family: "Lexend Deca", sans-serif;
}


.site-footer .site-footer__nav {
   margin: 0;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   position: relative;
   z-index: 1;
}

.site-footer .site-footer__nav ul {
   display: flex;
   list-style-type: none;
   flex-wrap: wrap;
   margin: 0;
   padding:0;
}

.site-footer .site-footer__nav ul li {
   width: 50%;
}

.site-footer .site-footer__nav ul li:nth-child(2n) {
   position: relative;
   left: 25px;
}

.site-footer .site-footer__nav ul li:not(:last-child) {
   padding-bottom: calc(20px*.7);
}

.site-footer .site-footer__nav ul li a {
   display: block;
   font-size: .938rem;
   position: relative;
   text-decoration: none;
   text-transform: uppercase;
   width: 100%;
   color: #fff;
   padding-bottom: 20px;
   font-weight: 400;
}

.site-footer .site-footer__nav ul li:last-of-type > a {
   padding-bottom: 0;

}

.site-footer-bottom-container {
   display: flex;
   margin-left: auto;
   margin-right: auto;
   max-width: 1304px;
   padding-left: 20px;
   padding-right: 20px;
   position: relative;
   width: 100%;
   padding-bottom: calc(20px*.5);
   padding-top: calc(20px*.5);
}

.site-footer-bottom-container .site-footer-left {
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   position: relative;
   z-index: 1;
}

.site-footer-bottom-container .site-footer-left p {
   color: #3e2957;
   font-size: .75rem;
   line-height: 18px;
   margin: 0;
   padding: 0;
   font-family: "Lexend Deca", sans-serif;
}

.site-footer-bottom-container .site-footer-left p a {
   display: none;
}


.site-footer-bottom-container .site-footer-right {
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   position: relative;
   z-index: 1;
   justify-self: center;
}


.site-footer-bottom-container .site-footer-right ul {
   background: none;
   margin-left: 0;
   padding-left: 0;
   padding-right: 0;
   text-indent: 0;
   font-size: 24px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   margin-bottom: 0;
}

.site-footer-bottom-container .site-footer-right ul li {
   border-radius: 9999px;
   display: block;
   height: auto;
   transition: transform .1s ease;
   margin: 0;
   background-color: transparent;
}

.site-footer-bottom-container .site-footer-right ul li:hover {
   transform: scale(1.1);
}

.site-footer-bottom-container .site-footer-right ul li a {
   align-items: center;
   display: flex;
   line-height: 0;
   transition: transform .1s ease;
   border-bottom: 0;
   box-shadow: none;
   text-decoration: none;
   padding: 0.25em;
   background-repeat: no-repeat;
   display: block;
   height: 19px;
   width: 20px;
   fill: #3E2957;
   color: #3E2957;
}


.site-footer-bottom-container .site-footer-right ul li.twitter a{
   background-image: url(//25608414.fs1.hubspotusercontent-eu1.net/hubfs/25608414/raw_assets/public/SRI_Executive_July2022/images/download%20twitter.svg);
   padding-right: 38px;

}

.site-footer-bottom-container .site-footer-right ul li.linkedin a{
   background-image: url(//25608414.fs1.hubspotusercontent-eu1.net/hubfs/25608414/raw_assets/public/SRI_Executive_July2022/images/download%20linkdin.svg);
}



.site-footer-bottom-container .site-footer-right ul li a span {
   clip: rect(1px,1px,1px,1px);
   word-wrap: normal!important;
   border: 0;
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}

.site-footer-bottom-container .site-footer-right .footer-right-policy p {
   color: #3E2957;
   font-size: .75rem;
   line-height: 18px;
   margin: 0;
   padding: 0;
   text-align: center;
   padding-top: calc(20px*.5);
}



.lp-footer .site-footer-left p {
   line-height: 19px;
}



@media (max-width: 1330px) and (min-width: 1129px){
   .site-footer .site-footer__nav ul li:nth-child(2n){
      width: 48%;
   }
}


@media (max-width: 1128px) and (min-width: 1024px){
   .site-footer .site-footer__nav ul li:nth-child(2n){
      width: 45%;
   }
}
@media (max-width: 1150px) and (min-width: 1125px){
.site-footer .site-footer__nav ul li:nth-child(2n) {
   left: 24px;
}
}

@media (max-width: 1279px){
   .site-footer-bottom-container .site-footer-left p{
      font-size: .875rem;
   }
}




@media (max-width: 1027px){
   .site-footer .site-footer__content{
      padding-top: 40px;
      padding-bottom: 40px;
   }

}



@media (max-width: 1023px){

   .site-footer .site-footer__content {
      flex-direction: column;
   }
   .site-footer .site-footer__logo .size-large img {
      width: 60%!important;
   }
   .site-footer .site-footer__logo .size-large #hs_cos_wrapper_Logo_ {
      display: flex;
      justify-content: center;
   }
   .site-footer .site-footer__logo .size-large {
      display: inherit!important;
   }
   .site-footer .site-footer__nav {
      width: 36%;
      margin-top: 20px!important;
      margin-left: 32%!important;
   }
   .site-footer .site-footer__address {
      margin-top: 20px!important;
   }
}

@media (max-width: 768px){
   .site-footer .site-footer__nav {
      width: 48%;
      margin-left: 26%!important;
   }
   .site-footer-bottom-container .site-footer-left p a {
      display: block;
   }
   .site-footer .site-footer__content{
      padding-top: 32px;
      padding-bottom: 32px;
   }
}



@media (max-width: 767px){
   .site-footer .site-footer__nav {
      width: 100%;
      margin-left: 0!important;
   }
   .site-footer .site-footer__nav ul {
      flex-direction: column!important;
   }
   .site-footer .site-footer__nav ul li:not(:last-child) {
      padding-bottom: 0!important;
   }
   .site-footer .site-footer__nav ul li {
      width: 100%!important;
   }
   .site-footer .site-footer__nav ul li a {
      padding-bottom: 14px!important;
   }
   .site-footer .site-footer__nav ul li:nth-child(2n) {
      position: relative;
      left: 0!important;
   }
   .site-footer .site-footer__nav ul li:last-of-type>a {
      padding-bottom: 0!important;
   }

   .site-footer .site-footer__nav ul li a:after {
      background-image: url(//25608414.fs1.hubspotusercontent-eu1.net/hubfs/25608414/raw_assets/public/SRI_Executive_July2022/images/hhhh.svg);
      background-repeat: no-repeat;
      background-size: 20px 15px;
      content: "";
      display: block;
      height: 15px;
      position: absolute;
      right: 0;
      top: 15%;
      -webkit-transform: translateY(-28%);
      transform: translateY(-28%);
      width: 20px;
   }
   .site-footer .site-footer__nav ul li:last-of-type a:after {
      top: 33%;
   }
   .ftr-btm-content{
      display: flex;
      flex-direction: column-reverse;
   }
   .site-footer-bottom-container .site-footer-right .footer-right-policy a {
      display: block;
      font-size: .875rem;
      line-height: 18px;
      color: #3e2957;
      text-decoration: underline;
   }
   .site-footer-bottom-container .site-footer-left p {
      text-align: center;
      padding-top:20px;
   }
   .site-footer-bottom-container .site-footer-left p a {
      display: none;
   }
   .site-footer .site-footer__content{
      padding-top: 48px;
      padding-bottom: 24px;
   }
}




@media (max-width: 320px){
   .site-footer .site-footer__nav ul li:last-of-type a:after {
      top: 26%;
   }
   .site-footer .site-footer__nav ul li a:after {
      background-image: url(//25608414.fs1.hubspotusercontent-eu1.net/hubfs/25608414/raw_assets/public/SRI_Executive_July2022/images/hhhh.svg);
      background-repeat: no-repeat;
      background-size: 20px 15px;
      content: "";
      display: block;
      height: 15px;
      position: absolute;
      right: 0;
      top: 16%;
      -webkit-transform: translateY(-28%);
      transform: translateY(-28%);
      width: 20px;
   }
}



@media (min-width: 768px){
   .site-footer .site-footer__address{
      padding-top: 0;
      padding-bottom: 0;
   }
   .site-footer .site-footer__nav{
      justify-self: center;
   }
   .site-footer .site-footer__nav ul li:not(:last-child) {
      padding-bottom: 0;
   }

   .site-footer-bottom-container .site-footer-left p {
      text-align: left;
   }
   .site-footer-bottom-container .site-footer-left p a {
      border-left: 1px solid #3E2957;
      display: inline-block;
      padding-left: calc(20px*.2);
      text-decoration: none;
      word-break: keep-all;
   }
   .site-footer-bottom-container .site-footer-right{
      justify-self: end;
      align-self: center;
   }
   .site-footer-bottom-container .site-footer-right .footer-right-policy p {
      text-align: left;
      display: none;
   }

}






@media (min-width: 1024px){
   .site-footer .site-footer__content{
      padding-left: 0;
      padding-right: 0;
   }
   .site-footer .site-footer__logo{
      padding-right: calc(calc(1304px/48)*4);
   }
   .site-footer .site-footer__logo {
      width: 31.14%;
   }

   .site-footer .site-footer__address {
      width: 31.14%;
   }

   .site-footer .site-footer__nav {
      width: 31.01%;
   }
   .site-footer .site-footer__logo .size-large {
      display: block;
   }
   .site-footer .site-footer__logo .size-large img {
      width: 100%;
   }
   .site-footer .site-footer__address{
      padding-top: 0;
      padding-bottom: 0;
      padding-left: calc( calc( 1304px/48 - 20px *2/48) *2);
      padding-right: calc( calc( 1304px/48 - 20px *2/48) *2);
      justify-self: center;
   }
   .site-footer .site-footer__address p {
      text-align: left;
   }
   .site-footer .site-footer__nav{
      padding-left: calc( calc( 1304px/48 - 20px *2/48) *2);
      justify-self: end;
   }

}
