*, *: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,.dnd-section > .row-fluid  {
   width: 88%;
   margin: 0 auto;
}



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

.row {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-left: -10px;
   margin-right: -10px;
}

[class^="col-"] {
   width: 100%;
   padding-left: 10px;
   padding-right: 10px;
   min-height: 1px;
}

.banner-section .dnd-section, .content-wrapper--vertical-spacing {
   padding: 0;
}
.banner-section .row-fluid {
   width: 100%;
}


@media (min-width: 768px){
   .col-md-6 {
      width: 50%;
   } 
}

@media (min-width: 1024px){
   .col-lg-8 {
      width: 66.66667%;
   } 

   .col-lg-4 {
      width: 33.33333%;
   }

   .col-lg-5 {
      width: 41.66667%;
   }
   .col-lg-offset-1 {
      margin-left: 8.33333%;
   }
   .col-lg-6 {
      width: 50%;
   }
}

@media (min-width: 1200px){
   .col-xl-offset-1 {
      margin-left: 8.33333%;
   }
   .col-xl-4 {
      width: 33.33333%;
   }
   .col-xl-offset-1 {
      margin-left: 8.33333%;
   }
   .col-xl-5 {
      width: 41.66667%;
   }

}
@font-face { font-family: "Museo Sans"; src: 
   url("https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/Groundsure_July2022%20fonts/MuseoSans-300.eot") format("embedded-opentype"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-300.woff2) format("woff2"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-300.woff) format("woff"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-300.ttf) format("truetype"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-300.svg)
   format("svg"); font-style: normal; font-weight: 300;
}



@font-face { font-family: "Museo Sans"; src: 
   url("https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/Groundsure_July2022%20fonts/MuseoSans-500.eot") format("embedded-opentype"),
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-500.woff2) format("woff2"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-500.woff) format("woff"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-500.ttf) format("truetype"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-500.svg) 
   format("svg"); font-style: normal; font-weight: 500;
}
@font-face { font-family: "Museo Sans"; src:
   url("https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/Groundsure_July2022%20fonts/MuseoSans-700.eot") format("embedded-opentype"),
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-700.woff2) format("woff2"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-700.woff) format("woff"),
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-700.ttf) format("truetype"), 
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/MuseoSans-700.svg)
   format("svg"); font-style: normal; font-weight: 700;
}


@font-face { font-family: "icomoon"; src:
   url("https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/Groundsure_July2022%20fonts/icomoon.eot") format("embedded-opentype"),
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/icomoon.ttf) format("truetype"),
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/icomoon.woff) format("woff"),
   url(https://9336579.fs1.hubspotusercontent-na1.net/hubfs/9336579/raw_assets/public/Groundsure_July2022/Fonts/icomoon.svg) format("svg"); 
   font-style: normal; font-weight: normal; font-display: block; 
}




body {
   line-height: 140%;
   word-break: break-word;
   overflow-x: hidden;
   display: flex;
   flex-direction: column;
   min-height: 100%;
}

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

/* Paragraphs */

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

/* 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 20px;
   line-height:1.1;
}

/* 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,
.button {
   cursor: pointer;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: #00d26e;
   border: none;
   border-radius: 40px;
   font-size: 16px;
   line-height: 19px;
   color: #002b54;
   text-align: center;
   font-weight: 500;
   outline: none;
   transition: all 0.3s;
   padding: 16px 32px;
   margin: 10px 0;
}

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: inline-block;
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 8px;
   padding: 0;
}

/* Help text - legends */

form legend {
   font-size: 0.875rem;
}

.form-title {
   margin-bottom: 30px;
   font-size: 20px;
   line-height: 130%;
   color: #002b54;
   font-family: "Museo Sans",sans-serif;
   font-weight: 700;
}






