*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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


.dnd-section > .row-fluid,
.content-wrapper{
  box-sizing: border-box;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 32px;
  padding-right: 32px;
} 

.dnd-section .dnd-column {
  padding: 0 20px;
}

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


@media screen and (min-width: 600px){
  .dnd-section > .row-fluid,
  .content-wrapper{
    padding-left: 45px;
    padding-right: 45px;
  }
}


@media screen and (min-width: 1280px){
  .dnd-section > .row-fluid,
  .content-wrapper{
    padding-left: 80px;
    padding-right: 80px;
  }
}
@font-face { 
  font-family: BaconLight; 
  src: url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconLight.woff2) format("woff2"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconLight.woff) format("woff"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconLight.ttf) format("opentype"); 
}

@font-face { 
  font-family: BaconRegular; 
  src: url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconRegular.woff2) format("woff2"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconRegular.woff) format("woff"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconRegular.ttf) format("opentype"); 
}

@font-face { 
  font-family: LangebroRegular; 
  src: url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/LangebroRegular.woff2) format("woff2"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/LangebroRegular.woff) format("woff"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/LangebroRegular.ttf) format("opentype"); 
}

@font-face { 
  font-family: ShapeDisplay; 
  src: url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/ShapeDisplay.woff2) format("woff2"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/ShapeDisplay.woff) format("woff"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/ShapeDisplay.ttf) format("opentype"); 
}

@font-face { 
  font-family:BaconBold; 
  src: url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconBold.woff2) format("woff2"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconBold.woff) format("woff"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/BaconBold.ttf) format("opentype"); 
}

@font-face { 
  font-family: LangebroBold; 
  src: url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/LangebroBold.woff2) format("woff2"), 
    url(//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/fonts/LangebroBold.woff) format("woff"); 
}

body {
  line-height: 24px;
  letter-spacing: 0.5px;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: .3s;
}
.body-container-wrapper .dnd-section a:hover:not(.noHover) {
  cursor: pointer;
  opacity: .54;
}
/* Headings */

h1{
  margin:0.67em 0;
}
h2{
  margin:0.83em 0;
}
h3{
  margin:1em 0;
}
h4{
  margin:1.33em 0;
}
h5{
  margin:1.67em 0;
}
h6 {
  margin:2.33em 0;
}

h1,h2,h3,h4,h5,h6{
  line-height: 1;
}

@media screen and (min-width: 600px){
  h1,h2,h3,h4,h5,h6{
    letter-spacing: 0.53px;
  }
  body {
    line-height: 26px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }
}

@media screen and (min-width: 1280px){
  h1,h2,h3,h4,h5,h6{
    letter-spacing: 0px;
  }
}


/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

img{
  max-width: 100%;
  width:100%;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  box-sizing: border-box;
  font-family: ShapeDisplay;
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: -0.35px;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin: 20px 0px;
}

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: 23px;
}

/* Labels */

form label {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-family: LangebroRegular;
  font-size: 13px;
  letter-spacing: 2.5px;
  display: block;
  margin-bottom: 8px;
}

/* 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: inline-block;
  width: 100%;
  height: 35px;
  border: 1px solid;
  font-family: BaconRegular;
  font-size: 14px;
  letter-spacing: 0.5px;
  background-color: rgb(254, 248, 248);
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  box-sizing: border-box;
  font-family: ShapeDisplay;
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: -0.35px;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin: 20px 0px;
}

.hs_error_rollup label {
  color: #ef6b51;
}

.hs-error-msgs label {
  color: #ef6b51;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs-error-msgs label, .hs_error_rollup label {
  text-transform: none;
  font-family: inherit;
  letter-spacing: 0;
}
@media screen and (min-width: 600px){
  form label{
    font-size: 15px;
    letter-spacing: 3px;
  }
}


@media screen and (min-width: 1280px){
  form label{
    font-size: 18px;
    letter-spacing: 3px;
  }
}
/* 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 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  box-shadow: 0px 1px 1px -0.5px rgb(0 0 0 / 0%), 0px 0.5px 2.5px 0px rgb(0 0 0 / 0%), 0px 0.5px 2px 0px rgb(0 0 0 / 0%);
  background-color: #fff;
}

.mobile-toggle {
  display: none;
}

header.header .logo:hover {
  opacity: .54;
}

.header-wrap {
  min-height: 64px;
}

header.header.newClass {
  box-shadow: rgb(0 0 0 / 5%) 0px 1px 1px -0.5px, rgb(0 0 0 / 5%) 0px 0.5px 2.5px 0px, rgb(0 0 0 / 5%) 0px 0.5px 2px 0px;
}

header.header .logo .hs_cos_wrapper {
  display: block;
  line-height: normal;
}

header.header .contaniner {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.header-btn:hover {
  cursor: pointer;
  opacity: 0.54;
}

header.header .header-flex {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-section .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}
header.header .logo {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

header.header .logo img {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  height: auto;
  width: 100px !important;
  height: 28.344px;
}

header.header .toggle_button {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 100%;
  background-color: #f9cdcd;
  padding: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header.header .toggle_button > .hamburger-react{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  cursor: pointer;
  height: 48px;
  transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
  user-select: none;
  width: 48px;
  outline: none;
}

header.header .toggle_button>.hamburger-react div:nth-child(1) {
  background: currentcolor;
  height: 2px;
  left: 14px;
  position: absolute;
  width: 20px;
  top: 17px;
  transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
  transform: none;
}

.toggle_button>.hamburger-react div:nth-child(2) {
  background: currentcolor;
  height: 2px;
  left: 14px;
  position: absolute;
  width: 20px;
  top: 23px;
  transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
  opacity: 1;
}

.toggle_button>.hamburger-react div:nth-child(3) {
  background: currentcolor;
  height: 2px;
  left: 14px;
  position: absolute;
  width: 20px;
  top: 29px;
  transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
  transform: none;
}

.right_form input[type="checkbox"] + span:after {
  background-image: url('//25967179.fs1.hubspotusercontent-eu1.net/hubfs/25967179/raw_assets/public/Shape_August2022/images/clearIcon.svg');
    }


.slide-wrapper {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  z-index: 3001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.slide-open .toggle_button>.hamburger-react div:first-child {
  transform: rotate(-45deg) translate(-4.23px, 4.23px) !important;
}

.slide-open .toggle_button>.hamburger-react div:nth-child(2) {
  opacity: 0;
}

.slide-open .toggle_button>.hamburger-react div:nth-child(3) {
  transform: rotate(45deg) translate(-4.23px, -4.23px);
}

.slide-open .transition-effect {
  opacity: 1;
  /*   transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; */
  visibility: visible;
}

.slide-open .inner-section {
  transform: none;
  /*   transition: right 700ms cubic-bezier(0, 0, 0.2, 1) 0ms; */
  right: 0;
}

.transition-effect {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  visibility: hidden;
  transition: opacity 0.1s ease-in-out;
}
.slide-wrapper {
  transition: all .7s ease;
  visibility: hidden;
  opacity: 0;
}
body.slide-open .slide-wrapper,
body.slide-closing .slide-wrapper {
  visibility: visible;
  opacity: 1;
}
.inner-section {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 86%;
  height: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
  height: 100vh;
  transition: right 700ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: right 01s ease-in-out;
}

.inner-section .hs-menu-wrapper > ul {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 99px 32px 0 32px;
  margin-bottom: 80px;
  list-style: none;
}

