*, *: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: auto;
  *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: 100%;
    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: auto;
    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 ;
  }
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto; 
  padding-left:15px;
  padding-right:15px;
}

.dnd-section[class*="full-width-section"],
.dnd-section[class*="full-width-section"] > .row-fluid,
.dnd-section[class*="full-width-section"] .dnd-column{
  padding:0;
  max-width:100%;
}
@font-face {
  font-family: 'Moderat Regular';
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Regular.eot) format('embedded-opentype'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Regular.woff2) format('woff2'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Moderat Regular Italic';
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Regular-Italic.eot) format('embedded-opentype'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Regular-Italic.woff2) format('woff2'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Regular-Italic.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Moderat Black';
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Black.eot) format('embedded-opentype'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Black.woff2) format('woff2'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/Moderat-Black.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Born Ready W00 Regular";
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/2ccbba8d-135e-443a-b70c-04a3e4fd0b6b.eot) format("eot"),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/1aa4413b-03d6-41b1-8a22-ef3b107e714f.woff2) format("woff2"),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/b120bb48-e363-4d64-9519-befbc1d829d8.woff) format("woff"),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/23a3792f-ee8e-45d3-b88a-829ca1484cd1.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "DIN Next W01 Regular";
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot) format("eot"),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2) format("woff2"),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff) format("woff"),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf) format("truetype");
  font-display: swap;
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/glyphicons-halflings-regular.eot) format('embedded-opentype'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/glyphicons-halflings-regular.woff) format('woff'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/glyphicons-halflings-regular.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Nucleo Outline';
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/nucleo-outline.eot) format('embedded-opentype'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/nucleo-outline.woff2) format('woff2'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/nucleo-outline.woff) format('woff'),
    url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/nucleo-outline.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.nc-icon-outline {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2)format('woff2');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)format('woff2');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)format('woff2');
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)format('woff2');
  unicode-range: U+0370-03FF;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)format('woff2');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2)format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2)format('woff2');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2)format('woff2');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2)format('woff2');
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2)format('woff2');
  unicode-range: U+0370-03FF;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2)format('woff2');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2)format('woff2');
  unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2)format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  font-display: swap;
}


html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  font-family: 'Moderat Regular';
  color: #3c3c3b;
  margin: 0;
  padding: 0;
}



/* Paragraphs */

p {
  margin: 0 0 30px;
}

/* Anchors */

a {
  text-decoration: none; 
  color: #ff7a53;
  cursor: pointer;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}

.body-wrapper a:not([class]) { 
  border-bottom: 1px solid; 
}

a:hover{
  border-bottom-color: transparent; 
}

.body-wrapper a:not([class]):hover{
  border-bottom-color: transparent; 
}


::selection {
  background: #fdda24;
  color: #333;
}

/* Headings */

h1, h2{
  line-height: 1.1;
}
h3{
  line-height: 1.2;
}
h4{
  line-height: 1.23;

}
h1,
h2,
h3, h4
{
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}


h5,h6{
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

/* Lists */

ul, ol {
  padding: 0;
  margin: 0 0 30px;
}

ol{
  list-style-type: decimal;
  margin-left: 40px;
}

ul{
  list-style-type: disc;
  margin-left: 40px;
}
ol li{

  margin-bottom: 15px;
}

/* Code blocks */

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* Blockquotes */

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;

}
/* Horizontal rules */

