*, *: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 {
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 100%;
}

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

@media (max-width: 1739px){
  .dnd-section{
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}
@media (max-width: 1199px){
  .dnd-section{
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
::selection {
  background-color: #0a1d30;
  color: white;
}
@font-face {
  font-family: 'FontAwesome';
  src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/FontAwesome.woff2) format('woff2'),
    url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/FontAwesome.woff) format('woff'),
    url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/FontAwesome.ttf) format('truetype'),
    url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/FontAwesome.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Elgoc';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
   src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/Elgoc-Regular.ttf) format('truetype'); 
}
@font-face {
	font-family: 'Elgoc';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
  src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/Elgoc-Medium.woff2) format('woff2'); 
}
@font-face {
	font-family: 'Aktiv Grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
  src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/AktivGrotesk.ttf) format('truetype'); 
}
@font-face {
	font-family: 'Aktiv Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
  src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/AktivGroteskBold.ttf) format('truetype'); 
}
@font-face {
	font-family: 'Aktiv Grotesk';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
  src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/AktivGroteskBoldItalic.ttf) format('truetype'); 
}
@font-face {
	font-family: 'Aktiv Grotesk';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
  src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/AktivGroteskItalic.ttf) format('truetype'); 
}
@font-face {
	font-family: 'Aktiv Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
  src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/AktivGroteskLight.ttf) format('truetype'); 
}
@font-face {
	font-family: 'Aktiv Grotesk';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
  src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/AktivGroteskLightItalic.ttf) format('truetype');  
}
@font-face {
	font-family: 'Aktiv Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url(https://21075962.fs1.hubspotusercontent-na1.net/hubfs/21075962/raw_assets/public/Total_Property_Group_Jan2025/fonts/aktivgrotesk-medium.ttf) format('truetype');
}
/* End Custom Fonts CSS */


body {
  line-height: 1.5;
  background-color: #fff;
}

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

img{
  max-width: 100%;
  height: auto;
}

/* Paragraphs */

p {
  margin: 0 0 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.125rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}
ol{
  padding-left: 23px;
}
ol li{
  margin-top: 12px;
  margin-bottom: 12px;
}
.body-container-wrapper ul{
  list-style: none;
  padding-left: 0;
}