.inner-section .hs-menu-wrapper>ul>li {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.inner-section .hs-menu-wrapper>ul>li>a {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 19px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  color: #fff;
}

.bottom-section {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding: 0 43px 99px 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.bottom-section .title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 90%;
  font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 30px;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
  color: #f9cdcd;
}

.bottom-section .divider {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-top: 20px;
  width: 100%;
}

.summary {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  -webkit-letter-spacing: 0.44px;
  -moz-letter-spacing: 0.44px;
  -ms-letter-spacing: 0.44px;
  letter-spacing: 0.44px;
  color: #d3d3d3;
}

.bottom-section .divider-bottom {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-top: 20px;
  width: 100%;
}

body.slide-open {
  overflow: hidden;
}

.btn-wrap {
  box-sizing: border-box;
  margin: 0;
  min-width: 0; 
}

.header-btn {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: BaconBold,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 19px;
}

.inner-section .hs-menu-wrapper>ul>li>a:hover {
  opacity: .54;
}
.inner-section .hs-menu-wrapper > ul > li > ul {
  display: none;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}

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

.child-trigger:after,.child-trigger:before {
  content: "";
  height: 100%;
  width: 3px;
  background: #fff;
  display: block;
  right: 15px;
  position: absolute;
}

.child-trigger:before {
  width: 100%;
  height: 3px;
  top: 15px;
  right: 0;
}

.inner-section .hs-menu-wrapper>ul>li.hs-item-has-children {
  display: block;
}

.open > .child-trigger:after {
  opacity: 0;
}

.inner-section .hs-menu-wrapper > ul > li > ul a {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 19px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
  letter-spacing: 1px;
  color: #fff;
}

.inner-section .hs-menu-wrapper > ul > li ul li {
  margin-bottom: 20px;
}

.inner-section .hs-menu-wrapper > ul > li ul li:first-child {
  margin-top: 35px;
}

header.header .logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header_scroll .all-form-wrp .css-1qsxkss {
  box-shadow: rgb(0 0 0 / 3%) 0px 1px 1px -0.5px, rgb(0 0 0 / 3%) 0px 0.5px 2.5px 0px, rgb(0 0 0 / 3%) 0px 0.5px 2px 0px;
}
@media(max-width:1279px){
  header.header .toggle_button {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    visibility: hidden;
  }
  .mobile-toggle {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: fixed;
    top: 17px;
    right: 45px;
    z-index: 3001;
  }

  .mobile-toggle-container {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 100%;
    background-color: #f9cdcd;
    padding: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .mobile-toggle-container .hamburger-react {
    cursor: pointer;
    height: 48px;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    user-select: none;
    width: 48px;
    outline: none;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    margin: 0;
  }

  .mobile-toggle-container .hamburger-react div:nth-child(1) {
    background: #000;
    height: 2px;
    left: 15px;
    position: absolute;
    width: 18px;
    top: 17px;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    transform: none;
  }

  .mobile-toggle-container .hamburger-react div:nth-child(2) {
    background: #000;
    height: 2px;
    left: 15px;
    position: absolute;
    width: 18px;
    top: 23px;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    opacity: 1;
  }

  .mobile-toggle-container .hamburger-react div:nth-child(3) {
    background: #000;
    height: 2px;
    left: 15px;
    position: absolute;
    width: 18px;
    top: 29px;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    transform: none;
  }
  .toggle .mobile-toggle-container .hamburger-react div:nth-child(1) {
    background: #000;
    height: 2px;
    left: 15px;
    position: absolute;
    width: 18px;
    top: 17px;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    transform: rotate(-45deg) translate(-4.26px, 4.26px);
  }

  .toggle .mobile-toggle-container .hamburger-react div:nth-child(2) {
    background: #000;
    height: 2px;
    left: 15px;
    position: absolute;
    width: 18px;
    top: 23px;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    opacity: 0;
  }

  .toggle .mobile-toggle-container .hamburger-react div:nth-child(3) {
    background: #000
      height: 2px;
    left: 15px;
    position: absolute;
    width: 18px;
    top: 29px;
    transition: all 0.4s cubic-bezier(0, 0, 0, 1) 0s;
    transform: rotate(45deg) translate(-4.26px, -4.26px);
  }
  .toggle .mobile-toggle {
    right: 49px;
  }
  .mobile-toggle {
    display: block;
  }
  .slide-open .mobile-toggle {
    top: 15px;
  }
}

@media screen and (min-width: 600px){
  header.header{
    height: 68px;
  }
  header.header .contaniner {
    padding-left: 45px;
    padding-right: 45px;
  }
  header.header .logo img {
    width: 106.25px !important;
    height: 30.1155px;
  }
  header.header .toggle_button {
    width: 34px;
    height: 34px;
  }
  .inner-section {
    width: 618px;
  }
  .inner-section .hs-menu-wrapper > ul {
    padding: 99px 99px 0 99px;
  }
  .inner-section .hs-menu-wrapper>ul>li>a {
    max-width: 100%;
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
  }
  .bottom-section {
    padding: 0 135px 99px 99px;
  }
  .bottom-section .title{
    max-width: 70%;
    font-size: 26px;
    font-weight: normal;
    line-height: 34px;
    -webkit-letter-spacing: -0.25px;
    -moz-letter-spacing: -0.25px;
    -ms-letter-spacing: -0.25px;
    letter-spacing: -0.25px;
  }
  .bottom-section .divider {
    padding-top: 20px;
  }
  .summary {
    max-width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    -webkit-letter-spacing: 0.44px;
    -moz-letter-spacing: 0.44px;
    -ms-letter-spacing: 0.44px;
    letter-spacing: 0.44px;
  }
  .bottom-section .divider-bottom {
    padding-top: 47px;
  }
  .header-btn {
    max-width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
  }
  .header-wrap {
    min-height: 68px;
  }
  .mobile-toggle-container {
    width: 34px;
    height: 34px;
  }
  .inner-section .hs-menu-wrapper>ul>li>ul>li>a {
    max-width: 100%;
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
  }
}

@media screen and (min-width: 1280px){
  header.header{
    height: 80px;
  }
  header.header .contaniner {
    padding-left: 80px;
    padding-right: 80px;
  }
  header.header .logo img{
    width: 125px !important;
    height: 35.43px;
  }
  header.header .toggle_button {
    width: 38px;
    height: 38px;
  }
  .inner-section .hs-menu-wrapper > ul {
    padding: 99px 99px 0 99px;
  }
  .inner-section .hs-menu-wrapper>ul>li>a {
    max-width: 100%;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
  }
  .bottom-section {
    padding: 0 135px 99px 99px;
  }
  .bottom-section .title{
    max-width: 80%;
    font-size: 26px;
    font-weight: normal;
    line-height: 34px;
    -webkit-letter-spacing: -0.25px;
    -moz-letter-spacing: -0.25px;
    -ms-letter-spacing: -0.25px;
    letter-spacing: -0.25px;
  }
  .bottom-section .divider {
    padding-top: 20px;
  }
  .summary {
    max-width: 80%;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    -webkit-letter-spacing: 0.44px;
    -moz-letter-spacing: 0.44px;
    -ms-letter-spacing: 0.44px;
    letter-spacing: 0.44px;
  }
  .bottom-section .divider-bottom {
    padding-top: 40px;
  }
  .header-btn {
    max-width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    -webkit-letter-spacing: 0.6px;
    -moz-letter-spacing: 0.6px;
    -ms-letter-spacing: 0.6px;
    letter-spacing: 0.6px;
  }
  .header-wrap {
    min-height: 80px;
  }
  .inner-section .hs-menu-wrapper>ul>li>ul>li>a {
    max-width: 100%;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
  }
}


@media(max-width:599px){
  .mobile-toggle {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: fixed;
    top: 15px;
    right: 32px;
    z-index: 3001;
  } 
}
footer.footer {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 100px;
}
footer.footer.lp-footer .footer-top {
  margin-bottom: 0;
  padding-bottom: 0;
}
.social-wrap .social-holder span a:hover {
  opacity: .54;
}
.footer-top a:hover {
  opacity: 0.54;
}
.footer-top a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-top {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  border-top: 1px #f0f0f0 solid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 7px;
  margin-bottom: 83px;
  padding-top: 70px;
}

.footer-bottom {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 43px;
  padding-bottom: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-one .hs_cos_wrapper {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-two .hs_cos_wrapper {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-three .hs_cos_wrapper {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
}

.social-wrap {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
}

.col-one .hs_cos_wrapper > div,
.col-two .hs_cos_wrapper > div,
.col-three .hs_cos_wrapper > div,
.social-inner{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: LangebroRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  color: #a3a2a1;
  margin-bottom: 11px;
}

.col-one .hs_cos_wrapper>div>span,
.col-two .hs_cos_wrapper>div>span,
.col-three .hs_cos_wrapper>div>span,
.social-inner>span{
  color: #a3a2a1;
}

.col-one .hs_cos_wrapper > a:nth-child(2) > div,
.col-two .hs_cos_wrapper > a:nth-child(2) > div{
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  -webkit-letter-spacing: 0.56px;
  -moz-letter-spacing: 0.56px;
  -ms-letter-spacing: 0.56px;
  letter-spacing: 0.56px;
  color: #181818;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.col-one .hs_cos_wrapper>a:nth-child(2)>div>span,
.col-two .hs_cos_wrapper>a:nth-child(2)>div>span{ 
  color: #181818;
}

.col-one .hs_cos_wrapper>a:nth-child(3)>div,
.col-two .hs_cos_wrapper>a:nth-child(3)>div,
.col-three .hs_cos_wrapper>a:nth-child(2)>div,
.col-three .hs_cos_wrapper>a:nth-child(3)>div{ 
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  -webkit-letter-spacing: 0.56px;
  -moz-letter-spacing: 0.56px;
  -ms-letter-spacing: 0.56px;
  letter-spacing: 0.56px;
  color: #181818;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.col-one .hs_cos_wrapper>a:nth-child(3)>div>span, 
.col-two .hs_cos_wrapper>a:nth-child(3)>div>span,
.col-three .hs_cos_wrapper>a:nth-child(2)>div>span,
.col-three .hs_cos_wrapper>a:nth-child(3)>div>span{
  color: #181818;
}

.copyright-wrap {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-left: 7px;
  padding-right: 7px;
}

.footer__copyright {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  -webkit-letter-spacing: 0.56px;
  -moz-letter-spacing: 0.56px;
  -ms-letter-spacing: 0.56px;
  letter-spacing: 0.56px;
  color: #181818;
}

.footer__copyright span {
  color: #181818;
}

.col-one a,
.col-two a,
.col-three a{
  line-height: 21px;
  display: block;
}

.social-wrap .social-holder {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  max-width: 100%;
  font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  -webkit-letter-spacing: 0.56px;
  -moz-letter-spacing: 0.56px;
  -ms-letter-spacing: 0.56px;
  letter-spacing: 0.56px;
  color: #181818;
}

.social-wrap .social-holder span a {
  display: inline-block;
}
.social-wrap .social-holder span a:hover {
    opacity: 1;
}

@media(max-width:599px){
  .col-one a, 
  .col-three a, 
  .col-two a {
    line-height: 21px;
    display: block;
  }
}

@media screen and (min-width: 600px){
  footer.footer {
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 120px;
  }
  .footer-top{
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    padding-bottom: 160px;
  }
  .col-one .hs_cos_wrapper > div,
  .col-two .hs_cos_wrapper > div,
  .col-three .hs_cos_wrapper > div,
  .social-inner{
    max-width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
  }
  .col-one .hs_cos_wrapper > a:nth-child(2) > div,
  .col-two .hs_cos_wrapper > a:nth-child(2) > div {
    max-width: 100%;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
  }
  .col-one .hs_cos_wrapper>a:nth-child(3)>div,
  .col-two .hs_cos_wrapper>a:nth-child(3)>div,
  .col-three .hs_cos_wrapper>a:nth-child(2)>div,
  .col-three .hs_cos_wrapper>a:nth-child(3)>div {
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
  }
  .footer__copyright {
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
  }
  .social-wrap .social-holder {
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
  }
}

@media screen and (min-width: 1280px){
  footer.footer {
    padding-left: 80px;
    padding-right: 80px;
  }
  .footer-top{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .col-one .hs_cos_wrapper > div,
  .col-two .hs_cos_wrapper > div,
  .col-three .hs_cos_wrapper > div,
  .social-inner{
    max-width: 100%;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
  }
  .col-one .hs_cos_wrapper > a:nth-child(2) > div,
  .col-two .hs_cos_wrapper > a:nth-child(2) > div {
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
  }
  .col-one .hs_cos_wrapper>a:nth-child(3)>div,
  .col-two .hs_cos_wrapper>a:nth-child(3)>div,
  .col-three .hs_cos_wrapper>a:nth-child(2)>div,
  .col-three .hs_cos_wrapper>a:nth-child(3)>div {
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
  }
  .footer__copyright {
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
  }
  .social-wrap .social-holder {
    max-width: 100%;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
  }
}

@media(max-width:767px){
  footer.footer.lp-footer .footer-top {
    display: block;
  } 
}
/* 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;
  }
}
.dnd-section[class*="force-full-width-section"],
[class*="force-full-width-section"]>.row-fluid,
.dnd-section[class*="force-full-width-section"] .dnd-column{
  padding: 0;
}

.career-banner .banner-wrapper .banner-summary {
  max-width: 876px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  -webkit-letter-spacing: 0.38px;
  -moz-letter-spacing: 0.38px;
  -ms-letter-spacing: 0.38px;
  letter-spacing: 0.38px;
}


.clients-page {
  padding-bottom: 145px;
}
.careers-page .career-banner .banner-wrapper .banner-summary {
  max-width: 72%;
}

.careers-page .career-banner .banner-wrapper .banner-inner h1 {
  max-width: 70%;
}
.careers-page  .clients-page {
  font-size: 16px;
  color: #181818;
  letter-spacing: normal;
  font-family: BaconRegular;
  line-height: normal;
  padding-bottom: 0;
}

.careers-page .clients-page a {
  font-size: 16px;
  color: #181818;
}

.careers-sub-page .banner-wrapper {
  margin-bottom: 75px;
}

.careers-sub-page .banner-wrapper .divider {
  padding: 0;
}
.work-banner-wrapper .feature-item .content span {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-family: BaconLight;
  font-size: 12px;
  font-weight: 300;
  -webkit-letter-spacing: 0.51px;
  -moz-letter-spacing: 0.51px;
  -ms-letter-spacing: 0.51px;
  letter-spacing: 0.51px;
  color: #181818;
}
.work-sub-row1 .dnd-section>.row-fluid {
  padding: 0 20px;
}
.work-sub-row2 {
  padding-bottom: 140px;
}
.work-sub-row3 .case-overview-wrapper .css-case h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.work-sub-row3 .case-overview-wrapper .css-case a {
  font-size: 15px;
}
.work-sub-page .two-column-content {
  margin-top: 106px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 79px;
}
.work-sub-page .work-banner-wrapper .heading-section .title {
  color: #0d7549;
}
.winnie-the-pooh-page .work-sub-row2:nth-child(2) {
  padding: 0;
}

.work-sub-page .work-sub-row2  .two-column-content {
  margin: 102px 0 102px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.work-sub-page .work-sub-row2 .two-column-content .left-col.col-6 {
  width: 24%;
  max-width: 100%;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  -webkit-letter-spacing: 0.46px;
  -moz-letter-spacing: 0.46px;
  -ms-letter-spacing: 0.46px;
  letter-spacing: 0.46px;
  padding: 0 7px;
}

.work-sub-page .work-sub-row2 .two-column-content .right-col.col-6 {
  width: 66%;
  padding: 0 7px;
}
.work-sub-page .work-sub-row2 .two-column-content .left-col.col-6 span {
  font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
.work-sub-page .work-sub-row2 .two-column-content h6 {
  margin: 0;
  max-width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  -webkit-letter-spacing: 0.48px;
  -moz-letter-spacing: 0.48px;
  -ms-letter-spacing: 0.48px;
  letter-spacing: 0.48px;
  font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}


.work-sub-page .work-sub-row2 .two-column-content .left-col.col-6 span {
  max-width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.33;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px;
  display: block;
}



.work-sub-page .work-sub-row2 .two-column-content hr {
  background: #000;
  margin-bottom: 22px;
  margin-top: 10px;
  height:0.8px;
}
.work-sub-page .counter-wrapper {
  margin-bottom: 102px;
}
.work-sub-page .work-sub-row2 .two-column-content .left-col.col-6 {
  font-family: BaconRegular;
}
.header-btn, .header-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-top {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  padding-top: 100px;
  width: 100%;  
}

.head-wrap.header-wrapper-popup {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  position: fixed;
  inset: 0px;
  background: rgb(255, 255, 255);
  z-index: 3002;
  overflow-y: auto;
  transition: all .3s ease;
  transform: translateY(100%);
}



.head-wrap.header-wrapper-popup  .right_form {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  max-width: 460px;
}



@media all and (-ms-high-contrast:none) {
  .popup-open  .all-form-wrp{
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    overflow: auto;
    height: 100vh;
  }
  .popup-open .css-fdag7f{
    display: flex;
  }
  .popup-open .right_form{
    margin-left: 140px !important;
  }
  .popup-open .css-1qsxkss {
    position: fixed;
    z-index: 99;
    width: 100%;
  }

}
@media(min-width:768px){
  .ie .two-col-content{
    display:flex;
  }
  .ie  footer.footer .footer-top{
    display:flex;
    justify-content: space-around;
  }
  .ie .logo-item {
    width: 16%;
  }
  .ie .cm-selected-clients .cm-bottom .item-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .ie .popup_wrap {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999;
    background: #fff;
  }
}

@media screen and (min-width: 1280px){
  .banner-top {
    padding-top: 200px;
  }
}

@media screen and (max-width: 1279px){
  .work-sub-row3 .case-overview-wrapper .css-case h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .work-sub-row3 .case-overview-wrapper .css-case a {
    font-size: 14px;
  }
  .work-sub-row3  .case-overview-wrapper {
    padding-top: 80px;
  }
  .career-banner .banner-wrapper .banner-summary {
    max-width: 80%;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    -webkit-letter-spacing: 0.38px;
    -moz-letter-spacing: 0.38px;
    -ms-letter-spacing: 0.38px;
    letter-spacing: 0.38px;
  }
  .careers-page .banner-wrapper .title {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 4px;
    -moz-letter-spacing: 4px;
    -ms-letter-spacing: 4px;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  .careers-page .career-banner .banner-wrapper .banner-summary {
    max-width: 80%;
  }
  .careers-page .career-banner .banner-wrapper .banner-inner h1 {
    max-width: 90%;
  }

  .work-sub-page .two-column-content p {
    font-size: 16px;
    line-height: 28px;
    -webkit-letter-spacing: 0.38px;
    -moz-letter-spacing: 0.38px;
    -ms-letter-spacing: 0.38px;
    letter-spacing: 0.38px;
    margin-bottom: 40px;
    max-width: 80%;
  }

  .work-sub-page .two-column-content .right-col.col-6 p {
    max-width: 90%;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }
  .work-sub-page .two-column-content {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 101px;
  }
  .work-sub-page .two-column-content {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }


  .work-sub-page .work-sub-row2 .two-column-content {
    flex-direction: column-reverse;
    margin: 40px 0;
  }

  .work-sub-page .work-sub-row2 .two-column-content h6 {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    -webkit-letter-spacing: 0.36px;
    -moz-letter-spacing: 0.36px;
    -ms-letter-spacing: 0.36px;
    letter-spacing: 0.36px;
  }

  .work-sub-page .work-sub-row2 .two-column-content .right-col.col-6 {
    width: 80%;
    padding-bottom: 40px;
  }

  .work-sub-page .work-sub-row2 .two-column-content .left-col.col-6 {
    width: 75%;
  }
  .work-sub-page .work-sub-row2 .two-column-content .left-col.col-6 span {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33;
    -webkit-letter-spacing: 0.6px;
    -moz-letter-spacing: 0.6px;
    -ms-letter-spacing: 0.6px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 599px){
  .career-banner .banner-wrapper .banner-summary {
    font-size: 14.5px;
    font-weight: normal;
    line-height: 24px;
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    max-width: 876px;
    font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14.5px;
    font-weight: normal;
    line-height: 24px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    color: #3c3c3c;
  }
  .careers-page .career-banner .banner-wrapper .banner-summary {
    max-width: 100%;
    font-size: 15px;
    max-width: 876px;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0.38px;
  }
  .careers-page .banner-wrapper .title {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 12px;
  }
  .careers-page .banner-wrapper .title {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 12px;
    letter-spacing: normal;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
  }
  .careers-page .career-banner .banner-wrapper .banner-inner h1 {
    max-width: 100%;
  }
  .work-sub-page .work-banner-wrapper .heading-section .title {
    text-transform: uppercase;
  }
}


  .inner-section .hs-menu-wrapper>ul>li.hs-item-has-children:first-child {
    margin-bottom: 32px;
  }

@media screen and (min-width: 768px){
  .career-banner .banner-wrapper .banner-inner h1 {
    max-width: 84%;
    font-size: 44px;
    font-weight: normal;
    line-height: 48px;
    -webkit-letter-spacing: -1.5px;
    -moz-letter-spacing: -1.5px;
    -ms-letter-spacing: -1.5px;
    letter-spacing: -1.5px;
  }

}
@media screen and (min-width: 1280px){
  .career-banner .banner-wrapper .banner-inner h1 {
    max-width: 70%;
    font-size: 64px;
    font-weight: normal;
    line-height: 68px;
    -webkit-letter-spacing: -2px;
    -moz-letter-spacing: -2px;
    -ms-letter-spacing: -2px;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 768px) and (max-width:1023px){
  .about-row5 .dnd-section:after {
    height: 881px !important;
  }
  .about-row10 .dnd-section:after {
    height: 977px !important;
  }
}
@media(max-width:767px){
  .work-sub-page .two-column-content {
    padding-left: 0;
    padding-right: 0;
  } 
  .work-sub-page .work-banner-wrapper .heading-section .title {
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .work-sub-page  .work-banner-wrapper .feature-row {
    display: block;
  }
  .two-column-content .right-col.col-6 p {
    width: 100%;
    max-width: 100%;
  }
  .work-sub-page .two-column-content {
    padding-left: 22px;
    padding-right: 22px;
  }
  .work-sub-page .two-column-content .right-col.col-6 p {
    max-width: 100%;
  }
  .work-sub-page .counter-wrapper {
    margin-bottom: 50px;
  }
  .work-sub-row3 .case-overview-wrapper .css-case h2 {
    font-size: 36px;
    line-height: 42px;
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    max-width: 100%;
    font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    color: #4d535a;
    margin-bottom: 17px;
  }
}
@media(max-width:600px){
  .work-sub-page .work-banner-wrapper .heading-section .title {
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .work-sub-page .work-banner-wrapper .heading-section h1 {
    font-family: ShapeDisplay;
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 34px;
  }
  .work-sub-page .work-banner-wrapper .heading-section .title {
    text-transform: uppercase;
    margin-bottom:12px;
  }
  .work-banner-wrapper .feature-item .label {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    margin-bottom: 8px;
    font-family: LangebroRegular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    -webkit-letter-spacing: 1.5px;
    -moz-letter-spacing: 1.5px;
    -ms-letter-spacing: 1.5px;
    letter-spacing: 1.5px;
    color: #a3a2a1;
  }
  .work-sub-row1 .dnd-section>.row-fluid {
    padding: 0 10px;
  }
  .work-sub-page .feature-section {
    padding-bottom: 27px;
  }
  .work-sub-page .two-column-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
  }
  .work-sub-page .two-column-content {
    padding-left: 22px;
    padding-right: 22px;
  }
  .work-sub-page .two-column-content p {
    max-width: 100%;
  }
  .careers-sub-page .banner-wrapper {
    margin-bottom: 55px;
  }
  .work-sub-page .two-column-content p {
    max-width: 100%;
    font-family: BaconLight;
    font-size: 14.5px;
    line-height: 26px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #2e3c40;
    margin-bottom: 40px;
    white-space: pre-wrap;
  }
  .work-sub-page .two-column-content {
    margin-bottom: 60px;
  }
}

.people-page .dnd-section .dnd-column {
  padding: 0;
}
.people-page  .banner-wrapper .banner-inner h1 { 
  -webkit-letter-spacing: -0.5px;
  -moz-letter-spacing: -0.5px;
  -ms-letter-spacing: -0.5px;
  letter-spacing: -0.5px;
}
.people-page .banner-wrapper .banner-summary {
  max-width: 876px;
}
.people-page .banner-wrapper .title {
  font-size: 14px;
  -webkit-letter-spacing: 3px;
  -moz-letter-spacing: 3px;
  -ms-letter-spacing: 3px;
  letter-spacing: 3px;
}    
.people-page .featured-content-wrapper .title {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  -webkit-letter-spacing: 2.5px;
  -moz-letter-spacing: 2.5px;
  -ms-letter-spacing: 2.5px;
  letter-spacing: 2.5px;
  color: #c98c8c;
  margin-bottom: 17px;
}
.people-page .featured-content-wrapper .left-column h1 {
  font-size: 23px;
  font-weight: normal;
  line-height: 32px;
  -webkit-letter-spacing: -0.5px;
  -moz-letter-spacing: -0.5px;
  -ms-letter-spacing: -0.5px;
  letter-spacing: -0.5px;
}
.people-page .featured-content-wrapper .right-column .right-content {
  max-width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
}
.people-page .featured-content-wrapper .clients-link a {
  max-width: 100%;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  -webkit-letter-spacing: 0.75px;
  -moz-letter-spacing: 0.75px;
  -ms-letter-spacing: 0.75px;
  letter-spacing: 0.75px;
}
.people-page .widget-type-header {
  max-width: 975px;
  padding-top: 40px;
  padding-bottom: 110px;
}
.people-page .widget-type-header h2 {
  font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  margin: 0; 
  font-size: 21px;
  font-weight: normal;
  line-height: 28px;
  -webkit-letter-spacing: -0.25px;
  -moz-letter-spacing: -0.25px;
  -ms-letter-spacing: -0.25px;
  letter-spacing: -0.25px;
  color: #f55058;
}
@media screen and (min-width: 600px) {
  .people-page .banner-wrapper .title {
    font-size: 19px;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
  }
  .people-page  .banner-wrapper .banner-inner h1 { 
    -webkit-letter-spacing: -1.5px;
    -moz-letter-spacing: -1.5px;
    -ms-letter-spacing: -1.5px;
    letter-spacing: -1.5px;
  }
  .people-page .banner-wrapper .banner-summary {
    max-width: 80%;
  }
  .people-page .featured-content-wrapper .title {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
  }
  .people-page .featured-content-wrapper .left-column h1 {
    font-size: 36px;
    font-weight: normal;
    line-height: 42px;
    -webkit-letter-spacing: -0.75px;
    -moz-letter-spacing: -0.75px;
    -ms-letter-spacing: -0.75px;
    letter-spacing: -0.75px;
  }
  .people-page .featured-content-wrapper .right-column .right-content {
    max-width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
  }
  .people-page .featured-content-wrapper .clients-link a {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
  }
  .people-page .widget-type-header {
    padding-top: 10px;
    padding-bottom: 120px;
  }
  .people-page .widget-type-header h2 {
    max-width: 90%;
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
    -webkit-letter-spacing: -0.5px;
    -moz-letter-spacing: -0.5px;
    -ms-letter-spacing: -0.5px;
    letter-spacing: -0.5px;
  }
}

@media screen and (min-width: 1280px) {
  .people-page .banner-wrapper .title {
    font-size: 20px;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
  }
  .people-page  .banner-wrapper .banner-inner h1 {
    -webkit-letter-spacing: -2px;
    -moz-letter-spacing: -2px;
    -ms-letter-spacing: -2px;
    letter-spacing: -2px;
  }
  .people-page .banner-wrapper .banner-summary {
    max-width: 56%;
  }
  .people-page .featured-content-wrapper .title {
    font-size: 20px;
    line-height: normal;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
  }
  .people-page .featured-content-wrapper .left-column h1 {
    font-size: 46px;
    font-weight: normal;
    line-height: 50px;
    -webkit-letter-spacing: -1.5px;
    -moz-letter-spacing: -1.5px;
    -ms-letter-spacing: -1.5px;
    letter-spacing: -1.5px;
  }
  .people-page .featured-content-wrapper .right-column .right-content {
    max-width: 90%;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
  }
  .people-page .featured-content-wrapper .clients-link a {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 0.75px;
    -moz-letter-spacing: 0.75px;
    -ms-letter-spacing: 0.75px;
    letter-spacing: 0.75px;
  }
  .people-page .widget-type-header {
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .people-page .widget-type-header h2 {
    max-width: 90%;
    font-size: 30px;
    font-weight: normal;
    line-height: 44px;
    -webkit-letter-spacing: -0.5px;
    -moz-letter-spacing: -0.5px;
    -ms-letter-spacing: -0.5px;
    letter-spacing: -0.5px;
  }
  .client-banner.career-banner .banner-wrapper .banner-inner h1 {
    max-width: 50%;
  }
}

@media (max-width: 599px) {
  .people-page .banner-wrapper .banner-summary {
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    line-height: 28px;
  } 
  .inner-section .hs-menu-wrapper>ul>li.hs-item-has-children:first-child {
    margin-bottom: 28px;
}
}
@media(max-width:599px){
  .clients-page {
    padding-bottom: 100px;
  } 
}
.home-row1 .dnd-section {
  position: relative;
  padding-top: 140px;
}

.home-row1 .dnd-section:before {
  position: absolute;
  inset: 0px;
  content: "";
  z-index: -1;
  background-color: rgb(32, 34, 38);
  margin-bottom: auto;
  height: 771.594px;
  margin-left: 20px;
  margin-right: 20px;
}

.home-row1 .dnd-section .dnd-column {
  padding: 0;
}

.home-row1 .widget-type-rich_text h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  -webkit-letter-spacing: 3px;
  -moz-letter-spacing: 3px;
  -ms-letter-spacing: 3px;
  letter-spacing: 3px;
  font-family: LangebroRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #a5a5a5;
  margin-top: 0;
  margin-bottom: 15px;
}

.home-row1 .widget-type-rich_text h2 {
  max-width: 80%;
  font-size: 50px;
  font-weight: normal;
  line-height: 52px;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
  color: #f9cdcd;
  margin-top: 0;
  margin-bottom: 38px;
}

.home-row1 .hs-button {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  -webkit-letter-spacing: 0.6px;
  -moz-letter-spacing: 0.6px;
  -ms-letter-spacing: 0.6px;
  letter-spacing: 0.6px;
  font-family: BaconBold,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #ffffff;
  display: inline-block;
}

.home-row1 .project-wrapper {
  padding-top: 86px;
}

.home-row1 .project-wrapper .project-item {
  padding-left: 7px;
  padding-right: 7px;
}

.home-row1 .project-wrapper .projects-inner {
  margin-left: -7px;
  margin-right: -7px;
}
.home-row1 .project-wrapper .item-inner {
  margin-bottom: 18px;
}

.home-row1 .dnd-section {
  padding-bottom: 200px;
}

.home-row2 .dnd-section {
  padding-top: 0;
}
.home-row2 .dnd-section .dnd-column {
  padding: 0;
}

.home-row2 .dnd-section>.row-fluid {
  padding-left: 73px;
  padding-right: 73px;
}

.home-row2 .span6, .home-row4 .span6 {
  width: 45%;
  padding: 0 7px !important;
}

.home-row2 .span6:last-child, .home-row4 .span6:last-child {
  margin-left: auto;
}

.home-row2 .widget-type-rich_text {
  padding-top: 220px;
}

.home-row2 .widget-type-rich_text h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  -webkit-letter-spacing: 3px;
  -moz-letter-spacing: 3px;
  -ms-letter-spacing: 3px;
  letter-spacing: 3px;
  font-family: LangebroRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #8f8f8f;
  margin-top: 0;
  margin-bottom: 14px;
}

.home-row2 .widget-type-rich_text h2 {
  font-size: 38px;
  font-weight: normal;
  line-height: 48px;
  -webkit-letter-spacing: -1px;
  -moz-letter-spacing: -1px;
  -ms-letter-spacing: -1px;
  letter-spacing: -1px;
  font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #202226;
  margin-top: 0;
  margin-bottom: 30px;
}

.home-row2 .widget-type-rich_text p {
  max-width: 90%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #181818;
}

.home-row2 .widget-type-rich_text p:last-child {
  margin: 0;
}

.home-row2 .dnd-section {
  padding-bottom: 140px;
}

.home-row3 .dnd-section {
  padding-top: 0;
}

.home-row2 img.hs-image-widget {
  display: block;
}
.home-row3 .dnd-section>.row-fluid, .home-row4 .dnd-section>.row-fluid {
  padding: 0 73px;
}

.home-row3 .span4 {
  width: 33%;
  margin: 0;
  padding: 0 7px !important;
}

.home-row3 .span4+.span4 {
  margin-left: 0.5%;
}

.home-row3 img {
  display: block;
}

.home-row3 .widget-type-rich_text h5 {
  max-width: 90%;
  font-size: 20px;
  font-weight: normal;
  line-height: 34px;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
  font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #202226;
  margin-bottom: 3px;
  margin-top: 31px;
}

.home-row3 .widget-type-rich_text p {
  max-width: 90%;
  font-size: 15px;
  font-weight: normal;
  line-height: 27px;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #202226;
  margin-bottom: 18px;
}

.home-row3 .dnd-section {
  padding-bottom: 220px;
}
.home-row4 .dnd-section {
  padding-top: 98px;
  position: relative;
}

.home-row4 .dnd-section:before {
  position: absolute;
  inset: 0px;
  content: "";
  z-index: -1;
  background-color: rgb(247, 249, 251);
  margin-left: 0px;
  margin-right: 0px;
  width: 73.3vw;
}

.home-row4 .widget-type-rich_text {
  padding-top: 200px;
}
.home-row4 .widget-type-rich_text h2 {
  max-width: 100%;
  font-size: 42px;
  font-weight: normal;
  line-height: 50px;
  -webkit-letter-spacing: -0.75px;
  -moz-letter-spacing: -0.75px;
  -ms-letter-spacing: -0.75px;
  letter-spacing: -0.75px;
  color: #f55058;
  margin-top: 0;
  margin-bottom: 30px;
}

.home-row4 .widget-type-rich_text p {
  max-width: 80%;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  -webkit-letter-spacing: 0.38px;
  -moz-letter-spacing: 0.38px;
  -ms-letter-spacing: 0.38px;
  letter-spacing: 0.38px;
  font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #181818;
}

.home-row4 .dnd-section {
  padding-bottom: 98px;
}

.home-row4 img.hs-image-widget {
  display: block;
}

.home-row4 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.home-row5 .dnd-section {
  padding-top: 0;
}
.home-row5 {
  margin-top: 220px;
}
.home-row5 .dnd-section .dnd-column {
  padding: 0;
}

.home-row5 .dnd-section {
  position: relative;
}

.home-row5 .dnd-section:before {
  position: absolute;
  inset: 0px;
  content: "";
  z-index: -1;
  background-color: rgb(254, 245, 245);
  margin-left: 20px;
  margin-right: 20px;
}

.home-row5 .dnd-section:after {
  position: absolute;
  content: "";
  inset: 0px;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  margin-bottom: auto;
  height: 26.3VW;
  margin-left: 20px;
  margin-right: 20px;
}
.home-row6 .dnd-section {
  padding-top: 180px;
}
.home-row6 .dnd-section {
  padding-bottom: 0;
}
.home-row2 .span6:first-child > *, .home-row4 .span6:last-child > * {
  height: 100%;
}

.home-row2 .span6:first-child .row-fluid, .home-row4 .span6:last-child .row-fluid {
  display: flex;
  height: 100%;
}

.home-row2 .widget-type-linked_image, .home-row4 .widget-type-linked_image {
  height: 100%;
}

.home-row2 .widget-type-linked_image .hs_cos_wrapper_type_linked_image, 
.home-row4 .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
  display: block;
  height: 100%;
}

.home-row2 .widget-type-linked_image img, .home-row4 .widget-type-linked_image img {
  height: 100% !important;
  object-fit: cover;
}
.home-row3 .widget-type-rich_text figure {
  margin: 0;
  position: relative;
  width: 30%;
  height: 100%;
  padding-top: 30%;
}

.home-row3 .widget-type-rich_text figure img {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-row5 .dnd-section {
  padding-bottom: 196px;
}
.about-layout .banner-section .dnd-section {
  padding: 0;
}

.about-layout .banner-wrapper .banner-inner h1 {
  -webkit-letter-spacing: -2px;
  -moz-letter-spacing: -2px;
  -ms-letter-spacing: -2px;
  letter-spacing: -2px;
}

.about-layout .banner-wrapper .divider {
  padding-top: 0;
}

.about-row1 .dnd-section>.row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.about-row1 .widget-type-linked_image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 46%;
}

.about-row1 .widget-type-linked_image img {
  margin: 0;
  min-width: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100% !important;
}

.about-row1 .dnd-section {
  padding-top: 0;
  padding-bottom: 180px;
}

.about-row2 .dnd-section {
  padding-top: 0;
  padding-bottom: 130px;
}

.about-row2 .span6 {
  width: calc( 50% - 53.5px);
}

.about-row2 .span6:last-child {
  margin-left: auto;
}

.about-row2 .widget-type-rich_text h3 {
  max-width: 95%;
  font-size: 40px;
  font-weight: normal;
  line-height: 52px;
  -webkit-letter-spacing: -1px;
  -moz-letter-spacing: -1px;
  -ms-letter-spacing: -1px;
  letter-spacing: -1px;
  margin: 0;
}

.about-row2 .widget-type-rich_text p {
  max-width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  -webkit-letter-spacing: 0.38px;
  -moz-letter-spacing: 0.38px;
  -ms-letter-spacing: 0.38px;
  letter-spacing: 0.38px;
  font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  margin: 0;
}

.about-row2 .dnd-section>.row-fluid {
  display: flex;
}

.about-row3 .dnd-section {
  padding-top: 0;
  padding-bottom: 180px;
}

.about-row3 .span3 {
  width: 25%;
  padding: 0 7px !important;
}

.about-row3 .counter-wrapper .number span {
  font-size: 70px;
  font-weight: normal;
  line-height: 38px;
}

.about-row4 .dnd-section {
  padding-top: 0;
  padding-bottom: 217px;
}

.about-row4 .span6 {
  width: 45%;
  padding: 0 7px !important;
}

.about-row4 .span6:last-child {
  margin-left: 10%;
}

.about-row4 .widget-type-rich_text h3 {
  max-width: 80%;
  font-size: 30px;
  font-weight: normal;
  line-height: 38px;
  color: #f55058;
  margin-top: 0;
}

.about-row4 .widget-type-rich_text {
  padding-top: 180px;
}

.about-row4 .dnd-section .dnd-column {
  padding: 0;
}

.about-row4 .dnd-section>.row-fluid {
  padding-left: 73px;
  padding-right: 73px;
}

.about-row4 .widget-type-rich_text p {
  max-width: 80%;
  font-size: 17px;
  font-weight: normal;
  line-height: 30px;
  -webkit-letter-spacing: 0.38px;
  -moz-letter-spacing: 0.38px;
  -ms-letter-spacing: 0.38px;
  letter-spacing: 0.38px;
  font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

.about-row5 .dnd-section {
  padding-top: 98px;
  position: relative;
  padding-bottom: 98px;
}

.about-row5 .span6 {
  width: 45%;
  padding: 0 7px !important;
}

.about-row5 .dnd-section>.row-fluid {
  padding: 0 73px;
}

.about-row5 .span6:last-child {
  width: 38%;
  margin-left: auto;
  padding: 0 7px !important;
}

.about-row4 img.hs-image-widget, .about-row5 img.hs-image-widget {
  display: block;
}

.about-row5 .dnd-section:before {
  position: absolute;
  inset: 0px;
  content: "";
  z-index: -1;
  background-color: rgb(247, 249, 251);
  margin-left: 0px;
  margin-right: 0px;
}

.about-row5 .dnd-section:after {
  position: absolute;
  content: "";
  inset: 0px;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  margin-left: 0px;
  margin-right: 0px;
  width: 26.4vw;
}

.about-row5 .widget-type-rich_text h4 {
  font-size: 19px;
  font-weight: normal;
  line-height: 25px;
  -webkit-letter-spacing: 0px;
  -moz-letter-spacing: 0px;
  -ms-letter-spacing: 0px;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 8px;
}

.about-row5 .widget-type-rich_text {
  padding-top: 220px;
}

.about-row5 .widget-type-rich_text p {
  max-width: 65%;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

.about-row5 .widget-type-rich_text h4+p {
  margin-bottom: 60px;
}
.about-row5 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.about-row5 {
  margin-bottom: 200px;
}

.about-row6 .dnd-section {
  padding-top: 170px;
  position: relative;
}

.about-row6 .dnd-section:before {
  position: absolute;
  inset: 0px;
  content: "";
  z-index: -1;
  background-color: rgb(35, 31, 32);
  margin-left: 20px;
  margin-right: 20px;
}

.about-row6 .widget-type-rich_text h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  -webkit-letter-spacing: 3px;
  -moz-letter-spacing: 3px;
  -ms-letter-spacing: 3px;
  letter-spacing: 3px;
  color: #a5a5a5;
  margin-top: 0;
  font-family: LangebroRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  margin-bottom: 20px;
}

.about-row6 .dnd-section .dnd-column {
  padding: 0;
}

.about-row6 .widget-type-rich_text h3 {
  font-size: 42px;
  font-weight: normal;
  line-height: 50px;
  -webkit-letter-spacing: -0.5px;
  -moz-letter-spacing: -0.5px;
  -ms-letter-spacing: -0.5px;
  letter-spacing: -0.5px;
  color: #f9cdcd;
  margin: 0;
}

.about-row6 .widget-type-rich_text p {
  max-width: 100%;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  -webkit-letter-spacing: 0.38px;
  -moz-letter-spacing: 0.38px;
  -ms-letter-spacing: 0.38px;
  letter-spacing: 0.38px;
  color: #fff;
}

.about-row6 .span6:last-child .widget-type-rich_text {
  padding-top: 44px;
}

.about-row6 .widget-type-rich_text p:last-child {
  margin: 0;
}
.about-row6 .span6 {
  width: calc( 50% - 53.5px);
  padding: 0 0px 110px !important;
}

.about-row6 .span6:last-child {
  margin-left: 107px;
}

.about-row6 .widget-type-rich_text p {
  font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}


.about-row6 .span3 {
  width: calc( 25% - 30px);
  margin-bottom: 18px;
}

.about-row6 .span3+.span3 {
  margin-left: 40px;
}

.about-row6 figure {
  margin: 0;
  width: 30%;
  padding-top: 30%;
  position: relative;
}

.about-row6 figure img {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.about-row6 h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
  margin: 40px 0 15px;
  color: #fff;
}

.about-row6 .span3 p {
  max-width: 94%;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  -webkit-letter-spacing: 0.5px;
  -moz-letter-spacing: 0.5px;
  -ms-letter-spacing: 0.5px;
  letter-spacing: 0.5px;
}

.about-row6 .widget-type-linked_image {
  margin-top: 180px;
  display: block;
}

.about-row6 .dnd-section:after {
  position: absolute;
  content: "";
  inset: 0px;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  margin-top: auto;
  height: 295.195px;
  margin-left: 20px;
  margin-right: 20px;
}

.about-row6 .dnd-section {
  padding-bottom: 0;
}

.about-row7 .dnd-section {
  padding-top: 180px;
  padding-bottom: 109px;
}

.about-row7 .span6 {
  width: calc( 50% - 53.5px );
}

.about-row7 .span6+.span6 {
  margin-left: 107px;
}

.about-row7 .widget-type-rich_text h5 {
  margin: 0 0 15px;
  font-weight: normal;
  line-height: normal;
  -webkit-letter-spacing: 3px;
  -moz-letter-spacing: 3px;
  -ms-letter-spacing: 3px;
  letter-spacing: 3px;
  font-family: LangebroRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  color: #878889;
}

.about-row7 .widget-type-rich_text h3 {
  max-width: 84%;
  font-size: 36px;
  font-weight: normal;
  line-height: 44px;
  -webkit-letter-spacing: -0.5px;
  -moz-letter-spacing: -0.5px;
  -ms-letter-spacing: -0.5px;
  letter-spacing: -0.5px;
  margin: 0;
}

.about-row7 .span6:last-child .widget-type-rich_text {
  padding-top: 37px;
}

.about-row7 .widget-type-rich_text p {
  max-width: 98%;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  -webkit-letter-spacing: 0.38px;
  -moz-letter-spacing: 0.38px;
  -ms-letter-spacing: 0.38px;
  letter-spacing: 0.38px;
}

.about-row7 .widget-type-rich_text p:last-child {
  margin: 0;
}

.about-row7 .widget-type-rich_text h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}

.about-row8 .dnd-section {
  padding-top: 0;
  padding-bottom: 220px;
}

.about-row9  .dnd-section {
  padding-top: 0;
}


.about-row9 .dnd-section>.row-fluid {
  padding: 0 20px;
}
.about-row9 .dnd-section {
  padding-bottom: 200px;
}

.about-row10 .dnd-section {
  padding: 0;
  position: relative;
}

.about-row10 .dnd-section:before {
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  z-index: -1;
  margin-left: 0px;
  margin-right: 0px;
  background-color: rgb(254, 245, 245);
  width: 52.15vw;
  height: 1047px;
}

.about-row4 .span6:last-child *, 
.about-row5 .span6:first-child * {
  display: flex;
  height: 100%;
}

.about-row4 img.hs-image-widget, .about-row5 img.hs-image-widget, 
.about-row5 img.hs-image-widget, .about-row5 img.hs-image-widget {
  height: 100% !important;
  object-fit: cover;
}

.about-row4 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
.home-row1 .hs-button:hover {
  opacity: .3;
}

.home-row1 .hs-button {
  transition: .3s; 
}
.about-row2 .widget-type-rich_text p,
.about-row4 .widget-type-rich_text p {
  color: #181818;
}

.about-row3 .counter-wrapper .css-title {
  color: #202226;
}

.about-row5 .widget-type-rich_text p {
  color: #202226;
}

.about-row7 .widget-type-rich_text p {
  color: #202226;
}
.about-row7 .widget-type-rich_text p {
  font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}
.about-row6 .widget-type-linked_image {
  position: relative;
  display: block;
  width: 100%;
}

.about-row6 .widget-type-linked_image {
  padding-top: 41%;
}

.about-row6 .widget-type-linked_image img {
  min-width: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (hover: hover) and (pointer:fine) {
  .css-1ceqoy2 {
    -webkit-transition:0.3s;
    transition: 0.3s;
  }
  .css-1ceqoy2:hover {
    cursor: pointer;
    opacity: 0.54 !important;
  }
}



@media (max-width:1279px) {
  .home-row1 .dnd-section {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .home-row1 .widget-type-rich_text h2 {
    font-size: 34px;
    font-weight: normal;
    line-height: 44px;
  }

  .home-row2 .dnd-section>.row-fluid {
    flex-direction: column;
  }
  .home-row4 .dnd-section>.row-fluid {
    flex-direction: column-reverse;
  }

  .home-row2 .span6, .home-row4 .span6 {
    width: 100%;
  }

  .home-row2 .widget-type-linked_image img, .home-row4 .widget-type-linked_image img {
    height: auto !important;
    width: 100%;
    max-width: 100% !important;
  }

  .home-row2 .widget-type-linked_image, .home-row4 .widget-type-linked_image {
    width: 100%;
  }

  .home-row2 .dnd-section>.row-fluid, .home-row4 .dnd-section>.row-fluid {
    padding-left: 38px;
    padding-right: 38px;
  }

  .home-row1 .project-wrapper {
    padding-top: 63px;
  }

  .home-row1 .hs-button {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 1px;
    -moz-letter-spacing: 1px;
    -ms-letter-spacing: 1px;
    letter-spacing: 1px;
  }

  .home-row2 .widget-type-rich_text {
    padding-top: 120px;
  }

  .home-row2 .widget-type-rich_text h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
  }

  .home-row2 .widget-type-rich_text h2 {
    font-size: 34px;
    font-weight: normal;
    line-height: 42px;
    -webkit-letter-spacing: -0.75px;
    -moz-letter-spacing: -0.75px;
    -ms-letter-spacing: -0.75px;
    letter-spacing: -0.75px;
    margin-bottom: 40px;
  }

  .home-row2 .widget-type-rich_text p {
    max-width: 90%;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    -webkit-letter-spacing: 0.38px;
    -moz-letter-spacing: 0.38px;
    -ms-letter-spacing: 0.38px;
    letter-spacing: 0.38px;
  }

  .home-row2 .dnd-section {
    padding-bottom: 100px;
  }

  .home-row3 .dnd-section>.row-fluid {
    padding-left: 38px;
    padding-right: 38px;
  }

  .home-row3 .widget-type-rich_text h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    -webkit-letter-spacing: 0.53px;
    -moz-letter-spacing: 0.53px;
    -ms-letter-spacing: 0.53px;
    letter-spacing: 0.53px;
  }

  .home-row3 .widget-type-rich_text p {
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    max-width: 94%;
  }

  .home-row3 .dnd-section {
    padding-bottom: 40px;
  }

  .home-row4 .widget-type-rich_text {
    padding-top: 120px;
  }

  .home-row4 .widget-type-rich_text h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }

  .home-row4 .widget-type-rich_text p {
    max-width: 90%;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    -webkit-letter-spacing: 0.38px;
    -moz-letter-spacing: 0.38px;
    -ms-letter-spacing: 0.38px;
    letter-spacing: 0.38px;
  }

  .home-row4 .dnd-section:before {
    position: absolute;
    inset: 0px;
    content: "";
    z-index: -1;
    background-color: rgb(247, 249, 251);
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }

  .home-row4 .dnd-section:after {
    position: absolute;
    content: "";
    inset: 0px;
    z-index: -1;
    background-color: rgb(255, 255, 255);
    margin-bottom: auto;
    height: 1499.88px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home-row5 {
    margin-top: 140px;
  }
  .home-row5 .dnd-section {
    padding-bottom: 176px;
  }
  .home-row6 .dnd-section {
    padding-top: 120px;
  }
  .about-layout .banner-wrapper .title {
    max-width: 77%;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }

  .about-layout .banner-wrapper .banner-inner h1 {
    -webkit-letter-spacing: -1.5px;
    -moz-letter-spacing: -1.5px;
    -ms-letter-spacing: -1.5px;
    letter-spacing: -1.5px;
  }

  .about-row1 .dnd-section {
    padding-bottom: 110px;
  }

  .about-row2 .dnd-section>.row-fluid {
    flex-direction: column;
  }

  .about-row2 .span6 {
    width: 100%;
  }

  .about-row2 .widget-type-rich_text h3 {
    max-width: 90%;
    font-size: 34px;
    font-weight: normal;
    line-height: 42px;
    -webkit-letter-spacing: -0.75px;
    -moz-letter-spacing: -0.75px;
    -ms-letter-spacing: -0.75px;
    letter-spacing: -0.75px;
    padding-bottom: 35px;
  }

  .about-row2 .widget-type-rich_text p {
    max-width: 80%;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    -webkit-letter-spacing: 0.38px;
    -moz-letter-spacing: 0.38px;
    -ms-letter-spacing: 0.38px;
    letter-spacing: 0.38px;
  }

  .about-row2 .dnd-section {
    padding-bottom: 110px;
  }

  .about-row3 .counter-wrapper .number span {
  }

  .about-row3 .counter-wrapper .number, .about-row3 .counter-wrapper .number span {
    font-size: 50px;
    font-weight: normal;
    line-height: 10px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
  }

  .about-row3 .dnd-section {
    padding-bottom: 80px;
  }

  .about-row4 .dnd-section>.row-fluid {
    flex-direction: column-reverse;
    padding: 0 38px;
  }

  .about-row4 .span6 {
    width: 100%;
  }

  .about-row4 .span6:last-child {
    margin-left: 0;
  }

  .about-row4 img.hs-image-widget {
    width: 100%;
  }

  .about-row4 .widget-type-linked_image, .about-row4 .widget-type-linked_image > * {
    width: 100%;
  }

  .about-row4 .widget-type-rich_text {
    padding-top: 130px;
  }

  .about-row4 .widget-type-rich_text h3 {
    max-width: 70%;
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin-bottom: 40px;
  }

  .about-row4 .widget-type-rich_text p {
    max-width: 70%;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    -webkit-letter-spacing: 0.38px;
    -moz-letter-spacing: 0.38px;
    -ms-letter-spacing: 0.38px;
    letter-spacing: 0.38px;
  }

  .about-row4 .dnd-section {
    padding-bottom: 40px;
  }

  .about-row5 .dnd-section:before {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-row5 .dnd-section:after {
    margin-left: 20px;
    margin-right: 20px;
    height: 1499.88px;
    width: auto;
  }

  .about-row5 .dnd-section>.row-fluid {
    padding: 0 38px;
    flex-direction: column;
  }

  .about-row5 .span6 {
    width: 100%;
  }

  .about-row5 .widget-type-linked_image, .about-row5 .widget-type-linked_image > * {
    width: 100%;
  }

  .about-row5 .widget-type-rich_text {
    padding-top: 110px;
  }

  .about-row5 .span6:last-child {
    width: 100%;
  }

  .about-row5 .widget-type-rich_text h4 {
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin-bottom: 6px;
  }

  .about-row5 .widget-type-rich_text p {
    max-width: 90%;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }

  .about-row5 .widget-type-rich_text h4+p {
    margin-bottom: 45px;
  }

  .about-row5 {
    margin-bottom: 130px;
  }

  .about-row6 .dnd-section {
    padding-top: 110px;
  }

  .about-row6 .row-fluid {
    flex-wrap: wrap;
  }

  .about-row6 .span6 {
    width: 100%;
    padding-bottom: 0 !important;
  }

  .about-row6 .widget-type-rich_text h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
  }

  .about-row6 .widget-type-rich_text h3 {
    font-size: 34px;
    font-weight: normal;
    line-height: 42px;
    -webkit-letter-spacing: -0.75px;
    -moz-letter-spacing: -0.75px;
    -ms-letter-spacing: -0.75px;
    letter-spacing: -0.75px;
  }

  .about-row6 .span6:last-child {
    margin-left: 0;
  }

  .about-row6 .widget-type-rich_text p {
    max-width: 80%;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    -webkit-letter-spacing: 0.38px;
    -moz-letter-spacing: 0.38px;
    -ms-letter-spacing: 0.38px;
    letter-spacing: 0.38px;
  }

  .about-row6 .span6:last-child .widget-type-rich_text {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .about-row6 .span3 {
    width: calc( 50% - 22.5px);
    padding-bottom: 40px;
  }

  .about-row6 .span3+.span3 {
    margin-left: 45px;
  }

  .about-row6 figure {
    width: 25%;
    padding-top: 25%;
  }

  .about-row6 h4 {
    font-size: 17px;
    font-weight: normal;
    line-height: 10px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin-top: 27px;
  }

  .about-row6 .span3 .widget-type-rich_text p {
    max-width: 90%;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    letter-spacing: 0.5px;
  }

  .about-row6 .span3:nth-child(3) {
    margin-left: 0;
    padding-bottom: 0;
  }

  .about-row6 .span3:last-child {
    padding-bottom: 0;
  }

  .about-row6 .widget-type-linked_image {
    margin-top: 120px;
  }

  .about-row7 .dnd-section {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .about-row7 .widget-type-rich_text h5 {
    max-width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
  }

  .about-row7 .widget-type-rich_text h3 {
    max-width: 93%;
    font-size: 32px;
    font-weight: normal;
    line-height: 41px;
    -webkit-letter-spacing: -0.5px;
    -moz-letter-spacing: -0.5px;
    -ms-letter-spacing: -0.5px;
    letter-spacing: -0.5px;
  }

  .about-row7 .widget-type-rich_text p {
    max-width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    -webkit-letter-spacing: 0.38px;
    -moz-letter-spacing: 0.38px;
    -ms-letter-spacing: 0.38px;
    letter-spacing: 0.38px;
    font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  }

  .about-row7 .span6+.span6 {
    margin-left: 40px;
  }

  .about-row7 .span6 {
    width: calc( 50% - 20px );
  }

  .about-row7 .span6:last-child .widget-type-rich_text {
    padding-top: 33px;
  }

  .about-row8 .clients-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .about-row8 .dnd-section {
    padding-bottom: 130px;
  }

  .about-row9 .dnd-section {
    padding-bottom: 110px;
  }
  .about-row10 .dnd-section:before {
    width: calc( 100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
    background-color: rgb(254, 245, 245);
  }

  .about-row10 .dnd-section:after {
    position: absolute;
    content: "";
    inset: 0px;
    z-index: -1;
    background-color: rgb(255, 255, 255);
    margin-bottom: auto;
    height: 1461.19px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .home-row1 .widget-type-rich_text h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 3px;
    -moz-letter-spacing: 3px;
    -ms-letter-spacing: 3px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1234px) {
  .home-row1 .dnd-section:before {
    margin-left: 10px;
    margin-right: 10px;
    height: 58.5vw;
  }
  .home-row4 .dnd-section:before, .home-row5 .dnd-section:before, .about-row5 .dnd-section:after {
    margin-left: 10px;
    margin-right: 10px;
  }
  .about-row1 .dnd-section>.row-fluid {
    padding: 0 10px;
  }

  .about-row5 .dnd-section:before {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-row6 .dnd-section:before, .about-row6 .dnd-section:after, .about-row10 .dnd-section:after {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-row10 .dnd-section:before {
    width: calc( 100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .home-row4 .dnd-section:after, .home-row5 .dnd-section:after {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width:767px) {


  .home-row1 .dnd-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .home-row1 .widget-type-rich_text h4 {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 2.5px;
    -moz-letter-spacing: 2.5px;
    -ms-letter-spacing: 2.5px;
    letter-spacing: 2.5px;
  }

  .home-row1 .widget-type-rich_text h2 {
    max-width: 90%;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .home-row1 .hs-button {
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }

  .home-row1 .project-wrapper {
    padding-top: 85px;
  }

  .home-row1 .project-wrapper .item-inner {
    padding-bottom: 40px;
  }

  .home-row2 .dnd-section>.row-fluid, .home-row4 .dnd-section>.row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-row2 .widget-type-rich_text h4 {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 2.5px;
    -moz-letter-spacing: 2.5px;
    -ms-letter-spacing: 2.5px;
    letter-spacing: 2.5px;
  }

  .home-row2 .widget-type-rich_text h2 {
    font-size: 23px;
    font-weight: normal;
    line-height: 32px;
    -webkit-letter-spacing: -0.5px;
    -moz-letter-spacing: -0.5px;
    -ms-letter-spacing: -0.5px;
    letter-spacing: -0.5px;
  }

  .home-row2 .widget-type-rich_text p {
    max-width: 98%;
    font-size: 14.5px;
    font-weight: 300;
    line-height: 28px;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
  }

  .home-row3 .span4 {
    width: 100%;
    padding-bottom: 40px !important;
  }

  .home-row3 .dnd-section>.row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-row2 .dnd-section {
    padding-bottom: 84px;
  }

  .home-row3 .widget-type-rich_text h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
  }

  .home-row3 .widget-type-rich_text p {
    max-width: 100%;
  }

  .home-row3 .span4+.span4 {
    margin-left: 0;
  }

  .home-row4 .dnd-section>.row-fluid {
    flex-direction: column-reverse;
    display: flex;
  }

  .home-row4 .dnd-section {
    padding-top: 20px;
    padding-bottom: 88px;
  }

  .home-row4 .widget-type-rich_text {
    padding-top: 100px;
  }

  .home-row4 .widget-type-rich_text h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 40px;
  }

  .home-row4 .widget-type-rich_text p {
    max-width: 100%;
    font-size: 14.5px;
    font-weight: normal;
    line-height: 26px;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
  }

  .home-row5 {
    margin-top: 88px;
  }
  .home-row6 .dnd-section {
    padding-top: 100px;
  }
  .about-layout .banner-wrapper .title {
    margin-bottom: 12px;
  }

  .about-layout .banner-wrapper .banner-inner h1 {
    -webkit-letter-spacing: -0.5px;
    -moz-letter-spacing: -0.5px;
    -ms-letter-spacing: -0.5px;
    letter-spacing: -0.5px;
  }

  .about-row1 .widget-type-linked_image {
    padding-top: 54%;
  }

  .about-row1 .dnd-section {
    padding-bottom: 70px;
  }

  .about-row2 .widget-type-rich_text h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
  }

  .about-row2 .widget-type-rich_text p {
    max-width: 96%;
    font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14.5px;
    font-weight: normal;
    line-height: 26px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }

  .about-row2 .dnd-section {
    padding-bottom: 76px;
  }

  .about-row3 .dnd-section {
    padding-bottom: 50px;
  }

  .about-row3 .counter-wrapper .number, .about-row3 .counter-wrapper .number span {
    font-size: 48px;
    font-weight: normal;
    line-height: 16px;
  }

  .about-row3 .counter-wrapper .css-title {
    font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 10.5px;
    font-weight: normal;
    line-height: 15px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }

  .about-row4 .widget-type-rich_text {
    padding-top: 90px;
  }

  .about-row4 .dnd-section>.row-fluid {
    display: flex;
  }

  .about-row4 .dnd-section>.row-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-row4 .widget-type-rich_text h3 {
    max-width: 100%;
    font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
  }

  .about-row4 .widget-type-rich_text p {
    max-width: 100%;
    font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14.5px;
    font-weight: normal;
    line-height: 26px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }

  .about-row5 .dnd-section>.row-fluid {
    padding: 0 25px;
  }

  .about-row5 .dnd-section:after {
    margin: 0 10px;
  }

  .about-row5 .dnd-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .about-row5 .widget-type-rich_text {
    padding-top: 90px;
  }

  .about-row5 .widget-type-rich_text h4 {
    max-width: 100%;
    font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin-bottom: 8px;
  }

  .about-row5 .widget-type-rich_text p {
    font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    max-width: 100%;
  }

  .about-row5 .widget-type-rich_text h4+p {
    margin-bottom: 35px;
  }

  .about-row5 {
    margin-bottom: 63px;
  }
  .about-row6 .dnd-section {
    padding-top: 100px;
  }

  .about-row6 .widget-type-rich_text h5 {
    max-width: 100%;
    font-family: LangebroRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    -webkit-letter-spacing: 2.5px;
    -moz-letter-spacing: 2.5px;
    -ms-letter-spacing: 2.5px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
  }

  .about-row6 .widget-type-rich_text h3 {
    max-width: 100%;
    font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 34px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
  }

  .about-row6 .span6:last-child .widget-type-rich_text {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .about-row6 .widget-type-rich_text p {
    max-width: 100%;
    font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14.5px;
    font-weight: normal;
    line-height: 26px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }


  .about-row6 .span3 {
    width: 100%;
    margin-left: 0 !important;
  }

  .about-row6 h4 {
    font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 15px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }

  .about-row6 .span3:nth-child(3) {
    padding-bottom: 40px;
  }

  .about-row6 .widget-type-linked_image {
    margin-top: 100px;
  }

  .about-row6 .dnd-section:after {
    height: 120px;
  }

  .about-row7 .dnd-section {
    padding-top: 90px;
    padding-bottom: 47px;
  }

  .about-row7 .span6 {
    width: 100%;
  }

  .about-row7 .widget-type-rich_text h5 {
    max-width: 100%;
    font-family: LangebroRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    -webkit-letter-spacing: 2.5px;
    -moz-letter-spacing: 2.5px;
    -ms-letter-spacing: 2.5px;
    letter-spacing: 2.5px;
    color: #878889;
    margin-bottom: 10px;
  }

  .about-row7 .widget-type-rich_text h3 {
    max-width: 90%;
    font-family: ShapeDisplay,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 34px;
    -webkit-letter-spacing: -0.5px;
    -moz-letter-spacing: -0.5px;
    -ms-letter-spacing: -0.5px;
    letter-spacing: -0.5px;
  }

  .about-row7 .span6+.span6 {
    margin-left: 0;
  }

  .about-row7 .span6:last-child .widget-type-rich_text {
    padding-top: 40px;
  }

  .about-row7 .widget-type-rich_text p {
    max-width: 100%;
    font-family: BaconLight,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 14.5px;
    font-weight: normal;
    line-height: 26px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
  }

  .about-row8 .clients-wrapper .client-title {
    max-width: 100%;
    font-family: BaconRegular,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 0px;
    -webkit-letter-spacing: 0.56px;
    -moz-letter-spacing: 0.56px;
    -ms-letter-spacing: 0.56px;
    letter-spacing: 0.56px;
    color: #181818;
  }

  .about-row8 .dnd-section {
    padding-bottom: 110px;
  }
  .about-row9 .dnd-section {
    padding-bottom: 68px;
  }
  .home-row1 .dnd-section:before {
    height: 535px;
  }
  .home-row4 .dnd-section:after {
    height: 370px;
  }
  .about-row5 .dnd-section:after {
    height: 370.012px;
  }
  .blog-post__body p u {
    word-break: break-all;
  }
  .about-row10 .dnd-section:after {
    height: 641px;
  }
  .about-row6 .row-fluid {
        display: block !important;
  } 
}
@media (max-width:479px) {
.about-row6 .dnd-section:after {
  height:80px; 
  }
}