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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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;
}
body {
  background-color: #F5F3EF;
}

/* main {
  min-height: 1000px;
} */

/* 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: 1070px) {
    main {
      background: none;
    }

    .row-fluid {
        width: 100%;
    }

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

    .dnd_area-row-0-vertical-alignment > .row-fluid {
        flex-direction: column !important;
    }

}

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}
@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/GilroyRegular.1753247dd1.woff2) format("woff2"),url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/GilroyRegular.7df1435311.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/GilroyBold.b15e302272.woff2) format("woff2"),url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/GilroyBold.1956a7a608.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    src: url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/GilroyLight.c45018f8be.woff2) format("woff2"),url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/GilroyLight.d8c34943bf.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/Inter-Bold.41daba8a75.woff2) format("woff2"),url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/Inter-Bold.59fcb522ce.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/Inter-Light.f8325f14c5.woff2) format("woff2"),url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/Inter-Light.a146ace0d0.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/Inter-Regular.e590efe610.woff2) format("woff2"),url(//pages.buildots.com/hubfs/raw_assets/public/Buildots_May2022/fonts/Inter-Regular.1576fa569b.woff) format("woff")
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  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;
  line-height: normal;
}

/* 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;
}
button,
.button {
  border: 4px solid #343333;
  color: #343333 !important;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  transition: 825ms all;
  webkit-transition: 825ms all;
  overflow: hidden;
  z-index: 2;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-appearance: none;
  display: table;
  font-family: 'Gilroy', sans-serif;
}


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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: none;
  font-size: 0.875rem;
  margin-bottom: 0rem;
}

form#email-prefs-form label {
  display: block;
}

form label span:empty {
  display:none;
}
/* 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: transparent;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #D7D5D1;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  padding: 0px 0;
  -webkit-appearance: none;
  border-radius: 0;
  margin-bottom: 15px;
  outline: none;
  min-height: 27px;
}


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 { 
}

.hs-error-msg {
  color: #dc3232;
  font-weight: 400;
  display: block;
}
.hs_error_rollup label {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.hs_error_rollup label {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
/* Submit button */

form input[type=submit],
form .hs-button {
    border: 4px solid #343333;
    border-right: 0;
    box-shadow: inset 0 0 0 0 #fff;
    color: #343333!important;
    cursor: pointer;
    display: table;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: auto;
    overflow: hidden;
    padding: 6px 85px 6px 35px;
    position: relative;
    transition: all .825s;
    z-index: 2;
}
.hs-submit .actions {
    position: relative;
    width: fit-content;
    display: inline-block;
    margin-top: 50px;
}

/* Captcha */

/* Title */
.form-title {
  margin-bottom: 50px;
  position: relative;
  font-size: 45px;
}

@media only screen and (max-width: 520px) {
  .form-title {
    font-size: 26px;
    line-height: 28px;
  }
  
  .hs-submit {
    text-align: center!important;
  }
}

.form-title:before {
     background-color: #fcbf2c;
    bottom: -35px;
    content: "";
    height: 5px;
    margin-bottom: 25px;
    max-width: 330px;
    position: absolute;
    width: 100%;
}

/* Custom code */
.grecaptcha-badge {
  margin: 0 auto;
}
.hs_cos_wrapper_type_member_login form label {
  display: inline-block;
}

.body-container-wrapper .widget-type-form {
  background-color: #f5f3ef;
}

form {
  display: flex;
  flex-wrap: wrap;
}

form div {
  flex-basis: 100%;
}

form .hs-dependent-field,
form .hs-submit,
form .legal-consent-container {
  flex-basis: 100%;
}

form .legal-consent-container {
  margin-top: 20px;
  text-align: left;
}

form .hs-submit .actions {
  margin-top: 10px;
}

form .hs-dependent-field .hs-input {
  width: 100%;
}

form select {
  margin-bottom:10px;
  padding: 5px 0;
  background: url()  no-repeat 100% transparent;
}

form .hs-richtext p {
  font-size: 11px;
  line-height: 16px;
}

form .hs-richtext *:last-child {
  margin-bottom: 0;
}

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

