*, *: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, .content-wrapper--vertical-spacing {
    padding: 80px 0px !important;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
    font-family: "ClashDisplay-Semibold";
    src: local("ClashDisplay Semibold"), 
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/ClashDisplay/ClashDisplay-Semibold.woff2") format("woff2"),
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/ClashDisplay/ClashDisplay-Semibold.woff") format("woff"), 
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/ClashDisplay/ClashDisplay-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neue Haas Grotesk Display Light";
    src: url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/Neue%20Haas%20Grotesk%20Display%20Light/NeueHaasDisplayLight.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/Font%20Awesome%205%20Free%20Solid/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/Font%20Awesome%205%20Free%20Solid/FontAwesome5Free-Solid.woff2") format("woff2"),
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/Font%20Awesome%205%20Free%20Solid/FontAwesome5Free-Solid.woff") format("woff"),
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/Font%20Awesome%205%20Free%20Solid/FontAwesome5Free-Solid.ttf") format("truetype"),
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/Font%20Awesome%205%20Free%20Solid/FontAwesome5Free-Solid.svg") format("svg");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "awb-icons";
    src: url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/awb-icons/awb-icons.woff") format("woff"),
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/awb-icons/awb-icons.ttf") format("truetype"),
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/awb-icons/awb-icons.svg") format("svg");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Neue Haas Grotesk Display Bold";
    src: url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/Neue%20Haas%20Grotesk%20Display%20Bold/NeueHaasDisplayBold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: HelveticaNeueLight;
    src: url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/HelveticaNeueLight/HelveticaNeueLight.woff2") format("woff2"), 
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/HelveticaNeueLight/HelveticaNeueLight.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "ClashDisplay-Semibold";
    src: url("") format("woff2"), 
        url("") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueMedium;
    src: url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/HelveticaNeueMedium/HelveticaNeueMedium.woff2") format("woff2"), 
        url("//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/fonts/HelveticaNeueMedium/HelveticaNeueMedium.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

<script type='text/javascript' id='fusion-responsive-typography-js-extra'>
/* <![CDATA[ */
var fusionTypographyVars = {
    "site_width": "1200px",
        "typography_sensitivity": "0.70",
        "typography_factor": "1.50",
        "elements": "h1, h2, h3, h4, h5, h6"
};
/* ]]> */
</script>

:root {
    --site_width: 1200px;
    --site_width-int: 1200;
    --margin_offset-top: 0px;
    --margin_offset-bottom: 0px;
    --margin_offset-top-no-percent: 0px;
    --margin_offset-bottom-no-percent: 0px;
    --main_padding-top: 0px;
    --main_padding-top-or-55px: 0px;
    --main_padding-bottom: 20px;
    --hundredp_padding: 0;
    --hundredp_padding-fallback_to_zero: 0;
    --hundredp_padding-fallback_to_zero_px: 0;
    --hundredp_padding-hundred_percent_negative_margin: -0;
    --sidebar_width: 25%;
    --sidebar_gutter: 4%;
    --sidebar_2_1_width: 20%;
    --sidebar_2_2_width: 20%;
    --dual_sidebar_gutter: 4%;
    --grid_main_break_point: 1000;
    --side_header_break_point: 800;
    --content_break_point: 800;
    --typography_sensitivity: 0.70;
    --typography_factor: 1.50;
    --primary_color: #dd2827;
    --primary_color-85a: rgba(221,40,39,0.85);
    --primary_color-7a: rgba(221,40,39,0.7);
    --primary_color-5a: rgba(221,40,39,0.5);
    --primary_color-35a: rgba(221,40,39,0.35);
    --primary_color-2a: rgba(221,40,39,0.2);
    --header_bg_image: ;
    --header_bg_repeat: no-repeat;
    --side_header_width: 0;
    --side_header_width-int: 0;
    --header_padding-top: 10px;
    --header_padding-bottom: 10px;
    --header_padding-left: 0px;
    --header_padding-right: 0px;
    --menu_highlight_background: #dd2827;
    --menu_arrow_size-width: 23px;
    --menu_arrow_size-height: 12px;
    --menu_arrow_size-width-header_border_color_condition_5: ;
    --nav_highlight_border: 3px;
    --nav_padding: 48px;
    --nav_padding-no-zero: 48px;
    --dropdown_menu_top_border_size: 3px;
    --dropdown_menu_width: 200px;
    --mainmenu_dropdown_vertical_padding: 12px;
    --menu_sub_bg_color: #ffffff;
    --menu_bg_hover_color: #ffffff;
    --menu_sub_sep_color: #ffffff;
    --menu_h45_bg_color: #ffffff;
    --nav_typography-font-family: HelveticaNeueLight;
    --nav_typography-font-weight: 400;
    --nav_typography-font-size: 17px;
    --nav_typography-font-style: ;
    --nav_typography-letter-spacing: 0px;
    --nav_typography-color: #000000;
    --nav_typography-color-65a: rgba(0,0,0,0.65);
    --nav_typography-color-35a: rgba(0,0,0,0.35);
    --menu_hover_first_color: #dd2827;
    --menu_hover_first_color-65a: rgba(221,40,39,0.65);
    --menu_sub_color: #212934;
    --nav_dropdown_font_size: 14px;
    --flyout_menu_icon_font_size: 20px;
    --flyout_menu_icon_font_size_px: 20px;
    --snav_font_size: 12px;
    --sec_menu_lh: 48px;
    --header_top_menu_sub_color: #4a4e57;
    --mobile_menu_icons_top_margin: 20px;
    --mobile_menu_nav_height: 42px;
    --mobile_header_bg_color: #ffffff;
    --mobile_menu_background_color: #ffffff;
    --mobile_menu_hover_color: #f9f9fb;
    --mobile_menu_border_color: #e2e2e2;
    --mobile_menu_toggle_color: #000000;
    --mobile_menu_typography-font-family: "Neue Haas Grotesk Display Bold";
    --mobile_menu_typography-font-size: 19px;
    --mobile_menu_typography-font-weight: 700;
    --mobile_menu_typography-line-height: 28px;
    --mobile_menu_typography-letter-spacing: 0px;
    --mobile_menu_typography-color: #000000;
    --mobile_menu_typography-font-style: ;
    --mobile_menu_typography-font-size-30-or-24px: 24px;
    --mobile_menu_typography-font-size-open-submenu: 19px;
    --mobile_menu_font_hover_color: #dd2827;
    --menu_icon_size: 14px;
    --logo_alignment: center;
    --logo_background_color: #dd2827;
    --slidingbar_width: 300px;
    --slidingbar_width-percent_to_vw: 300px;
    --slidingbar_content_padding-top: 60px;
    --slidingbar_content_padding-bottom: 60px;
    --slidingbar_content_padding-left: 30px;
    --slidingbar_content_padding-right: 30px;
    --slidingbar_bg_color: #212934;
    --slidingbar_divider_color: #26303e;
    --slidingbar_link_color: rgba(255,255,255,0.86);
    --slidingbar_link_color_hover: #ffffff;
    --footer_divider_color: #26303e;
    --footer_headings_typography-font-family: "Open Sans";
    --footer_headings_typography-font-size: 14px;
    --footer_headings_typography-font-weight: 600;
    --footer_headings_typography-line-height: 1.5;
    --footer_headings_typography-font-style: ;
    --footer_headings_typography-letter-spacing: 0px;
    --footer_headings_typography-color: #ffffff;
    --footer_text_color: #ffffff;
    --sidebar_bg_color: rgba(255,255,255,0);
    --bg_image: none;
    --bg_repeat: no-repeat;
    --bg_color: #e2e2e2;
    --bg-color-overlay: normal;
    --content_bg_color: #ffffff;
    --content_bg_image: none;
    --content_bg_repeat: no-repeat;
    --body_typography-font-family: ;
    --body_typography-font-size: px;
    --base-font-size: ;
    --body_typography-font-weight: 400;
    --body_typography-font-style: ;
    --body_typography-line-height: 1.3;
    --body_typography-letter-spacing: 0px;
    --body_typography-color: #575757;
    --link_color: #000000;
    --link_color-8a: rgba(0,0,0,0.8);
    --h1_typography-font-family: "ClashDisplay-Semibold";
    --h1_typography-font-weight: 700;
    --h1_typography-line-height: 1.16;
    --h1_typography-letter-spacing: 0px;
    --h1_typography-font-style: ;
    --h1_typography-font-size: 50px;
    --h1_typography-color: #000000;
    --h1_typography-margin-top: 0.67em;
    --h1_typography-margin-bottom: 0.67em;
    --h2_typography-font-family: "ClashDisplay-Semibold";
    --h2_typography-font-weight: 700;
    --h2_typography-line-height: 1.2;
    --h2_typography-letter-spacing: 0px;
    --h2_typography-font-style: ;
    --h2_typography-font-size: ;
    --h2_typography-color: #000000;
    --h2_typography-margin-top: 0em;
    --h2_typography-margin-bottom: 15px;
    --h3_typography-font-family: "ClashDisplay-Semibold";
    --h3_typography-font-weight: 700;
    --h3_typography-line-height: 1.3;
    --h3_typography-letter-spacing: 0px;
    --h3_typography-font-style: ;
    --h3_typography-font-size: 30px;
    --h3_typography-color: #000000;
    --h3_typography-margin-top: 1em;
    --h3_typography-margin-bottom: 1em;
    --h4_typography-font-family: "ClashDisplay-Semibold";
    --h4_typography-font-weight: 700;
    --h4_typography-line-height: 1.36;
    --h4_typography-letter-spacing: 0px;
    --h4_typography-font-style: ;
    --h4_typography-font-size: 20px;
    --h4_typography-color: #000000;
    --h4_typography-margin-top: 1.33em;
    --h4_typography-margin-bottom: 1.33em;
    --h5_typography-font-family: "ClashDisplay-Semibold";
    --h5_typography-font-weight: 700;
    --h5_typography-line-height: 1.1;
    --h5_typography-letter-spacing: 0px;
    --h5_typography-font-style: ;
    --h5_typography-font-size: 18px;
    --h5_typography-color: #000000;
    --h5_typography-margin-top: 0px;
    --h5_typography-margin-bottom: 0px;
    --h6_typography-font-family: "ClashDisplay-Semibold";
    --h6_typography-font-weight: 700;
    --h6_typography-line-height: 1.5;
    --h6_typography-letter-spacing: 0px;
    --h6_typography-font-style: ;
    --h6_typography-font-size: 15px;
    --h6_typography-color: #000000;
    --h6_typography-margin-top: 2.33em;
    --h6_typography-margin-bottom: 2.33em;
    --post_title_typography-font-family: "ClashDisplay-Semibold";
    --post_title_typography-font-weight: 700;
    --post_title_typography-line-height: 1.3;
    --post_title_typography-letter-spacing: 0px;
    --post_title_typography-font-style: ;
    --post_title_typography-font-size: 50px;
    --post_title_typography-color: #000000;
    --post_titles_extras_typography-font-family: HelveticaNeueMedium;
    --post_titles_extras_typography-font-weight: 700;
    --post_titles_extras_typography-line-height: 1.5;
    --post_titles_extras_typography-letter-spacing: 0px;
    --post_titles_extras_typography-font-style: ;
    --post_titles_extras_typography-font-size: 25px;
    --post_titles_extras_typography-color: #000000;
    --blog_archive_grid_column_spacing: 40px;
    --dates_box_color: #f2f3f5;
    --meta_font_size: 13px;
    --portfolio_archive_column_spacing: 20px;
    --portfolio_meta_font_size: 13px;
    --social_bg_color: #f9f9fb;
    --social_bg_color-0-transparent: ;
    --sharing_social_links_icon_color: #9ea0a4;
    --sharing_social_links_box_color: #e8e8e8;
    --sharing_social_links_boxed_padding: 8px;
    --slider_nav_box_dimensions-width: 30px;
    --slider_nav_box_dimensions-height: 30px;
    --slider_arrow_size: 14px;
    --es_caption_font_size: 20px;
    --form_input_height: 42px;
    --form_input_height-main-menu-search-width: calc(250px + 1.43 * 42px);
    --form_text_size: 13px;
    --form_bg_color: #ffffff;
    --form_text_color: #a2a2a2;
    --form_text_color-35a: rgba(162,162,162,0.35);
    --form_border_width-top: 1px;
    --form_border_width-bottom: 1px;
    --form_border_width-left: 1px;
    --form_border_width-right: 1px;
    --form_border_color: #a2a2a2;
    --form_focus_border_color: #dd2827;
    --form_focus_border_color-5a: rgba(221,40,39,0.5);
    --form_border_radius: 0px;
    --privacy_bg_color: rgba(0,0,0,0.1);
    --privacy_color: rgba(0,0,0,0.3);
    --privacy_bar_padding-top: 15px;
    --privacy_bar_padding-bottom: 15px;
    --privacy_bar_padding-left: 30px;
    --privacy_bar_padding-right: 30px;
    --privacy_bar_bg_color: #363839;
    --privacy_bar_font_size: 13px;
    --privacy_bar_color: #8c8989;
    --privacy_bar_link_color: #bfbfbf;
    --privacy_bar_link_hover_color: #dd2827;
    --privacy_bar_headings_color: #dddddd;
    --scrollbar_background: #f2f3f5;
    --scrollbar_handle: #65bc7b;
    --image_rollover_icon_size: 15px;
    --image_rollover_text_color: #212934;
    --pagination_width_height: 30px;
    --pagination_box_padding-width: 6px;
    --pagination_box_padding-height: 2px;
    --pagination_border_width: 0px;
    --pagination_border_radius: 0px;
    --pagination_font_size: 13px;
    --timeline_bg_color: rgba(255,255,255,0);
    --timeline_bg_color-20px-transparent: ;
    --timeline_bg_color-not-transparent: #ffffff;
    --timeline_color: #f2f3f5;
    --grid_separator_color: #e2e2e2;
    --carousel_nav_color: rgba(29,36,45,0.7);
    --carousel_hover_color: rgba(29,36,45,0.8);
    --button_typography-font-family: Neue Haas Grotesk Display Bold;
    --button_typography-font-weight: 400;
    --button_typography-letter-spacing: 0px;
    --button_typography-font-style: ;
    --button_text_transform: none;
    --button_gradient_top_color: #dd2827;
    --button_gradient_bottom_color: #dd2827;
    --button_gradient_top_color_hover: #000000;
    --button_gradient_bottom_color_hover: #000000;
    --button_accent_color: #ffffff;
    --button_accent_hover_color: #ffffff;
    --button_bevel_color: #dd2827;
    --button_box_shadow: none;
    --button_border_width: 0px;
    --button_border_radius: 0px;
    --button_border_color: #ffffff;
    --button_border_hover_color: #ffffff;
    --checklist_icons_color: #ffffff;
    --checklist_circle_color: #dd2827;
    --checklist_divider_color: #e2e2e2;
    --icon_color: #ffffff;
    --icon_color_hover: #ffffff;
    --icon_circle_color: #4a4e57;
    --icon_circle_color_hover: #dd2827;
    --icon_border_size: #ffffff;
    --icon_border_color: #4a4e57;
    --icon_border_color_hover: #dd2827;
    --sep_color: #e2e2e2;
    --testimonial_bg_color: #f9f9fb;
    --testimonial_text_color: #4a4e57;
    --title_border_color: #e2e2e2;
    --accordian_inactive_color: #212934;
    --accordian_active_color: #dd2827;
}

body {
    line-height: 1.3;
    word-break: break-word;
}

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


/* Paragraphs */

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

/* Anchors */

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
    vertical-align: bottom;
}
ol li::marker {
    color: #DD2827;
    font-weight: bold;
}
/* Blockquotes */



blockquote {
    font-style: italic;
    color: #575757;
    line-height: 1.3;
    font-size: 17px;
    font-family: HelveticaNeueLight;
    font-weight: 400;
    letter-spacing: 0px;
    border-left: 4px solid;
    margin: 34px 40px;
    border-color: #dd2827 !important;
    padding: 15px;
    background-color: #f9f9fb;
}
/* Horizontal rules */

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

/* @media only screen and (max-width: 1000px){
html{
                --minFontSize:calc(var(--typography_factor) * var(--base-font-size));
                --minViewportSize: 360;
                --fontSize:px;
                --maxViewportSize: var(--grid_main_break_point);
                font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px)!important
                
}
}

@media only screen and (max-width: 800px) {
                h2 {
                                --maxViewportSize:var(--content_break_point)!important;
                }
} */

@media only screen and (max-width: 400px) {
    h1 {
        font-size: 33px !important;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 27px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    h5 {
        font-size: 18px !important;
    }
    h6 {
        font-size: 15px !important;
    }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
		font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
		width: 100%;
		padding: 0 1em;
		border: 1px solid;
		color: #474747;
		background-color: #ffffff;
		font-size: 13px;
		font-family: 'HelveticaNeueLight';
		min-height: 42px;
		border-radius: 0px;
		outline: 0;
		transition: all .2s ease;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
		position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
		background-color: rgba(221,40,39,1.0);
		border: 0px solid #494a52;
		border-radius: 0px;
		color: #fff;
		font-family: 'Neue Haas Grotesk Display Bold';
		padding: 13px 29px;
		width: 100%;
		display: inline-block;
		position: relative;
		zoom: 1;
		border: 1px solid transparent;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 700;
		cursor: pointer;
		box-sizing: border-box;
		transition: all .2s;
}
label.hs-main-font-element {
    color: #ef6b51;
    margin-top: 0.35rem;
}
/* Captcha */

.grecaptcha-badge {
		margin: 0 auto;
}
a.hs-button.primary {
		margin-top: 10px;
}
form input[type=submit]:hover, form .hs-button:hover {
		background: #000 !important;
}

@media (max-width:768px){
		form.hs-form {
				margin-top: 35px;
		}

		.span4.widget-span.widget-type-custom_widget.dnd_areamigration-module-8-vertical-alignment.dnd-module {
				margin-top: 20px;
		}
}

label.hs-main-font-element {
    color: #ef6b51 !important;
    margin-top: 0.35rem;
}
/* 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;
}
/*grid*/
.container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1440px;
}
.container.cont-med {
    max-width: 1200px;
}
/*grid end*/

.sm {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
    direction: rtl;
    text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
    margin: 0;
    padding: 0;
}

.sm ul {
    display: none;
}

.sm li, .sm a {
    position: relative;
}

.sm a {
    display: block;
}

.sm a.disabled {
    cursor: default;
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
    box-sizing: inherit;
}

/*fonts*/
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    /* make room for the toggle button (sub indicator) */
    text-decoration: none;
}

