*, *:before, *:after {
  box-sizing: border-box;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.body-wrapper .cta_button {
  box-sizing: border-box !important;
}
img {
  max-width: 100%;
}
/*! 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;
}

@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;
  }
}
.banner-section>div,
.dnd-section[class*="force-full-width"]>div,  
.Banner-row-0-force-full-width-section > .row-fluid, .banner-section .dnd-section>.row-fluid,
.banner-area .dnd-section {
  padding: 0;
}

.blog_wrap .dnd-section,.blog_wrap .dnd-section .dnd-column {
  padding: 0;
}
@font-face { 
  font-family: eicons;
  src: url(//9011454.fs1.hubspotusercontent-na1.net/hubfs/9011454/ZeroEyes_Sep2021/fonts/eicons.eot) format("embedded-opentype"),
	 url(//9011454.fs1.hubspotusercontent-na1.net/hubfs/9011454/raw_assets/public/ZeroEyes_Sep2021/fonts/eicons.woff2) format("woff2"), 
	 url(//9011454.fs1.hubspotusercontent-na1.net/hubfs/9011454/raw_assets/public/ZeroEyes_Sep2021/fonts/eicons.woff) format("woff"),
	 url(//9011454.fs1.hubspotusercontent-na1.net/hubfs/9011454/raw_assets/public/ZeroEyes_Sep2021/fonts/eicons.ttf) format("truetype"), 
	 url(//9011454.fs1.hubspotusercontent-na1.net/hubfs/9011454/raw_assets/public/ZeroEyes_Sep2021/fonts/eicons.svg) format("svg"); 
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 93.75%;
}

@media (max-width: 921px) {
  html {
	 font-size: 85.5%;
  }
}

body {
  line-height: 1.85714285714286;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.75em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem; 
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

h1 {
  line-height: 0.8;
}

h2 {

}

/* 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: 5px solid rgba(0,0,0,.05);
  font-style: italic;
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.button,
.hs-button, .button--primary { 
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
button {
  cursor: pointer;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.button:hover,
.hs-button:hover, .button--primary:hover,.button:focus,
.hs-button:focus, .button--primary:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 0;
}

.form-title {
  padding: 15px;
}

h3:empty {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px 30px;
  background-color: #fff;
}

/* Labels */

form label {
  display: block;
  font-weight: 700;
  font-size: inherit;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input:not(.hs-button), form select, form textarea, .hs-input, .hs-search-field__input, form input[type="password"] {
  margin: 0 0 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-weight: inherit;
  line-height: 1;
  color: #666;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  transition: all .2s linear;
  display: inline-block;
  width: 100%;
  outline: none;
}

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;
  width: auto;
  margin: 0;
  margin-right: 0.35rem;
  height: auto;
}

/* 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 */
.button,
.hs-button, .button--primary {
  margin: 20px 0 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  line-height: 1; 
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-family: "Ubuntu", Sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background-color: #2A434E;
  border-radius: 100px 100px 100px 100px;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0;
}
/* 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;
}
.head_top {
  background-color: #37424a;
  padding: 15px;
}

.head_top h4 {
  color: #fff!important;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

.head_top a:hover,
.head_top a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.head_logo img {
  width: 91% !important;
  vertical-align: middle;
  display: inline-block;
}

.head_bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
}

.head_logo {
  display: flex;
  align-items: center;
  font-size: 0;
}

.lp .head_logo {
  min-height: 144px;
}

.head_logo a {
  display: inline-block;
}

.head_logo>* {
  display: block;
  margin: 17px 0px 17px 11px;
  text-align: center;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 13px 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family: "Ubuntu", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  pointer-events: none;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\f0d7";
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 99;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  border-left: 8px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  padding: 13px 20px;
  white-space: nowrap;
  transition: .4s;
  font-family: "Ubuntu", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.custom-menu-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  height: 3px;
  width: 100%;
  left: 0;
  z-index: 2;
  content: "";
  bottom: 0;
  opacity: 0;
  background-color: #374149!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:before {
  opacity: 1;
}

.fixed .head_bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.header_height {
  display: none;
  min-height: 144px;
}

.fixed .header_height {
  display: block;
}


.right_btns a {
  border: none;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  padding: 12px 24px;
  display: inline-block;
  line-height: 1;
  transition-duration: .3s;
  transition-property: transform;
}

.btn2 a {
  font-family: "Ubuntu", Sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  fill: #2A434E;
  color: #2A434E;
  background-color: #2A434E00;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #2A434E;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 12%);
}

.btn1 a {
  font-family: "Ubuntu", Sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background-color: #2A434E;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 12%);
  padding: 14px 45px 14px 45px;
  color: #fff;
}

.btn1 {
  padding: 21px 0 0;
  margin: 0 0 20px;
}

.right_btns {
  text-align: center;
}

.btn2 {
  margin: -24px 0px 24px 0px;
  padding: 21px 0px 0px 0px;
}


.cm-banner {
  margin-bottom: -40px;
  padding: 240px 0px 0px 0px;
  position: relative;
}

.cm-banner .cm-banner-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cm-banner .cm-banner-image-wrap .cm-banner-image {
  background-color: #00000000;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 144%;
  background-position: 0 111%;
}

.cm-banner .cm-banner-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #2A434E66;
  opacity: 0.49;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.cm-banner .page-center {
  position: relative;
}
.cm-banner-title-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.cm-banner-title-wrap>div{
  width: 100%;
}

.cm-banner-title-wrap>div:not(:last-child){
  margin-bottom: 20px;
}

.cm-banner .cm-banner-title {
  text-align: center;
}

.cm-banner .cm-banner-space {
  display: none;
}

.cm-banner .cm-banner-title-in {
  margin: -70px 0px 200px 0px;
}

.cm-banner .cm-banner-title-in h1 {
  margin: 0;
  color: #FFFFFF;
  font-family: "Teko", Sans-serif;
  font-size: 87px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1;
}

.cm-banner .divider-separator {
  width: 64px;
  margin: 0 auto 20px;
  border-top: 4px solid #C8C8C8;
  display: block;
}

.main-banner.cm-banner .cm-banner-title-in {
  margin-bottom: 0;
}

.cm-banner-title-wrap p {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Ubuntu", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0px 0px 0100px 0px;
}

.cm-banner.main-banner {
  margin: 0;
}


@media (min-width: 1025px){
  .cm-banner .cm-banner-image-wrap .cm-banner-image{
	 background-attachment: scroll;
  }

}

@media (max-width: 1024px){
  .cm-banner-title-wrap {
	 padding: 0px 40px 0px 40px;
  }

  .cm-banner {
	 margin-bottom: -32px;
	 padding: 120px 0px 0px 0px;
  }
}

@media (max-width: 767px){
  .cm-banner .cm-banner-title-in h1 {
	 font-size: 63px;
  }

  .cm-banner {
	 padding: 120px 0px 0px 0px;
  }
  .cm-banner-title-wrap>div:not(:last-child) {
	 margin-bottom: 0;
  }

  .cm-banner.main-banner .cm-banner-title-in h1 {
	 color: #FFFFFF;
	 font-family: "Teko", Sans-serif;
	 font-size: 87px;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 1.2px;
  }

  .cm-banner.main-banner .cm-banner-title {
	 margin-bottom: 20px;
  }

}


/* ==PopUp== */
.dialog-widget {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0,0,0,.8);
  display: none;
}