.body-container-wrapper ul li{
  margin-left: 38px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.body-container-wrapper ul li:before{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin-left: -30px;
  margin-right: 20px;
  color: #d29c48;
}

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

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

/* 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;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  color: #0a1d30;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(left, #d29c48, transparent, #d29c48);
  background: linear-gradient(to right, #d29c48, transparent, #d29c48);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 24px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  overflow: hidden;
  position: relative;
}

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-title {
  padding: 10px;
}

/* Form fields */

.hs-form-field,
.hs-search-module .hs-input {
  margin-top: 12px;
  margin-bottom: 18px;
}

/* 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: 1px solid #333;
  padding: 12px;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

::-webkit-input-placeholder {
  color: #aaa;
}

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;
}
form .inputs-list > li:before{
  display: none;
}

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: #333;
}

.hs-error-msg,
.hs_error_rollup label {
  font-size: .75em;
  color: #ff3636;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  color: #0a1d30;
  border: 1px solid transparent;
  background: -webkit-linear-gradient(left, #d29c48, transparent, #d29c48);
  background: linear-gradient(to right, #d29c48, transparent, #d29c48);
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 24px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  overflow: hidden;
  position: relative;
}

form .hs-button:before{
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0s, opacity .6s, background-color .3s;
  transition: top 0s, opacity .6s, background-color .3s;
  background: -webkit-linear-gradient(left, #d29c48, transparent, #d29c48);
  background: linear-gradient(to right, #d29c48, transparent, #d29c48);
  opacity: 1;
}
form .hs-button:hover:before{
  top: 0;
  opacity: 0;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* To center the form within its module and applying a max-width */
form.hs-form,
.hs_cos_wrapper .form-title {
max-width: 600px;
display: block;
margin: 0 auto;
}

/* To center the form title within a form module */
.hs_cos_wrapper .form-title {
text-align: center;
}

/* To center the form submit button */
.hs_submit {
    text-align: center;
}
/* 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 {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  min-height: 79px;
}
.header_lp .nav-primary {
  min-height: 79px;
}
.header_lp.fixed_header .nav-primary {
  min-height: 56px;
}
.no-banner .body-container-wrapper {
  padding-top: 100px;
}
.header_logo {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  background-color: #0a1d30;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
header.header.fixed_header .nav-primary::after {
  width: 100%;
}
.header__toolbar:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: white;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.header.fixed_header .header__toolbar:after {
  width: 100%;
}

.header_logo:before {
  left: -2px;
  background: -webkit-linear-gradient(top right, #d29c48, transparent, #d29c48);
  background: linear-gradient(to bottom left, #d29c48, transparent, #d29c48);
  background-color: #f8e3a5;
}
.header_logo:after {
  right: -2px;
  background: -webkit-linear-gradient(top right, #f8e3a5, transparent, #f8e3a5);
  background: linear-gradient(to bottom left, #f8e3a5, transparent, #f8e3a5);
  background-color: #d29c48;
}
.header_logo:before,
.header_logo:after {
  content: '';
  position: absolute;
  top: 0;
  height: calc(100% + 2px);
  width: calc(50% + 2px);
  z-index: 13;
}
.header-icon {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  width: 74px;
  margin-left: auto;
  margin-right: auto;
  z-index: 104;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.header.fixed_header .header_logo {
  top: -100%;
}

header.header.fixed_header .header-icon {
  top: 0;
}
header.header .header_logo .wrap {
  position: relative;
  z-index: 14;
  padding: 6px;
  background-color: #0a1d30;
}

header.header .site-title a {
  position: relative;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url(../images/logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 231px;
  min-height: 67px;
  margin: 0 auto;
}
.logo-locations {
  position: relative;
  z-index: 10;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 12px;
}
.mobile-menu-toggle {
  min-height: 60px;
  width: 40px;
  background: #0a1d30;
  color: white;
  position: relative;
  box-sizing: content-box;
  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;
}
.custom-menu-primary ul.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}

.custom-menu-primary ul>li {
  display: block;
  position: relative;
  z-index: 10;
}
.custom-menu-primary ul>li>a {
  display: block;
  padding: 12px 12px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-menu-primary ul>li>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #06101b;
  display: none;
}

.mobile-menu-toggle__icon {
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(
    0deg
  );
  transform: rotate(
    0deg
  );
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index:22;
}

.nav-primary .mobile-menu-toggle__icon span:nth-child(1) {
  top: 9px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-primary .mobile-menu-toggle__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100% !important;
  border-radius: 1px;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: white;
}
.nav-primary .mobile-menu-toggle__icon span:nth-child(2) {
  top: 19px;
  width: 70%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.nav-primary .mobile-menu-toggle__icon span:nth-child(3) {
  top: 29px;
  width: 40%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.nav-primary .mobile-menu-toggle__title {
  display: none;
}

.header__toolbar {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding-top: 10px;
  padding-right: 10px;
  width: 100%;
  height: 60px;
  background-color: #0a1d30;
}

.header__toolbar a {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  width: 40px;
  height: 40px;
  color: white;
  border: 1px solid white;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
  content: "\f095";
}
.header-icon:before {
  left: -2px;
  background: -webkit-linear-gradient(top right, #d29c48, transparent, #d29c48);
  background: linear-gradient(to bottom left, #d29c48, transparent, #d29c48);
  background-color: #f8e3a5;
}

.header-icon:before,.header-icon:after {
  height: calc(100% + 2px);
  width: calc(50% + 2px);
  content: '';
  position: absolute;
  top: 0;
  z-index: 13;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-icon img {
  position: relative;
  z-index: 102;
  padding: 16px;
  background-color: #0a1d30;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.header-icon:after {
  right: -2px;
  background: -webkit-linear-gradient(top right, #f8e3a5, transparent, #f8e3a5);
  background: linear-gradient(to bottom left, #f8e3a5, transparent, #f8e3a5);
  background-color: #d29c48;
}
.nav-primary::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: white;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}




@media (min-width: 544px){
  header.header .site-title {
    font-size: 50px;
    font-family: "Playfair Display", sans-serif;
    color: #0a1d30;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
  }
}
@media (min-width: 992px){
  .nav-primary {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #0a1d30;
    z-index: 99;
  }  
  header.header .header_logo .wrap {
    padding: 18px 6px;
  }
  .logo-locations {
    margin-top: 30px;
  }
  .nav-primary .wrap {
    margin-left: -4px;
    margin-right: -4px;
  }
  .mobile-menu-toggle {
    display: none;
  }
  .custom-menu-primary ul.level-1 {
    display: -webkit-box ;
    display: -webkit-flex ;
    display: -ms-flexbox ;
    display: flex ;
  }
  .custom-menu-primary ul>li {
    position: relative;
  }
  .custom-menu-primary ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    display: none;
    margin: 0 auto;
    margin-right: 0;
    padding: 9.6px 0;
    z-index: 20;
  }
  header.header.fixed_header .custom-menu-primary ul>li>ul {
    border-top: 1px solid #fff;
  }
  .custom-menu-primary ul>li:nth-child(4) {
    margin-right: auto;
  }
  .custom-menu-primary ul>li>a {
    font-size: 11px;
    letter-spacing: 0;
    padding: 32px 4px 31px;
  }
  header.header.fixed_header .nav-primary::after {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__toolbar {
    display: none;
  }
  header.header.fixed_header .custom-menu-primary ul>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-menu-primary ul>li>ul>li>a {
    padding: 9.6px 12px;
  }
  header.header.fixed_header .custom-menu-primary ul>li>ul>li>a {
    padding: 9.6px 12px;
  }
}
@media (min-width: 992px) and (min-width: 1200px){
  .custom-menu-primary ul>li>a {
    font-size: 12px;
    padding: 31px 6px 30px;
  }
  .custom-menu-primary ul>li>ul>li>a {
    font-size: 13px;
    padding: 9.6px 18px;
  }
}
@media (min-width: 1200px){
  .nav-primary {
    padding-left: 60px;
    padding-right: 60px;
  } 
  header.header .header_logo .wrap {
    padding: 18px;
  }
  .logo-locations {
    font-size: 12px;
  }
  .nav-primary .wrap {
    margin-left: -6px;
    margin-right: -6px;
  } 
  .custom-menu-primary ul>li>ul {
    width: 226px;
    left: 6px;
  }
  .header_logo {
    max-width: 320px;
  }
  header.header.fixed_header .custom-menu-primary ul>li>a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  header.header.fixed_header .custom-menu-primary ul>li>ul>li>a {
    padding: 9.6px 18px;
  }
}
@media (min-width: 1500px){
  .nav-primary .wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .custom-menu-primary ul>li>a {
    font-size: 14px;
    letter-spacing: 0px;
    padding: 29px 15px;
  }
  .custom-menu-primary ul>li>ul {
    width: 300px;
    left: 15px;
  }
  header.header.fixed_header .custom-menu-primary ul>li>a {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media (min-width: 1740px) {
  .nav-primary {
    padding-left: 100px;
    padding-right: 100px;
  }
  .custom-menu-primary ul>li>a {
    letter-spacing: 0px;
  }

}

@media (max-width: 991px){
  .header_lp .nav-primary{
    min-height: auto;
    background: transparent!important;
  }
  .nav-primary {
    position: fixed;
    top: 0;
    left: 10px;
    padding-left: 10px;
    margin-left: -10px;
    width: calc(100% - 60px);
    z-index: 104;
  }
  .custom-menu-primary .navigation-primary>ul {
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: calc(-100% - 60px);
    width: 100%;
    height: calc(100vh);
    overflow-y: auto;
    background-color: #071523;
    max-width: 300px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .menu-open .custom-menu-primary ul {
    left: 0;
  }
  .menu-open .nav-primary .mobile-menu-toggle__icon span:nth-child(2), 
  .menu-open .nav-primary .mobile-menu-toggle__icon span:nth-child(3) {
    width: 100%;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    z-index: 15;
    font-size: 1.3em;
    opacity: .7;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    color: white;
  }

  .child-trigger:before {
    display: inline-block;
    font-family: 'FontAwesome', serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .custom-menu-primary ul>li>ul {
    background-color: #06101b!important;
    padding-left: 12px;
  }
  header.header{
    min-height: auto;
  }
  header.header.fixed_header .nav-primary::after{
    display: none;
  }
  .header__toolbar a:hover {
    color: #fff;
  }
}

@media (max-width: 543px){
  .header_logo {
    max-width: 170px;
  }
  .logo-locations {
    letter-spacing: 0;
    font-size: 8px;
  }
  header.header .site-title a {
    width: 150px;
    min-height: 44px;
  }
  .title-area p {
    margin-bottom: 0;
  }
}
footer.footer {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
footer.footer.footer_lp ul.social_icons{
  display: none;
}
.footer-enquire {
  text-align: center;
}
.footer.footer .wrap {
  padding: 48px 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #d29c48;
}
.footer-enquire h2 {
  margin-bottom: 24px;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
}
.footer-enquire p {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0;
}
.footer-enquire p .phone {
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-enquire p .phone:hover,
.footer-enquire p .phone:focus {
  opacity: 0.8;
}
.footer-enquire p .enquire {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #d29c48;
  padding-bottom: 6px;
  letter-spacing: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
  font-size: 22px;
}

.footer-enquire p .enquire:before {
  content: '';
  z-index: 10;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7e3a5;
  opacity: 1;
  -webkit-transition: left .3s .3s, opacity .3s;
  transition: left .3s .3s, opacity .3s;
}

.footer-enquire p .enquire:hover {
  color: #d29c48;
}

.footer-enquire p .enquire:hover:before {
  left: 70%;
  width: 30%;
  opacity: 0;
}

.footer-locations {
  padding-top: 48px;
  padding-bottom: 24px;
  text-align: center;
}
footer.footer .footer-locations .wrap {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.locations__heading {
  text-align: center;
  padding: 0 10px;
  color: #d29c48;
  margin-bottom: 36px;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
}
.locations__title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 24px;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.locations__image {
  position: relative;
  display: block;
  margin-top: 18px;
}

.locations__image img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.site-footer {
  font-size: 12px;
}
.footer-contact {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottom_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  line-height: 1.3;
}
.bottom_section_inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
  width: 100%;
}

.copyright_content a {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-style: italic;
  color: #eee;
  font-size: 12px;
  line-height: 14px;
}

.copyright-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.copyright-menu ul>li>a {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-style: italic;
  line-height: 14px;
  font-size: 12px;
}

.copyright-menu ul>li:before {
  margin: 0 3px 0 6px;
  content: '\7c';
}

.copyright-menu ul>li:last-child>a {
  margin-right: 244px;
}

.footer.footer  .site-footer .wrap {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #d29c48;
  border-bottom: 0;
}
.copyright-menu ul>li {
  position: relative;
}
.copyright-menu {
  margin-left: 3px;
  margin-bottom: 1px;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 55px;
  right: -49px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transform: rotate(-90deg );
  transform: rotate( -90deg);
  color: #797979;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.back-to-top.show {
  opacity: 1;
  height: auto;
}
.back-to-top:hover{
  color: #797979;
}
.contact__form {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
}
.contact__form>div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact__form h5 {
  font-size: 20px;
  color: #d29c48;
  margin-bottom: 0;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
  padding: 0;
}

.contact__form #hs_form_target_subscribe {
  overflow: hidden;
  padding-top: 0;
  padding-top: 24px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.contact__form  form {
  font-size: 12px!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__form  form .hs-form-field {
  width: 32%;
  margin-bottom: 18px;
  font-weight: 400;
  margin-top: 0;
}

.contact__form  form label {
  display: none;
}
.contact__form form .hs-error-msg{
  display: block;
}
.contact__form  form .hs-form-field input {
  color: #fff;
  width: 100%;
  padding: 0 6px 6px;
  border: 0!important;
  border-bottom: 1px solid #fff!important;
  background: none!important;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 0;
  outline: 0;
}

.contact__form  .hs_submit .actions {
  background: none;
  border: 1px solid #d29c48;
  color: #d29c48;
  padding: 6px 36px 6px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
  position: relative;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;

}

.contact__form  .hs_submit .actions:after {
  content: "\f101";
  font-weight: bold!important;
  margin-left: 10.5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact__form  .hs_submit .actions input {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
}


.contact__logos {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  font-size: 20px;
}

.footer_logo a {
  color: #eee;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer_logo img {
  width: 200px!important;
  margin-bottom: 24px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: none;
}

.footer-contact__phone {
  display: block;
  font-size: 16px;
  margin-bottom: 18px;
  letter-spacing: 2px;
  color: #eee;
}

ul.social_icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.social_icons>li>a {
  color: #d29c48;
  margin-left: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.bottom_section_inner > div {
  line-height: 14px;
  font-size: 12px;
}
.locations .column {
  margin-bottom: 24px;
}
.contact__form  form .hs_submit {
  line-height: 9px;
}
.contact__form__arrow {
  display: none;
}



.fa-angle-down:before {
  content: "\f107";
}

.contact__form__arrow {
  display: none;
  display: none;
  margin-left: 24px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d29c48;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #d29c48;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}





@media (min-width: 544px){
  .footer.footer .wrap {
    max-width: 576px;
    padding-right: 10px;
    padding-left: 10px;
  }  

  .footer-enquire h2 {
    font-size: 50px;
  }
  .locations__heading {
    font-size: 32px;
  }
  .locations__title {
    font-size: 26px;
  }
}
@media (min-width: 768px){
  .footer.footer .wrap {
    max-width: 720px;
    padding-right: 10px;
    padding-left: 10px;
  } 
  .footer-locations .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .locations .column {
    width: 32%;
  }
  footer.footer .footer-locations .wrap,
  footer.footer .site-footer .wrap {
    max-width: 720px;
  }
  .locations__address {
    min-height: 48px;
  }
}
@media (min-width: 992px){
  .footer.footer .wrap {
    max-width: 1140px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-contact {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bottom_section {
    text-align: right;
  }
  .bottom_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact__form {
    margin-right: 24px;
    padding-bottom: 0;
  }
  footer.footer .footer-enquire .wrap ,
  footer.footer .footer-locations .wrap,
  footer.footer .site-footer .wrap {
    max-width: 940px;
  }
}
@media (min-width: 1200px){
  footer.footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer.footer .wrap {
    max-width: 1140px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .bottom_section {
    margin-right: -10px;
    margin-left: -10px;
  }
  .back-to-top {
    display: block;
  }
  footer.footer .footer-enquire .wrap ,
  footer.footer .footer-locations .wrap,
  footer.footer .site-footer .wrap  {
    max-width: 1140px;
  }
}
@media (min-width: 1740px){
  footer.footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer.footer .wrap {
    max-width: 1580px;
  }
  .back-to-top {
    bottom: 68px;
    right: -35px;
  }
  .locations .column {
    width: 33%;
  }
  footer.footer .footer-locations .wrap,
  footer.footer .site-footer .wrap  {
    max-width: 1580px;
  }
  .locations__address {
    min-height: 0;
  }
}

@media (max-width: 1199px){
  .copyright-menu{
    margin-bottom: 2px;
  }
}

@media (max-width: 991px){
  .contact__form__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact__form div .hs_cos_wrapper_type_rich_text {
    display: flex;
  }
  .footer-contact{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom_section_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .copyright-menu ul>li:last-child>a {
    margin-right: 0;
  }
  .contact__logos {
    text-align: center;
  }
  ul.social_icons {
    justify-content: center;
  }
  ul.social_icons>li>a {
    margin: 0 12px;
  }

  .contact__form #hs_form_target_subscribe {
    height: 0;
    padding-top: 0;
  }
  .contact__form #hs_form_target_subscribe.form_open {
    padding-top: 24px;
    height: auto;
  }
  .contact__form {
    margin-bottom: 36px;
    border-bottom: 1px solid #d29c48;
  }
  .copyright-menu {
    margin-bottom: 0px;
  }
  .contact__form form .hs-form-field {
    width: 48%;
  }
}
@media (max-width: 767px){
  .locations__image {
    display: none;
  }
  .footer-enquire p {
    white-space: nowrap;
  }
}
@media (max-width: 575px){
  .footer-enquire p {
    white-space: normal;
  }
  .bottom_section_inner {
    flex-wrap: wrap;
  }

  .bottom_section_inner {
    padding: 0 10px;
  }
}
@media (max-width: 543px){
  .contact__form h5 {
    font-size: 18px;
  }
  .locations__heading {
    font-size: 22px;
  }
  .footer-enquire h2 {
    font-size: 32px;
  }

  .contact__form form .hs-form-field {
    width: 100%;
  }
}
/* 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;
  }
}