.sm-simple a.current {
    background: #555555;
    color: #fff;
}

.sm-simple a.disabled {
    color: #cccccc;
}

.sm-simple a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
}

.sm-simple > li:first-child {
    border-top: 0;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

@media (min-width: 1024px) {
    /* Switch to desktop layout
    -----------------------------------------------
       These transform the menu tree from
       collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .sm-simple ul {
        position: absolute;
        width: 12em;
    }
    .sm-simple li {
        float: left;
    }
    .sm-simple.sm-rtl li {
        float: right;
    }
    .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
        float: none;
    }
    .sm-simple a {
        white-space: nowrap;
    }
    .sm-simple ul a, .sm-simple.sm-vertical a {
        white-space: normal;
    }
    .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }
    /* ...end */
    .sm-simple a.current {
        background: #555555;
        color: #fff;
    }
    .sm-simple a.disabled {
        background: #fff;
        color: #cccccc;
    }
    .sm-simple > li > a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        width: 12px;
        height: 12px;
        display: inline-block;   
        background-image: url(//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/images/icon/menu-arrow-down.svg);   
background-repeat: no-repeat;
background-position: center;
right: 0;
}
.sm-simple > li {
    border-top: 0;
}
.sm-simple > li:first-child {
    border-left: 0;
}
.sm-simple ul {
    background: #fff;
}
.sm-simple ul a {
    border: 0 !important;
}
.sm-simple ul a.has-submenu {
    padding-right: 20px;
}
.sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
}
.sm-simple ul > li {
    border-left: 0;
}
.sm-simple ul > li:first-child {
    border-top: 0;
}
.sm-simple .scroll-up,
.sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}
.sm-simple .scroll-up-arrow,
.sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
}
.sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
}
.sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
}
.sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
}
.sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
}
.sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
}
.sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
}
.sm-simple.sm-rtl > li:last-child {
    border-left: 0;
}
.sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
}
.sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
}
.sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
}
.sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
}
.sm-simple.sm-vertical > li:first-child {
    border-top: 0;
}
}

