*, *: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-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.page-center,
.dnd-section > .row-fluid,
.header__container,
.footer__container{
  max-width: 13.25px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}

.dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@font-face {
  font-family: 'museo-sans-light';
  src: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-300.woff2) format('woff2'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-300.woff) format('woff'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-300.ttf) format('truetype'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-300.svg) format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'museo-sans-medium';
  src: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-500.woff2) format('woff2'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-500.woff) format('woff'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-500.ttf) format('truetype'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-500.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'museo-sans-bold';
  src: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-700.woff2) format('woff2'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-700.woff) format('woff'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-700.ttf) format('truetype'),
    url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/Fonts/MuseoSansCyrl-700.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

(max-width: 110.52631578947368vw){ html {font-size: calc(10000vw / 1900);}}
  html {
    font-size: calc(10000vw / 1900);
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-perspective: none;
  perspective: none;
  line-height: .2rem;
}

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 0.15rem;
}

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

/* Lists */

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

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 0.15rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  vertical-align: baseline;
  text-decoration: none;
  border-style: solid;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
  text-transform: capitalize;
  outline: 0;
  font-size: .18rem;
  line-height: .29rem;
  font-weight: 600;
  font-family: 'museo-sans-bold',sans-serif;
  white-space: pre-wrap;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

/* .hs-button:active {
background-color: ;
border-color: ;
} */


.hs-form label {
  color: ;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
  color: red;
}

.hs-input,
input#hs-pwd-widget-password {
  width: 100%;
  border: 1px solid #3d3d55;
  height: 0.6rem !important;
  outline: none;
  display:block;
  font-size: .18rem;
  line-height: .29rem;
  padding: 0 0.24rem;
  font-family: 'museo-sans-medium';
  margin: 15px 0;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
  box-shadow: none;
  border-color: #3d3d55;
}

