*, *: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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.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;
  }
}

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


@media (min-width: 768px) {
  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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,
.page-center,
.dnd-section > .row-fluid{
  max-width: 92%; 
  margin-right: auto;
  margin-left: auto;   
}

.dnd-section[class*="full-width"],
.dnd-section[class*="full-width"] > .row-fluid,
.dnd-section[class*="full-width"] > .row-fluid .dnd-column{
  padding:0;
  max-width:100%;
  width:100%; 
}

.dnd-section>.row-fluid .dnd-column,
.dnd-section>.row-fluid>[class*=span].dnd-module{
  margin-top: 56px; 
  margin-bottom: 56px; 
}

 
.dnd-section[class*="full-width"]>.row-fluid .dnd-column,
.dnd-section[class*="full-width"]>.row-fluid>[class*=span].dnd-module{
  margin-top: 0; 
  margin-bottom: 0; 
}
@font-face {
  font-family: 'webflow-icons';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/webflow.ttf) format('truetype');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Avenir';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7237c9c4f9b3c6b25_Avenir-BookOblique.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Avenir';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7534f85223c617e76_Avenir-BlackOblique.ttf) format('truetype'), 
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7237c9ced613c6b26_Avenir-HeavyOblique.ttf) format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Avenir';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7534f854e6a617e77_Avenir-Heavy.ttf) format('truetype'), 
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7237c9c70513c6b24_Avenir-Black.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Avenir';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7b32e466e201a716e_Avenir-MediumOblique.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Avenir';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7a21fc82b993292d3_Avenir-Book.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Avenir';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7237c9c4f9b3c6b25_Avenir-BookOblique.ttf) format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Avenir';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5d8456c7a21fc8b9b13292d5_Avenir-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd35d7dc944549ef1b1_TypeType%20-%20TT%20Norms%20ExtraBold%20Italic.ttf) format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd3a0aa2b39d6b232ba_TypeType%20-%20TT%20Norms%20ExtraBold.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd35103fc49e6e72d91_TypeType%20-%20TT%20Norms%20Italic.ttf) format('truetype'),
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd31c624d121c5c9d37_TypeType%20-%20TTNorms-Italic.otf) format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd3111638319508ac00_TypeType%20-%20TT%20Norms%20Regular.ttf) format('truetype'),
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd2a0aa2be1d2b232b9_TTNorms-Regular.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd31116381e6e08abff_TypeType%20-%20TT%20Norms%20Medium%20Italic.ttf) format('truetype'), 
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd4fcdc19baae1d0ce4_TypeType%20-%20TTNorms-MediumItalic.otf) format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd34d7026cab278c6c7_TypeType%20-%20TT%20Norms%20Medium.ttf) format('truetype'),
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd41c624d828c5c9d38_TypeType%20-%20TTNorms-Medium.otf) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd3fcdc1999e41d0ce1_TypeType%20-%20TT%20Norms%20Bold.ttf) format('truetype'),
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd2a0aa2b83b3b232b8_TTNorms-Bold.otf) format('opentype'),
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd3111638338908ac02_TypeType%20-%20TTNorms-ExtraBold.otf) format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd35d7dc96e0c9ef1b0_TypeType%20-%20TT%20Norms%20Bold%20Italic.ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd35103fcad06e72d85_TypeType%20-%20TT%20Norms%20Black.ttf) format('truetype'),
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd3a0aa2b6a5bb232c4_TypeType%20-%20TTNorms-Black.otf) format('opentype'),
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd44d7026f2ad78c6c9_TypeType%20-%20TTNorms-Heavy.otf) format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Ttnorms';
  src: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd3fcdc1934a01d0ce3_TypeType%20-%20TTNorms-BlackItalic.otf) format('opentype'),
    url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/fonts/5daf5fd31c624dfb1f5c9d35_TypeType%20-%20TTNorms-HeavyItalic.otf) format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  background-color: #fff;    
  text-align: left; 
  line-height: 1.2em; 
  word-break: break-word;
}

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

/* Paragraphs */

p { 
  margin: 0 0 24px;
}

/* Anchors */

a{
  text-decoration:none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;   
  line-height: 1.2em; 
}