.hs-error-msg {
  color: #dc3232;
  font-size: 0.7em;
  display: block;
}

/* #email-prefs-form input#submitbutton {
  padding: 6px 10px;
  border: 4px solid #343333;
} */

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 {
  width: 100%;
}

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 {
  border-bottom: solid rgba(42, 41, 39, .1) !important;
  min-height: 50px;
  font-size: 18px;
  color: #2a2927;
}

.dnd-module .inputs-list li:before {
  display: none;
}

fieldset.form-columns-1 {
  width: 100%;
  margin-bottom: 10px !important;
  
}

fieldset.form-columns-1 .input {
  width: 100%;
  margin-right: 0 !important;
}

fieldset.form-columns-2 .input {
  width: 100%;
}

fieldset.form-columns-2 .hs-input {
  width: 90%;
}

fieldset.form-columns-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px !important;
}

form textarea {
  border: 0.2rem solid rgba(42,41,39,.1) !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2a2927;
  height: 6.6rem;
  padding: 1.1rem;
  resize: none;
  width: 100%;
}
/* 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 {
  background-color: #030303;
  backdrop-filter: blur(0.25rem);
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 120px;
  top: 0;
  display: flex;
  align-items: center;
  transition-duration: .3s;
  transition-property: top, background, box-shadow, transform;
  transition-timing-function: ease-in-out;
  z-index: 999;
}

body.no-banner {
  padding-top: 150px;
}

body.no-banner header.header {
  background: rgba(0, 0, 0, .85);
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}

.header__logo img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.header__logo a {
  position: relative;
  transition: all .5s;
}

.header__navigation .navigation-primary {
  width: 100%;
}

.header__navigation .submenu.level-1 {
  display: flex;
  align-items: center;
  height: 60px;
}

.header__navigation .submenu.level-1>li {
  align-items: center;
  display: flex;
  height: 7.5rem;
}

.header__navigation .submenu.level-1>li+li {
  margin-left: 1.25rem;
}

.header__navigation .submenu.level-1>li>a {
  height: 85%;
  display: flex;
  align-items: center;
  color: #000;
  font-family: 'Gilroy', sans-serif;
  font-size: 0.813rem;
  font-weight: 400;
  letter-spacing: .2em;
  line-height: 0.938rem;
  text-transform: uppercase;
}

.header__navigation .submenu.level-1>li:nth-child(6) {
  height: auto;
}

.header__navigation .submenu.level-1>li:nth-child(5) {
  position: relative;
}

.header__navigation .submenu.level-1>li:nth-child(5) a {
  font-weight: 700;
  width: 100%;
}

.header__navigation .submenu.level-1>li:nth-child(5):before {
  background-color: #fff;
  content: "";
  display: block;
}

.header__navigation .submenu.level-1>li:nth-child(6) a {
  background-color: #40BE46;
  border-color: #40BE46;
  color: #f5f3ef;
  padding: 0.625rem 1.438rem;
  line-height: 1.25rem;
  font-size: .813rem;
  font-weight: 700;
  letter-spacing: normal;
  display: inline-block;
  text-transform: none;
}

.header__navigation .submenu.level-1>li:nth-child(6):hover {
  background-color: #FCBF2C;
  color: #343333;
  box-shadow: inset 220px 0 0 0 #fcbf2c;
}

.header__navigation .submenu.level-1>li:nth-child(6) a:hover {
  background-color: #3E892D;
  border-color: #3E892D;
  color: #F5F3EF;
}

.cs-blog-header .header__logo a {
  max-width: 260px;
}

.header__logo a {
  transition: all .5s;
  max-width: 180px;
  display: block;
  padding-top: 5px;
}

.cs-blog-header .header.collapsed .header__logo a {
  max-width: 200px !important;
}

/* .collapsed .header__navigation .submenu.level-1 {
  height: 80px!important;
}
.collapsed .header__navigation .submenu.level-2{
  background-color: rgba(0,0,0,.75)!important;
}
.collapsed .header__navigation .submenu.level-2>li{
  height: auto!important;
}
.collapsed .header__navigation .submenu.level-2>li>a{
  padding: 8px 30px!important;
}
.collapsed .header__navigation .submenu.level-2>li:first-child:before {
  top: 13px!important;
  left: 10px!important;
}

.collapsed .header__navigation .submenu.level-2 {
  top: 70px;
} */
/* desktop submenu*/
.header__navigation .submenu.level-2 {
  opacity: 0;
  transition-duration: .3s;
  transition-property: transform, opacity, visibility;
  transition-timing-function: ease;
  display: none;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.813rem;
  letter-spacing: 0;
  line-height: 1.156rem;
  padding-left: 0.938rem;
  z-index: 1;
  white-space:nowrap;
}