input.email-edit.hs-input {
  width: 100% !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 0.15rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.15rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
body.no-banner .header-wrapper {
  min-height: 0.66rem;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 0.66rem;
  padding: 0 1.2rem;
  background: 0 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.header .header-logo a svg {
  width: 1.7rem;
}

.header .custom-menu-primary .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 5;
  position: relative;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: #14142a;
  font-family: 'museo-sans-medium';
  font-weight: 500;
  font-size: .18rem;
  line-height: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.3rem;
  text-transform: capitalize;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  height: 100%;
  border-bottom: 0.03rem rgba(255,255,255,0) solid;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
  width: 0.04rem;
  height: 0.04rem;
  margin-left: 0.13rem;
  display: block;
  content: "";
  background: #33C8C3;
}

.header .header-btn a {
  margin: 0;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color .2s ease,border-color .2s ease,background .2s ease,background .2s ease;
  -o-transition: color .2s ease,border-color .2s ease,background .2s ease,background .2s ease;
  transition: color .2s ease,border-color .2s ease,background .2s ease,background .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px #fff solid;
  background: 0 0;
  font-weight: 500;
  font-family: 'museo-sans-bold';
  width: 1.31rem;
  height: 0.4rem;
  font-size: .16rem;
  line-height: .25rem;
  color: #fff;
  border-color: #fff;
  white-space: nowrap;
  color: #33C8C3;
  border-color: #33C8C3;
}

.header .menu-toggler {
  display: none;
  height: 0.2rem;
  width: 0.28rem;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* header.header:after {
content: "";
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
z-index: -1;
width: 4.1rem;
height: 0.66rem;
top: 0;
right: 0;
background: #33C8C3;
} */

header.header.sticky {
  background-color: #fff;
}

.header-btn a {
  color: #33C8C3;
  border-color: #33C8C3;
}

header.header.sticky:after {
  display: none;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0.3rem 0.4rem rgb(15 33 73 / 10%);
  box-shadow: 0 0.3rem 0.4rem rgb(15 33 73 / 10%);
  padding: 0.5rem 0.4rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  margin-top: 0.66rem;
  z-index: -1;
  left: 50%;
  -webkit-transform: translate(-50%,-1rem);
  -ms-transform: translate(-50%,-1rem);
  transform: translate(-50%,-1rem);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:first-child {
  position: relative;
  width: 3.15rem;
  height: 3.06rem;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 6.6rem;
  position: relative;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li {
  margin-bottom: 0.03rem;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: 0 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 2.8rem;
  height: 0.82rem;
  padding: 0.09rem 0.14rem;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li>a>span {
  font-weight: 500;
  font-size: .18rem;
  line-height: .22rem;
  color: #14142a;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: 'museo-sans-medium';
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span:before,
.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span:after {
  width: 0.09rem;
  height: 0.02rem;
  display: block;
  right: -0.2rem;
  position: absolute;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #33C8C3;
  content: "";
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span:before {
  -webkit-transform: rotate(
    180deg
  );
  -ms-transform: rotate(180deg);
  transform: rotate(
    180deg
  );
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span:after {
  -webkit-transform: rotate(
    270deg
  );
  -ms-transform: rotate(270deg);
  transform: rotate(
    270deg
  );
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:first-child img {
  max-width: 100%;
  height: auto;
  margin-right: 0.82rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.15rem;
  transition: transform .5s ease,opacity .5s ease;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li>a>p {
  font-size: .14rem;
  line-height: .18rem;
  color: #14142a;
  opacity: .4;
  margin-top: 0.04rem;
  font-family: 'museo-sans-light';
}

.header .custom-menu-primary {
  height: 100%;
}

.header .custom-menu-primary .hs-menu-wrapper {
  height: 100%;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul {
  position: absolute;
  top: 0;
  left: 2.85rem;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-.2rem);
  transform: translateY(-0.2rem);
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0.21rem 0.3rem 0.21rem 0.7rem;
  background: #f4faff;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: 0 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 2.88rem;
  height: auto;
  margin-bottom: 0.2rem;
  padding: 0;
  position: relative;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:last-child>a {
  margin-bottom: 0;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li>a>span {
  font-weight: 500;
  font-size: .18rem;
  line-height: .22rem;
  color: #14142a;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: 'museo-sans-medium';
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li>a>p {
  font-size: .14rem;
  line-height: .18rem;
  color: #14142a;
  opacity: .4;
  margin: 0;
  margin-top: 0.04rem;
  font-family: 'museo-sans-light';
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li>a:before {
  position: absolute;
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  left: -0.5rem;
  margin-top: -0.04rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li.Data.Analytics>a:before {
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/data-analytics.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li.Data.Science>a:before {
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/data-science.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li.Data.Engineering>a:before {
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/data-engineering.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li.Strategy>a:before {
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/strategy.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li.SmrtCare>a:before {
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/smrtcare.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li.lojipath>a:before {
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/lojipath.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li.CLAIMS>a:before {
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/claims.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li.Manufacturing.Solutions>a:before {
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/manufacturing.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 10rem;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul {
  display: flex;
  flex-wrap: wrap;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li>a,
.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li>a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 3.2rem;
  height: 0.82rem;
  position: relative;
  padding: 0.1rem 0.1rem;
  padding-left: 0.54rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li>a:before,
.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li>a:before{
  position: absolute;
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.03rem;
  left: 0.1rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li>a>span,
.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li>a>span{
  font-weight: 500;
  font-size: .18rem;
  line-height: .22rem;
  color: #14142a;
  font-family: 'museo-sans-medium';
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li>a>p,
.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li>a>p{
  font-size: .14rem;
  line-height: .18rem;
  color: #14142a;
  opacity: .4;
  margin: 0;
  margin-top: 0.04rem;
  font-family: 'museo-sans-light';
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li.About.Aimpoint.Digital>a:before{
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/about.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li.Our.Team>a:before{
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/our-team.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li.Partners>a:before{
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/partners.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 6.74rem;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li.Blog>a:before{
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/blog.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li.Analytics.Dashboard>a:before{
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/analytics-dashboard.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li.White.Papers>a:before{
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/white-paper.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li.Events>a:before{
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/events.svg);
}

.header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li.Customer.Stories>a:before{
  background-image: url(https://5527549.fs1.hubspotusercontent-na1.net/hubfs/5527549/raw_assets/public/Aimpoint_Digital_February2022/images/customer-stories.svg);
}


@media (min-width: 769px){
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>a,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>a,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>a {
    display: none;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights:hover>ul {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    opacity: 1;
    pointer-events: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:first-child img {
    opacity: 0;
    transform: translate(0px, -5%);
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:first-child img.active {
    opacity: 1;
    transform: translate(0px, 0);
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:first-child img.active.change-image {
    opacity: 1;
    transform: translate(0px, 0);
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:first-child.toggled>a>img.change-image {
    opacity: 1;
    transform: translate(0px, 0);
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:first-child.toggled>a>img.active {
    opacity: 0;
    transform: translate(0px, -20%);
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #33C8C3;
    border-bottom: 0.03rem #33C8C3 solid;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are:hover>ul {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    opacity: 1;
    pointer-events: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.show-lvl-third>ul {
    pointer-events: unset;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children.show-lvl-third>a>span:before,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children.show-lvl-third>a>span:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do:hover>ul {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    opacity: 1;
    pointer-events: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:first-child {
    display: none;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.show-lvl-third {
    background: #f4faff;
  }
}


@media (max-width: 768px){
  header.header:after{
    display: none;
  }

  header.header:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.68rem;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  header.header{
    padding: 0 0.16rem;
    background: #fff;
    height: 0.68rem;
  }

  .header .header-logo a{
    z-index: 2;
    position: relative;
  }

  .header .header-logo a svg{
    width: 1.55rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul{
    background: #fff;
    position: fixed;
    display: block;
    padding-top: 0.69rem;
    width: 100%;
    min-height: 100vh;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    left: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
  }

  .header .header-btn{
    display: none;
  }

  .header .menu-toggler{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    cursor: pointer;
  }

  .header .menu-toggler span{
    display: block;
    width: 0.28rem;
    height: 0.02rem;
    background: #0c2149;
    top: unset;
    position: relative;
    border: 0 solid #fff;
  }

  .header .menu-toggler span:first-child{
    top: 0;
    position: absolute;
  }

  .header .menu-toggler span:last-child{
    top: unset;
    bottom: 0;
    position: absolute;
  }

  body.show-menu {
    overflow: hidden;
  }

  body.show-menu .header .menu-toggler span:first-child {
    width: 0.08rem;
    height: 0.02rem;
    top: unset;
    -webkit-transform: rotate(
      45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg
    );
  }

  body.show-menu .header .menu-toggler span:nth-child(2) {
    width: 0.18rem;
    height: 0.18rem;
    background: 0 0;
    border-radius: 100%;
    border: 1.5px solid #0c2149;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
  }

  body.show-menu .header .menu-toggler span:last-child {
    width: 0.08rem;
    height: 0.02rem;
    bottom: unset;
    -webkit-transform: rotate(
      -45deg
    );
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg
    );
  }

  body.show-menu .header .custom-menu-primary .hs-menu-wrapper>ul {
    opacity: 1;
    left: 0;
    pointer-events: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li {
    height: 0.56rem;
    width: 100%;
    border-bottom: 1px solid #e8eff5;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    border-top: 1px solid #e8eff5;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    width: 100%;
    padding-left: 0.16rem;
    margin-right: 0;
    font-family: 'museo-sans-bold';
    font-weight: 600;
    position: relative;
  }

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

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before, .header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    position: absolute;
    content: "";
    display: block;
    right: 0.17rem;
    top: 50%;
    background: #0c2149;
    width: 0.06rem;
    height: 0.02rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    -webkit-transform: translateY(-50%) rotate(
      45deg
    );
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(
      45deg
    );
    margin-top: -0.04rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    -webkit-transform: translateY(-50%) rotate(
      -45deg
    );
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(
      -45deg
    );
    margin-bottom: -0.04rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: #fff;
    z-index: 2;
    width: 100%;
    padding: 0;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 100%;
    pointer-events: none;
    height: 100vh;
    position: fixed;
    margin-top: 0;
    padding-top: 0.68rem;
    top: 0;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:first-child {
    display: none;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>a {
    font-family: 'museo-sans-bold';
    font-size: .18rem;
    line-height: .22rem;
    color: #06214c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.36rem;
    height: 0.56rem;
    position: relative;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>a:before, .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>a:after {
    position: absolute;
    content: "";
    display: block;
    left: 0.17rem;
    top: 50%;
    background: #33C8C3;
    width: 0.06rem;
    height: 0.02rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>a:before {
    -webkit-transform: translateY(-50%) rotate(
      -45deg
    );
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(
      -45deg
    );
    margin-top: -0.02rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>a:after {
    -webkit-transform: translateY(-50%) rotate(
      45deg
    );
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(
      45deg
    );
    margin-top: 0.02rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul {
    width: 100%;
    height: 100vh;
    z-index: 3;
    display: block;
    position: relative;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li {
    margin-bottom: 0;
    border-bottom: 1px solid #e8eff5;
    position: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li:first-child {
    border-top: 1px solid #e8eff5;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li>a {
    width: 100%;
    height: auto;
    display: block;
    padding: 0.18rem 0.15rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul {
    left: 100%;
    width: 100%;
    height: 100%;
    min-height: unset;
    pointer-events: none;
    background: #fff;
    padding: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: -0.56rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li>ul.is-active {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 0;
    left: 0;
    pointer-events: unset;
    height: auto;
    min-height: 100vh;
    position: absolute;
    opacity: 1;
    align-items: flex-start;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li>a>span {
    font-size: .16rem;
    line-height: .19rem;
    position: unset;
    display: inline;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span {
    font-size: .16rem;
    line-height: .19rem;
    position: unset;
    display: flex;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span:before, .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span:after {
    right: 0.17rem;
    background: #0c2149;
    width: 0.06rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span:before {
    -webkit-transform: rotate(
      45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg
    );
    margin-top: -0.04rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>a>span:after {
    -webkit-transform: rotate(
      -45deg
    );
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg
    );
    margin-bottom: -0.04rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li>a>p {
    margin-top: 0.06rem;
    width: 2.2rem;
    font-size: .12rem;
    line-height: .16rem;
    margin-bottom: 0;
  }


  body.show-menu header.header:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.68rem;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: unset;
    left: 0;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:first-child>a>p {
    display: none;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li>a {
    width: 100%;
    border-bottom: 1px solid #e8eff5;
    padding: 0.17rem 0.2rem 0.2rem 0.68rem;
    margin-bottom: 0;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:nth-child(2)>a {
    border-top: 1px solid #e8eff5;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:not(:first-child)>a:before {
    left: 0.18rem;
    top: 0.2rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li>a>span {
    font-size: .16rem;
    line-height: .19rem;
    position: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li>a>p {
    margin-top: 0.06rem;
    width: 2.2rem;
    font-size: .12rem;
    line-height: .16rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:first-child>a {
    font-family: 'museo-sans-bold';
    font-size: .18rem;
    line-height: .22rem;
    color: #06214c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.36rem;
    height: 0.56rem;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:first-child>a:before, .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:first-child>a:after {
    position: absolute;
    content: "";
    display: block;
    left: 0.17rem;
    top: 50%;
    background: #33C8C3;
    width: 0.06rem;
    height: 0.02rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:first-child>a:before {
    -webkit-transform: translateY(-50%) rotate(
      -45deg
    );
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(
      -45deg
    );
    margin-top: -0.02rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:first-child>a:after {
    -webkit-transform: translateY(-50%) rotate(
      45deg
    );
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(
      45deg
    );
    margin-top: 0.02rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:first-child>a>span {
    font-weight: unset;
    font-size: unset;
    line-height: unset;
    color: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    font-family: unset;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>a,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>a{
    font-family: 'museo-sans-bold';
    font-size: .18rem;
    line-height: .22rem;
    color: #06214C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.36rem;
    height: 0.56rem;
    position: relative;
  }
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>a:before, .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>a:after,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>a:before, .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>a:after{
    position: absolute;
    content: "";
    display: block;
    left: 0.17rem;
    top: 50%;
    background: #33C8C3;
    width: 0.06rem;
    height: 0.02rem;
  }
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>a:before,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>a:before{
    -webkit-transform: translateY(-50%) rotate(
      -45deg
    );
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(
      -45deg
    );
    margin-top: -0.02rem;
  }
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>a:after,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>a:after{
    -webkit-transform: translateY(-50%) rotate(
      45deg
    );
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(
      45deg
    );
    margin-top: 0.02rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul{
    display: block;
    padding-bottom: 1rem;
    width: 100%;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li{
    border-bottom: 1px solid #e8eff5;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li:first-child,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li:first-child{
    border-top: 1px solid #e8eff5;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li>a,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li>a{
    width: 100%;
    height: auto;
    padding: 0.17rem 0.2rem 0.2rem 0.68rem;
    margin-bottom: 0;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li>a:before,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li>a:before{
    left: 0.18rem;
    top: 0.2rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li>a>span,
  .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li>a>span{
    font-size: .16rem;
    line-height: .19rem;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:not(:first-child)>a:hover {
    background: #f4faff;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li:not(:first-child)>a:hover>span {
    color: #33C8C3;
  }

  .footer .right nav>ul>li>ul>li>a:hover {
    text-decoration: underline;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: #14142a !important;
    border-color: transparent !important;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li>a:hover, .header .custom-menu-primary .hs-menu-wrapper>ul>li.Who.we.are>ul>li>ul>li>a:hover, .header .custom-menu-primary .hs-menu-wrapper>ul>li.Insights>ul>li>ul>li>a:hover {
    background-color: transparent !important;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul {
    background: #fff !important;
  }

  .header .custom-menu-primary .hs-menu-wrapper>ul>li.What.we.do>ul>li:last-child>ul>li.hs-item-has-children>ul>li>a:hover>span {
    color: #14142a !important;
  }
}
footer.footer {
  background-color: #06214C;
  margin-top: -0.01rem;
}

.footer .content-wrapper {
  position: relative;
  padding: 0;
}

.footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.92rem 0 0.87rem;
  width: 100%;
}

.footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 0.8rem;
  width: 2.9rem;
}

.footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0.1rem;
}

.footer .footer-logo a svg {
  width: 2.9rem;
}

.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 0 0.1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.34rem;
  margin-bottom: 0.43rem;
}

.footer .social>a>svg {
  width: 0.32rem;
  height: auto;
}

.footer .social>a>svg>path {
  fill: #06aba6;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer .footer-btn a {
  margin: 0;
  -webkit-transition: color .2s ease,border-color .2s ease,background .2s ease,background .2s ease;
  -o-transition: color .2s ease,border-color .2s ease,background .2s ease,background .2s ease;
  transition: color .2s ease,border-color .2s ease,background .2s ease,background .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 1px #fff solid;
  font-weight: 500;
  font-size: .18rem;
  line-height: .28rem;
  font-family: 'museo-sans-bold';
  color: #33C8C3;
  border-color: #33C8C3;
  width: 2.9rem;
  height: 0.6rem;
  white-space: nowrap;
}

.footer .social-wrapper {display: flex;width: 100%;}

.footer .social-wrapper>div {
  display: flex;
  width: 100%;
}

.footer .social>a>svg>path:nth-child(2) {
  fill: #06214c !important;
}

.footer .right nav>ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .right nav>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0.76rem;
  max-width: 2rem;
}

.footer .right nav>ul>li:first-child {
  margin-left: 0;
}

.footer .right nav>ul>li>a {
  font-family: 'museo-sans-medium';
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 0.3rem;
  color: #06ABA6;
  margin-bottom: 0.32rem;
  display: block;
}

.footer .right nav>ul>li>ul>li {
  margin-bottom: 0.26rem;
  color: #fcfcfc;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.footer .right nav>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

.footer .right nav>ul>li>ul>li>a {
  color: #FFFFFF;
  font-family: museo-sans-light;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 0.22rem;
}

.footer .copyright-section {
  border-top: 1px rgba(255,255,255,.3) solid;
  height: 1.21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .copyright-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .copyright-text h4 {
  margin: 0;
  font-family: 'museo-sans-light';
  font-size: .14rem;
  line-height: .22rem;
  color: #FCFCFC;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.footer .copyright-links nav>ul>li>a {
  font-family: 'museo-sans-light';
  font-size: .14rem;
  line-height: .22rem;
  color: #FCFCFC;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.footer .copyright-links nav>ul>li:last-child>a {
  margin-left: 0.44rem;
}
.footer .copyright-section .content-wrapper {
  width: 100%;
}
.footer .copyright-links nav>ul>li {
  display: inline-block;
}

.footer .right nav>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

footer.footer.lp-footer .row {
  padding: 0;
}

@media (max-width: 768px){
  .footer .copyright-section{
    height: unset;
    padding: 0.26rem 0 0.45rem 0;
  }

  html{
    font-size: calc(10000vw / 375);
  }

  .footer .content-wrapper{
    max-width: 3.43rem;
  }

  .footer .copyright-text{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .footer .copyright-text h4{
    margin-bottom: 0.3rem;
    font-size: .14rem;
    line-height: .22rem;
  }

  .footer .copyright-text nav>ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .copyright-links nav>ul>li{
    display: flex;
  }

  .footer .copyright-links nav>ul>li>a{
    margin-left: 0;
    font-size: .12rem;
    line-height: .19rem;
  }

  .footer .copyright-links nav>ul>li:last-child>a{
    margin-left: 0;
  }

  .footer .copyright-links nav>ul>li:not(:last-child)>a{
    margin-bottom: 0.06rem;
    display: block;
  }

  .footer .row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.07rem 0 0.49rem 0;
  }

  .footer .left{
    margin-right: 0;
    margin-bottom: 0.64rem;
  }

  .footer .right{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }

  .footer .social{
    margin-top: 0.56rem;
    margin-bottom: 0.35rem;
    padding: 0;
  }

  .footer .right nav>ul>li{
    width: 49%;
    margin: 0;
  }

  .footer .right nav>ul>li:first-child,
  .footer .right nav>ul>li:nth-child(2){
    margin-bottom: 0.42rem;
  }

  .footer .right nav>ul>li>a{
    margin-bottom: 0.34rem;
  }

  .footer .right nav>ul>li>ul>li{
    margin-bottom: 0.2rem;
  }

  .footer .right nav>ul{
    justify-content: space-between;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navigation-primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}