/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -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.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Fonts */
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-Light.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-Light.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-Regular.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-Medium.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-SemiBold.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-Bold.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-ExtraBold.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/open%20sans/OpenSans-ExtraBold.woff') format('woff');
}



@font-face {
  font-family: 'Poppins';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Thin.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Thin.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Light.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Light.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Regular.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Medium.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Bold.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Poppins';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Black.woff2') format('woff2'),
    url('//25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/raw_assets/public/Saraceninteriors_theme2021/fonts/poppins/Poppins-Black.woff') format('woff');
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  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 {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

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: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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 - date picker */

.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 {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #fbce20 !important;
  color:#000 !important;
  font-weight:100;
}

/* Captcha */

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

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
  display:none;	
}
.main-sidebar .menu .menu__wrapper li{
  padding: 10px;
  display: block;
}

.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.main-sidebar .menu nav ul .menu__link{
  font-size: 28px;
  text-transform: lowercase;
  color: var(--white);
  text-decoration: none;
  font-family: var(--poppins);
  font-style: italic;
}
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* .header__logo--main {
padding-top: 1rem;
} */

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}
.main-sidebar .hs_cos_wrapper_type_logo{
  text-align: center;
}
.main-sidebar .hs_cos_wrapper_type_logo img{
  max-width: 320px;
  margin-top: 46px;
  width: 220px !important;
  height: auto;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

#hs_cos_wrapper_navigation-primary .menu__item  img{
  max-width: 93px;
  cursor:pointer;
}

header.header{
  position: absolute;
  right: 245px;
}
.top-cta a{
  display: inline-block;
  font-size: 25px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.cta-button-get-in-touch .header-cta .get-in-touch{
  line-height: 24px;
}

/* Header Mobile Menu */
@media (max-width:768px){  
  header.header{
    background-color:#000; 
  }
  .header__row-1{
    display:block;
  }
  .custom-menu-primary .submenu.level-1 > li {
    padding: 5px 8px !important;
  }
  .custom-menu-primary .navigation-primary .level-1 > li.no-submenu:last-child a{
    text-align: center;
    padding: 4px 12px !important;
  }

  .header__row-2, .left-sidebar-content{
    display:none;
  }

  .custom-menu-primary {
    display: none;
  }

  .mobile-trigger {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -.01375rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 13px;
    min-height: 13px;
    margin-top: 8px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    border-radius:4px;
    padding: 30px 30px;
  }

  .mobile-trigger .btn-menu-inner {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    width: 36px;
    min-width: 36px;
    position: absolute;
    height: 2px;
    background-color: #fff;
  }

  .mobile-trigger .btn-menu-inner:before,.mobile-trigger .btn-menu-inner:after {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    width: 36px;
    min-width: 36px;
    height: 2px;
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #fff;
  }

  .mobile-trigger .btn-menu-inner:before {
    top: -6px
  }

  .mobile-trigger .btn-menu-inner:after {
    bottom: -6px
  }

  .mobile-trigger:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
    background-color:#333;
    border: 1px solid #333;
  }   
}

.cta-button-get-in-touch .get-in-touch {
  position: fixed;
  background-color: rgba(251, 206, 39, 0.7098039215686275);
  z-index: 999999;
  font-size: 1.7em;
  padding: 11px 35px;
  color: #000;
  font-weight: 600;
  border-top-left-radius: 128px;
  border-bottom-right-radius: 70px;
  right: 10px;
  top: 10px;
}
.menu__submenu--level-2 li::before, .menu__wrapper .menu__child-toggle{
  display: none !important;
}
@media(min-width: 768px){ 
  .header__row-2 .header__navigation{
    position: relative;
    z-index: 1;
  }
  .main-sidebar .menu .menu__wrapper li.menu__item--has-submenu .menu__submenu--level-2{
    position: absolute;
    top: -75px !important;
    left: 225px;
    z-index: 9;
    float: left;
    min-width: 300px !important;
    padding: 30px 0px !important;
    margin: 7px;
    list-style: none;
    text-align: center !important;
    width: 375px !important;
    height: 375px !important;
    background-color: #FBCE27 !important;
    border-radius: 50% !important;
  }
  .menu .menu__submenu .menu__item{
    border: none;
  }
  .main-sidebar .menu .menu__submenu--level-2 .menu__link{
    padding: 0;
    color: var(--black);
    font-size: 20px;
    font-style: italic;
  }
  .main-sidebar .menu .menu__submenu--level-2 .menu__item{
    padding-bottom: 4px;
  }

  .sidebar-wrapper{
    position: fixed;
    width: 300px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: url(https://25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/logo-half-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  .header__logo a#hs-link-site_logo_hs_logo_widget{
    padding: 0px !important;
    width: 250px;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.7607843137254902) !important;
    border-radius: 50%;
    opacity: 1;
    line-height: 380px;
    display: inline-block;
  }
  .main-sidebar .menu > .hs_cos_wrapper{
    margin-top: 200px;
  }

}