/* 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 {
   width: 100%;
   font-size: 15px;
   margin-bottom: 0;
   margin-top: 0;
   padding: 8px;
   max-width: 100%;
   line-height: normal;
   margin: 0;
   border:2px solid #767676;
   outline:0;
}


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-msgs label,
.hs-error-msg {
   color: #EF6B51;
   margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: #00d26e;
   border: none;
   border-radius: 40px;
   font-size: 16px;
   line-height: 19px;
   color: #002b54;
   text-align: center;
   font-weight: 500;
   outline: none;
   transition: all 0.3s;
   padding: 16px 32px;
   margin: 10px 0;
   white-space:normal;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}

@media only screen and (max-width: 641px){
   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{
      line-height: 2;
      min-height: 32px;

   }
   form .hs-button, form input[type=submit]{

      line-height: 2;
      min-height: 32px;
   }

}
/* 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_inner {
   width: 100%;
   height: 104px;
   display: flex;
   align-items: center;
   background: #fff;
   transition: all 0.3s;
   padding: 25px 0;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 10;
}
.header-wrapper-area {
   min-height: 104px;
}
.fixed .header_inner {
   height: 80px;
   padding: 13px 0;
   box-shadow: 0 6px 40px 0 rgb(128 112 150 / 10%);
}

.header .content-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;

}
.site_logo a {
   display: flex;
   align-items: center;
   height:auto;
   line-height: 0;
   transition: all 0.3s;
   margin-right: 50px;
   position: relative;
   z-index: 11;
}

.site_logo img {
   width: 207px !important;
   max-width: 100%;
   max-height: 100%;
   height: auto;
}
.header_content {
   display: flex;
   align-items: center;
}
.header .btn a {
   margin-left: 21px;
   position: relative;
   z-index: 11;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: #00d26e;
   border: none;
   border-radius: 40px;
   font-size: 16px;
   line-height: 19px;
   color: #002b54;
   text-align: center;
   font-weight: 700;
   outline: none;
   cursor: pointer;
   transition: all 0.3s;
   padding: 16px 32px;
   margin: 0;
   margin-left: 21px;
}
.header .btn-second a {
   background: transparent;
   box-shadow: inset 0 0 0 2px #00d26e;
   color: #002b54;
   margin-left: 21px;
   position: relative;
   z-index: 11;
}
.header .menu_trigger {
   display: block;
   width: 26px;
   border: none;
   background: none;
   border-radius: 0;
   outline: none;
   -webkit-tap-highlight-color: transparent;
   padding: 7px 0;
   margin-left: 50px;
   position: relative;
   z-index: 11;
   cursor: pointer;
}

.header .menu_trigger span {
   display: block;
   width: 26px;
   height: 2px;
   background: #00afaa;
   transition: all 0.3s;
}

.header .menu_trigger span:before,.header .menu_trigger span:after {
   content: '';
   display: inline-block;
   width: 26px;
   height: 2px;
   background: #00afaa;
   transition: all 0.3s;
   position: absolute;
   right: 0;
}

.header .menu_trigger span:before {
   top: 0;
}
.header .menu_trigger span:after {
   top: 14px;
} 
.header .btn a:hover {
   background: #4bffa9;
   outline: none !important;
   border: none;
   color: #002b54;
}

.header .btn-second a:hover {
   box-shadow: inset 0 0 0 2px #4bffa9;
}

.header .btn a:hover {
   background: #4bffa9;
   outline: none !important;
   border: none;
   color: #002b54;
}

.header .btn-second a:hover {
   box-shadow: inset 0 0 0 2px #4bffa9;
}

.header .menu_trigger:hover span {
   background: #99dfdd;
}

.header .menu_trigger:hover span:before {
   background: #99dfdd;
}

.header .menu_trigger:hover span:after {
   background: #99dfdd;
}

.site_menu .submenu.level-1 {
   width: 40%;
   font-size: 36px;
   line-height: 120%;
   border-right: 2px solid transparent;
   padding: 0 60px 25px 0;
   margin-left: 20%;
   position: relative;
   list-style: none;
}
.site_menu .submenu.level-1>li {
   padding-bottom: 24px;
}

.site_menu .submenu.level-1>li>a {
   display: block;
   font-weight: 700;
   position: relative;
   color: #002b54;
}

.site_menu .submenu.level-2 {
   width: 100%;
   font-size: 24px;
   line-height: 120%;
   padding-left: 85px;
   transition: all 0.3s;
   pointer-events: none;
   opacity: 0;
   position: absolute;
   top: 0;
   left: 100%;
   z-index: 5;
   list-style: none;
   margin: 0;
}

.site_menu .submenu.level-2>li {
   padding-bottom: 32px;
}

.site_menu .submenu.level-2>li>a {
   display: block;
   font-weight: 700;
   position: relative;
   color: #002b54;
}
.site_menu .submenu.level-1>li.has-submenu>a:before {
   content: "\E907";
   font-family: 'icomoon' !important;
   font-style: normal;
   font-weight: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-size: 18px;
   color: #00afaa;
   transition: all 0.3s;
   position: absolute;
   top: 50%;
   right: 3px;
   transform: translateY(-50%) rotate(-45deg);
}


.site_menu .child-trigger {
   display: block;
   cursor: pointer;
   position: absolute;
   top: 1px;
   right: -17px;
   width: 55px;
   min-width: 55px;
   height: 40px;
   padding: 0;
}

.open .site_menu .submenu.level-1 {
   border-color: #FFF;
}

.open .site_menu .submenu.level-2 {
   pointer-events: auto;
   opacity: 1;
}


.header_mobile_inner .btn.btn-second {
   display: none;
}
.header-search {
   height: 54px;
   min-width: 60px;
   position: relative;
}

.header-search .form-search {
   width: 0;
   min-width: 60px;
   height: 54px;
   background: #fff;
   border: 2px solid #c2eceb;
   border-radius: 40px;
   transition: all 0.3s;
   position: absolute;
   right: 0;
   top: 0;
}

.header-search .input-search {
   width: 100%;
   height: 50px;
   border-radius: 0;
   background: transparent;
   border: none;
   font-size: 16px;
   line-height: 22px;
   font-weight: 300;
   color: #002b54;
   box-sizing: border-box;
   padding: 0;
   opacity: 0;
   transition: all 0.3s;
   outline: 0;
}

.header-search .input-search::-webkit-input-placeholder {
   color: #002b54;
   opacity: 0.5;
}

.header-search .btn-search {
   opacity: 0;
   pointer-events: none;
   background: none;
   border: none;
   padding: 0;
   z-index: 3;
   width: 56px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   cursor: pointer;
   font-size: 21px;
   -webkit-tap-highlight-color: transparent;
   position: absolute;
   top: 0;
   right: 0;
}

.header-search .icon-search {
   width: 56px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   cursor: pointer;
   font-size: 21px;
   -webkit-tap-highlight-color: transparent;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2;
   font-family: 'icomoon' !important;
   speak: never;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
   content: "\E901";
}




.menu_open .header .menu_trigger span:before {
   -webkit-transform: rotate3d(0, 0, 1, 45deg);
   transform: rotate3d(0, 0, 1, 45deg);
}

.menu_open .header .menu_trigger span:after, .menu_open .header .menu_trigger span:before {
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   top: 7px;
   right: 0;
}

.menu_open .header .menu_trigger span:after {
   -webkit-transform: rotate3d(0, 0, 1, -45deg);
   transform: rotate3d(0, 0, 1, -45deg);
}

.menu_open .header .menu_trigger span {
   background: transparent;
}
.menu_open .header .menu_trigger span:before {
   -webkit-transform: rotate3d(0, 0, 1, 45deg);
   transform: rotate3d(0, 0, 1, 45deg);
}

.open .site_menu .submenu.level-1>li.has-submenu>a:before {
   transform: translateY(-50%);
}



.open .header-search .input-search {
   opacity: 1;
   padding: 12px 50px 12px 20px;
}



.site_menu .submenu.level-1>li:last-child {
   padding-bottom: 0;
}
.site_menu .submenu.level-1>li.open_submenu .submenu.level-2 {
   pointer-events: auto;
   opacity: 1;
}

.icon.icon-arrow {
   font-family: 'icomoon' !important;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
   content: "\E909";
}

.site_menu .submenu.level-2>li.back-sub-menu>a {
   font-size: 14px;
   color: #00afaa;
}



li.back-sub-menu {
   display: none;
}

.site_menu .submenu.level-2>li>a:hover{

   color: #00afaa;


}

.site_menu .submenu.level-1>li.open_submenu >a:before {
   transform: translateY(-50%);
}


.open .header-search .btn-search {
   opacity: 1;
   pointer-events: auto;
   margin: 0;
}
.open .header-search .icon-search.icon-search-js {
   opacity: 0;
   pointer-events: none;
}



@media (min-width: 1200px){
   .header .site_menu {
      width: 100%;
      background: #f2f1f5;
      padding: 145px 0 50px;
      pointer-events: none;
      opacity: 0;
      position: fixed;
      top: 104px;
      right: 0;
      bottom: 0;
      z-index: 10;
   }

   .site_menu .content-wrapper {
      display: block;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
   }

   .site_menu .submenu.level-1>li:hover>a {
      color: #00afaa;
   }

   .menu_open .header .site_menu {
      transition: all 0.3s;
      pointer-events: auto;
      opacity: 1;
   }

   .open .header-search .form-search {
      width: 320px;
   }
   .header-search .icon-search:hover {
      color: #99dfdd;
   }
}

@media (max-width: 1199px){
   .header_mobile {
      width: 100%;
      background: #f2f1f5;
      padding: 160px 0 40px;
      pointer-events: none;
      opacity: 0;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
   }


   .menu_open .header_mobile {
      transition: all 0.3s;
      pointer-events: auto;
      opacity: 1;
   }

   .header_mobile_inner {
      height: calc(100vh - 200px);
      overflow-y: auto;
      overflow-x: hidden;
   }

   .site_menu .submenu.level-1 {
      width: 100% !important;
      border: none;
      padding: 0 0 40px;
      margin: 0 !important;
   }

   body.menu_open {
      overflow: hidden;
   }
   .site_menu .content-wrapper {
      display: block;
   }


   .header-search {
      width: 88%;
      position: relative;
      left: 6%;
   }

   .header-search .form-search {
      width: 100%;
   }

   .header-search .input-search {
      opacity: 1;
      padding: 12px 50px 12px 20px;
   }

   li.back-sub-menu {
      display: block;
   }
   .site_menu .submenu.level-1>li.open_submenu .submenu.level-2 {
      background: #f2f1f5;
      min-height: 100%;
      padding: 0 0 10px;
      left: 0;
   }
   .site_menu .submenu.level-2 {
      background: #f2f1f5;
      min-height: 100%;
      padding: 0 0 10px;
      left: 0;
   }
}


@media (max-width: 1439px){

   .site_menu .submenu.level-1 {
      width: 50%;
      margin-left: 10%;
   } 




}
@media (max-width: 767px){
   .header-wrapper-area {
      min-height: 60px;
   }

   .header_inner {
      height: 60px;
      padding: 14px  0;
   }

   .site_logo a {
      height: 32px;
   }

   .header_content .btn {
      display: none;
   }
   .site_logo img {
      width: 138px!important;
   }
   .header_mobile_inner {
      height: calc(100vh - 115px);
   }

   .header_mobile {
      padding: 85px 0 30px;
   }

   .site_menu .submenu.level-1 {
      font-size: 24px;
      padding-bottom: 25px;
   }

   .site_menu .submenu.level-1>li {
      padding-bottom: 16px;
   }

   .header_mobile_inner .btn.btn-second {
      display: block;
   }

   .site_menu .submenu.level-1>li:last-child {
      padding-bottom: 0 !important;
   }

   .header .btn-second a {
      display: inline-block;
      margin: 0 0 25px 6%;
      padding: 12px 20px;
      z-index: 999;
      background: transparent !important;
   }
   .site_menu .submenu.level-1>li:last-child>a {
      color: #00afaa;
   }
   .site_menu .submenu.level-2 {
      font-size: 20px;
   }
   
   .site_menu .submenu.level-2>li {
      padding-bottom: 18px;
   }
   .fixed .header_inner {
      height: auto;
      padding: 14px 0;
   }
}
footer.footer {
   background: #f2f1f5;
   padding: 60px 0;
}
.footer_copyright {
   font-size: 12px;
   margin: -15px 0 0 57px;
}

.footer_menu .hs-menu-wrapper>ul {
   column-count: 2;
   column-gap: 20px;
   max-width: 86%;
   margin: 0 0 47px 57px;
   list-style: none;
   padding: 0;
}
.footer_menu .hs-menu-wrapper>ul>li {
   margin-bottom: 8px;
}
.footer_menu .hs-menu-wrapper>ul>li:last-child {
   margin-bottom: 0;
}
.footer_menu .hs-menu-wrapper>ul>li>a {
   color: #002b54;
}
.get_in_touch a {
   margin: 0 0 62px 57px;
   box-shadow: inset 0 0 0 2px #00d26e;
   color: #002b54;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border: none !important;
   border-radius: 40px !important;
   font-size: 16px;
   line-height: 19px;
   text-align: center;
   font-weight: 700;
   outline: none;
   cursor: pointer;
   transition: all 0.3s;
   padding: 16px 32px !important;
   background:transparent !important;
}

.footer .address p {
   margin-bottom: 22px;
   color: #002b54;
}

.footer .contact_info p {
   margin-bottom: 22px;
   color: #002b54;
}

.footer .copyright_text h6 {
   font-size: 12px;
   line-height: 140%;
   font-weight: 500;
   text-transform: uppercase;
   color: #002b54;
   margin-bottom: 0 !important;
}
.footer .contact_info p a {
   text-decoration: underline;
   text-decoration-color: #4bffa9;
   text-decoration-thickness: 2px;
   text-underline-offset: 4px;
   transition: all 0.3s;
   color: #002b54;
}

.footer .contact_info p a:hover {
   text-decoration-color: #7966ea;
}
.footer_social #hs_cos_wrapper_footer_social {
   display: flex;
   width: 100%;
}


.footer_social a:hover {
   opacity: 0.5;
}








@media (max-width: 1199px){


   .footer_menu .hs-menu-wrapper>ul {
      max-width: inherit;
      margin-left: 0;
   }

   .footer .get_in_touch a {
      margin-left: 0;
   }

   .footer_copyright {
      margin-left: 0;
   } 



}
@media (max-width: 767px){
   .footer_copyright {
      margin: 25px 0 0;
   }

   footer.footer {
      padding: 60px 20px 55px;
   }

   .footer .get_in_touch a {
      margin: 0 0 25px;
      padding: 12px 20px !IMPORTANT;
      display: inline-block;
      font-size: 16px;
   }
   .footer_menu .hs-menu-wrapper>ul {
      margin: 0 0 25px;
   }
}
@media (max-width: 567px){
   .footer_menu .hs-menu-wrapper>ul {
      column-count: 1;
   }


}

@media (min-width: 768px) and (max-width: 1023px){
   .footer_menu .hs-menu-wrapper>ul {
      column-count: 1;
   }



}