@media (min-width: 801px) {
    .flex-md {
        display: -webkit-box;
        display: block;
        display: -moz-box;
        display: -webkit-flex;
        display: flex;
    }
}
@media (min-width: 991px) {
    .visible-md {
        display: none !important;
    }
}
@media (max-width: 990px) {
    .hidden-md {
        display: none !important;
    }
}
@media (max-width: 1023px) {
    .hidden-mbp {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .visible-mbp {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .block-xs {
        display: block;
    }
    .flex-d-col-xs {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .txt-center-xs {
        text-align: center;
    }
    .hidden-xs {
        display: none !important;
    }
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}
/*fonts*/
.brd-12 {
    border-radius: 12px;
}

.top-nav-w {
    -moz-transition: padding 0.15s linear 0s;
    -o-transition: padding 0.15s linear 0s;
    -webkit-transition: padding 0.15s linear 0s;
    transition: padding 0.15s linear 0s;
    padding: 32px 0 0 0;
}

.menu_fix .top-nav-w {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.top-nav-iw {
    align-items: center;
    justify-content: space-between;
    display: flex;
    background-color: #0E0E0E;
    padding: 0 33px 0 33px;
    border: 1px solid #2D2D2D;
}
.top-nav-iw .sm-simple > li > a {
    padding: 29px 0 29px 0;
    color: #ffffff;
}
.top-nav-iw .sm-simple > li > a:hover {
    color: #E02325;
}
.top-nav-iw .sm-simple ul {
    background-color: #e3e3e3;
    border-radius: 4px;
}
.top-nav-iw .sm-simple ul li a {
    padding: 13px 15px;
    color: #000000;
}
.top-nav-iw .sm-simple ul li a:after {
    content: "";
    height: 1px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 0;
}
.top-nav-iw .sm-simple ul li a:hover {
    color: #E02325;
}
.top-nav-iw .sm-simple ul li:last-child a:after {
    content: none;
}

.main-nav {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.main-nav a {
    transition: all 0.15s linear 0s;
}
.main-nav a:hover {
    color: #E02325;
}

/*

@media (max-width: 900px){

}

@media (min-width: 1025px) and (max-width: 1100px){

}


@media (min-width: 1024px) and (max-width: 1110px){

}*/
@media (max-width: 1023px) {
    .tn-navb {
        display: none;
    }
    .top-nav-w {
        padding: 0;
    }
    .top-nav-w .container {
        padding-left: 0;
        padding-right: 0;
    }
    .top-nav-w .top-nav-iw.brd-12 {
        border-radius: 0;
        padding: 10px 20px 6px 20px;
    }
    .tn-navb-mob {
        padding: 100px 25px 10px 25px;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        background-color: #0E0E0E;
        display: none;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tn-navb-mob a {
        color: #ffffff;
        font-size: 18px;
    }
    .tn-navb-mob .sm-simple > li {
        margin: 0;
        border-top: 1px solid #ffffff;
    }
    .tn-navb-mob .sm-simple > li:last-child {
        border-bottom: 1px solid #ffffff;
    }
    .tn-navb-mob .sm-simple > li > a {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
    }
    .tn-navb-mob a .sub-arrow {
        background-image: url(//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/images/icon/menu-arrow-down.svg);
background-repeat: no-repeat;
background-position: center;
width: 20px;
}
.tn-navb-mob ul ul a .sub-arrow {
    right: 15px;
}
.open_menu {
    overflow: hidden;
}
.open_menu .tn-navb-mob {
    display: -webkit-box;
    display: block;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mob-menu-bread {
    padding: 0;
    display: -webkit-box;
    display: block;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #ffffff;
    border: 0;
    height: 36px;
    width: 36px;
    border-radius: 36px;
}
.mob-menu-bread svg {
    width: 18px;
}
.mob-menu-cls {
    padding: 0;
    position: absolute;
    top: 17px;
    right: 20px;
    display: -webkit-box;
    display: block;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #ffffff;
    border: 0;
    height: 36px;
    width: 36px;
    border-radius: 36px;
}
.mob-menu-cls svg {
    width: 18px;
}
.mob-nav .sub-menu {
    padding: 0 0 20px 20px;
}
.mob-nav .sub-menu li {
    padding: 5px 0 5px 0;
}
#mob-menu a:hover{
    color: #ffffff;
}
}

@media (min-width: 1024px) {
    .tn-navb-mob, .mob-menu-icon {
        display: none;
    }
    .main-nav .sm-simple > li {
        margin: 0 15px 0 25px;
    }
    .main-nav .sm-simple > li:last-child {
        margin-right: 0;
    }
    .main-nav .sm-simple .menu-item-has-children > a {
        padding-right: 20px;
    }
}
.tx-sm,.tx-sm p {
    font-size: 14px;
}
.footr a {
    text-decoration: none;
}
.footr a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.footr-1 {
    background-color: #0A0A0A;
    padding: 100px 0 90px 0;
}
.footr-1 .main-logo {
    margin: 0 0 10px 0;
    display: inline-block;
}
.footr-1 .hs-menu-wrapper li {
    margin: 0 0 18px 0;
}
.ftr-dec, .ftr-dec * {
    color: rgba(255, 255, 255, 0.75);
}
.ftr-dec {
    margin: 0 0 40px 0;
}

.ftr-brands {
    display: flex;
    gap: 18px;
}

.ftr-m-wrp .ftr-mttl {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 30px 0;
    font-size: 20px;
}

.ftr-soc {
    display: flex;
    gap: 10px;
}
.ftr-soc a {
    background-color: #E02325;
    height: 46px;
    width: 46px;
    display: flex;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.ftr-soc a:hover {
    background-color: #f73c3e;
}
.ftr-soc .soc-icon-lk {
    background-image: url(//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/images/2024/linkedin-icon.svg);
}
.ftr-soc .soc-icon-twt {
    background-image: url(//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/images/2024/twitter-icon.svg);
}

.ftr-1-rw {
    display: flex;
    gap: 35px;
    justify-content: space-between;
}
.ftr-1-rw .ftr-1-c1 {
    flex: 0 0 30%;
}
.ftr-1-rw .ftr-1-c2 {
    flex: 1 1 160px;
}
.ftr-1-rw .ftr-1-c3 {
    flex: 1 1 200px;
}
.ftr-1-rw .ftr-1-c4 {
    flex: 1 1 350px;
}
.ftr-1-rw .hs-menu-wrapper a {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #DCDCDC;
}
.ftr-1-rw .ftr-soc {
    margin: 0;
}

.footr-2 {
    background-color: #171717;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    padding: 20px 0 20px 0;
}
.footr-2 .ftr-2-rw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-2-c2 ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footr-2 .ftr-menu {
    display: flex;
}
.footr-2 .ftr-menu li {
    position: relative;
    padding: 0 24px 0 24px;
}
.footr-2 .ftr-menu li:after {
    content: "|";
    position: absolute;
    right: 0;
    font-size: 12px;
}
.footr-2 .ftr-menu li:last-child {
    padding-right: 0;
}
.footr-2 .ftr-menu li:last-child:after {
    content: none;
}
.footr-2 .ftr-menu li a {
    color: rgba(255, 255, 255, 0.85);
}

.ftr-sbf .sbf-ttl {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #ffffff;
    font-size: 50px;
}
.ftr-sbf .ftr-stl-rnd {
    position: relative;
}
.ftr-sbf .sbf-ttl-1 {
    color: #0A0A0A;
    -webkit-text-stroke: 1px #ffffff;
}

/*Subscribe form*/
.ftr-sbf .gform_body {
    position: relative;
}
.ftr-sbf input[type="email"] {
    background-color: #0A0A0A;
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 40px;
    border-radius: 30px;
    width: 100%;
    padding: 0 21px 0 20px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
}
.ftr-sbf .gform_footer {
    position: static;
    margin: 0;
}
.ftr-sbf .hs_cos_wrapper {
    position: relative;
}
.ftr-sbf .hs-button {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 32px;
    height: 32px;
    border-radius: 35px;
    border: 0;
    font-size: 0;
    padding: 0;
}
.ftr-sbf .hs-button,.ftr-sbf .hs-button:hover, 
.ftr-sbf #hs_form_target_footer_form form .actions input.hs-button:hover{
    background-color: #E02325 !important;
    background-image: url(//3377131.fs1.hubspotusercontent-na1.net/hubfs/3377131/raw_assets/public/Propllr_2025/images/icon/arrow-right.svg)  !important;
background-repeat: no-repeat !important;
background-position: center !important;
}
.ftr-sbf .hs-button:hover, .ftr-sbf #hs_form_target_footer_form form .actions input.hs-button:hover{
    background-color: #f73c3e !important;
}
.ftr-sbf .gform_wrapper .gform_footer .gform-loader {
    right: 10px;
    top: auto;
    bottom: 50px;
}
.ftr-sbf .gform_confirmation_message {
    font-size: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 35px 50px 35px;
    line-height: 1.4;
    color: #000000;
    border-radius: 10px;
}
.ftr-sbf .gfield_html {
    padding-bottom: 5px !important;
}
.ftr-2-c1 p{
    color: #ffffff;
}
/*Subscribe form end*/
@media (min-width: 768px) and (max-width: 999px) {
    .ftr-1-rw {
        gap: 5%;
        flex-wrap: wrap;
    }
    .ftr-1-rw .ftr-1-c1 {
        flex: 0 0 40%;
    }
    .ftr-1-rw .ftr-1-c2 {
        flex: 1 1 25%;
    }
    .ftr-1-rw .ftr-1-c3 {
        flex: 1 1 25%;
    }
    .ftr-1-rw .ftr-1-c4 {
        flex: 1 1 100%;
        margin: 50px auto 0 auto;
        max-width: 320px;
        text-align: center;
    }
    .ftr-1-rw .ftr-soc {
        margin: 0;
        justify-content: center;
    }
    .footr-1 {
        padding: 50px 0 50px 0;
    }
}
@media (max-width: 767px) {
    .footr-1 {
        padding: 30px 0 30px 0;
        text-align: center;
    }
    .footr-1 .ftr-menu {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        font-size: 14px;
    }
    .footr-1 .ftr-menu li {
        margin: 0 10px 5px 10px;
    }
    .ftr-1-rw {
        display: block;
    }
    .footr-1 .main-logo {
        margin: 0;
    }
    .ftr-dec {
        margin: 0 0 30px 0;
        font-size: 14px;
    }
    .ftr-brands {
        gap: 15px;
        margin: 0 auto 30px auto;
        align-items: center;
        justify-content: center;
    }
    .ftr-1-rw .ftr-1-c2 {
        margin: 0 0 20px 0;
    }
    .ftr-1-rw .ftr-1-c3 {
        margin: 0 0 20px 0;
    }
    .ftr-sbf .sbf-ttl {
        font-size: 24px;
    }
    .ftr-sbf .sbf-ttl-1 {
        margin: 0 10px 0 0;
    }
    .ftr-sbf .button {
        bottom: 28px;
    }
    .ftr-sbf .gform_wrapper .gform_footer {
        display: inherit;
    }
    .ftr-sbf .gform_wrapper .gform_footer .gform-loader {
        right: 10px;
        top: auto;
        bottom: 35px;
    }
    .ftr-sbf .gform_confirmation_message {
        font-size: 18px;
        padding: 10px 15px 10px 15px;
        border-radius: 10px;
        margin: 0 0 20px 0;
    }
    .ftr-m-wrp .ftr-mttl {
        margin: 0 0 15px 0;
    }
    .ftr-soc {
        gap: 0;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .ftr-soc a {
        transform: scale(0.8);
    }
    .footr-2 {
        padding: 15px 0 15px 0;
    }
    .footr-2 .ftr-2-rw {
        display: block;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    .footr-2 .ftr-menu li {
        padding: 0 10px 0 10px;
        margin: 0;
    }
    .footr-2 .ftr-2-c1 {
        margin: 0 0 8px 0;
    }
    .footr-2 .ftr-menu {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        font-size: 13px;
    }
}

#scrTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: #f00;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    z-index: 1000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
#scrTop:hover {
    background-color: #f73c3e;
}
@media (max-width: 767px) {
    #scrTop {
        bottom: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 32px;
    }
}

.open_menu #scrTop {
    display: none !important;
    z-index: 0;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}