@media(max-width: 767px){
  header.header{
    position: static !important;
  }
  header.header .hs_cos_wrapper_type_logo img{
    max-width: 220px !important;
    margin: 0 auto;
    display: table;
  }
  header .mobile-trigger{
    margin-bottom: 15px;
  }
  .custom-menu-primary .navigation-primary .level-1 > li.no-submenu:last-child a{
    text-align: left;
    padding: 0 !important;
  }
  header .submenu li a{
    color: var(--white);
  }
  body .submenu.level-2 .menu-item .menu-link:hover{
    background: transparent !important;
  }
}
/*****************************************/
/* Footer   */
/*****************************************/

footer.footer{
  text-align:right;
}
.footer .footer-wrapper{
  padding: 2.5em 0;
  padding-top: 140px;
}
.footer-top a{
  color: var(--black);
  font-size: 17px;  
  text-decoration: none;
}
.footer .footer-wrapper{
  background-color: #c5c5c5 !important;
  border-top-left-radius: 100%;
  padding-right: 30px;
}
.footer .our-offices-menu ul li, .footer .footer-menu ul li{
  padding: 0;
}

.footer .contact-address .hs_cos_wrapper, .footer .our-offices-menu ul li .menu__link, .footer .footer-menu ul li .menu__link, footer .footer-bottom span, footer .copyright-text-right{
  font-size: 13px;
  color: black;
  line-height: 17px;
  display: inline-block;
}
.our-offices-menu ul li:not(:last-child) .menu__link, .footer .footer-menu ul li:not(:last-child) .menu__link{
  border-right: 1px solid var(--black);
  padding-right: 5px;
}
footer .footer-bottom{
  border-top: 1px solid hsla(0,0%,100%,.1);
  padding-top: 1.25em !important;
  margin-top: 0 !important;
  font-size: 12px;
}
.footer-wrapper .scroll-top{
  display:none;
}
.footer-wrapper .scroll-top{
  text-align: center;
}
.footer-wrapper .breadcumb-content{
  border-bottom: 1px solid hsla(0,0%,100%,.1);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.footer-wrapper .scroll-top .fa{
  color: var(--white);
}
footer .menu__item--depth-1{
  text-transform: capitalize;
}

.footer-top .breadcumb-content span i{
  color:#fff;
}

.footer-links ul{
  display: flex;
  justify-content: end;
  list-style: none;
  margin-bottom: 0px;
}
.footer-links ul li{
  padding: 10px;
}
.footer-links ul li a{
  font-size: 20px;
}

@media(max-width: 1024px){
  .main-sidebar .menu > .hs_cos_wrapper{
    margin-top: 400px;
  }
}

@media screen and (width: 1024px), 
  screen and (height: 1366px) {
    .main-sidebar .menu > .hs_cos_wrapper{
      margin-top: 400px;
    }
    .footer .footer-wrapper{
      padding-left: 40px;
    }
}

@media(max-width: 991px){
  footer.footer{
    width: 85%;
  }
  .footer .footer-wrapper{
    padding-left: 40px;
  }
}
@media(min-width: 768px){
  footer.footer{
    width: 75%;
    float: right;
    padding-left: 300px;
  }

}

@media(max-width: 991px){
  .footer .footer-wrapper{
    padding-right: 15px;
  }
}

@media(max-width: 767px){
  footer.footer{
    width: 100%;
  }
  footer .menu__item {
    width: auto;
  }
  .footer .our-offices-menu ul li, .footer .footer-menu ul li{
    border: none;
  }
  footer .menu__link{
    font-size: 12px !important;
    padding: 5px 8px !important;
/*     padding-right: 8px !important; */
  }
  .footer .contact-address .hs_cos_wrapper{
    font-size: 12px;
  }
  footer .footer-menu{
    padding-left: 50px;
  }
  footer .footer-bottom{  
    font-size: 14px;
  }
}
/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 767px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 0.917rem;
  line-height: 1.667rem;
  text-decoration: none;
}

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

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .menu__link {
    font-size: 0.833rem;
  }
}

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

  .menu__link {
    display: block;
    font-size: 1.083rem;
  }
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 0.7rem 0.875rem;
  text-transform: uppercase;
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .menu__item--depth-1 {
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 0.35rem 1.225rem;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 768px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 768px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}

