*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-section .dnd-section {
  padding: 0 !important;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0;
}



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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), 
    url("https://use.typekit.net/af/cebe0e/00000000000000003b9b3060/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal; 
  font-weight: 300; 
  font-display: auto; 
}



@font-face { 
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: auto;
}

@font-face { 
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("https://use.typekit.net/af/6e816b/00000000000000003b9b3064/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal; 
  font-weight: 500;
  font-display: auto;
}

@font-face { 
  font-family: "proxima-nova"; 
  src: url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 600; 
  font-display: auto;
}

@font-face { 
  font-family: "proxima-nova"; 
  src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 700; 
  font-display: auto;
}






body {
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

/* Lists */

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

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

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

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


@media screen and (min-width: 800px) and (max-width: 1050px){
  html body {
    font-size: 0.9375em;
    line-height: 1.2em;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

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

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


.body-container-wrapper button,
.body-container-wrapper .button {
  min-height: 45px;
  line-height: 45px;
  font-size: 18px;
  margin-right: 0;
  -webkit-appearance: none;
  transition: all .25s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  font-family: proxima-nova,sans-serif;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  width: 100%;
  max-width: none;
  margin: 0 0 15px;
  box-shadow: none;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: normal;
  min-height: 55px;

}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-family: proxima-nova,sans-serif;
  background-color: #24af4d;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  width: auto;
  padding: 0 40px;
  min-height: 45px;
  line-height: 45px;
  font-size: 18px;
  margin-right: 0;
  -webkit-appearance: none;
  transition: all .25s ease-in-out 0s;
  display: inline-flex;
  align-items: center;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header {
  position: fixed;
  width: 100%;
  width: 100vw;
  left: 0;
  color: #fff;
  z-index: 20;
  transition: transform .3s;
  color: #000;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.header__top {
  transition: background-color .3s;
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-header-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-md-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 0.25rem;
  text-align: right;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header-h-100 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__nav {}

.header__nav .hs-menu-wrapper > ul >li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.header__nav .hs-menu-wrapper > ul >li:last-child {
  margin-right: 0;
}

.header__nav .hs-menu-wrapper > ul >li >a {
  color: inherit;
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1.2em;
}

.header__nav .hs-menu-wrapper > ul >li >a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  margin: 0 auto;
  background: #24af4d!important;
  transition: all .3s;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(6px);
  margin-bottom: -10px;
}

.header__nav .hs-menu-wrapper > ul {
  display: block;
}

.header__nav .hs-menu-wrapper > ul >li.header__nav-item--search {
  margin-right: 24px;
}

.header__nav-item--search span:after, .header__nav-item--search span:before {
  content: "";
  display: block;
}

.header__nav-item--search span:before {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: 1px solid;
  border-color: inherit;
  transition: all .2s;
}

.header__nav-item--search span:after {
  width: 7px;
  height: 1px;
  background-color: #fff;
  transform: rotate(
    45deg) translate(6px,-5px);
}

.header__nav-item--search span:after, .header__nav-item--search span:after {
  background-color: #000;
}

.header__nav .hs-menu-wrapper > ul >li:first-child >a:after {
  display: none;
}

.header__nav-item--search span {
  display: inline-block;
  width: 20px;
}


.custom-header {
  z-index: 9999;
}

.header__bottom {
  background: #f8f8f8;
  transition: background-color .3s;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header__bottom-inner {
  width: 100%;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
  transition: all .2s;
  transform: translateY(0);
  transition-delay: 0s;
}

.custom-header-logo {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-header-right {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.header__image-wrap {
  position: relative;
  display: inline-block;
}

.header__image-wrap img {
  max-width: 100%;
  height: auto;
  transition: all .3s;
  display: inline-block;
  filter: invert(100%);
  vertical-align: middle;
}

.header__image-wrap:after {
  content: "";
  display: block;
  position: absolute;
  background: #24af4d;
  transition: all .3s;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  bottom: 0;
  right: 11px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
  padding: 20px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-weight: 500;
  position: relative;
  display: block;
  text-decoration: none!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  margin: 0 auto;
  background: #24af4d!important;
  transition: all .3s;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(6px);
  margin-bottom: -10px;
}

.custom-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover >a:after {
  opacity: 1;
  transform: translateY(3px);
}

header.header {
  padding-top: 148px;
}

.custom-header {
  top: 0;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  position: absolute;
  text-align: left;
  overflow: hidden;
  margin-top: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  display: block;
  visibility: visible;
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  font-weight: 500;
  display: block;
  white-space: nowrap;
  padding: 10px 5px;
  color: #000;
}

.offcanvas {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  z-index: 30;
  transition: all .5s cubic-bezier(.15,.41,.035,.985);
  transform: translateX(100%);
}



.modal-search {
  background: rgba(0,0,0,.8);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  padding-right: 17px;
  display: block;
  z-index: 99999;
  overflow: hidden;
}

.modal-dialog {
  max-width: none;
  margin: 0;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  min-height: calc(100% - (1.75rem * 2));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: auto;
  max-width: none;
  margin: 0;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  background-color: transparent;
  min-height: 100vh;
  margin: 0;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border: 0;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 1.5rem;
  text-shadow: 0 1px 0 #fff;
  line-height: 1;
  font-family: sans-serif;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.modal-body .page-center {
  width: 100%;
}

.modal-body form {
  position: relative;
  border-bottom: 1px solid #24af4d;
  max-width: 800px;
  margin: 0 auto;
  display: -ms-flexbox!important;
  display: flex!important;
}

label.d-block.w-100 {
  width: 100%!important;
  display: block!important;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.modal-search form input {
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  color: #fff;
  background-color: transparent;
  font-size: 22px;
  font-family: sans-serif;
}

.modal-search form button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  padding: 1px 6px;
}

.modal-body .header__nav-item--search span:after, .modal-body .header__nav-item--search span:after {
  background-color: #fff;
}

body.model-open {}

body.model-open .modal-search {}

.modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  transform: translate(0,-25%);
}

body.model-open .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}


.modal-search {
  display: none;
}

.custom-footer-our-office a:hover {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a:hover:before {


  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  background-color: #24af4d;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a:hover>span {
  transform: translateX(5px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a>span {display: inline-block;transition: all .25s ease-in-out 0s;}

.header__nav .hs-menu-wrapper>ul>li.header__nav-item--search + span.header__nav-item--search {
  display: none;
}

.header__nav-item--search:hover span {
  /* transform: scale(1.1); */
}

.header__nav-item--search:hover span:before,  .header__nav-item--search:hover span:before {
  background: rgba(0,123,255,.3);
}

.header__nav .hs-menu-wrapper>ul>li>a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  margin: 0 auto;
  background: #24af4d!important;
  transition: all .3s;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(6px);
  margin-bottom: -10px;
}

.header__nav .hs-menu-wrapper>ul>li>a:hover:after {
  opacity: 1;
  transform: translateY(3px);
}




@media (min-width: 1200px){
  .header__nav .hs-menu-wrapper > ul >li >a {
    font-size: 14px;
  }
}


@media (min-width: 992px){
  .burger-toggle{
    display:none;
  }

  .scroll-header .custom-header {
    transform: translateY(-47px);
  }
  header.header.header--no-navigation {
    padding-top: 102px;
  }
}

@media (max-width: 991px){
  .header__top {
    display: none;
  }

  header.header {
    padding-top: 60px;
  }

  .header__bottom {}

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

  .header__image-wrap {
    width: 55px;
  }

  .header__image-wrap:after {
    width: 3px;
    height: 3px;
    bottom: 0;
    right: 4px;
  }

  .burger-toggle {
    width: 25px;
    height: auto;
  }

  .burger-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background: #000;
  }

  .burger-toggle span:first-of-type {
    margin-top: 0;
  }

  .burger-toggle {
    cursor: pointer;
  }

  body.show-mobile-nav {}

  body.show-mobile-nav .offcanvas {
    transform: translateX(0);
  }

  .offcanvas {
    top: 0;
    z-index: 99999;
  }

  .p-4.text-right {
    padding: 1.5rem;
    text-align: right;
  }

  .close-button--close, .offcanvas__toggle--close {
    display: inline-block;
    width: 25px;
    height: 25px;
    transition: all .3s cubic-bezier(.15,.41,.035,.985);
  }

  .close-button--close-1, .close-button--close-2, .offcanvas__toggle--close-1, .offcanvas__toggle--close-2 {
    background-color: #000;
    width: 25px;
    height: 2px;
    display: block;
    transform: rotate(
      45deg) translate(8px,8px);
  }

  .close-button--close-2, .offcanvas__toggle--close-2 {
    transform: rotate(
      -45deg) translate(-7px,7px);
  }

  .close-button--close:hover, .offcanvas__toggle--close:hover {
    transform: rotate(
      90deg);
  }

  .custom-header-mobile-menu-group {
    padding-left: 12%;
    padding-right: 12%;
  }
  .header__mobile_logo {
    padding-bottom: 1.5rem;
  }

  .custom-header-mobile-menu {}

  .custom-header-mobile-menu .hs-menu-wrapper ul {
    margin: 1em 0;
  }

  .custom-header-mobile-menu .hs-menu-wrapper ul li {
    display: block;
    margin-bottom: 15px;
  }

  .custom-header-mobile-menu .hs-menu-wrapper ul li a {
    color: #000;
    font-size: 1.125rem;
  }

  .header__mobile_logo img {
    vertical-align: middle;
  }

  .custom-header-mobile-menu .hs-menu-wrapper ul li a:hover {
    text-decoration: underline;
  }
  .offcanvas {
    max-height: 100vh;
    overflow-y: auto;
  }
}


@media (max-width: 767px){
  .custom-header-mobile-menu-group {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .custom-header-mobile-menu .hs-menu-wrapper ul {
    /* display: block !important; */
  }

  .custom-header-mobile-menu .hs-menu-wrapper ul li a {
    line-height: 19.2px;
  }
}
.page-center {
  margin: 0 auto;
}


.bg-dark-grey {
  background-color: #3c3c3c;
  padding-bottom: 3rem;
  padding-top: 3rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.custom-footer-menu-group .hs-menu-wrapper >ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-footer-menu-group .hs-menu-wrapper >ul >li {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.custom-footer-logo {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-footer-menu-group .hs-menu-wrapper>ul>li > a {
  color: #fff;
  border-bottom: 2px solid #24af4d;
  font-weight: 500;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.custom-footer-menu-group .hs-menu-wrapper>ul>li > ul {
  margin: 1em 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.custom-footer-menu-group .hs-menu-wrapper>ul>li > ul >li>a {
  color: #fff;
  margin-bottom: 25px;
  display: inline-block;
  margin-bottom: 15px;
}


.footer__link-title--plain {
  border: none;
  color: #24af4d;
  padding-bottom: 0;
  font-weight: 500;
  display: block;
  width: 100%;
}

.custom-footer-menu-group .hs-menu-wrapper>ul>li:last-child >a {
  display: none;
}

.hs-menu-wrapper .custom-footer-social-icons ul {
  margin-top: 1em;
  display: block;
}

.custom-footer-social-icons ul li {
  display: inline-block;
  padding-right: 1rem;
}

.custom-footer-social-icons ul li >a img {
  vertical-align: middle;
}

footer.footer.lp-footer .custom-footer-menu-group .hs-menu-wrapper>ul {
  justify-content: space-between;
}


.custom-footer-our-office .our-pst-1 {
  padding-top: 4%;
  text-align: center!important;
}

.custom-footer-our-office .line-minus-margin {
  margin-bottom: -45px;
  position: relative;
}

.custom-footer-our-office .line-minus-margin span.h3.text-uppercase.pb-3 {
  font-size: 2.1875rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  font-family: proxima-nova,sans-serif;
  text-transform: uppercase!important;
  padding-bottom: 1rem!important;
  line-height: 1.2;
}

.custom-footer-our-office .line-minus-margin:after {
  content: "";
  height: 100px;
  width: 3px;
  background: #707070;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.custom-footer-our-office .px-0.footer__bg {
  background: url(https://20781706.fs1.hubspotusercontent-ap1.net/hubfs/20781706/raw_assets/public/TheWalsheGroup_November2021/images/footer-bg.png);
  background-size: cover;
}

.custom-footer-our-office .psb-1 {
  padding-bottom: 4%;
  padding-top: 8%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.custom-footer-our-office .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.custom-footer-our-office .col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.clock {
  border-radius: 100%;
  background: #fff;
  border: 5px solid #fff;
  box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 20%);
  width: 200px;
  height: 200px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .3s;
}

.clock--active {
  opacity: 1;
}

.clock__wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 200px;
}

.clock__hour, .clock__minute {
  height: 50px;
  margin: auto;
  top: -27%;
  bottom: 0;
  right: 0;
  background: #000;
  transform-origin: bottom center;
  transform: rotate(
    0deg);
  z-index: 1;
}

.clock__hour, .clock__minute {
  position: absolute;
  width: 2px;
  left: 0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
}

.clock__minute {
  height: 75px;
  top: -38%;
  transform: rotate(
    90deg);
}

.clock__second {
  height: 60px;
  width: 2px;
  margin: auto;
  top: -32%;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  background: #24af4d;
  transform-origin: bottom center;
  transform: rotate(
    180deg);
}

.clock__dot, .clock__second {
  position: absolute;
  z-index: 1;
}

.clock__dot {
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: #000;
  top: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  left: 50%;
}

p.color-white.h5.pb-2.pt-3 {
  font-size: 1.125rem;
  color: #fff!important;
  padding-top: 1rem!important;
  padding-bottom: 0.5rem!important;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 8px;
}

p.color-white.h5.pb-2.pt-3 {
  color: #fff;
}

a.clock-container__extra.pb-0.mb-3.mb-xl-1 {}

.clock-container__extra {
  opacity: 0;
}

.clock-container__extra {
  transition: opacity .3s;
  display: block!important;
  margin-bottom: 0.25rem!important;
  padding-bottom: 0!important;
  text-align: center;
  color: #fff;
}


.clock-container:hover .clock-container__extra {
  opacity: 1;
}

.custom-footer-our-office a:hover {
  color: #fff;
}

.clock-container__extra:last-child {
  margin-bottom: 15px !important;
}

.custom-footer-menu-group .hs-menu-wrapper>ul>li>ul>li>a:hover {
  text-decoration: underline;
}

.custom-footer-our-office a:hover {
  text-decoration: underline;
}


footer.footer {
  font-weight: 400;
}

header.header {
  font-weight: 400;
}



.section__in-touch {
  position: relative;
  padding: 90px 0;
}

.section__in-touch .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section__in-touch__wrapper {
  max-width: 700px;
  padding: 60px 80px;
  box-shadow: 0 6px 16px rgb(0 0 0 / 16%);
  background-color: #fff;
  margin: 0 auto;
}

.section__in-touch__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
}

.custom-form .hs-form-field {
  margin: 0;
}

.custom-form form textarea {
  resize: none;
  margin-top: 25px;
  min-height: 106px;
  margin-bottom: 0;
}

.custom-form .actions {
  margin-top: 30px;
  text-align: left;
  margin-bottom: 1em;
}

.custom-form form  input[type=submit] {
  padding: 0 40px;
}

.custom-get-in-touch-text h3 {
  font-size: 2.1875rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  font-family: proxima-nova,sans-serif;
  color: rgb(33, 37, 41);
  line-height: 1.2;
}

.custom-get-in-touch-text {
  text-align: center;
}

.custom-get-in-touch-text p {
  line-height: 1;
  margin: 0;
  font-weight: 300;
}

.custom-form {
  margin-top: 1em;
}



.section__in-touch__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  background: url(https://20781706.fs1.hubspotusercontent-ap1.net/hubfs/20781706/raw_assets/public/TheWalsheGroup_November2021/images/footer-bg.png);
  background-size: cover;
}



.custom-form form label {
  margin: 0;
}

.custom-form form textarea {
  vertical-align: middle;
}

.custom-form form .hs-input {
  vertical-align: middle;
  margin-top: 9px;
  font-size: 16px;
  /* min-height: 106.96px; */
}

.custom-form form textarea {
  min-height: 106.96px;
}

.custom-form .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field .hs-input {
  margin-top: 0;
}

.custom-form form textarea.hs-input {
  min-height: 107.96px;
  margin-top: 9px;
}

.custom-form form .hs-input {
  margin-top: 1px;
}

.custom-form .hs-form-field.hs_email.hs-email.hs-fieldtype-text.field .hs-input {
  margin-bottom: 16px;
}



@media (max-width: 1199px){
  .custom-footer-logo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li.travel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-footer-social-icon-group {
    display: inline-block;
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .custom-footer-social-icons ul li a {
    margin-bottom: 25px;
    display: inline-block;
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li>ul>li>a {
    margin-bottom: 25px;
  }

  .custom-footer-logo a {
    display: inline-block;
    margin-bottom: 25px;
    display: inline-block;
  }

  .custom-footer-logo a img {
    vertical-align: middle;
  }
  .section__in-touch__wrapper {
    padding: 15px;
  }

}


@media screen and (min-width: 800px) and (max-width: 1050px){
  html body {
    font-size: 0.9375em;
    line-height: 1.2em;
  }

  .custom-form form textarea.hs-input {
    min-height: 101px;
  }

  .custom-form form .hs-input {
    font-size: 15px;
  }

}

@media (max-width: 991px){
  .custom-footer-menu-group .hs-menu-wrapper>ul>li:last-child {
    display: block;
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li {
    padding-bottom: 1.5rem;
    /* padding-top: 1.5rem; */
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li>ul {
    /* margin: 0; */
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li:last-child>ul {
    margin: 0;
  }

  .custom-footer-logo {
    padding-bottom: 1.5rem!important;
  }

  .custom-footer-social-icons ul li {
    padding-right: 1.5rem;
  }
  .custom-footer-our-office .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 1.5rem;
  }

  .clock-container__extra {
    opacity: 1;
  }

  .clock-container__extra {
    margin-bottom: 1rem!important;
  }

  .clock-container__extra:last-child {
    margin-bottom: 25px !important;
  }

  .section__in-touch__wrapper {
    padding: 15px;
  }

  .section__in-touch {
    padding: 45px 0;
  }
}

@media (max-width: 767px){
  .custom-footer-menu-group .hs-menu-wrapper>ul>li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li:last-child {
    padding-bottom: 0;
  }

  .custom-footer-menu-group .hs-menu-wrapper>ul>li.destination {
    padding-top: 1.5rem;
  }

  .custom-footer-our-office .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1.5rem;
  }

  .clock-container__extra {
    opacity: 1;
  }

}


@media (max-width: 575px){
  .custom-get-in-touch-text h3 {
    font-size: 1.625rem;
  }

  .custom-form .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field .hs-input {
    margin-top: 0;
  }

  .custom-form {
    margin: 0;
  }

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