.dialog-widget.open {
  display: flex;
}

.dialog-widget-content {
  background-color: #fff;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  overflow: hidden;
  margin: auto;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: all;
  animation-duration: 1.2s;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  animation-name: zoomIn;
}

.dialog-message {
  font-size: 12px;
  line-height: 1.5;
  min-height: 50px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  width: 500px;
  height: auto;
  padding: 40px 40px 40px 40px;
}

.pop_title_wrap {
  color: #C5B071;
  font-family: "Teko", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  margin: 0 0 20px;
  text-align: center;
}

.dialog-message>div {
  padding: 10px 10px 0;
}

.pop_form_wrap {
  padding: 16px 0 0;
}

.pop_form_wrap form .hs-form-field {
  padding-right: 16px;
  margin-top: 16px;
}

.pop_form_wrap form .hs_firstname {
  margin: 0;
}

.pop_form_wrap form label {
  line-height: 1.3;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  margin: 0;
  display: inline-block;
}

.pop_form_wrap form .input {
  margin-top: 8px;
}

.pop_form_wrap form .hs-input {
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  line-height: 1;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}

.pop_form_wrap form .hs-input:focus {
  color: #111;
}

.pop_form_wrap form {
  margin: 0px -24px 0px -17px;
}

.pop_form_wrap form .actions {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
  padding-bottom: 0;
}

.pop_form_wrap form .actions * {
  margin: 0;
}

.pop_form_wrap form span.hs-form-required {
  color: #790000;
  margin-left: 8px;
}

.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-top: 15px;
  right: 15px;
  font-size: 15px;
  line-height: 1;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  color: #4B4F58;
}

.eicon-close:before {
  content: "\e87f";
}

[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.head_top>div {
  padding: 0;
}

.pop_form_wrap form .hs-error-msgs label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  display: block;
}