@media (max-width: 767px) {
  .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .menu__child-toggle-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
}
/*****************************************/
/* Case Study   */
/*****************************************/

.case-study-listing .case-study-list-item{
  border-top-left-radius: 116px;
  margin:0;
}

.case-study-listing .case-study-list-item .post-title {
  font-size: 1.2em;
  line-height: normal;
  font-family: var(--poppins);
  font-style: italic;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.case-study-leftarea{
  margin-top: 150px;
  background: #fdd94e;
/*  margin-top: 300px;
  border-bottom-right-radius: 380px;
  border-bottom-left-radius: 380px;
  border-top-left-radius: 300px;
  padding: 80px 30px; */
  padding: 20px 30px;
  height: 100%;
}
@media(min-width: 1200px) {
  .case-study-leftarea{
    margin-left: 2.564102564%;
  }
}
.case-study-leftarea h1{
  font-style:italic;
}
.case-study-bottom-section{
  margin: 60px 0 30px;
}
.case-study-list-item .article-content{
  background: var(--white);
  padding: 15px;
}
.filter_section h3{
  font-size: 17px;
  font-style: normal;
}
.filter_section ul{
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-flow: row wrap;
}
.filter_section ul li{
  padding: 0 10px;
}
.filter_section ul li a{
  padding: 6px 12px;
  font-size: 14px !important;
  margin-bottom: 10px;
  font-weight: 100;
  border-radius: 4px;
  border: 0;
  background: #000;
  color: var(--white);
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
}
/* .filter_section .filter-link-count{
  display:none;
} */

/* .case-study-listing .case-study-list-item{
background-color: #fff;
padding: 14px;
border-top-left-radius: 128px;
border-bottom-right-radius: 70px;
} */

/*  Swiper Slider  */
.cst-slider {
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: auto;
  padding: 0px 20px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  /* 	padding: 20px 0px; */
  object-fit: cover;
  max-width: 100%;
  height: auto;
} 
.cst-slider .list-item-wrapper{
  /* 	display:flex; */
  height:100%;
  transition: all .4s ease-in-out;
}
.cst-slider .list-item-wrapper:hover {
  transform: scale(1.03)
}
.cst-slider .article-content{
  padding: 30px 20px;
  min-width: auto;
  max-width: 100%;
  display:flex;
  flex-direction:column;
  height:100%;
}
.cst-slider.loading {
  opacity: 0;
  visibility: hidden;
}

.case-study-listing .post-title-link{
  font-style: italic;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.case-study-listing {
  margin-top: 150px;

}
.filter-btn-theme .theme-btn{
  padding: 6px 12px;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 100;
  border-radius: 4px;
}
.case-study-bottom-section p{
  color: #333;
}
.case-study-leftarea h1, .inner-page-nobanner-wrap h1, .single-post-sidebar h1{
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-family: var(--poppins);
}
.case-study-leftarea h1{
  font-size:28px;
}
.inner-page-nobanner-wrap h1, .single-post-sidebar h1{
  font-style: italic;
}
.case-study-list-wrap .tag-main-wrap img{
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 116px;
}
.case-study-list-wrap .post-title{
  font-size: 20px;
  margin-bottom: 10px;
}
.case-study-list-wrap a.theme-btn{
  margin-top: 50px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
}
.case-study-list-wrap .tag-main-wrap{
  min-height: 750px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  border-top-left-radius: 128px;
  border-bottom-right-radius: 70px;
  -webkit-box-shadow: 2px 5px 45px 5px rgba(0,0,0,0.32);
  -moz-box-shadow: 2px 5px 45px 5px rgba(0,0,0,0.32);
  box-shadow: 2px 5px 45px 5px rgba(0,0,0,0.32);
}
.hs-content-id-44092070888{
  background-image: url(https://25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/drawing-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.case-study-listing .case-study-list-item .featured-image img{
  max-width: 100%;
/*   border-top-left-radius: 116px; */
  /*   min-height: 300px; */
  object-fit: cover;
  height:200px;  
}
.inner-page-nobanner-wrap .hs_cos_wrapper h1{
  margin-top: 70px;
}
.case-study-post .single-post-sidebar{
  padding-top: 63px;
  background-image: url(https://25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/s_logo_shape-13.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 10px;
}
.case-study-post .single-post-sidebar a{
  font-size: 30px;
  color: var(--black);
  font-family: var(--poppins);
  font-style: italic;
  font-weight:200;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  text-decoration: none;
}
.case-study-post .sidebar-content-casestudy{
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 5px;
  font-size: 18px;
}
.gallery-casestudies h3{
  font-size: 25px;
  font-family: var(--poppins);
  font-style: italic;
  padding-bottom: 20px;
  font-weight: 200;
  border-bottom: 1px solid #d3d3d3;
}
.gallery-casestudies .images-wrap{
  display: flex;
  flex-wrap: wrap;
}
.gallery-casestudies .images-wrap .img{
  flex-basis: 33.33%;
  padding: 10px;
}
.gallery-casestudies .images-wrap .img img{
  width: 100%;
  /*   height:100% !important;
  object-fit:cover; */
}
.case-study-list-wrap .post-location-info{
  padding: 5px 0;
  margin-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.blog-single-sharing h4{
  font-family: var(--opensans);
  font-size: 17px;
  font-weight: 400;
}
.back-to-btn a.theme-btn{
  font-family: var(--opensans);
  font-size: 17px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
}
.back-to-btn a.theme-btn:hover{
  background-color: #222328;
}
.single-post-sidebar ul li a, .case-study-post .single-post-sidebar p a{
  font-size: unset !important;
  margin: 0 !important;
  font-style: normal !important;
}
.single-post-sidebar ul{
  padding: 0;
  margin: 0;
}
@media(max-width: 1200px){
  .case-study-page .row-fluid .span3, .case-study-page .row-fluid .span9, .case-study-post .span4, .case-study-post .span8, .case-study-post .span12{
    width: 100%;
    margin-left: 0;
  }
  .case-study-leftarea{
    margin-top: 100px;
/*     padding:80px !important;  */
  }
}
@media(max-width: 991px){
  .case-study-list-wrap .row-fluid .span4{
    width: 100%;
  }
  .case-study-list-wrap .tag-main-wrap{
    min-height: 100%;
  }
}

@media screen and (max-width:991px) and (min-width:767px){
  .case-study-leftarea{
    padding-left:40px;
  }
}
@media(min-width: 767px){
  .cst-slider:hover .swiper-button-prev, .cst-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  [class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
  }
  .swiper-button-prev {
    transform: translateX(50px);
  }
  .swiper-button-next {
    transform: translateX(-50px);
  }
}

@media(max-width: 767px){
  .gallery-casestudies .images-wrap .img{
    flex-basis: 50%;
  }
  .case-study-leftarea{
    margin-top: 30px;
    background: #fdd94e;
    border-radius: 0;   
    padding: 30px 15px !important;    
  }
  .cst-slider .list-item-wrapper {   
    flex-direction: column;
  }  
}
/*****************************************/
/* Custom Style  */
/*****************************************/


.hs-button, button.button, 
form .actions > .hs-button{
  border: none;
  background: #000000;
  color: var(--white);  
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  font-weight: 700;
}
.hs-button:hover, button.button:hover, 
form .actions > .hs-button:hover{
  color: var(--white);
  background-color: #000000;
}

.fancy-text-contact {
  font-size: 1.6em;
  line-height: normal;
  font-family: 'Poppins', sans-serif !important;
  font-style: italic;
  font-weight: 600;
}
.body-content{
  width: 100%;
}
.inner-page-banner-wrap h1{
  margin-bottom: 12px;
}
.inner-banner-wrap .dnd-section{
  padding: 0;
}
.internal-banner-slider .inner-wrapper img{
  width: 100%;
}
.yellow-bg-design .span6:first-child .hs_cos_wrapper_type_form, .get-in-tocuh-form{
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}
.yellow-bg-design .hs_cos_wrapper_type_form .actions, .get-in-tocuh-form .actions{
  text-align: right;
}
.yellow-bg-design .bottom-text-wrap{
  max-width: 690px;
  background-color: rgba(251, 206, 39, 0.7098039215686275);
  padding: 18px;
  border-top-left-radius: 128px;
  border-bottom-right-radius: 70px;
  text-align: center;
  box-shadow: 2px 3px 19px 12px rgba(0,0,0,0.36);
}
.yellow-bg-design .bottom-text-wrap h2{
  font-size: 50px;
  color: var(--black);
}
.hs-content-id-44019442141 .breadcumb-content {
  display: none;
}
.hs-content-id-44019442141 .scroll-top{
  display:block;
}
.innerpage a{
  color: #222328;
  text-decoration: none;
}
.innerpage a:hover, .innerpage a:active, .innerpage a:focus{
  color: #222328;
}
.yellow-bg-design .bottom-text-wrap p{
  color: var(--black);
}
.yellow-bg-design a{
  text-decoration: none;
}
.yellow-bg-design .row-fluid{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.yellow-bg-design .hs_cos_wrapper_type_form .actions input, .get-in-tocuh-form .actions input{
  font-weight: 100;
  font-size: 17px;
  width: 150px;
}
.yellow-bg-design .hs_cos_wrapper_type_form textarea,  .get-in-tocuh-form textarea{
  min-height: 200px;
}
.yellow-bg-design .hs_cos_wrapper_type_form .hs-input, .get-in-tocuh-form .hs-input{
  color: #999;
  border-radius: 4px;
  border: 1px solid var(--black);
  box-shadow: none;
}
.cst-bullet-points {
  margin-left:0;
  padding-left:15px;
}
.connect-with-us .connect-us-title{
  padding: 20px;
  background: var(--yellow);
  font-size: 24px;
  color: var(--white);
  text-align: center;
}
.contact-page-wrap .fancy-text-contact, .inner-left-sidebar .fancy-text-contact{
  font-size: 20px;
}
.contact-page-wrap .inner-left-sidebar p, .contact-page-wrap .inner-left-sidebar .fancy-text, .inner-left-sidebar p{
  font-size: 14px;
}
.contact-page-wrap .inner-left-sidebar p a,.inner-left-sidebar a,  .contact-page-wrap .inner-left-sidebar .fancy-text a{
  color: var(--black);
  text-decoration: none;
}
.connect-with-us h2{
  font-size: 2em;
  font-style: italic;
  text-align: center;
}
.inner-page-banner-wrap h1, .innerpage h1, .error-page h1, .systems-page--search-results h1, .body-container--blog h1{
  line-height: 40px;
  font-size: 40px;
  font-weight: 100;
  font-style: italic;   
}
.hs-search-results__listing li >a{
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}
.error-page h1{
  padding-bottom: 11px;
  margin: 0px 0 24px;
  border-bottom: 1px solid #eee;
}
.error-page .hs-search-field{
  width: calc(100% - 15px);
}
.error-page .hs-search-field .hs-search-field__input{
  max-width: calc(100% - 165px);
  display: inline;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.error-page .hs-search-field .theme-btn{
  padding: 9px 53px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -6px;
  background: var(--black);
}
.error-page .recent-posts-lists h2{
  margin-top:24px;
  font-size:25px;
}
.error-page .recent-posts-lists a{
  text-decoration:none;
}
.dnd_area-column-1-row-1-vertical-alignment > .row-fluid{
  margin: 0 -15px;
}
.innerpage h2, .single-article-post .wrapper-content h2{
  font-size: 25px;
  font-weight: 100;
}
.innerpage h3{
  font-size: 36px;
  font-weight: 100;
  margin-top: 24px;
  margin-bottom: 12px;
}
.dnd_area-column-1-row-3-vertical-alignment > .row-fluid{
  margin: 0 -15px;
}
.contact-page-wrap .content-wrapper .span4 > .yellow-bg, .inner-left-sidebar.yellow-bg{
  background: #fdd94e;
  border-bottom-right-radius: 380px;
  border-bottom-left-radius: 380px;
  margin-top: -30px !important;
  padding-top: 100px !important;
  border-top-left-radius: 300px;
  height: 100%;
}
.contact-page-wrap .hs_cos_wrapper h4{
  font-size: 34px;
  margin-bottom: 10px;
  font-family: var(--poppins);
  font-style: italic;
  font-weight: 100;
  line-height: 34px;
}
.contact-page-wrap .hs_cos_wrapper h4:last-child{
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.hs-content-id-44065027561 .get-in-touch-wrap{
  margin: 0 auto;
  display: table;
}
.two-column-layout-cards{
  margin: 0 -10px;
}
.contact-page-wrap .hs_cos_wrapper h4 a{
  color: var(--black);
  text-decoration: none;
}
.contact-page-wrap .dnd_area_sidebar-column-1-vertical-alignment h1{
  font-size: 40px;
  font-family: var(--poppins);
  font-weight: 100;
  font-style: italic;
}
.contact-page-wrap .content-wrapper > .row-fluid, .inner-page-banner-wrap .content-wrapper > .row-fluid{
  display: flex;
  flex-wrap: wrap;
}
.connect-with-us iframe{
  width: 100%;
}
.inner-page-banner-wrap .content-wrapper .span8{
  margin-left: 0;
  width: 68%;
}
.wrapper-content ul{
  padding-left: 15px;
}
.hs-landing-page .sidebar-wrapper{
  background-image:none;
}
.hs-landing-page .sidebar-wrapper .main-sidebar .menu{
  display:none;
}
.hs-landing-page .lp-menu .sidebar-wrapper .main-sidebar .menu.hidden-phone,
.hs-landing-page .lp-menu .sidebar-wrapper .main-sidebar .menu--desktop
{
  display: block;
}
.lp-menu .sidebar-wrapper{
  background-image:url(https://25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/logo-half-2.png);
}
.hs-blog-id-44166052550 .header,
.hs-content-id-0 .header{
  display:none;
}
.blog-breadcumb, .case-study-breadcumb{
  display:none;
}
.hs-content-id-44021211868 .blog-breadcumb{
  display:block;
}
.hs-content-id-44021211868 .breadcumb-item,
.hs-content-id-44092070888 .breadcumb-item{
  display:none;
}
.hs-content-id-44092070888 .case-study-breadcumb{
  display:block;
}
.single-article-post .news-headline h1{
  line-height: 40px;
  font-size: 40px;
  font-weight:100;
  font-family: var(--poppins);
  font-style: italic;
}
.single-article-post .blog-comments .hs-form label span{
  font-family: var(--opensans);
  font-weight: 700;
}
.single-article-post .blog-comments .grecaptcha-badge{
  margin:0;
}
.single-article-post .blog-comments .hs-form .hs-input{
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  height: 38px;
  padding: 6px 12px;
  color: #555;
}
.articles-section-sidebar-content{
  margin-top: 80px;
}
.articles-section-sidebar-content h4{
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .075rem;
  font-style: italic;
  margin-bottom: 2rem;
  font-weight: 700;
  color: rgba(0,0,0,.6);
}
.articles-section-sidebar-content ul li a{
  text-decoration: none;
}
.articles-section-sidebar-content ul{
  padding-left: 0;
  list-style: none;
}
.single-article-post .blog-comments .hs-form textarea.hs-input{
  height: 200px;
}
.single-article-post .blog-comments .hs-submit{
  text-align: left;
}
.single-article-post .actions .hs-button{
  background-color: #fff;
  border: 1px solid #ccc;
  color:#333;
  font-weight: 200;
}
td, th {
  border-width: 0 1px 1px 0;
  padding: 4px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
table, td, th {
  border-left: 1px;
  border-left-color: currentcolor;
  border-left-style: none;
  border-top: 1px;
  border-top-color: currentcolor;
  border-top-style: none;
  border-style: solid;
  border-color: #d1d1d1;
}
.hs-content-id-44063131858 .get-in-tocuh-form{
  width: 100%;
}
.hs-content-id-44063131858 .get-in-tocuh-form .actions{
  margin-bottom: 80px;
  text-align: center;
}
 .case-study-post .span12{
  padding: 0 15px;
}
.gallery-content .gallery-casestudies{
  padding-right: 15px;
}
@media(max-width: 1024px){
  .error-page{
    height: calc(100vh - 402px);
  }
}
@media(max-width: 1200px){
  .section-wrapper.span6, .back-to-btn.span3{
    width: 100%;
    margin-left: 0;
  }
  .error-page::before{
    display: none;
  }
  .inner-left-sidebar.yellow-bg{
    display: none;
  }
  .contact-page-wrap .inner-left-sidebar.yellow-bg{
    display: block;
  }
  .inner-page-banner-wrap .content-wrapper .span8, .contact-page-wrap .row-fluid .span4, .contact-page-wrap .row-fluid .span8{
    width: 100%;
  }
  .back-to-btn.span3{
    margin-top: 30px;
  }
  .yellow-bg-design .bottom-text-wrap h2{
    font-size: 40px;
    margin-top: 25px;
  }
}

@media(max-width: 1200px) and (min-width: 992px){
  .contact-page-wrap .dnd-section, .content-wrapper--vertical-spacing{
    padding: 80px 80px;
  }
}
@media(max-width: 1171px){  
  input,textarea, select 
  { 
    font-size: 100% !important; 
  } 
} 
@media(max-width: 991px){
  .hs-content-id-44021296369 .row-fluid{
    flex-direction: column !important;
  }
  .hs-content-id-44021296369 .row-fluid .span6, .connect-with-us .span4, .hs-content-id-0 .span8, .hs-content-id-0 .span4, .yellow-bg-design .row-fluid .span6, .single-article-post .row-fluid .span8, .single-article-post .row-fluid .span4{
    width: 100%;
    margin-left: 0;
  }
  .yellow-bg-design .bottom-text-wrap{
    margin-top: 50px;
  }
  .footer-wrapper .footer-top{
    padding-left: 130px;
  }
  .single-article-post .articles-section-sidebar-content, .hs-content-id-0 .articles-section-sidebar-content{
    margin-top: 0;
  }
  .single-article-post .row-fluid .span4{
    margin-left: 0;
  }
  .single-article-post .blog-comments{
    margin-bottom: 0;
  }
}

@media(min-width: 768px){
  .error-page .hs-search-field .hs-search-field__input{
    max-width: calc(100% - 102px);
  }
  .left-padding.body-container-wrapper{
    padding-left: 300px
  }
  .error-page .hs-search-field .theme-btn{
    padding: 9px 25px;
  }
}

@media(max-width: 767px){
  .two-column-layout-cards section.card{
    flex: 0 0 100%;
  }
  .contact-page-wrap .content-wrapper .span4 > .yellow-bg{
    margin-top: 30px !important;
    border-radius: 0;
    padding: 50px 15px !important;
  }

  .contact-page-wrap .content-wrapper .span4{
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page-wrap .dnd_area_sidebar-column-1-vertical-alignment h1{
    text-align: center;
  }
  .contact-page-wrap .dnd-section .dnd-column{
    padding: 0 1rem;
  }
}
.latest-blogs .latest-blog-list {
  display:flex;
  flex-wrap:wrap;
  margin: 0 -15px;
}
.latest-blog-list-wrapper .blog-featured-image img{
  width: 100%;
}
.blog-section-header h2{
  font-size: 2.3em;
  border-top: solid 2px #000;
  padding-top: 20px;
}
.latest-blog-list .post-title a{
  font-size: 20px;
  font-style: italic;
  color: var(--black);
  text-decoration: none;
  font-family: var(--poppins);
}
.latest-blog-list .post-title{
  min-height: 59px;
}
.latest-blog-list .post-description{
  min-height: 150px;
}
.latest-blog-list  .blog-post-content{
  background-color: #fdd94e;
  padding: 10px;
  min-height: 320px;
  background-image: url(https://25020224.fs1.hubspotusercontent-eu1.net/hubfs/25020224/sarecen-interiors-s.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-bottom-right-radius: 70px;
  margin-top: -6px;
}

.latest-blogs.latest-blog-list .blog-featured-image img{
  width:100%;
}
.blog-post-content .read-more-btn{
  border-radius: 4px;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: var(--opensans);
  font-weight: 400;
  padding: 10px 16px;
}
.latest-blogs .latest-blog-list .latest-blog-list-wrapper {
  flex-basis: 25%;
  padding:0 15px;
}
.latest-blogs .blog-post-content .read-more-btn{
  border: solid black 2px;
  border-radius:6px;
  padding: 10px 16px; 
  font-size: 18px;
  line-height: 1.33333;
}
@media(max-width: 1200px){
  .latest-blogs .latest-blog-list .latest-blog-list-wrapper{
    flex-basis: 50%;
    margin-bottom: 30px;
  }  
}

@media(max-width: 767px){
  .latest-blogs .latest-blog-list .latest-blog-list-wrapper{
    flex-basis: 100%;
    margin-bottom: 30px;
  }  
}
.testimonial{	
	color:#000;
}
.testimonial .slider-content-wrapper{
   font-family: var(--poppins);
  margin-bottom: 20px;
}

/* .testimonial .inner-testimonial::before{
content:url('https://f.hubspotusercontent30.net/hubfs/20165387/Firstpoint-Flooring/quotation-mark.png')
} */

.testimonial .inner-testimonial .slider-content-wrapper{
	font-style:italic;
}

.testimonial .inner-testimonial .slider-item .quote-by{
	color: #fdd94e;
	font-weight: 900;
	font-size: 1.2em;
}
.internal-banner-slider .slider-item img{
  width:100%;
}
/* .lp-banner .internal-banner-slider .slider-item img{
  height:400px;
} */
.home-banner-slider .slider-item img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.home-banner-slider .slick-slide .img-item {
  height: 100%;
}
.home-banner-slider .slick-slide{
  position: relative;
}
.home-banner-slider .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgb(0 0 0 / 54%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}
.home-banner-slider .slick-track{
  display: flex !important;
}
.home-banner-slider .slick-slide{
  height: inherit !important;
}
.home-banner-slider .overlay-text-content h2{
  color: #fff;
}
.home-banner-area .dnd-section{
  padding:0;
}
.home-banner-area .dnd-section .dnd-column{
  padding: 0;
}

@media(max-width: 767px){
  .home-banner-slider .overlay-text-content h2{
    font-size: 24px;
  }
}

@media (max-width: 400px){
  .home-banner-slider .overlay-text-content h2 {
    font-size: 18px;
  }
  .home-banner-slider a.theme-btn{
    font-size: 16px;
    padding: 8px 18px;
  }
}
.what-we-do-wrap{
  display:flex;
  flex-wrap:wrap;
  margin: 0 -15px;
}
.what-we-do-wrap img{
  width:100%;
  height:auto;
}

.what-we-do.card-item{
  flex:0 0 calc(100%/3);
  margin-bottom: 35px;
  padding: 0 15px;
}
.what-we-do-wrap .what-we-do h3.title-txt{
  color: var(--yellow);
  border-bottom: solid 2px #000;
  margin-top: 35px;
  padding-bottom: 5px;
  font-weight: 500;
  font-style: italic;
}

@media(max-width: 991px){
  .what-we-do.card-item{
    flex: 0 0 calc(100%/2);
  }
}

@media(max-width: 575px){
  .what-we-do.card-item {
    flex: 0 0 100%;
  }
}
.awards-home .inner-wrapper{
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.awards-home .inner-wrapper .award-item img{
  max-width: 186px;
}
.awards-home .inner-wrapper .award-item{
  padding: 0 15px;
}

@media(max-width: 1200px){
  .awards-home .inner-wrapper .award-item img{
    max-width: 180px;
  }
}

@media(max-width: 991px){
  .awards-home .inner-wrapper{
    flex-direction: column;
    align-items: flex-start;
}
.get-in-tocuh-form .section-title{
  text-align: center;
  font-size: 38px;
  font-family: 'Poppins', sans-serif !important;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
}
.navigation-primary {
  display: inline-block;
  vertical-align: top;
}

.navigation-primary a {
  color: #e4463a;
  font-family: Lato;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

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

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}
.triangle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 15px 20px;
  /   text-transform: uppercase; /
  vertical-align: middle;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}
.submenu.level-1>li:last-child {
  padding-right: 0;
}

.submenu.level-1>li.has-submenu>a:after {
  border: solid #000;
  border-width: 0 1px 1px 0;
  /   display: inline-block; /
  display:table;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /   margin-left: 7px; /
  position: relative;
  /   top: -2px; /
  cursor: pointer;
  content: '';
}

.submenu.level-2 {
  border: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
  font-weight: 500;
  left: auto;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 50px;
  -webkit-transition: visibility 0s,opacity .3s;
  -o-transition: visibility 0s,opacity .3s;
  transition: visibility 0s,opacity .3s;
  visibility: hidden;
  min-width: 200px;
}

.submenu.level-2 > li {
  padding: 0;
  list-style:none;
}
ul.submenu.level-2 {
  padding: 5px 10px;
  background: #fff;
  z-index:1;
}

.submenu.level-2 .menu-item .menu-link {
  background-color: #fff;
  display: block;
  padding: 0;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  color:#494a52;
  text-align: left;
  font-size: 14px;
  font-weight:300;
}

.submenu.level-2 .menu-item .menu-link:hover {
  background-color: transparent;
  opacity: 0.7;
}
.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #D0D2D4;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.submenu.level-3 > li {
  list-style:none;
}

/  Hide navigation dropdown in the inline editor  /
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}


@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 16px;
  }

  .submenu.level-1 > li {
    display: inline-block;
    padding: 14px 8px 2px 8px;
    /     text-transform: uppercase; /
    vertical-align: middle;

  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-2 .menu-item .menu-link{
    font-size:14px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 0;
    top: 40px;
  }

  .submenu.level-2 {
    left: 0;
  }
}

@media (max-width: 768px) {
  .navigation-primary a {
    font-size: 18px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
  }

  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s;
    width: 20px;
  }
  .triangle-container.level-2 {
    display: none;
  } 

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    visibility: visible;
    width: 100%;
  }

  .submenu.level-2 .menu-item {
    background-color: #FFF;
    border-bottom: none;    
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
  }

  .submenu.level-2 .menu-item .menu-link:hover,
  .submenu.level-2 .menu-item .menu-link:focus {
    transition: none;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;    
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
  .navigation-primary a {
    font-size: 18px;
    text-align: left;
  }

  .submenu.level-1>li{
    border-top:0;
  }

  .submenu.level-1>li>a {
    font-weight: 600;
    padding: 7px 00px;
  }

  .submenu.level-1>li.has-submenu>a:after{
    display:none;
  }

  .submenu>.has-submenu>a {
    width: 100%;
  }

  .child-menu-trigger {
    position: absolute;
    width: 46px;
    height: 46px;
    right: 0;
    top: 0;
    line-height: 46px;
    cursor:pointer;
  }

  .child-menu-trigger:after { 
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    color: #fff;
  }

  ul.submenu.level-2 {
    padding: 0;
    background: transparent;
  }
  .submenu.level-2 .menu-item {
    background-color: transparent;
    padding: 0;
  }
  .submenu.level-2 .menu-item .menu-link {
    padding: 10px 20px;
    background: transparent;
    color: #fff;
  }
  /*   .child-open > .child-menu-trigger:after {
  content: '-';
} */
  .navigation-primary a {
    font-size: 18px;
    text-align: left;
  }
}
/* 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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}