.header__navigation .submenu.level-2>li {
  height: auto;
  font-size: 18px;
  line-height: 22px;
  margin-right: 0;
  color: #FFF;
  font-weight: 700;
  position: relative;
  transition: all .5s;

}

.header__navigation .submenu.level-2>li>a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 15px;
  font-family: 'Gilroy';
  line-height: 2.313rem;
}

.header__navigation .submenu.level-2>li:first-child:before {
  top: 17px;
  left: 3px;
  transition: .35s;
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url({{ get_asset_url('../../images/smalladd.png')
}
});
}

.header__navigation .submenu.level-2>li:first-child:hover:before {
  transform: rotate(270deg);
}

.header__navigation span.menu-arrow-bg {
  border: solid;
  border-width: 0 2px 2px 0;
  display: block;
  font-size: 0px;
  line-height: 0;
  margin-left: .188rem;
  margin-top: -.113rem;
  padding: 2.5px;
  transform: rotate(45deg);
  transition: transform .3s ease;
}

.header__navigation span.menu-arrow-bg:before {
  bottom: -0.5rem;
  content: "";
  left: -0.5rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
}

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

/*  nav toggle mobile*/
.nav_toggle {
  display: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #fdd352;
  font-size: 0;
  line-height: 0;
  padding-top: 1.6rem;
  position: relative;
  width: 1.55rem;
  z-index: 99;
}

.nav_toggle:focus {
  outline: 0;
}

.nav_toggle:after,
.nav_toggle:before,
.nav_toggle span:after {
  background: #fdd352;
  content: "";
  height: .125rem;
  right: 32px;
  position: absolute;
  transition-duration: .3s;
  transition-property: top, transform, visibility, opacity;
  transition-timing-function: ease-in-out;
  width: 100%;
}

.nav_toggle span:after {
  top: 0;
}

.nav_toggle:after {
  top: .5rem;
}

.nav_toggle:before {
  top: 1rem;
}

.mobile-nav-visible .nav_toggle:after,
.mobile-nav-visible .nav_toggle:before,
.mobile-nav-visible .nav_toggle span:after {
  background: #fdd352;
}

.mobile-nav-visible .nav_toggle span:after {
  top: .8rem;
  transform: rotate(45deg);
}

.mobile-nav-visible .nav_toggle:before {
  top: .8rem;
  transform: rotate(-45deg);
}

.mobile-nav-visible .nav_toggle:after {
  opacity: 0;
  top: .8rem;
  transform: translateX(100%);
  visibility: hidden;
}

/* mobile navigation */
.mobile-navigation {
  display: none;
}

.header__navigation .submenu.level-2>li>a:hover .header__navigation .submenu.level-1>li>a {
  color: #fcbf2c;

}

@media only screen and (min-width: 992px) {
  .header__navigation .submenu.level-2 {
    backdrop-filter: blur(0.25rem);
    background-color: rgba(3, 3, 3, .85);
    left: -1.438rem;
    top: 94%;
    min-width: 9.688rem;
    padding: 1.188rem 1.063rem 1.625rem 1.5rem;
    position: absolute;
    transform: translateY(1.25rem);
  }

  .header__navigation .submenu.level-1>li:nth-child(5):before {
    height: 0.625rem;
    left: -0.625rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.063rem;
  }
}