h1{
  letter-spacing: -0.2px; 
  line-height: 1.2;
  margin: 0 0 32px;
}

h2{ 
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 0 0 24px;
}

h3{
  margin-top: 20px; 
  margin-bottom: 16px; 
}

h4{
  margin-top: 10px;
  margin-bottom: 10px;
}

h5{
  margin-top: 0px;
  margin-bottom: 24px;
}

h6{
  line-height: 1.2em; 
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;

}
/* Lists */


ul,ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
 
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote { 
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

[class^="w-icon-"],[class*=" w-icon-"] {
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.w-icon-slider-right:before {
  content: "\e600"
}

.w-icon-slider-left:before {
  content: "\e601"
}

.w-icon-nav-menu:before {
  content: "\e602"
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"
}

.w-icon-file-upload-remove:before {
  content: "\e900"
}

.w-icon-file-upload-icon:before {
  content: "\e903"
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}

form input[type=submit], form .hs-button,
button,
.button{
  position: static;
  display: inline-block;
  overflow: visible;
  min-height: 44px;
  max-width: none;
  margin: 16px 0px;
  padding-top: 14px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  background-color: #00a8f2;
  font-family: Ttnorms, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center; 
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #00a2d5;
  font-size: 1.1em;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  color: white;
  border: 0;
  white-space: normal;
  height: auto;
}

.button:hover,
form input[type=submit]:hover, 
form .hs-button:hover{
    box-shadow: 0 4px 4px 0 rgb(13 17 26 / 16%);
}
/* Form fields */

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

/* Labels */
form label {
  margin-bottom: 8px;
  font-family: Ttnorms, Arial, sans-serif;
  color: #05132b;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

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

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  margin-bottom: 24px;
  border-radius: 3px;
  font-family: Ttnorms, Arial, sans-serif;
  color: #05132b;
  font-size: 15px;
  line-height: 1.1em;
}
form textarea {
  height:auto;!important;
}


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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */
form input[type=submit], 
form .hs-button {
  position: static;
  display: inline-block;
  overflow: visible;
  min-height: 44px;
  max-width: none;
  margin: 16px 0px;
  padding-top: 14px;
  padding-right: 20px;
  padding-left: 20px; 
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  background-color: #00a8f2;
  font-family: Ttnorms, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center; 
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #00a2d5;
  font-size: 1.1em;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
  color: white;
  border: 0;
  white-space: normal;
  height: auto;
}

.button:hover,
form input[type=submit]:hover, 
form .hs-button:hover{
  box-shadow: 0 4px 4px 0 rgb(13 17 26 / 16%);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header{
  min-height: 116px;
}

.cm_hompage .bottom-header .navigation-wrapper .hs-menu-wrapper ul ul li {
  display: block;
  width: 240px;
  margin-bottom: 24px;
  line-height: 1.5;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 8px;
}

.cm_hompage .bottom-header .navigation-wrapper .hs-menu-wrapper ul ul li a {
  color: #09094b;
  line-height: 1.5;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
  font-family: Avenir, Arial, sans-serif;
  color: #263044;
  font-size: 17px;
  font-weight: 400;
}


.top-header{
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f5f7fa;
}

.top-container{
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}


.top-header .hs-button  {
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: 28px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px 16px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 2px;
  background-color: #00a2d5;
  font-family: Ttnorms, Arial, sans-serif;
  font-size: 15px;
}

.bottom-header {
  top: 44px;
  z-index: 900;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  position: fixed;
  width: 100%;
}

.bottom-container{
  position: static;
  display: block;
  height: 72px;
  max-width: 100%;
  min-width: 100%;
  padding: 0px 24px;
}

.bottom-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.bottom-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  clear: both;
}

.bottom-header .logo-wrapper{
  float: left;
  text-decoration: none;
  color: #333333;
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-header img{
  width: 99px!important;
  position: static;
  display: block;
  overflow: visible;
  max-width: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}

.bottom-header .navigation-wrapper{
  position: relative;
  float: right;
  display: block;
  height: 100%;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}

.bottom-header .navigation-wrapper .hs-menu-wrapper>ul>li>a{
  color: #09094b;
  display: inline-block;
  font-family: Ttnorms,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 25px 16px 25px;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
}
.bottom-header .navigation-wrapper .hs-menu-wrapper>ul>li a:hover{
  color: #00a2d5;
  font-weight: 300;
}

.bottom-header .navigation-wrapper .hs-menu-wrapper ul ul{
  left: auto;
  display: block;
  width: auto;
  margin-top: 0px;
  padding: 28px 32px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 0px;
  box-shadow: 11px 11px 24px 0 rgb(13 17 26 / 24%);
  position: absolute;
  background-color: #fff;
  display: none;
}

.bottom-header .navigation-wrapper .hs-menu-wrapper ul li:hover .hs-menu-children-wrapper{
  display: block;
}


.bottom-header .navigation-wrapper .hs-menu-wrapper ul ul li{
  display: block;
  width: 240px;
  margin-bottom: 24px;
}

.bottom-header .navigation-wrapper .hs-menu-wrapper ul ul li a{
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px 8px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 17px;
  white-space: nowrap;
  font-weight: 400;
  color: #263044;
}

.bottom-header .navigation-wrapper .hs-menu-wrapper>ul>li>a {
  border-bottom: 2px solid transparent;
}

.bottom-header .navigation-wrapper .hs-menu-wrapper ul ul li a:hover {
  color: #00a8f2;
}

.bottom-header .navigation-wrapper .hs-menu-wrapper  ul li:hover .hs-menu-children-wrapper{
  display: block;
}

/*
 * .bottom-header .navigation-wrapper .hs-menu-wrapper>ul ul li {
  margin-bottom: 24px;
}
*/

.bottom-header .navigation-wrapper .hs-menu-wrapper ul ul li a {
  display: block;
}

.cm_hompage .bottom-header .navigation-wrapper .hs-menu-wrapper ul ul li a {
  padding-bottom: 0;
}

.bottom-header .mobile-bar-wrapper {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[class*=" w-icon-"] {
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.mob_menu{
  display: none; 
}

.bottom-header .navigation-wrapper .hs-menu-wrapper >ul> li.active>a,
.bottom-header .navigation-wrapper .hs-menu-wrapper >ul> li.active-branch>a{
  color: #09094b;
  font-weight: 500; 
}

@media screen and (max-width: 1029px){
  .bottom-header .navigation-wrapper .hs-menu-wrapper>ul>li>a {
    padding: 25px 14px 25px;
  }
}

@media screen and (max-width: 991px){
  .bottom-header .navigation-wrapper {
    display: none;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 16px 24px 0 rgb(8 12 20 / 8%);
  }
  .bottom-header .mobile-bar-wrapper {
    display: block;
    height: 72px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0px 20px;
  }
  .bottom-header .mobile-bar-wrapper .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .top-header .hs-button {
    padding-top: 4px;
  }

  .bottom-header .mob_menu {
    display: none;
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 16px 24px 0 rgb(8 12 20 / 8%);
  }

  .cm_hompage .bottom-header .mob_menu {
    overflow-y: auto!important;
    height: 400px;
  }

  .cm_hompage .bottom-header .mob_menu .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 0.5rem 1rem;
    padding-bottom: 48px;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul{
    background-color: #fff!important;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul > li{
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
    position: relative;
    width: auto;
    height: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
    max-width: 100%;
    width: 100%;
    position: relative;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul > li > a{
    display: inline-block;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px 16px 0px;
    font-family: Ttnorms, Arial, sans-serif;
    color: #09094b;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 40px;
    text-align: center;
  }


  .bottom-header .mob_menu .hs-menu-wrapper > ul > li.child-open > a{
    color: #00a2d5;
    font-weight: 300;
    background-color: #f9fafc;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul ul {
    left: auto;
    display: block;
    width: auto;
    margin-top: 0px;
    padding: 15px 32px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 0px;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px none #e9edf0;
    background-color: #f9fafc;
    box-shadow: none;
    display: none;
  }
  .bottom-header .mob_menu .hs-menu-wrapper > ul ul li {
    width: 242px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
  }


  .bottom-header .mob_menu .hs-menu-wrapper > ul ul li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    margin-bottom: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    width: 240px;
    padding: 0px 0px 8px;
    font-size: 17px;
    font-family: Avenir, Arial, sans-serif;
    width: 100%;
    text-align: center;
    color: #09094b;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul ul li:hover a{
    color: #00a2d5;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
  .open-menu .mobile-bar-wrapper {
    margin-right: 0px;
    background-color: #00a2d5;
    color: white;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul > li.child-open > a {
    padding-bottom: 28px;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul >li.child-open ul li:first-child {
    margin-top: 13px;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul ul li a {
    color: #263044;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul > li.child-open > a {
    color: #09094b;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul > li> a:hover {
    color: #00a2d5;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul > li:not(.hs-item-has-children):hover > a {
    background: none !important;
  }

  .bottom-header .mob_menu {
    max-height: 80vh;
    overflow-y: auto !important;
  }

  .bottom-header .mob_menu .hs-menu-wrapper > ul > li.active-branch > a {
    font-weight: 500;
  }

}

@media screen and (max-width: 767px){
  .bottom-header .logo-wrapper{
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px){
  .bottom-header .logo-wrapper{
    margin-left: 16px;
    padding-left: 0px;
  }
  .bottom-container{   
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-header .hs-button {
    width: auto;
    margin-left: 0px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: #00a2d5;
    font-family: Ttnorms, Arial, sans-serif;
    color: #fff;
  }
  .top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    border-bottom: 1px none #e9edf0;
    background-color: #fff;
    opacity: 1;
  }
}

@media screen and (min-width: 992px){
  .mob_menu {
    display: none!important;
  }
}

.top-header {
  min-height: 44px;
}

.cm_hompage .bottom-header .navigation-wrapper .hs-menu-wrapper>ul>li>a {
  color: #2B364B;
}

.cm_hompage .bottom-header .navigation-wrapper .hs-menu-wrapper>ul>li>a:hover {
  color: #00A8F2;
} 

header.header li.home {
  display: none;
}

.cm_hompage header.header li.home {
  display: block;
}
footer.footer {
  position: relative;
  z-index: 10;
}

.cm_hompage .footer .col .hs-menu-wrapper>ul>li {
  margin-top: 0px;
}

.cm_hompage .footer .col .hs-menu-wrapper>ul>li>a {
  font-family: Ttnorms, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.2;
}

.cm_hompage .footer .col .hs-menu-wrapper ul ul {
  margin-top: 15px !important;
}

.cm_hompage .footer .col .hs-menu-wrapper ul ul li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.cm_hompage .footer .col .hs-menu-wrapper ul ul li a {
  font-family: Ttnorms, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.cm_hompage .footer .terms-wrapper a {
  margin-right: 15px;
}

.footer{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #05132b;
  color: #071b3c;
  text-align: left;
}

.footer .cm-container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'Aktiv Grotesk';
}

.footer .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  max-width: none;
  margin-right: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .col-one{
  width: 280px;
  margin-right: 96px;
  padding-top: 2px;
}

.footer .col-one .logo-wrapper img {
  margin-bottom: 24px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none; 
  width: 110px !important;
}


.footer .footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #071b3c;
  text-align: left;
}

.footer .address {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Ttnorms, Arial, sans-serif;
  color: #788fb5;
  font-size: 16px;
  line-height: 22px;
}

.footer .terms-wrapper a{
  width: 100%;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 1px;
  font-family: Ttnorms, Arial, sans-serif;
  color: #788fb5;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  margin-left: 0px;
}

.footer .soc2-icon {
  width: 64px;
  margin-top: 16px;
}

.footer .soc2-icon img{
  max-width: 100%;
  display: inline-block;
}

.footer .col .hs-menu-wrapper>ul>li>a{
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #00a8f2;
  font-family: Ttnorms, Arial, sans-serif;
  font-size: 12.8px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 0px;
  line-height: 1.2;
}
.footer .col .hs-menu-wrapper>ul>li{
  line-height: 1.2;
  margin-top: 0;
  font-size: 12.8px;
  font-weight: 700;
}

.footer .col .hs-menu-wrapper ul ul{
  margin-top: 24px !important;
}

.footer .col .hs-menu-wrapper ul ul li{
  margin-bottom: 20px;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 19.36px;
}


.footer .col .hs-menu-wrapper ul ul li a{
  font-family: Ttnorms, Arial, sans-serif;
  color: #a2abbb;
  font-size: 17.6px;
  font-weight: 400;
  text-decoration: none;
  line-height: 19.36px;
  display: block;
}


@media (max-width: 991px){
  .footer {
    padding-top: 80px;
    padding-bottom: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #05132b;
  }
  .footer .col {
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .col-five {
    margin-bottom: 64px;
  }
  .footer .col-one{
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer .cm-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .footer .address {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    display: inline-block;
    width:100%;
    margin-bottom: 12px;
  }

  .footer .soc2-icon {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .footer .terms-wrapper{
    width: 100%;
  }

  .terms-wrapper a {
    display: block;
    margin-right: 0px !important;
  }
}

@media (max-width: 479px){
  .footer .col .hs-menu-wrapper ul ul li a{
    font-family: Ttnorms, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
  }
}

footer.footer.lp_footer .col {
  margin-bottom: 0;
}

.footer.lp_footer .cm-container {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.cm_hompage .footer .col .hs-menu-wrapper ul ul li a,
.cm_hompage .footer .col .hs-menu-wrapper ul ul li a:hover{
  color: #A2ABBB !important;
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
#hs_cos_wrapper_widget_1688126670361{
  display:none;
}

.solution_wrap h2 {
    font-size: 2rem;
    letter-spacing: -.2px;
    line-height: 1.2;
    padding-bottom: 0.5rem;
    font-weight: 400;
}
h2.style-h1{
    color: #09094b;
    font-family: Ttnorms,Arial,sans-serif;
    font-size: 50px;
    font-weight: 400;
}
.card_gallery.img .feature-text h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0 auto 16px;
  font-weight: 400;
}

.homerow6 .testimonial-wrapper .testimonial-text-container h2 {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 16px;
}

.hs-blog-listing .newsletter-section {
    display: none;
}
.subscribe-blog {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.cm-container iframe {
    margin: 0 auto;
    max-width: 800px;
}
.cm-container {
    text-align: center;
}
.newsletter-section {
    background-color: #f3f3f3;
    padding: 30px 20px; 
}
.cm-container h3, .cm-container h2 {
    font-family: Ttnorms,Arial,sans-serif;
    font-size: 34px;
    font-weight: 400;
}
.content_page h2 {
  letter-spacing: -0.2px;
}

.content_page h3 {
  letter-spacing: -0.2px;
  line-height: 1.3;
  margin: 0px auto 24px;
}

.content_page p {
  font-size: 1.1em;
  line-height: 1.5em;
  width: 88%;
}

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

body a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.fullwidthrow3 hr {
  height: 0;
}

.formrow1 h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Ttnorms, Arial, sans-serif;
  color: #09094b;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: -0.8px;
}

.formrow1  p {
  padding-top: 1px;
}

.formrow2 form {
  max-width: 560px;
  margin: 0 auto;
  margin-top: 2px;
}

.formrow2 form .hs-form-field  > label {
  margin-bottom: 7px;
}
.formrow2 form .hs-form-field:nth-child(1) > label {
  margin-bottom: 9px;
}

.hs-input::-webkit-input-placeholder, 
.hs-input::-webkit-input-placeholder {
  color: #999;
}

.resourcerow2 h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.resourcerow2 p {
  width: 88%;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
}

.resourcerow2 ul {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #05132b;
}

.resourcerow2 ul li {
  margin-bottom: 24px;
  font-size: 1.1em;
  line-height: 1.5em;
}

.resourcerow2 ul li  span{
  color: #21407e; 
}


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


.news_slider .news_bg {
  background: url(//8952488.fs1.hubspotusercontent-na1.net/hubfs/8952488/raw_assets/public/Compex_Legal_Services_January2023/images/slider_bg.jpg)#fff no-repeat;
}


.homerow6 .testimonial-wrapper {
  padding-top: 120px;
}

.homerow6 .testimonial-wrapper .testimonial-text-container {
  margin-bottom: 40px;
  margin-top: 0;
}

.homerow6 .testimonial-wrapper .testimonial-text-container h6 {
  font-weight: 500;
  letter-spacing: 2px; 
}

.homerow6 .testimonial-wrapper .testimonial-text-container h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 16px;
}

.homerow6 .testimonial-wrapper .des-text-container h3 {
  color: #0468c0;
}

.homerow6 .testimonial-wrapper .info-wrap .name {
  margin-bottom: 17px;
}

.homerow6 .testimonial-wrapper .info-wrap .title {
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.white_btn {
  line-height: 1;
  padding: 9px 15px;
  text-align: center;
  margin: 0;
  padding-top: 14px;
  min-height: 44px;
  font-family: Ttnorms, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  background-color: #fff;
  color: #09094b;
  text-decoration: none;
  border-radius: 3px;
  min-width: 200px;
}


.white_btn:hover {
  padding-top: 13px;
  color: #09094b;
  box-shadow: 0 4px 4px 0 rgb(13 17 26 / 16%);
}


.blue_btn {
  margin:0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: Ttnorms,Arial,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  min-height: 44px;
  min-width: 240px;
  padding: 14px 20px 9px;
  text-align: center;
  text-decoration: none;
  background-color: #00a2d5;
}

.blue_btn:hover {
  color: #fff;
  padding-top: 13px;
  box-shadow: 0 4px 4px 0 rgb(13 17 26 / 16%);
}

.aboutrow2 p {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
  width: 88%;
}

.aboutrow2 h2 {
  letter-spacing: -0.2px;
}

.aboutrow3 .dnd-section {
  min-height: 560px;
  display: flex;
  align-items: center;
}

.aboutrow3 .dnd-section > div {
  width: 100%;
}

.aboutrow3 h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #00a2d5;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.aboutrow3 p {
  margin-bottom: 24px;
  width: 88%;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
}

.aboutrow3 h2 {
  letter-spacing: -0.2px;
}

.aboutrow8 h2 {
  letter-spacing: -0.2px;
}

.aboutrow8 p {
  line-height: 1.4;
}

.aboutrow8  .button {
  width: auto;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  height: auto;
  background-color: #00a2d5;
  line-height: 1.2em;
  font-weight: 400;
}

.aboutrow8 .button:hover {
  background-color: #06b5ec;
  color: #fff;
  box-shadow: none;
}

.aboutrow5 .card_gallery .feature-text[style="text-align:left;"] h1 {
  margin-bottom: 23px;
  letter-spacing: -0.2px;
}

.aboutrow6 h2 {
  letter-spacing: -0.2px;
}

.aboutrow6 p {
  width: 88%;
  line-height: 1.4;
  margin-bottom: 0;
}

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

  .aboutrow3 .dnd-section {
    padding: 80px 4% !important;
    min-height: auto;
  }

  .aboutrow3 p {
    width: 100%;
  }

  .aboutrow6 p {
    width: 100%;
  }

}

.cm_hompage .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index:999;
}

.fullwidthrow1 hr {
  background: none;
  height: 0;
}

@media(min-width:768px){

  .fullwidthrow3 .card_gallery.sm_cardtype.three_col-icon .feature-text { 
    margin-bottom: 49px;
  }

  .fullwidthrow3 .card_gallery.sm_cardtype.three_col-icon .feature-text h1 {
    width: 80%;
    margin-left: 0;
    margin-bottom: 25px;
    letter-spacing: -0.2px;
  }

  .fullwidthrow3 .card_gallery.sm_cardtype.three_col-icon .feature-text p {
    width: 88%;
  }

  .fullwidthrow3 .card_gallery.sm_cardtype.three_col-icon  .icon {
    margin-bottom: 16px;
  }

  .fullwidthrow3 .card_gallery.sm_cardtype.three_col-icon .feature-text p {
    width: 80%;
  }

  .fullwidthrow3 .card_gallery.sm_cardtype.three_col-icon .feature-text {
    padding-left: 44px;
  }

  .fullwidthrow3 .card_gallery.sm_cardtype.three_col-icon .card {
    margin-bottom: 0;
  }

}
.form_page form .hs-button {
    width: 100%;
    display: block;
}