hr {
  border-top-color: #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
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 fields */

.hs-form-field {
  margin-bottom: 15px;
}


/* Labels */

form label, form legend {
  margin-bottom: 3px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Moderat Regular';
}

/* 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 {
  display: block;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 0;
  height: auto;
  vertical-align: inherit;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
}
form input[type=email]:focus, 
form input[type=file]:focus, form input[type=number]:focus, 
form input[type=password]:focus, form input[type=tel]:focus, 
form input[type=text]:focus, 
form select:focus,
form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

::-webkit-input-placeholder {
  color: #999;
}
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;
}


/* Submit button */

form input[type=submit],
form .hs-button  , button,
.button {
  display: inline-block;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  text-decoration: none;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  background-color: #fdda24;
  border: solid 2px #fdda24;
  color: #262626;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  border-radius: 0;
  font-family: 'Moderat Black';
  padding: 18px 27px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  vertical-align: inherit;
  width: auto;
  margin-top: 15px;
  -webkit-appearance: button;
  cursor: pointer;
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


form {
  padding: 20px;
}

.hs-error-msg , ul.no-list.hs-error-msgs.inputs-list label {
  margin: 0;
 color: #e80000!important;
  margin-right: 10px;
  font-size: 15px;
}

form .inputs-list>li {
  margin: 0;
}

form .inputs-list {
  font-size: 15px;
}

.hs-input.invalid.error {
  border: 1px solid #e80000;
}

form *:not(.hs-button) {
  color:#fff!important;
}
/* 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 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  z-index: 999;
}
.logo {
  min-width: 204px;
}
.logo img {
  width: 204px;
  max-width: 100%;
}
.outer-header {
  min-height: 104px;
}

.header-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  min-height: 103px;
  clear: both; 
  background: rgba(255,255,255,1);
  display: flex;
  align-items: center;
}

.header-logo { 
  float: left;
  margin-right: 25px;
}
.get-in-touch-buttonn .hs-button:hover  {
  color: #262626;
}
.get-in-touch-buttonn .hs-button {
  background-color: #fdda24;
  border: solid 2px #fdda24;
  color: #262626;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  font-family: 'Moderat Black';
  border-radius: 0;
  padding: 10px 20px 11px;
  min-width: auto;
  height: auto;
  font-size: 16px;
}



.get-in-touch-buttonn .hs-button  {
  color: #262626;
  border: 0;
}

.logo a {
  border: 0;
}

header nav {
  padding: 0;
  margin: 0;
  color: #08384f;
  font-family: 'Moderat Black',Helvetica,Arial,sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 25px;
  justify-content: center;
  float: left;
  width: 100%;
  text-align: center;
  list-style: none;
}

header nav > ul > li {
  padding: 0 10px;
  position: relative;
}

header nav > ul > li > a {
  color: #08384f;
  padding: 12px 0;
  border: 0;
}


header nav > ul {
  display: flex;
  width: 100%;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.logo { 
  float: left;
  margin-right: 25px;
}

header nav > ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  transition: .2s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 4;
  width: 250px;
  left: 50%;
  top: 95px;
  transform: translateX(-50%);
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
  background-color: #08384f;
  border-radius: 4px;
}
.get-in-touch-buttonn .hs-button a:focus {
  color: #262626;
}


.get-in-touch-buttonn .hs-button:focus {
  color: #262626;
}
.body-wrapper header .get-in-touch-buttonn .hs-button{
  border: solid 2px #FDDA24 !important;
}
.get-in-touch-buttonn .hs-button:hover {
  background-color: transparent;
  border: solid 2px #fdda24 !important;
  color: #262626;
}

header nav > ul ul li a {
  text-align: center;
  display: block;
  padding: 12px 15px;
  transition: .2s all;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  border: 0;
}

header nav > ul ul li:first-child a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

div#nav-icon {
  width: 32px;
  height: 21px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);

  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #464646;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1), #nav-icon2 span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2), #nav-icon2 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3), #nav-icon2 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

header {
  width: 100%;

}
.global-popup-overlay {
  display: none;
}

header nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 55px;
}

header nav ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: transparent;
  position: absolute;
  z-index: 5;
  top: -20px;
  background-image: url(//26716534.fs1.hubspotusercontent-eu1.net/hubfs/26716534/raw_assets/public/Habit_Action_January_2023/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

div#nav-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,visibility 0s .5s;
  transition: opacity .5s,visibility 0s .5s;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.scroll-header .header-wrapper {
  min-height: 80px;
  background: #fff;
  padding-bottom: 5px;
}


@media (min-width: 768px) {
  .header-wrapper {
    padding: 0 40px;
  }
  div#nav-icon{
    right: 40px;
  }
  div#nav-icon2 {
    position: absolute!important;
    right: 40px;
    top: 51px;
    margin-top: -10px;
    z-index: 9999;
  }
  .mobile-nav {
    padding: 50px;
  }

}
@media (min-width: 992px) {
  .get-in-touch-buttonn .hs-button {
    display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  div#nav-icon{
    display: none;
  }

  header nav  {
    display: flex;
  }
}
@media (min-width: 1100px) {
  header nav  {
    padding-right: 200px;
  }
}

@media (min-width: 1200px){
  div#nav-icon{
    position: absolute;

    top: 50%;
    margin-top: -10px;
  }
}

@media (min-width: 992px) and (max-width: 1119px){
  header nav>ul>li>a {
    font-size: 14px;
  }

  .get-in-touch-buttonn .hs-button {
    right: 40px;
    padding: 10px 10px 10px;
    font-size: 14px;
  }


  .logo {
    width: 20%;   
    min-width: auto;
  }

  header nav>ul {
    justify-content: flex-start;
  }

  header nav>ul>li {
    padding: 0 7px;
  }
}
@media (min-width: 1120px) and (max-width: 1390px){
  header nav>ul>li>a {
    font-size: 14px;
  }

  header nav {
    padding-right: 130px; 
  }



}

@media(max-width:991px){
  header nav {
    display: none;
  }

  .get-in-touch-buttonn .hs-button {
    display: none;
  } 


  .mobile-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }

  div#nav-icon2 {
    width: 32px;
    height: 21px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }


  .mobile-open #nav-icon2 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 0;
  }
  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #464646;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #8d8d8d;
  }
  .mobile-open #nav-icon2.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .mobile-open #nav-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 0;
  }

  .mobile-nav {
    flex: 1;

    box-sizing: border-box;
  }

  .mobile-nav nav > ul {
    list-style: none;
    margin: 0;
  }

  .mobile-nav nav > ul > li> a {
    color: #fff;
    font-family: 'Moderat Black';
    font-size: 25px;
    font-weight: 400;
    border: 0;
  }

  .mobile-nav nav > ul ul {
    padding: 10px 30px;
    margin: 0;
    list-style: none;
  }

  .mobile-nav nav > ul ul li a {
    color: #fff;
    font-family: 'Moderat Black';
    font-size: 19px;
    font-weight: 300;
    border: 0;
  }

  .mobilemenu-contacts {
    flex: 0;
    background-color: #fdda24;
    box-sizing: border-box;
    padding: 20px;
  }

  .mobilemenu-contactwrapper {
    background-color: #fff;
    padding: 30px;
  }

  .mobilemenu-contactwrapper h5 {
    font-family: 'Moderat Black';
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 2px;
  }

  .mobilemenu-contactwrapper p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 3px;
  }

  .mobilemenu-contactwrapper p a {
    color: #464646;
    border-bottom: 1px solid #979797;
  }

  .mobilemenu-contactwrapper h6 {
    font-family: 'Moderat Black';
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 22px;
  }
  .mobilemenu-contactwrapper p:last-child {
    margin-bottom: 0;
  }

}


@media(max-width:767px){

  .mobilemenu-contactwrapper p:last-child {
    margin-bottom: 0;
  }

  .mobile-nav {
    padding: 30px;
  }

  .mobilemenu-contacts {
    padding: 15px;
  }

  div#nav-icon2 {
    position: fixed;
    right: 15px;
    top: 35px;
    margin-top: -10px;
    z-index: 9999;
  }

  .mobilemenu-contactwrapper {
    padding: 15px;
  }
  div#nav-icon {
    position: fixed;
    right: 15px;
    top: 35px;
    margin-top: -10px;
    z-index: 9999;
  } 
}




.global-popup {
  padding: 10px 10px 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  backface-visibility: hidden;
}

.global-popup-opened {
  outline: none;
  text-size-adjust: 100%;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  transform: translate3d(0,0,0);
  color: #2b2e38;
  background: #fff;
  position: relative;
  vertical-align: middle;
  text-align: left;
}


.global-popup-opened .text-right {
  text-align: right;
}

.get-in-touch-popup {
  max-width: 1068px;
  padding: 0;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 4px 4px rgb(0 0 0 / 15%);
}

.global-popup-opened button.close-btn {
  position: absolute;
  top: 10px;
  background: 0 0;
  border: 0;
  padding: 0;
  right: -30px;
  margin: 0;
}

.global-popup-opened button.close-btn img {
  width: 100% !important;
}
.global-popup-overlay{
  background: rgba(51,51,51,.6);
  backface-visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.get-in-touch-popup .form-header {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 25px;
  justify-content: left;
  background-color: #fdda24;
}



.get-in-touch-popup .form-header h2 {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 29px;
  font-family: 'Moderat Black';
  margin: 0;
}

.get-in-touch-form {
  padding: 60px 40px 50px 70px;
  margin-bottom: 15px;
}

.global-popup-overlay .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.enquiry-right {
  max-width: 398px;
}
.box-address {
  padding: 30px 25px;
  max-width: 398px;
  border: 3px solid #f3f3f3;
}

.box-address h3 {
  color: #262626;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  font-family: 'Moderat Black';
}

.box-address h3 {
  color: #262626;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  font-family: 'Moderat Black';
}

.box-address span, .box-address a {
  color: #464646;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 22px;
}
.box-address a {
  border-bottom: 1px solid #979797;
}
.box-address p {
  opacity: .4;
  color: #464646;
  font-size: 13px;
  line-height: 18px;

  margin: 0 0 10px;
  margin-top: 20px;
}

.box-address a:hover {
  border-bottom: 2px solid transparent;
  color: #464646;
}

.box-address p strong {
  font-weight: 400;
}

.get-in-touch-form .form form {
  padding: 0;
  background: transparent;
}

.get-in-touch-form .form {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.get-in-touch-form .form .hs-form-field {
  margin-bottom: 20px;
  clear: both;
  position: relative;
}

.get-in-touch-form form input[type=email], 
.get-in-touch-form form input[type=file], 
.get-in-touch-form form input[type=number], 
.get-in-touch-form form input[type=password],
.get-in-touch-form form input[type=tel], 
.get-in-touch-form form input[type=text], 
.get-in-touch-form form select, 
.get-in-touch-form form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: inherit;
  width: 100%;
  min-height: 47px;
  max-width: 482px;
  background-color: #f3f3f3;
  color: #262626!important;
  font-size: 14px;
  line-height: 17px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}



.get-in-touch-form ::-webkit-input-placeholder {
  color: #262626;
}

.get-in-touch-form form input[type=email]:focus, 
.get-in-touch-form form input[type=file]:focus, 
.get-in-touch-form form input[type=number]:focus, 
.get-in-touch-form form input[type=password]:focus, 
.get-in-touch-form form input[type=tel]:focus,
.get-in-touch-form form input[type=text]:focus, 
.get-in-touch-form form select:focus, 
.get-in-touch-form form textarea:focus {
  border-color: #fdda24;
  box-shadow: 0 0 5px rgb(207 220 0 / 40%);
}

.get-in-touch-form form textarea {
  min-height: 191px;
  height: 100%;
  color: #262626 !important;
}


.get-in-touch-form .form .hs-form-field > label{
  display: none;
}

.get-in-touch-form .grecaptcha-badge {
  margin: 0;
}

.pop-open .global-popup-overlay {
  visibility: visible;
  opacity: 1;
}
.global-popup-overlay {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}

body.pop-open {
  overflow-y: hidden;
}

.form-title:empty {
  margin: 0;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}









@media(min-width: 641px){
  .global-popup-opened{
    max-width: 1068px;
    padding: 0;
    padding-top: 50px;
    height: auto;
    background-color: transparent;
  }
}

@media (min-width: 768px){
  .box-address p {
    opacity: .4;
    color: #464646;
    font-size: 17px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .get-in-touch-popup .form-header {
    height: 160px;
    padding-left: 70px;
  }
  .get-in-touch-form form input[type=email], 
  .get-in-touch-form form input[type=file], 
  .get-in-touch-form form input[type=number], 
  .get-in-touch-form form input[type=password], 
  .get-in-touch-form form input[type=tel],
  .get-in-touch-form form input[type=text], 
  .get-in-touch-form form select,
  .get-in-touch-form form textarea {
    height: 55px;
    font-size: 20px;
    line-height: 24px;
  }
  .get-in-touch-popup .form-header h2{
    font-size: 50px;
    line-height: 60px;
  }
  .get-in-touch-popup .form {
    width: 50%;
    float: left;
  }

  .global-popup-opened .form-content {
    margin-left: 8.33333333%;
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .box-address {
    padding: 35px;
  }

  .box-address h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .box-address span, .box-address a {
    font-size: 22px;
    line-height: 30px;
  }

}


@media (max-width: 991px){
  .global-popup-opened button.close-btn {
    right: 10px;
    top: 10px;
  }

  .get-in-touch-form form input[type=email],
  .get-in-touch-form form input[type=file], 
  .get-in-touch-form form input[type=number], 
  .get-in-touch-form form input[type=password], 
  .get-in-touch-form form input[type=tel],
  .get-in-touch-form form input[type=text], 
  .get-in-touch-form form select, 
  .get-in-touch-form form textarea {
    width: 100%;
    max-width: 100%;
  }

  .get-in-touch-popup .actions {
    margin-bottom: 20px;
  }

  .box-address, .enquiry-right {
    max-width: 100%;
  }

  .box-data {
    margin-top: 20px;
  }
  .global-popup {
    padding: 20px;
  }
  .get-in-touch-form {
    padding: 50px 10px;
  }
  .global-popup-opened {
    text-align: left;
    padding: 0;
    padding-top: 50px;
    background-color: transparent;
  }
}

@media (max-width: 1199px){
  .global-popup-opened button.close-btn {
    right: 10px;
  }
}

.mobile-open {
  overflow: hidden;
}

@media (max-width: 767px){
  .header-wrapper ,
  .scroll-header .header-wrapper,
  .outer-header{
    min-height: 70px;
  }   
  .scroll-header .header-wrapper { 
    padding-bottom: 0;
  }
}


@media (max-width: 639px){
  .header-wrapper ,
  .scroll-header .header-wrapper{
    min-height: 61px;
  }

  .logo {
    margin-top: 15px;
  }

  div#nav-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
  }

  .logo a {
    width: 170px;
    display: block;
  }

  .outer-header {
    min-height: 61px;
  }
}

.outer-header {
  position: relative;
  z-index: 9999;
}

.body-wrapper header a {
  transition: none;
}
.lp-footer .footer-copyright {
  padding: 50px 0 98px 0!important;
}
footer.footer,
.footer.ftr_v2{
  position: relative;
  z-index: 10;
  background: #fff;
}
footer.footer  .footer-sectors {
  background-color: #4cc3c2;
  padding: 50px 0;
}

footer.footer  .footer-contacts {
  padding-top: 50px;
  max-width: 1720px;
  margin: 0 auto;
}

footer.footer  .footer-offices {
  padding-top: 50px;
  max-width: 1720px;
  margin: 0 auto;
}
footer.footer  .footer-sectorsinner {
  max-width: 1720px;
  margin: 0 auto;
}

footer.footer  .row-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

footer.footer  .main-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


footer.footer  .main-content  h3 {
  margin: 0;
  color: #fff;
  font-family: 'Moderat Black';
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}

footer.footer  .main-content .hs-menu-wrapper ul {
  list-style-type: none;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

footer.footer  .main-content .hs-menu-wrapper ul li {
  margin: 0 20px;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Moderat Black';
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
}

footer.footer  .main-content .hs-menu-wrapper ul li a {
  color: #fff;
  border: 0;
}


.col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

footer.footer .footer-contacts .span6 p {
  font-family: 'Moderat Black';
  font-weight: 400;
  color: #7a7a7a;
  line-height: 26px;
  margin: 0 0 10px;
  font-size: 14px;
  text-align: center;
}





footer.footer .span6 p a {
  color: #7a7a7a;
  display: inline-block;
  margin-right: 10px;
  border: 0;
}

footer.footer .span6 p a span {
  display: inline-block;
}

footer.footer .footer-contacts .span6 ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
}

footer.footer .footer-contacts .span6 ul li a {
  border: 0;
  color: #7a7a7a;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Moderat Black';
  font-size: 14px;
}

footer.footer .footer-offices .span4 h6 {
  font-family: 'Moderat Black';
  font-weight: 400;
  color: #7a7a7a;
  line-height: 26px;
  text-align: center;
}

footer.footer .footer-offices .span4 p {
  color: #7a7a7a;
  margin: 0 0 10px;
  text-align: center;
}

footer.footer .footer-copyright {
  padding: 50px 0;
  max-width: 1720px;
  margin: 0 auto;
}

.footer-copyright .span5 p {
  color: #acacac;
  text-align: center;
  margin: 0 0 5px;
  padding-top: 25px;
  font-size: 14px;
  line-height: 30px;
}

.footer-copyright .span2 img {
  width: 130px!important;
}

.footer-copyright .span5 p a {
  color: #acacac;
  border: 0;
}

footer.footer .footer-contacts .span6 ul li a:hover {
  color: #333;
}


.footer-copyright .span5 p a:hover {
  color: #333;
}

.footer-copyright .span2 {
  text-align: center;
}

.ftr_v2 .col-3 ul li a:hover {
    color: #333;
}







@media (min-width: 768px) {
  footer.footer  .footer-contacts .span6 p {
    font-size: 18px;
  }

  footer.footer .footer-contacts .span6 ul li a {
    font-size: 18px;
  }

  footer.footer .footer-offices .span4 h6 {
    font-size: 18px;
  }
  .footer-copyright .span5 p {
    font-size: 14px;
    line-height: 30px;
    padding-top: 25px
  }
}




@media (min-width: 991px) {
  footer.footer .footer-contacts .span6 p {
    text-align: left;
  }

  footer.footer .footer-contacts .span6 ul {
    justify-content: flex-end;
  }

  footer.footer .footer-contacts .span6 ul li {
    margin: 0 0 0 20px;
    list-style: none;
  }
}





@media (min-width: 1200px){
  footer.footer  .main-content{
    width: 100%;
    float: left;
  }
}



@media (max-width: 767px) {
  footer.footer .footer-contacts .span6 p {
    font-size: 14px;
    text-align: center;
  }
  footer.footer .footer-offices .span4 h6 {
    font-size: 14px;
}

  
  footer.footer .footer-contacts .span6 ul li {
    margin: 0 10px;
  }

  footer.footer .footer-contacts .span6 ul {
    justify-content: center;
  }

  .footer-copyright .span5 p {
    font-size: 12px;
    padding-top: 0;
  }

  .footer-copyright .span2 img {
    margin: 20px 0;
  }
}



@media (max-width: 378px){
  footer.footer .span6 p span {
    display: inline-block;
  }

  footer.footer .main-content .hs-menu-wrapper ul li {
    text-align: center;
  }

}









.ftr_v2 .footer-top img {
  width: 1202px !important;
}

.ftr_v2 .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}




.ftr_v2 .col-1 p {
  margin: 0 0 10px;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Moderat Black';
}

.ftr_v2 .col-1 p a {
  color: #7a7a7a;
  margin-right: 10px;
  display: inline-block;
  border: 0 !important;
}

.ftr_v2 .col-2 p {
  font-size: 14px;
  line-height: 30px;
  color: #acacac;
  text-align: center;
  margin: 0 0 5px;
}

.ftr_v2 .col-2 p a {
  color: #acacac;
  border: 0 !important;
}

.ftr_v2 .col-3 ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin:0;
  justify-content: center;
}


.ftr_v2 .col-3 ul li a {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Moderat Black';
  border: 0!important;
}
.ftr_v2 .col-3 ul li {
  margin: 0 10px;
}

.ftr_v2 a:hover {
  color: #333;
}
.ftr_v2 .col-2{

  display:none;
}

.ftr_v2 .col-4 p {
  color: #acacac;
  font-size:12px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 5px;
}


.ftr_v2 .col-4 p a {
  color: #acacac;
  border: 0 !important;
}








@media (min-width: 768px){
  .ftr_v2 .col-3 ul li a {
    font-size: 18px;
  }

  .ftr_v2 .col-2 {
    width: 100%;
    float: left;
  }

  .ftr_v2 .col-4 {
    width: 100%;
    float: left;
  }
  .ftr_v2 .col-4 p {
    font-size: 14px;
    line-height: 30px;
  }
  .ftr_v2 .col-1 , .col-3 {
    width: 50%;
    float: left;
  }

}
@media (min-width: 991px){
  .ftr_v2 .col-3 ul {
    justify-content: flex-end;
  }
  .ftr_v2 .col-3 ul li {
    margin: 0 0 0 20px;
  }
  .ftr_v2 .col-1 , .col-2 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 1200px){
  .ftr_v2 .col-1 {
    width: 33.33333333%;
    float: left;
  }

  .ftr_v2 .col-2 {
    display: block!important;
    width: 33.33333333%;
    float: left;
  }
  .ftr_v2 .col-3 {
    width: 33.33333333%;
    float: left;
  }
 .ftr_v2 .col-4 {
    display: none!important;
  }

}


@media (max-width: 639px){
  .ftr_v2 .col-4 p b {
    display: none;
}
}
/* 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;
  }
} 
/** vrn **/
 
.contact_page .form-title {
  font-size: 40px;
  line-height: 44px;
}

.contact_page form {
  padding: 0;
}

.contact_page form .hs-richtext, .contact_page form .hs-richtext p {
  margin-bottom: 10px;
}

.contact_page form .hs-form-field label {
  margin-bottom: 3px;
}

.contact_page form .input select option,.contact_page form .input select {
  color: #3C3C3B !important;
}
.contact_page form textarea {
  height: 200px;
}
.contact_page form .hs_recaptcha .grecaptcha-badge {
  margin: 0;
}
.contact_page form .hs-error-msg,.contact_page form ul.no-list.hs-error-msgs.inputs-list label{
  color: #e80000 !important;
  font-weight:400;
}
.contactrow3 h1 {
  font-size: 40px;
  margin: 0;
}
.contact_page form span.hs-form-required {
  color: #e80000 !important;
  font-weight: 400;
}

/* Slide In Form */
.slide-in-form_row2 .dnd-section > .row-fluid {
  max-width: 897px;
}
.slide-in-form_page h3,.slide-in-form_page h1{
  color: #3c3c3b;
}

/** as **/

.privacyrow2  .dnd-section>.row-fluid {
  max-width: 897px;
}

.privacyrow2 p a {
  color: #262626;
  border-bottom: 1px solid #262626;
}

.privacy_page h3 {
  line-height: 44px;
}

.privacy_page ul {
  margin: 0;
  list-style: auto;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}



.privacy_page ul li {
  margin-bottom: 20px;
}


.content_row2 p strong {
  font-family: 'Moderat Black';
  font-weight: 400;
}


@media(max-width:767px){
  .content_row2 img {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}


.project_inr-row4 p {
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 35px;
  color: #000;
}
.project_inr-row3 p {
  font-size: 19px;
  line-height: 29px;
  color: #000;
  margin-bottom: 35px;
}


.project_inr-row3 ul {
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 35px;
  list-style-type: disc;
  margin-left: 30px;
  color: #000;
}












/** sn **/

.row{
  margin-left:-15px;
  margin-right:-15px;
}

main .col{
  padding-left:15px;
  padding-right:15px;
  float:none !important;
  position:relative;
  min-height:1px;
}

@media(max-width:767px){
  main .col .col{
    padding-left:0;
    padding-right:0;
  }

  .row .row{
    margin-left:0;
    margin-right:0;
  }

} 

.removeheaderheight .outer-header {
  min-height: 0 !important;
}

.team_pop{
  overflow:hidden;
}


.full-width-row3 .widget-type-rich_text h5,
.full-width-row7 .widget-type-rich_text h5{
  font-family: 'Moderat Black';
  line-height: 1.6;
  font-size: 30px;
}

.full-width-row3 .widget-type-rich_text h5 a,
.full-width-row7 .widget-type-rich_text h5 a{
  border: 0;
  color: #4cc3c2;
}

.full-width-row3 .widget-type-rich_text h5 a:hover,
.full-width-row7 .widget-type-rich_text h5 a:hover{
  color: #333;
}

@media(max-width:767px){
  .full-width-row3 .widget-type-rich_text h5,
  .full-width-row7 .widget-type-rich_text h5{
    font-size: 26px;
  }
}

.home-row3 .dnd-section {
  background-size: 110px !important;
  background-repeat: repeat !important;
}

.home-row3 h3 {
  font-size: 32px;
  line-height: 46px; 
  color: #262626; 
}

.home-row3  .custom-btn {
  text-align: left;
  margin: 10px 0;
}

.home-row3 p {
  margin-top: 20px;
  margin-bottom: 10px;   
  color: #000; 
}

.home-row3 .custom-btn .button {
  padding: 20px;
  margin-top: 0;
}

.home-row3 .custom-btn .button:hover {
  background: transparent;
}

.job_pop {
  overflow: hidden;
}

.body-wrapper header a,
.body-wrapper footer a {
  border-bottom: 0 !important;
}

@media(min-width: 768px) {
  .full-width-row3 .home-intro .hs-responsive-embed {
    width: calc(60% + 20px) !important;
  }

  .full-width-row3 .home-intro .page-center {
    max-width: 100%; 
  }  
}

.team-members .close-btn {
  cursor: pointer;
}