@media only screen and (max-width: 991px) {
  header.header {
    backdrop-filter: none;
    background-color: #030303 !important;
    height: 110px;
    opacity: 1;
    padding-top: 0.938rem;
  }

  .header__container {
    padding: 0 2rem;
  }

  .header__logo img {
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 70%;
  }

  .header__navigation {
    background-color: #030303;
    backdrop-filter: none;
    bottom: 0;
    height: 90vh;
    left: 0;
    opacity: .5;
    overflow: auto;
    padding: 1.313rem 0 2rem;
    position: fixed;
    right: 0;
    top: 6.15rem;
    transition-duration: .3s;
    transition-property: opacity, visibility;
    visibility: hidden;
    z-index: 998;
  }

  .header__navigation .submenu.level-1 {
    padding: 0 2rem;
  }

  .header__navigation .submenu.level-1>li {
    height: auto;
    flex-wrap: wrap;
    padding: 0.281rem 0;
  }

  .header__navigation .submenu.level-1>li+li {
    margin-left: 0;
    margin-top: 2.5rem;
  }

  .header__navigation .submenu.level-1>li:nth-child(5) {
    margin-top: 3.25rem;
  }

  .header__navigation .submenu.level-1>li:nth-child(5):before {
    height: 0.12rem;
    margin-bottom: 2.188rem;
    max-width: 12.313rem;
    width: 100%;
  }

  .header__navigation .submenu.level-1>li:nth-child(6) {
    display: none;
  }

  .header__navigation .submenu.level-1>li.has-submenu.focus span.menu-arrow-bg,
  .header__navigation .submenu.level-1>li.has-submenu:hover span.menu-arrow-bg {
    color: #fdd352;
    margin-top: 0.063rem;
    transform: rotate(-135deg);
  }

  .header__navigation .submenu.level-1>li.has-submenu.focus>a,
  .header__navigation .submenu.level-1>li.has-submenu:hover>a {
    color: #fdd352;
  }

  .header__navigation .submenu.level-2 {
    margin-top: 0.563rem;
    max-height: 999px;
    overflow: hidden;
    flex-basis: 100%;
  }

  .header__navigation .submenu.level-2>li>a {
    font-size: 0.813rem;
    line-height: 1.5rem;
  }

  .mobile-nav-visible .header__navigation {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-visible .header__navigation .submenu.level-1 {
    display: block;
    order: 1;
  }

  .nav_toggle {
    display: block;
  }

  .active_overlay {
    left: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .header__container {
    max-width: 580px !important;
  }
}
footer {
  background-color: #343333;
  display: block;
}

.copyright_footer {
  background-color: #000;
  position: relative;
  padding: 8px 20px;
}

.copyright_footer .terms_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.no-navigation .terms_wrap {
  justify-content: end;
}

/* CUSTOM CLASS 07/05/2025/ */
.footer-menu_layout{
  display: flex;
	justify-content:center;
}

@media screen and (max-width:768px) {
  .footer-menu_layout{
    display: grid !important;
  }
}

.cookie-link_footer::before {
	  color: #a3a3a3;
    content: " | ";
    padding-right: 8px !important;
    display: inline-block;
    margin-left: -8px !important;
}

.cookie-link_footer{
	padding:0;
}

.cookie-link_footer > ::marker {
    font-size: 1px;
    color: transparent;
}


/* Landing page template footer */
/* .copyright_footer_landing_page .terms_wrap {
    max-width: 980px
} */
.copyright_footer_landing_page .terms_wrap .copyright {
  color: #707070 !important;
  text-align: right;
  text-transform: unset !important;
}

.copyright_footer_landing_page .terms_wrap ul li a {
  color: #A3A3A3;
  text-decoration: underline;
}

.copyright_footer_landing_page .terms_wrap ul li:after {
  color: #A3A3A3 !important;
  padding-left: 4px;
}

.copyright_footer_landing_page .terms_wrap ul li:last-child {
  padding-right: 0;
}

.copyright_footer_landing_page .terms_wrap ul li:last-child:after {
  content: none;
}

@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  display: flow-root;
  width: 100%;
}

.copyright_footer .terms_wrap .copyright {
  flex: 1;
  align-items: center;
  justify-content: center;
}

.copyright_footer .terms_wrap .copyright,
.copyright_footer .terms_wrap ul li {
  font-size: 13px;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.copyright_footer .terms_wrap ul {
  display: flex;
  margin-right: 15px;
  flex-direction: row !important;
}

.copyright_footer .terms_wrap ul li {
  padding-right: 6px;
}

.copyright_footer .terms_wrap ul li:after {
  content: ' | ';
  color: #fcbf2c;
}


@media only screen and (max-width: 998px) {
  .footer_bdd .signup_form_Wrap {
    flex-direction: column;
  }

  .footer_bdd .signup_form_Wrap {
    padding-top: 45px;
  }

  .footer_bdd .signup_form_Wrap .form_Wrap .hs-form .hs-richtext {
    bottom: auto;
    top: 65%;
  }
}

.footer_bdd .signup_form_Wrap {
  background-color: #fcbf2c;
  margin-top: -80px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 30%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 45px 50px;
  margin-bottom: 50px;
}

.footer_bdd .signup_form_Wrap ::-webkit-input-placeholder {
  color: #000
}

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

.footer_bdd .signup_form_Wrap ::-moz-placeholder {
  color: #000
}

.footer_bdd .signup_form_Wrap :-ms-input-placeholder {
  color: #000
}

.footer_bdd .signup_form_Wrap :-moz-placeholder {
  color: #000
}

.footer_bdd .signup_form_Wrap .hs_submit.hs-submit {
  padding: 0 5px;
}

footer.footer_bdd #hs_cos_wrapper_footer_logo a {
  pointer-events: none;
}

@media only screen and (max-width: 998px) {
  .footer_bdd .signup_form_Wrap .title {
    max-width: 100%;
    margin-bottom: 35px;
    margin-right: 0;
  }
}

.footer_bdd .signup_form_Wrap .title {
  max-width: 170px;
  width: 100%;
  margin-right: 15px;
}

.footer_bdd .signup_form_Wrap .form_Wrap {
  max-width: 840px;
  width: 100%;
}

.footer_bdd .footer_mainWrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 75px;
}