@keyframes zoomIn {
  from {
	 opacity: 0;
	 transform: scale3d(.3,.3,.3)
  }

  50% {
	 opacity: 1
  }
}



@media (min-width: 768px) {
  .head_logo {
	 width: 22.891%;
  }

  .custom-menu-primary {
	 width: 61.492%;
  }

  .right_btns {
	 width: 14.263%;
  }

  .custom-menu-primary .right_btns,
  .head_logo .right_btns {
	 display: none;
  }

  .menu-toggle {
	 display: none;
  }

}

@media (max-width: 1024px) {
  .custom-menu-primary {
	 width: 60%;
  }

  .right_btns {
	 width: 20%;
	 text-align: right;
  }

  .head_logo {
	 width: 20%;
  }

  .head_bottom {
	 padding: 20px 20px 20px 20px;
  }

  .custom-menu-primary-inner {
	 background-color: #fff;
	 font-size: 13px;
	 margin-top: 10px;
	 -webkit-transition: max-height .3s,-webkit-transform .3s;
	 transition: max-height .3s,-webkit-transform .3s;
	 -o-transition: max-height .3s,transform .3s;
	 transition: max-height .3s,transform .3s;
	 transition: max-height .3s,transform .3s,-webkit-transform .3s;
	 -webkit-transform-origin: top;
	 -ms-transform-origin: top;
	 transform-origin: top;
	 overflow: auto;
	 -webkit-transform: scaleY(0);
	 -ms-transform: scaleY(0);
	 transform: scaleY(0);
	 max-height: 0;
	 width: 100%;
  }

  .menu-toggle {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 justify-content: center;
	 font-size: 22px;
	 padding: .25em;
	 cursor: pointer;
	 border: 0 solid;
	 border-radius: 3px;
	 background-color: rgba(0,0,0,.05);
	 margin: 0 auto;
	 color: #909090;
  }

  [class*=" eicon-"], [class^=eicon] {
	 display: inline-block;
	 font-family: eicons;
	 font-size: inherit;
	 font-weight: 400;
	 font-style: normal;
	 font-variant: normal;
	 line-height: 1;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
  }

  .eicon-menu-bar:before {
	 content: "\e816";
  }

  .mobile-open .menu-toggle i:before {
	 content: "\e87f";
  }

  .custom-menu-primary-inner-wrap {
	 display: flex;
	 flex-wrap: wrap;
	 width: 100%;
	 position: relative;
  }

  .mobile-open .custom-menu-primary-inner {
	 -webkit-transform: scaleY(1);
	 -ms-transform: scaleY(1);
	 transform: scaleY(1);
	 max-height: 100vh;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-family: "Ubuntu", Sans-serif;
	 font-size: 18px;
	 font-weight: 500;
	 letter-spacing: 0.5px;
	 padding: 10px 20px;
	 line-height: 20px; 
	 color: #909090;
  }

  .right_btns {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 position: static;
	 visibility: visible;
	 opacity: 1;
	 transition: none;
	 display: none;	 
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
	 font-family: "Ubuntu", Sans-serif;
	 font-size: 18px;
	 font-weight: 500;
	 letter-spacing: 0.5px;
	 padding: 10px 20px;
	 line-height: 20px; 
	 color: #909090;
  }

  .child-trigger {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 40px;
	 cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li.trigger-hover>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open>a {
	 color: #C5B071;
  }

  .right_btns_inner {
	 width: 100%;
  }

  .menu-toggle:hover {
	 color: #C5B071;
  }

}

@media (max-width: 767px) {
  .right_btns_inner {
	 width: 100%;
  }

  .menu-toggle:hover {
	 color: #C5B071;
  }

  .head_bottom {
	 padding: 20px;
  }

  .head_logo {
	 min-height: auto;
	 width: 50%;
  }

  .lp .head_logo {
	 min-height: auto;
  }

  .head_logo a {
	 display: block;
  }


  .head_bottom>.right_btns {
	 display: none;
  }

  .custom-menu-primary {
	 width: 50%;
  }

  .head_logo {
	 flex-wrap: wrap;
  }

  .right_btns a {
	 font-size: 10px;
	 padding: 10px 10px 10px 10px;
	 line-height: 1;
	 display: inline-block;
  }

  .right_btns {
	 width: 100%;
	 margin: 0;
	 text-align: center;
  }

  .btn1 {
	 margin: -25px 0px 0px 0px;
  }

  .head_logo>*:not(.right_btns) {
	 margin-bottom: 37px; 
	 position: relative;
	 z-index: 9999;
  }

  .menu-toggle {
	 margin: 0 auto 20px;
	 font-size: 26px;
	 color: #C5B071;
  }

  .btn2 {
	 margin: -5px 0px 0px 0px;
	 text-align: right;
  }

  .btn2 a {
	 line-height: 1;
  }

  .custom-menu-primary-inner {
	 position: absolute;
	 z-index: 9997;
	 top: calc(100% - 70px);
	 left: calc(-100% - 20px);
	 width: calc(200% + 40px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-family: "Ubuntu", Sans-serif;
	 font-size: 18px;
	 font-weight: 500;
	 letter-spacing: 0.5px;
	 text-transform: none;
	 color: #C5B071;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
	 color: #C5B071;
  }

  .btn1 a {
	 padding: 12px 12px 12px 12px;
  }


}

@media (max-width: 641px) {
  .pop_form_wrap form .hs-input {
	 line-height: 2;
	 min-height: 2rem;
  }

  .pop_form_wrap form .actions * {
	 line-height: 2;
	 min-height: 2rem;
	 width: 100%;
	 margin: 0 0 16px 0;
  }

  .pop_title_wrap {
	 font-size: 25px;
	 margin: 0 0 55px;
  }
}

@media (max-width: 404px) {
  .head_logo>*:not(.right_btns) {
	 margin-top: 22px;
  }
}
.footer {
  overflow: hidden; 
  background-color: #0e1114 !important;
}

.copy {
  padding: 00px 0px 020px 0px;
  text-align: center;  
  color: #989898;
  font-family: "Ubuntu", Sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.copy>* {
  display: block;
  padding: 10px;
}

.ftr_bottom {
  margin-top: -32px;
  margin-bottom: 0px;
  padding: 080px 0px 040px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftr_bot_left>* {
  display: flex;
  padding: 0px 080px 0px 0px;
}

.social-icons-wrapper {
  padding: 0;
  margin: -45px 0px 0px 0px;
  line-height: 1;
  font-size: 0;
  --grid-template-columns: repeat(0, auto);
  --icon-size: 20px;
  --grid-column-gap: 13px;
  --grid-row-gap: 0px;
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
  grid-template-columns: var(--grid-template-columns);
  -webkit-box-pack: var(--justify-content,center);
  -ms-flex-pack: var(--justify-content,center);
  justify-content: var(--justify-content,center);
  justify-items: var(--justify-content,center);
}

.social-icons-wrapper li {
  min-width: 0;
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}

.social-icons-wrapper li a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #818a91;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: var(--icon-size,25px);
  line-height: var(--icon-size,25px);
  width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ftr_bot_right>* {
  display: block;
  margin: -84px 1px 1px 1px;
  padding: 10px;
  width: 100%;
}

.ftr_bot_right h2 {
  margin-bottom: 20px;
  line-height: 1;
  color: #C5B071;
  font-family: "Teko", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0;
}

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

.cert_image1 img {
  width: 41% !important;
}

.cert_img img {
  vertical-align: middle;
  display: inline-block;
}

.cert_image2 img {
  width: 70% !important;
}

.cert_image3 img {
  width: 50% !important;
}

.cert_last span span {
  font-family: "Ubuntu", Sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.cert_img.cert_image3>* {
  display: block;
}

.cert_img {
  padding: 10px;
}

.cert_image1 {
  text-align: center;
}

.cert_img.cert_image4>* {
  display: block;
}

.icon i:before, .icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.icon i, .icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.social-icons-wrapper i {
  color: #26282C;
}

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

.ftr_col1>* {
  padding: 0px 080px 0px 0px;
}

.ftr_logo img {
  width: auto !important;
}

.logo_text {
  font-family: "Roboto";
  padding-bottom: 20px;
}

.ftr_phone ul {
  list-style: none;
  margin: -19px 0px 0px 0px;
  padding: 0;
}

.ftr_phone ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftr_phone ul li a>span:first-child i {
  width: 1.25em;
  font-size: 14px;
}

.ftr_phone ul li a>span:first-child+span {
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
  display: inline-block;
  font-family: "Ubuntu", Sans-serif;
  font-weight: 400;
}

.ftr_top {
  padding: 080px 0px 040px 0px;
}

.ftr_logo {
  margin: 0 0 20px;
  font-size: 0;
}

.ftr_col .hs-menu-wrapper>ul {
  padding: 10px;
}

.ftr_col .hs-menu-wrapper>ul>li>a {
  margin: 0 0 20px;
  color: #C5B071;
  font-family: "Teko", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2rem;
  cursor: text;
}

.ftr_col .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(4) {
  padding-bottom: 4px;
}

.right_btns a:hover {
  transform: scale(1.1);
}

.footer .container {
  padding: 0;
}

.ftr_phone a {
  color: inherit;
}

.ftr_phone a {
  color: inherit !important;
  display: flex;
  align-items: center;
}

.lp .copy p {
  margin: 1.75em 0;
}

.lp .copy {
  padding: 20px 0;
}

@media (max-width: 1170px) and (min-width: 768px) {
  .footer .container {
	 padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .ftr_bot_left {
	 width: 31.754%;
  }

  .ftr_bot_right {
	 width: 68.246%;
  }

  .cert_image2 {
	 width: 25%;
  }

  .cert_image1 {
	 width: 25%;
  }

  .cert_image3 {
	 width: 25%;
  }
  
  .cert_image3 #hs_cos_wrapper_cert_image3_ img {
    margin-top:-10px;
  }

  .cert_image4 {
	 width: 25%;
  }
  
  .cert_image4 #hs_cos_wrapper_cert_image4_ img {
    max-width: fit-content;
  }

  .ftr_col1 {
	 width: 36.93%; 
  }

  .ftr_col2 {
	 width: 19.035%;
  }

  .ftr_col3 {
	 width: 18.754%;
  }

  .ftr_col4 {
	 width: 25%;
  }

  .cert_img.cert_image3>*:first-child+* {
	 display: none;
  }

  .ftr_phone ul li a>span:first-child {
	 display: flex;
  }

}

@media (max-width: 921px) {
  .ftr_col .hs-menu-wrapper>ul>li>a {
	 font-size: 25px;
  }
}

@media (max-width: 767px) {
  .cert_img.cert_image3>*:first-child {
	 display: none;
  }

  .ftr_col .hs-menu-wrapper>ul {
	 padding: 10px;
  }

  .ftr_col .hs-menu-wrapper>ul>li>a {
	 margin: 0 0 20px;
	 color: #C5B071;
	 font-family: "Teko", Sans-serif;
	 font-weight: 500;
	 text-transform: uppercase;
	 line-height: 1;
	 cursor: text;
  }

  .ftr_col .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(4) {
	 padding-bottom: 4px;
  }

  .ftr_bottom {
	 margin-top: -118px;
	 margin-bottom: -132px;
	 padding: 0px 0px 0px 25px;
	 flex-wrap: wrap;
	 flex-direction: column-reverse;
  }

  .certi_wrap {
	 display: block;
	 margin: 52px 0px 0px 0px;
  }

  .copy {
	 margin-top: 128px;
	 margin-bottom: 3px;
  }

  .social-icons-wrapper {
	 margin: 13px 0px 34px 0px;
	 --icon-size: 14px;
  }

  .cert_img.cert_image3>* {
	 margin: 0;
  }

  .cert_image3 img {
	 filter: brightness( 116% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
  }

  .cert_img.cert_image4>* {
	 margin: 0;
  }

  .cert_image1 img {
	 width: 24% !important;
  }

  .cert_image1 {
	 text-align: left;
  }

  .cert_last span span {
	 font-size: 1rem;
  }

  .ftr_top {
	 display: block;
	 padding: 0px 0px 0px 25px;
  }

  .ftr_bot_right h2 {
	 opacity: 0;
	 padding-bottom: 20px;
  }

  .ftr_bot_right>* {
	 margin: 0;
  }

  .ftr_col .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(4) {
	 display: none;
  }

  .ftr_logo img {
	 width: 100% !important;
  }

  .ftr_logo {
	 margin: 41px 0px 20px 0px;
  }

  .ftr_col .hs-menu-wrapper>ul>li:nth-child(1)>ul>li:nth-child(3) {
	 padding-bottom: 2px;
  }

  .ftr_phone {
	 padding: 22px 0;
	 padding-right: 80px;
  }

  .ftr_phone ul {
	 margin: 0;
  }

  .ftr_phone ul li a>* {
	 display: block !important;
  }

  .ftr_phone ul li a>*>span {
	 display: flex;
	 white-space: nowrap;
  }

  .ftr_phone ul li b {
	 width: 52%;
	 display: block;
	 margin-left: auto;
  }

  .ftr_bot_right {
	 width: 100%;
  }  

  .ftr_phone ul li>* {
	 width: 100%;
	 display: block;
  }

  .ftr_phone a {
	 width: 100%;
  }

  .ftr_phone ul li a>span:first-child+span {
	 display: flex !important;
	 width: 100%;
  }

  .ftr_phone ul li b {
	 color: #0274be;
	 transition: all 0.2s linear 0s;
  }

  .ftr_phone ul li b:hover {
	 color: #3a3a3a;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}