.footer_bdd .footer_mainWrap .column {
  max-width: 32.5%;
  width: 100%;
}

.footer_bdd .footer_mainWrap .column p {
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 20px;
  font-family: 'Inter', sans-serif;


}

.footer_bdd .footer-menu ul li a {
  color: #fff;
  position: relative;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_bdd .footer-menu ul {
  display: block !important;
}

.footer_bdd .footer-menu ul li a {
  color: #ffffff;

}

.footer_bdd .footer-menu ul li {
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;

}

.footer_bdd .footer-menu ul li:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 6px;
  width: 11px;
  height: 11px;
  background-image: url({{ get_asset_url('../../images/menu_plus.png')
}
});
transition: .35s;
webkit-transition: .35s;
}

.footer_bdd .footer-menu ul li:hover:before {
  transform: rotate(270deg);
}

.contact-details p span {
  color: #fcbf2c;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.contact-details p a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.sitemap-links ul li a {
  font-size: 15px;
  /*   padding-right: 6px; */
  color: #fff;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  line-height: 21px;
}

.signup_form_Wrap .form_Wrap form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.copyright_footer .terms_wrap ul li:nth-child(3):after {
  content: ' ';

}

.footer_bdd .social_Wrap {
  margin-top: 15px;
}

.footer_bdd .signup_form_Wrap .form_Wrap form .actions {
  position: relative;
}

.footer_bdd .signup_form_Wrap .form_Wrap form .actions:after {
  content: "";
  width: 50px;
  height: 100%;
  background-position: center center;
  background-color: #343333;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background-image: url({{ get_asset_url('../../images/button_plus_ywllow.png')
}
});
background-repeat: no-repeat;
}

/* .footer_bdd .signup_form_Wrap .form_Wrap form .actions input{
  border: 4px solid #343333;
  border-right: 0;
  padding: 6px 85px 6px 35px;
  color: #343333!important;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  transition: 825ms all;
  -webkit-transition: 825ms all;
  overflow: hidden;
  z-index: 2;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-appearance: none;
  line-height:normal;
  margin:0;
  width:180px;

}
.footer_bdd .signup_form_Wrap .form_Wrap form .actions input:hover{
  box-shadow: inset 200px 0 0 0 #fff;
  color: #343333!important;
} */
.footer_bdd .signup_form_Wrap .title h4 {
  margin: 0;
  position: relative;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
}


.footer_bdd .signup_form_Wrap .title h4:before {
  content: '';
  height: 5px;
  background-color: #343333;
  width: 90%;
  position: absolute;
  bottom: -35px;
  margin-bottom: 25px;
}

.footer_bdd .signup_form_Wrap .form_Wrap {
  max-width: 840px;
  width: 100%;
}


.footer_bdd .signup_form_Wrap .hs_error_rollup {
  display: none;
}

.footer_bdd .signup_form_Wrap input.hs-input {
  margin: 0;
}


.signup_form_Wrap .hs-error-msgs li {
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .footer_bdd .footer_mainWrap .column {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_bdd .footer_mainWrap .column:last-child {
    margin-bottom: 0;
  }

  .footer_bdd .footer_mainWrap {
    flex-direction: column;
    align-items: center;
  }

  .copyright_footer .terms_wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .copyright_footer .terms_wrap ul {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer_bdd .footer_mainWrap .column:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .footer_bdd {
    padding-top: 50px;
  }

  .footer_bdd .signup_form_Wrap {
    display: none;
  }
}



.footer_bdd .signup_form_Wrap .form_Wrap .hs-form .hs-richtext {
  word-break: break-word;
  position: absolute;
  left: 0;
  margin-top: 10px;
  bottom: -40px;
}

@media only screen and (max-width: 998px) {
  .signup_form_Wrap {
    flex-direction: column;
  }

  .signup_form_Wrap .title {
    max-width: 100% !important;
    margin-bottom: 30px !important;
    margin-right: 0 !important;
  }
}

.footer_bdd .signup_form_Wrap .form_Wrap .hs-form .hs-richtext p span {
  font-size: 11px !important;
  color: #333333 !important;
  background-color: transparent !important;
}

.our_investors_bdd {
  padding: 75px 0 150px;
}

.our_investors_bdd .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our_investors_bdd .container .logos_Wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 520px;
  width: 100%;
}

.our_investors_bdd .container h4 {
  font-size: 45px;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 0;
}

.our_investors_bdd .container h4:before {
  content: '';
  height: 5px;
  background-color: #343333;
  width: 100%;
  position: absolute;
  bottom: -35px;
  margin-bottom: 25px;
}

.our_investors_bdd .container .logos_Wrapper img {
  margin-right: 15px;
}

@media only screen and (max-width: 700px) {
  .our_investors_bdd {
    padding: 75px 0;
    background-color: #FCBF2C;
  }

  .our_investors_bdd .container .logos_Wrapper img {
    filter: brightness(0) invert(1);
    webkit-filter: brightness(0) invert(1);
  }
}

@media only screen and (max-width: 840px) {
  .our_investors_bdd .container {
    flex-direction: column;
  }

  .our_investors_bdd .container .logos_Wrapper {
    max-width: 425px;
    margin-top: 55px;
  }
}

@media only screen and (max-width: 520px) {
  .our_investors_bdd .container .logos_Wrapper {
    display: block;
  }

  .our_investors_bdd .container .logos_Wrapper img:first-child {
    margin: 0 auto 30px;
    display: block;
  }

  .our_investors_bdd {
    padding: 40px 0;
  }

  .our_investors_bdd .container h4 {
    font-size: 26px;
    line-height: 28px;
  }

  .our_investors_bdd .container h4:before {
    height: 3px;
  }
}
/* 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;
  }
}

/* Rich Text */
.hs_cos_wrapper_type_rich_text > h2 + p,
.hs_cos_wrapper_type_rich_text > h3 + p {
  margin-top: -14px;
}