*, *: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: 0px;/* 28px*/
    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: 0px;/*28px*/
        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: 0px;/*28px*/
        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 */






/* bootstrap css */


.container {
  max-width:1320px !important;
	width: 100% !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* @media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
} */

/* @media (min-width: 1260px) {
	.container {
		max-width: 1290px !important;
	}
} */

@media (min-width: 1360px) {
	.container-nav {
		max-width: 1300px !important;
	}
}

.container-fluid {
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

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

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.button-cta{padding-top:40px}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}



@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
    max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
}
.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}
.heading .description{width:75%;margin:auto;}
.heading {padding-bottom: 30px;text-align:center}
li.hs-form-checkbox, .hs-form-radio{display:flex !important}
@media(max-width:767px){
  .heading .description{width:100% !important;font-size:16px !important}
}
@media(max-width:767px){
  h1{font-size:35px !important}
  h2{font-size:25px !important} 
  h3{font-size:22px !important} 
}

@media(min-width:768px) and (max-width:991px){
h1{font-size:40px !important}
  h2{font-size:30px !important} 
}
@media(max-width:767px){
  .heading .description{width:100% !important;font-size:16px !important}
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
html {
    font-size: 24px;

}

@media (max-width: 767px) {
    html {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

body {
  margin:0px;
    color: #494A52;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    word-break: break-word;
}
body p{ line-height:1.6;}

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

/* Paragraphs */

p {
    
    margin: 0 0 1.4rem;
    line-height:28px
}

strong {
    font-weight: 700;
}

/* Anchors */

a {
    color: #0270E0;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #494A52;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 1.4rem;
    line-height: 1.2;
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.175rem;
    font-weight: normal;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.9rem;
}

/* Lists */

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

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 #A9A9A9;
    margin: 0 0 1.4rem;
    padding-left: 15px;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
@media(max-width:767px){
    h2{font-size:25px !important}
}
@media(min-width:767px) and (max-width:991px){
    h2{font-size:35px !important}
}
/* Focus styles */

:focus {
    outline: auto;
    outline-color: green;
}

.disable-focus-styles :focus {
    outline: none;
}

.separator {
    width: 150px;
    height: 5px;
    display: inline-block;
    margin: auto;
    transition: .3s;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
}
.heading:hover .separator {
    width: 200px;
    height: 5px;

}
.heading .description {

    padding-bottom: 40px;
}
button,
.button,
.button-2{
  background-color: #00558F;
  border: 1px solid #00558F;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600 !important;
  height: auto;
  line-height: 100% !important;
  margin: 0;
  padding: 16px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.button-2:hover,
.button-2:focus{
  background-color: #ffffff;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active,
.button-2:active{
  background-color: #CD163F;
  border-color:#CD163F;
  color: #FFF;
  text-decoration: none;
}

/* animation */
/* Form */

form {
  font-family: Lato, sans-serif;
}
form input,
form .hs-input{width:100% !important;}
.hs-form-field {
  margin-bottom: 1rem;
}
.hs-input[type=checkbox], .hs-input[type=radio] {
    width: 20px !important;
    height: 20px !important;
}
/* Labels */

form label {
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color:#ffffff ;
  border: 2px solid  #f1f1f1;
  border-radius: 5px;
  color:  #949494;
  display: inline-block;
  font-size: 0.875rem;
  padding: 1rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

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

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}
div#hs-subscriptions-unsubscribe-survey-options input {
    width: 20px !important;
    height: 20px;
    margin-right: 10px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

.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: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.hs-menu-item a {
    color: #ffffff;
    display: block;
    padding: 0.5rem 0rem;
    text-decoration: none;
    transition:all 0.5s ease-in-out;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
    color:#ffffff;
    text-decoration: none;
    opacity:0.8;
}

.hs-menu-item.active a {
    color: #ffffff;
}
/*!
* mburger CSS v1.3.3
* mmenujs.com/mburger
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
*
* License: CC-BY-4.0
* http://creativecommons.org/licenses/by/4.0/
*/
:root {
    --mb-button-size: 50px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 2px;
    --mb-bar-spacing: 8px;
    --mb-animate-timeout: 0.4s
}
.header--no-navigation{
    padding:30px 0 25px;
    background:#ffffff;
    border: solid 1px #eee;
}
.conversion-header-wrapper .dnd-section {
    padding: 0;
}
.mm-navbar__breadcrumbs span {
    font-size: 0px;
    background: url(https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/LAWYERLY-logo-new.png);
    width: 150px;
    height: 50px;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: center;
}
.mburger {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer
}

.mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height)/ 2);
    background: currentColor;
    color: inherit;
    opacity: 1
}

.mburger b:nth-of-type(1) {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease, transform .2s ease, width .2s ease
}

.mburger b:nth-of-type(2) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transition: opacity .2s ease;
    left: 40%;
    width: 40%;
}

.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease, transform .2s ease, width .2s ease
}

.mm-wrapper_opened .mburger b:nth-of-type(1) {
    bottom: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(45deg)
}

.mm-wrapper_opened .mburger b:nth-of-type(2) {
    opacity: 0
}

.mm-wrapper_opened .mburger b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg)
}

.mburger--collapse b:nth-of-type(1) {
    transition: bottom .2s ease, margin .2s ease, transform .2s ease;
    transition-delay: .2s, 0s, 0s
}

.mburger--collapse b:nth-of-type(2) {
    transition: top .2s ease, opacity 0s ease;
    transition-delay: .3s, .3s
}

.mburger--collapse b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
    bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
    margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height)/ 2));
    transform: rotate(45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .1s), calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
    top: calc(50% + var(--mb-bar-spacing));
    opacity: 0;
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
    top: calc(50% - (var(--mb-bar-height)/ 2));
    transform: rotate(-45deg);
    transition-delay: calc(var(--mb-animate-timeout) + .3s), calc(var(--mb-animate-timeout) + .3s)
}

.mburger--spin b:nth-of-type(1) {
    transition-delay: .2s, 0s
}

.mburger--spin b:nth-of-type(2) {
    transition-duration: 0s;
    transition-delay: .2s
}

.mburger--spin b:nth-of-type(3) {
    transition-delay: .2s, 0s
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
    transform: rotate(135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
    transform: rotate(225deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .2s)
}

.mburger--squeeze b:nth-of-type(1) {
    transition-delay: .1s, 0s
}

.mburger--squeeze b:nth-of-type(2) {
    transition-delay: .1s
}

.mburger--squeeze b:nth-of-type(3) {
    transition-delay: .1s, 0s
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
    transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}

.mburger--tornado b:nth-of-type(1) {
    transition: bottom .2s ease, transform .2s ease;
    transition-delay: .2s
}

.mburger--tornado b:nth-of-type(2) {
    transition: opacity 0s ease, transform .2s ease;
    transition-delay: .1s, .1s
}

.mburger--tornado b:nth-of-type(3) {
    transition: top .2s ease, transform .2s ease;
    transition-delay: 0s
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + 0s)
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
    opacity: 0;
    transform: rotate(-135deg);
    transition-delay: calc(var(--mb-animate-timeout) + .4s), calc(var(--mb-animate-timeout) + .1s)
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
    transform: rotate(-225deg);
    transition-delay: calc(var(--mb-animate-timeout) + .2s)
}
.conversion-scrolltop {
	display: flex;
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 2rem;
	right: 4rem;
	border-radius: 50%;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	transition: all 200ms ease;
	z-index: 9;
}
.conversion-scrolltop-svg-wrap{
	display: flex;
	margin: -2px -2px 0 0;
}
.conversion-scrolltop-svg-wrap svg{
	width: 18px;
}
/* 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;
  }
}

/* CTA, logo, and rich text images */

p img,
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Divider */
.hs_cos_wrapper_widget > hr{
  opacity: 1;
  background: none;
  height: 0;
}

/* Rich Text */
div[class*="header-bottom"] .hs_cos_wrapper_type_rich_text p:last-child,
div[class*="header-top"] .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

/* Form */
.form-title:empty{
  display: none;
}

/* Language Switcher */
.conversion-theme .lang_list_class:after {
  top: inherit;
  border: inherit;
  border-bottom-color: inherit;
  margin-bottom: inherit;
}

.conversion-theme .lang_list_class:after,
.conversion-theme .lang_list_class:before {
  content: inherit;
  display: inherit;
  position: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  margin-left: inherit;
}

.conversion-theme .lang_list_class:before {
  top: inherit;
  border: inherit;
  border-bottom-color: inherit;
}

.conversion-theme .lang_list_class {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 150px;
  box-shadow: 0 1px 24px rgba(88, 88, 88, 0.12);
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}

.conversion-theme .lang_list_class li:first-child {
  padding-top: 1rem;
  border-top: none;
}

.conversion-theme .lang_list_class li {
  position: relative;
  line-height: 1;
  font-size: 90%;
  padding: 0 1rem 0.75rem;
  background-color: transparent;
  border-left: none;
  border-right: none;
}

.conversion-theme .lang_list_class li:last-child {
  padding-bottom: 1rem;
  border-bottom: none;
}

.conversion-theme .lang_list_class li a:hover {
  text-decoration: underline;
}


/* Site Search Input */
.conversion-theme .hs-search-field__input {
  width: calc(100% - 45px);
}

.conversion-theme .hs-search-field__bar button {
  padding: 0.5rem;
  border-radius: 5px;
}

.conversion-theme .hs-search-field__bar button svg {
  height: 16px;
}

.conversion-theme .hs-search-field__suggestions #results-for {
  font-style: italic;
}

.conversion-theme .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #d7d7d7;
  box-shadow: 0 1px 24px rgba(88, 88, 88, 0.12);
  border-radius: 5px;
  padding: 0.5rem;
  margin-top: 0.5rem;
}

.conversion-theme .hs-search-field--open .hs-search-field__suggestions li a {
  padding: 0 0.25rem;
}


/* Default animation */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* ============================================================
   Lawyerly Blog Post Template
   File: css/templates/_blog-post.css
   Loaded by: templates/blog-post.html
   ============================================================ */

.ll-blog-post-page {
  /* Reset any theme overrides that fight us */
}

.ll-blog-post {
  --coral: #F05E56;
  --coral-soft: #FDEAE9;
  --coral-dark: #D9433B;
  --navy: #0F1A28;
  --body: #4A4A4F;
  --body-soft: #646465;
  --muted: #8C8C92;
  --bg: #FAFAFB;
  --line: #EFEFF2;
  --line-soft: #F5F5F7;
  --shadow-sm: 0 2px 8px rgba(15, 26, 40, 0.04);
  --shadow-md: 0 4px 16px rgba(15, 26, 40, 0.04), 0 24px 60px rgba(15, 26, 40, 0.08);

  font-family: 'Inter', sans-serif;
  color: var(--navy);
  background: #FFFFFF;
}

.ll-blog-post,
.ll-blog-post * {
  box-sizing: border-box;
}

/* ============ BREADCRUMB ============ */
.ll-bp-breadcrumb {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.ll-bp-breadcrumb__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 24px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ll-bp-breadcrumb a {
  color: var(--body-soft);
  text-decoration: none;
  transition: color 0.2s ease;
}
.ll-bp-breadcrumb a:hover {
  color: var(--coral);
}
.ll-bp-breadcrumb__sep { color: var(--line); }
.ll-bp-breadcrumb__current {
  color: var(--navy);
  font-weight: 500;
  /* Truncate long titles in breadcrumb */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 360px;
}

/* ============ POST HEADER ============ */
.ll-bp-header {
  padding: 72px 24px 48px;
  text-align: center;
  background: #FFFFFF;
}
.ll-bp-header__inner {
  max-width: 760px;
  margin: 0 auto;
}

/* Eyebrow (matches headingBlockSubtitle pattern) */
.ll-bp-eyebrow {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.ll-bp-eyebrow__text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 8px;
}
.ll-bp-eyebrow__rule svg {
  width: 157px;
  height: 13px;
  display: block;
}

.ll-bp-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy) !important;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.ll-bp-summary {
  font-size: 20px;
  line-height: 1.5;
  color: var(--body-soft);
  max-width: 640px;
  margin: 0 auto 36px;
}

/* Author meta pill */
.ll-bp-meta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--bg);
  border-radius: 999px;
  padding: 10px 20px 10px 10px;
}
.ll-bp-meta__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--coral-soft);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.ll-bp-meta__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ll-bp-meta__text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--navy);
}
.ll-bp-meta__author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.ll-bp-meta__author-name {
  font-weight: 600;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.2;
}
.ll-bp-meta__author-role {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.2;
  margin-top: 2px;
}
.ll-bp-meta__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--line);
  flex-shrink: 0;
}
.ll-bp-meta__item {
  font-size: 13px;
  color: var(--body-soft);
  font-weight: 500;
}

/* ============ FEATURED IMAGE ============ */
.ll-bp-featured-image {
  max-width: 1180px;
  margin: 0 auto 64px;
  padding: 0 24px;
}
.ll-bp-featured-image__inner {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 8;
  background: var(--line-soft);
}
.ll-bp-featured-image__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============ READING ZONE ============ */
.ll-bp-reading {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 80px;
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  gap: 48px;
  align-items: start;
}

/* LEFT RAIL */
.ll-bp-rail-left {
  position: sticky;
  top: 100px;
}

/* Table of Contents */
.ll-bp-toc {
  margin-bottom: 32px;
}
.ll-bp-toc__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--coral);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ll-bp-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid var(--line);
}
.ll-bp-toc__item a {
  display: block;
  padding: 8px 0 8px 14px;
  margin-left: -2px;
  border-left: 2px solid transparent;
  font-size: 13px;
  color: var(--body-soft);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ll-bp-toc__item a:hover {
  color: var(--navy);
  text-decoration: none;
}
.ll-bp-toc__item.is-active a {
  color: var(--coral);
  border-left-color: var(--coral);
  font-weight: 600;
}
.ll-bp-toc__item--sub a {
  padding-left: 28px;
  font-size: 12px;
}

/* Share */
.ll-bp-share {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.ll-bp-share__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--coral);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ll-bp-share__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ll-bp-share__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  transition: all 0.2s ease;
  font-family: inherit;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.ll-bp-share__btn:hover {
  border-color: var(--coral);
  color: var(--coral);
  transform: translateY(-1px);
  text-decoration: none;
}
.ll-bp-share__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
}

/* ============ ARTICLE BODY ============ */
.ll-bp-body {
  max-width: 720px;
  margin: 0 auto;
  color: var(--body);
  font-size: 18px;
  line-height: 1.75;
}

/* Reset HubSpot rich text inline overrides where needed */
.ll-bp-body,
.ll-bp-body * {
  font-family: 'Inter', sans-serif !important;
}
.ll-bp-body h1,
.ll-bp-body h2,
.ll-bp-body h3,
.ll-bp-body h4,
.ll-bp-body h5,
.ll-bp-body h6 {
  font-family: 'Poppins', sans-serif !important;
}

.ll-bp-body p {
  margin: 0 0 22px;
  color: var(--body);
}

.ll-bp-body p:first-of-type {
  font-size: 21px;
  line-height: 1.6;
  color: var(--navy) !important;
  margin-bottom: 28px;
}

.ll-bp-body h2 {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  margin: 56px 0 20px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.3px;
}

.ll-bp-body h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  margin: 36px 0 14px !important;
  line-height: 1.3 !important;
}

.ll-bp-body h2 + h3 {
  margin-top: 20px !important;
}

.ll-bp-body ul,
.ll-bp-body ol {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
}

.ll-bp-body ul li,
.ll-bp-body ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.7;
  color: var(--body);
}

.ll-bp-body ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
}

.ll-bp-body ol {
  counter-reset: ll-ol-counter;
}
.ll-bp-body ol li {
  counter-increment: ll-ol-counter;
}
.ll-bp-body ol li::before {
  content: counter(ll-ol-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--coral-soft);
  color: var(--coral);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ll-bp-body blockquote {
  border: 0 !important;
  border-left: 4px solid var(--coral) !important;
  padding: 8px 0 8px 28px !important;
  margin: 36px 0 !important;
  font-family: 'Poppins', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  color: var(--navy) !important;
  background: transparent !important;
}

.ll-bp-body blockquote p {
  margin: 0 !important;
  color: var(--navy) !important;
  font-size: 22px !important;
  font-family: 'Poppins', sans-serif !important;
}

.ll-bp-body a {
  color: var(--coral) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color 0.2s ease;
}
.ll-bp-body a:hover {
  color: var(--coral-dark) !important;
}

.ll-bp-body strong,
.ll-bp-body b {
  color: var(--navy);
  font-weight: 600;
}

.ll-bp-body figure {
  margin: 36px 0;
}
.ll-bp-body figure img,
.ll-bp-body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
.ll-bp-body figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  font-style: italic;
}

/* Callout (editors can wrap text in .callout class via custom HTML) */
.ll-bp-body .callout {
  background: var(--coral-soft);
  border-radius: 16px;
  padding: 24px 28px;
  margin: 32px 0;
  border-left: 4px solid var(--coral);
}
.ll-bp-body .callout-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--coral) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ll-bp-body .callout p {
  margin: 0;
  color: var(--navy) !important;
  font-size: 16px;
  font-weight: 500;
}

.ll-bp-body hr {
  border: 0;
  height: 1px;
  background: var(--line);
  margin: 48px 0;
}

/* Tables (when used in articles) */
.ll-bp-body table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  font-size: 15px;
}
.ll-bp-body table th,
.ll-bp-body table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.ll-bp-body table th {
  background: var(--bg);
  font-weight: 600;
  color: var(--navy);
}

/* Tags */
.ll-bp-tags {
  margin: 48px 0 0;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ll-bp-tags__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 8px;
}
.ll-bp-tag {
  display: inline-block;
  padding: 6px 14px;
  background: var(--bg);
  border-radius: 999px;
  font-size: 13px;
  color: var(--navy);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ll-bp-tag:hover {
  background: var(--coral-soft);
  color: var(--coral);
  text-decoration: none;
}

/* Right rail empty by design */
.ll-bp-rail-right {}

/* ============ MOBILE ============ */
@media (max-width: 1024px) {
  .ll-bp-reading {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ll-bp-rail-left {
    position: static;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--line);
  }
  .ll-bp-share {
    border-top: 0;
    padding-top: 0;
    margin-top: 24px;
  }
  .ll-bp-share__buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ll-bp-share__btn {
    width: auto;
  }
  .ll-bp-rail-right { display: none; }
}

@media (max-width: 768px) {
  .ll-bp-header { padding: 48px 20px 32px; }
  .ll-bp-title { font-size: 32px; }
  .ll-bp-summary { font-size: 17px; }
  .ll-bp-meta {
    padding: 12px 16px;
    gap: 12px;
  }
  .ll-bp-meta__text { flex-wrap: wrap; gap: 8px; }
  .ll-bp-featured-image { margin-bottom: 40px; padding: 0 20px; }
  .ll-bp-featured-image__inner { aspect-ratio: 16 / 10; }
  .ll-bp-reading { padding: 0 20px 56px; }
  .ll-bp-body { font-size: 17px; }
  .ll-bp-body p:first-of-type { font-size: 19px; }
  .ll-bp-body h2 { font-size: 25px !important; margin-top: 40px !important; }
  .ll-bp-body h3 { font-size: 19px !important; }
  .ll-bp-body blockquote { font-size: 18px !important; padding-left: 20px !important; margin: 28px 0 !important; }
  .ll-bp-body blockquote p { font-size: 18px !important; }
  .ll-bp-breadcrumb__current { max-width: 200px; }
}
/* Error pages */
.bg-color{background-color:#F3F3F3;}
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
  z-index:1;
}
span.fakelabel {
    display: flex;
}

.email-subcription form input {
    width: 18px !important;
    height: 18px;
    margin-top: 4px;
    margin-right: 4px;
}
.systems-page form .hs-button {
    margin: 10px 0px;
    width: 100% !important;
    height: auto !important;
}
.systems-page ul.no-list{padding-left:0px}
.error-page:before {
  color:#d90a2c0f;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}
.systems-page form .hs-button{margin:10px 0px}
#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 700px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background:transparent;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* ============================================================
   Lawyerly Blog Post Template
   File: css/templates/_blog-post.css
   ============================================================ */

.ll-blog-post {
  --coral: #F05E56;
  --coral-soft: #FDEAE9;
  --coral-dark: #D9433B;
  --navy: #0F1A28;
  --body: #4A4A4F;
  --body-soft: #646465;
  --muted: #8C8C92;
  --bg: #FAFAFB;
  --line: #EFEFF2;
  --line-soft: #F5F5F7;

  font-family: 'Inter', sans-serif;
  color: var(--navy);
  background: #FFFFFF;
}

.ll-blog-post,
.ll-blog-post * {
  box-sizing: border-box;
}

/* ============ BREADCRUMB ============ */
.ll-bp-breadcrumb {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.ll-bp-breadcrumb__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 24px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ll-bp-breadcrumb a {
  color: var(--body-soft);
  text-decoration: none;
  transition: color 0.2s ease;
}
.ll-bp-breadcrumb a:hover {
  color: var(--coral);
}
.ll-bp-breadcrumb__sep { color: var(--line); }
.ll-bp-breadcrumb__current {
  color: var(--navy);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 360px;
}

/* ============ POST HEADER ============ */
.ll-bp-header {
  padding: 72px 24px 48px;
  text-align: center;
  background: #FFFFFF;
}
.ll-bp-header__inner {
  max-width: 760px;
  margin: 0 auto;
}

.ll-bp-eyebrow {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.ll-bp-eyebrow__text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 8px;
}
.ll-bp-eyebrow__rule svg {
  width: 157px;
  height: 13px;
  display: block;
}

.ll-bp-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy) !important;
  margin: 0 0 20px;
  letter-spacing: -0.5px;
}

.ll-bp-summary {
  font-size: 20px;
  line-height: 1.5;
  color: var(--body-soft);
  max-width: 640px;
  margin: 0 auto 36px;
}

.ll-bp-meta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--bg);
  border-radius: 999px;
  padding: 10px 20px 10px 10px;
}
.ll-bp-meta__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--coral-soft);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.ll-bp-meta__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ll-bp-meta__text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--navy);
}
.ll-bp-meta__author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.ll-bp-meta__author-name {
  font-weight: 600;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.2;
}
.ll-bp-meta__author-role {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.2;
  margin-top: 2px;
}
.ll-bp-meta__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--line);
  flex-shrink: 0;
}
.ll-bp-meta__item {
  font-size: 13px;
  color: var(--body-soft);
  font-weight: 500;
}

/* ============ FEATURED IMAGE ============ */
.ll-bp-featured-image {
  max-width: 1180px;
  margin: 0 auto 64px;
  padding: 0 24px;
}
.ll-bp-featured-image__inner {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16 / 8;
  background: var(--line-soft);
}
.ll-bp-featured-image__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============ READING ZONE ============ */
.ll-bp-reading {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 80px;
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  gap: 48px;
  align-items: start;
}

.ll-bp-rail-left {
  position: sticky;
  top: 100px;
}

.ll-bp-toc {
  margin-bottom: 32px;
}
.ll-bp-toc__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--coral);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ll-bp-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid var(--line);
}
.ll-bp-toc__item a {
  display: block;
  padding: 8px 0 8px 14px;
  margin-left: -2px;
  border-left: 2px solid transparent;
  font-size: 13px;
  color: var(--body-soft);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ll-bp-toc__item a:hover {
  color: var(--navy);
  text-decoration: none;
}
.ll-bp-toc__item.is-active a {
  color: var(--coral);
  border-left-color: var(--coral);
  font-weight: 600;
}
.ll-bp-toc__item--sub a {
  padding-left: 28px;
  font-size: 12px;
}

.ll-bp-share {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.ll-bp-share__label {
  font-size: 11px;
  font-weight: 700;
  color: var(--coral);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ll-bp-share__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ll-bp-share__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  transition: all 0.2s ease;
  font-family: inherit;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
.ll-bp-share__btn:hover {
  border-color: var(--coral);
  color: var(--coral);
  transform: translateY(-1px);
  text-decoration: none;
}
.ll-bp-share__btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
}

/* ============ ARTICLE BODY ============ */
.ll-bp-body {
  max-width: 720px;
  margin: 0 auto;
  color: var(--body);
  font-size: 18px;
  line-height: 1.75;
}

.ll-bp-body,
.ll-bp-body * {
  font-family: 'Inter', sans-serif !important;
}
.ll-bp-body h1,
.ll-bp-body h2,
.ll-bp-body h3,
.ll-bp-body h4,
.ll-bp-body h5,
.ll-bp-body h6 {
  font-family: 'Poppins', sans-serif !important;
}

.ll-bp-body p {
  margin: 0 0 22px;
  color: var(--body);
}

.ll-bp-body p:first-of-type {
  font-size: 21px;
  line-height: 1.6;
  color: var(--navy) !important;
  margin-bottom: 28px;
}

.ll-bp-body h2 {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  margin: 56px 0 20px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.3px;
}

.ll-bp-body h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  margin: 36px 0 14px !important;
  line-height: 1.3 !important;
}

.ll-bp-body h2 + h3 {
  margin-top: 20px !important;
}

.ll-bp-body ul,
.ll-bp-body ol {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
}

.ll-bp-body ul li,
.ll-bp-body ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.7;
  color: var(--body);
}

.ll-bp-body ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
}

.ll-bp-body ol {
  counter-reset: ll-ol-counter;
}
.ll-bp-body ol li {
  counter-increment: ll-ol-counter;
}
.ll-bp-body ol li::before {
  content: counter(ll-ol-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--coral-soft);
  color: var(--coral);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.ll-bp-body blockquote {
  border: 0 !important;
  border-left: 4px solid var(--coral) !important;
  padding: 8px 0 8px 28px !important;
  margin: 36px 0 !important;
  font-family: 'Poppins', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  color: var(--navy) !important;
  background: transparent !important;
}

.ll-bp-body blockquote p {
  margin: 0 !important;
  color: var(--navy) !important;
  font-size: 22px !important;
  font-family: 'Poppins', sans-serif !important;
}

.ll-bp-body a {
  color: var(--coral) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: color 0.2s ease;
}
.ll-bp-body a:hover {
  color: var(--coral-dark) !important;
}

.ll-bp-body strong,
.ll-bp-body b {
  color: var(--navy);
  font-weight: 600;
}

.ll-bp-body figure {
  margin: 36px 0;
}
.ll-bp-body figure img,
.ll-bp-body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
.ll-bp-body figcaption {
  margin-top: 12px;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  font-style: italic;
}

.ll-bp-body .callout {
  background: var(--coral-soft);
  border-radius: 16px;
  padding: 24px 28px;
  margin: 32px 0;
  border-left: 4px solid var(--coral);
}
.ll-bp-body .callout-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--coral) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ll-bp-body .callout p {
  margin: 0;
  color: var(--navy) !important;
  font-size: 16px;
  font-weight: 500;
}

.ll-bp-body hr {
  border: 0;
  height: 1px;
  background: var(--line);
  margin: 48px 0;
}

.ll-bp-body table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  font-size: 15px;
}
.ll-bp-body table th,
.ll-bp-body table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.ll-bp-body table th {
  background: var(--bg);
  font-weight: 600;
  color: var(--navy);
}

.ll-bp-tags {
  margin: 48px 0 0;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ll-bp-tags__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 8px;
}
.ll-bp-tag {
  display: inline-block;
  padding: 6px 14px;
  background: var(--bg);
  border-radius: 999px;
  font-size: 13px;
  color: var(--navy);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ll-bp-tag:hover {
  background: var(--coral-soft);
  color: var(--coral);
  text-decoration: none;
}

.ll-bp-rail-right {}

/* ============ MOBILE ============ */
@media (max-width: 1024px) {
  .ll-bp-reading {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ll-bp-rail-left {
    position: static;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--line);
  }
  .ll-bp-share {
    border-top: 0;
    padding-top: 0;
    margin-top: 24px;
  }
  .ll-bp-share__buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ll-bp-share__btn {
    width: auto;
  }
  .ll-bp-rail-right { display: none; }
}

@media (max-width: 768px) {
  .ll-bp-header { padding: 48px 20px 32px; }
  .ll-bp-title { font-size: 32px; }
  .ll-bp-summary { font-size: 17px; }
  .ll-bp-meta {
    padding: 12px 16px;
    gap: 12px;
  }
  .ll-bp-meta__text { flex-wrap: wrap; gap: 8px; }
  .ll-bp-featured-image { margin-bottom: 40px; padding: 0 20px; }
  .ll-bp-featured-image__inner { aspect-ratio: 16 / 10; }
  .ll-bp-reading { padding: 0 20px 56px; }
  .ll-bp-body { font-size: 17px; }
  .ll-bp-body p:first-of-type { font-size: 19px; }
  .ll-bp-body h2 { font-size: 25px !important; margin-top: 40px !important; }
  .ll-bp-body h3 { font-size: 19px !important; }
  .ll-bp-body blockquote { font-size: 18px !important; padding-left: 20px !important; margin: 28px 0 !important; }
  .ll-bp-body blockquote p { font-size: 18px !important; }
  .ll-bp-breadcrumb__current { max-width: 200px; }
}




header.header {
  width: 100%;
  min-height: 10px;
  padding: 0px 0 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #F05E56;
}

header.header.no-bg {
  background-color: #fff;
}

header.header .sub-header {
  gap: 20px;
  font-size: 14px;
  color: ;
  display: flex;
  justify-content: end;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 10px;
}

@media (max-width: 1150px) {
  header.header .sub-header {
    gap: 5px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

header.header .sub-header p {
  font-size: 14px;
  color: ;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  margin: 0px;
}

header.header .sub-header a {
  font-size: 14px;
  color: ;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
}

header.header .sub-header a:hover {
  text-decoration: underline;
}

header.header .navigation-logo-container {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header.header .navigation-logo-container #open-mobile-menu {
  display: none;
}

@media (max-width: 1150px) {
  header.header .navigation-logo-container #open-mobile-menu {
    display: block;
  }
}

header.header .navigation-logo-container .login {
  gap: 18px;
  display: flex;
  align-items: center;
}

@media (max-width: 1150px) {
  header.header .navigation-logo-container .login {
    display: none;
  }
}

header.header .navigation-logo-container .login span {
  color: ;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}

header.header .menu-logo-wrapper {
  gap: 30px;
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

header.header .menu-logo-wrapper .navigation {
  padding-top: 0px;
}

header.header .menu-logo-wrapper .navigation .fitment {
  display: none;
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .navigation .fitment {
    display: block;
  }	
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .navigation .fitment span {
    color: ;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }	
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .navigation {
    display: none;
  }
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .navigation.open {
    display: flex;
    position: fixed;
    flex-direction: column;
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    z-index: 9;
    overflow-y: scroll;
    padding: 20px 30px 30px;
    background-color: #EBEFF2;
  }
}

header.header .menu-logo-wrapper .navigation #close {
  display: none;
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .navigation #close {
    color: #F05E56;
    font-size: 50px;
    position: absolute;
    top: 0px;
    right: 15px;
    display: inline-block;
  }	
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .navigation.open .hs-menu-wrapper {
    flex: 1;
    width: 100%;
  }
}

header.header .menu-logo-wrapper .logo.mobile-logo {
  display: none;
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .logo.mobile-logo {
    display: block;
    margin-bottom: 45px;
  }
}

header.header .menu-logo-wrapper .navigation ul {
  gap: 18px;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  align-items: center;
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .navigation ul {
    gap: 20px;
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
}

header.header .menu-logo-wrapper .navigation ul a {
  color: #0F1A28;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--customFont);
}

@media (max-width: 1150px) {
  header.header .menu-logo-wrapper .navigation ul a {
    display: block;
    width: 100%;
    padding: 0px;
  }
}

header.header .menu-logo-wrapper .navigation ul a:hover {
  color: ;
}







.mega-menu-container {
  gap: 45px;
  display: flex;
  /* 	position: relative; */
  z-index: 999;
}

@media (max-width: 1150px) {
  .mega-menu-container {
    margin-bottom: 0px;
  }
}

.mega-menu-container ul li.menu-item.children a,
.mega-menu-container ul li.menu-item.children span,
.mega-menu-container ul li.menu-item a,
.mega-menu-container ul li.menu-item span {
  color: #0F1A28;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 0px;
  text-decoration: none;
  cursor: pointer;
}
.logo.mobile-logo img {
    width: 250px;
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children a,
  .mega-menu-container ul li.menu-item.children span,
  .mega-menu-container ul li.menu-item a,
  .mega-menu-container ul li.menu-item span {
    padding-bottom: 0px;
  }
}

.mega-menu-container ul li.menu-item.children a {
  gap: 3px;
  display: flex;
  align-items: center;
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children a {
    width: 100%;
    justify-content: space-between;
  }
}


.mega-menu-container ul li.menu-item.children a:after {
  content: "";
  width: 11px;
  height: 7px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 250ms ease;
  filter: brightness(0);
  background-image: url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/Drop%20Down%20Arrow%20Header.svg');
}

.mega-menu-container ul li.menu-item.children.show-submenu a:after {
  content: "";
  width: 11px;
  height: 7px;
  display: block;
  transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/Drop%20Down%20Arrow%20Header.svg');
}

.mega-menu-container ul li.menu-item.children a:after {

}

.mega-menu-container ul li.menu-item {
  margin-bottom: 0px;
  padding-bottom: 17px;
  padding-top: 17px;
  cursor: pointer;
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
  }

  .mega-menu-container ul li.menu-item:nth-last-child(2) {
    border-bottom: none;
    display: flex;
    justify-content: center;
  }

  .mega-menu-container ul li.menu-item:nth-last-child(1) {
    display: inline-flex;
    width: auto;
    margin: auto;
    border-bottom: none;
    padding-top:0px;
  }

  .mega-menu-container ul li.menu-item:nth-last-child(1) a {
    text-align: center;
    justify-content: center;
  }
}

.mega-menu-container ul li.menu-item:nth-last-child(2) a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 29.51px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #F05E56;
  background-color: #F05E56;	
  transition: all 250ms ease;
  justify-content: center;
}

.mega-menu-container ul li.menu-item:nth-last-child(2) a:hover {
  color: #F05E56;
  background-color: #fff;
}

.mega-menu-container ul li.menu-item:nth-last-child(1) a {
  column-gap: 5px;
  display: flex;
  align-items: center;
  color: #F05E56;
  padding: 8px 24px;

  border-radius: 10px;
  border: 2px solid #F05E56;
  background-color: transparent;
}

.mega-menu-container ul li.menu-item:nth-last-child(1) a:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/menuPhnIcon.svg');
}

/* .mega-menu-container ul li.menu-item.children {
display: none;
} */

.mega-menu-container ul li.menu-item.children .sub-menu {
  gap: 0px;
  display: none;
  grid-template-columns: 320px 1fr;
  position: absolute;
  right: 0px;
  width: 100%;
  max-width: max-content;
  margin:0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 35px;
  overflow: hidden;
  transform: translateY(25px);
  border: 2px solid #0F1A28;
  z-index: 100;
  top:38px;
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: fixed;
    min-width: unset;
    width: 100%;
    top: 0px;
    right: -100%;
    grid-template-columns: 1fr;
    transition: left 250ms ease;
  }
}

.mega-menu-container ul li.menu-item.children .sub-menu.one-column {
  max-width: 650px;
}

.mega-menu-container ul li.menu-item.children .sub-menu.one-column .sub-menu-items {
  gap: 25px;
  display: flex;
  flex-direction: column;
}

.mega-menu-container ul li.menu-item.children.show-submenu .sub-menu {
  display: grid;
  right: 0;
  left:0;
  padding: 0px;
  align-items: start;
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children.show-submenu .sub-menu {
    top: 0px;
    /* 		overflow-y: scroll;
    height: 80vh; */
    padding: 0px;
    display: flex;
    position: relative;
    border-radius: 7px;
    border: none;
    gap: 0px;
  }
}

.mega-menu-container ul li.menu-item.children .sub-menu .menu-overview {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: start;
  padding: 100px 40px 30px;
  background-color: #0F1A28;
  background-repeat: no-repeat;
  background-position-y: 20px, -2px;
  background-position-x: 20px, calc(100% - 20px);
}

.mega-menu-container ul li.menu-item.children:nth-child(1) .sub-menu .menu-overview,
.mega-menu-container ul li.menu-item.children:nth-child(4) .sub-menu .menu-overview{
  background-image: url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/Discover%20all%20Legal%20Services%20Dots%20White.svg'),
    url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/Half%20Circle%20Top.svg');
}

.mega-menu-container ul li.menu-item.children:nth-child(2) .sub-menu .menu-overview {
  background-image: url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/Discover%20all%20Legal%20Services%20Dots%20White.svg'),
    url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/Yellow%20Shape%20Mega%20Menu.svg');
}

.mega-menu-container ul li.menu-item.children:nth-child(3) .sub-menu .menu-overview{
  background-image: url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/Discover%20all%20Legal%20Services%20Dots%20White.svg'),
    url('https://144391926.fs1.hubspotusercontent-eu1.net/hubfs/144391926/Red%20Shape%20Mega%20Menu.svg');
}

@media (max-width: 1290px) and (min-width: 1150px) {
  .navigation-logo-container .menu-logo-wrapper .logo img {
    width: 180px !important;
  }
  .mega-menu-container ul li.menu-item.children a, .mega-menu-container ul li.menu-item.children span, .mega-menu-container ul li.menu-item a, .mega-menu-container ul li.menu-item span{font-size:14px;}
  .mega-menu-container ul li.menu-item:nth-last-child(2) a,

}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children .sub-menu .menu-overview {
    border-radius: 7px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  header.header{padding: 10px 0 5px;}
}

.mega-menu-container ul li.menu-item.children .sub-menu .menu-overview {

}

.mega-menu-container ul li.menu-item.children:nth-child(2) .sub-menu .menu-overview {
  background-color: #493E6A;
}

.mega-menu-container ul li.menu-item.children:nth-child(3) .sub-menu .menu-overview {
  background-color: #FCBA63;
}

.mega-menu-container ul li.menu-item.children .sub-menu .close {
  display: none;
  font-size: 35px;
  position: absolute;
  top: 11px;
  right: 20px;
  color: #140047;
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children .sub-menu .close {
    display: none;
  }
}

.mega-menu-container ul li.menu-item.children .sub-menu .menu-overview h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mega-menu-container ul li.menu-item.children .sub-menu .menu-overview p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 32px;
}

.mega-menu-container ul li.menu-item.children .sub-menu .menu-overview .cta {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  height: 42px;
  padding: 0 32px;
  background-color: #F05E56;
  border-radius:10px;
  width:auto;
}

.mega-menu-container ul li.menu-item.children .sub-menu .menu-overview .cta:hover {
  color: #F05E56;
  background-color: #fff;
}

.mega-menu-container ul li.menu-item.children .sub-menu .menu-overview .cta:after {
  display: none;
}

.mega-menu-container ul li.menu-item.children .sub-menu .menu-overview .cta.arrow:hover {

}

.mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items {
  gap: 30px;
  display: grid;
  padding: 35px 75px;
  grid-template-columns: 1fr 1fr;
}

.mega-menu-container ul li.menu-item.children:nth-child(3) .sub-menu .sub-menu-items {
  grid-template-columns: 1fr;
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items {
    display: flex;
    padding: 20px 40px 10px;
    flex-direction: column;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
}

.mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a {
  gap: 15px;
  padding: 0px;
  display: flex;
  font-weight: 700;
  align-items: start;
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a {
    border-bottom: 1px solid #d6d6d6;
    padding: 0px 0 15px;
  }

  .mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a:last-child {
    border-bottom: 0px solid #d6d6d6;
  }
}

.mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a:after {
  display: none;
}

.mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a .icon {
  width: 100%;
  max-width: 40px;
}

.mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a .label {
  display: block;
  font-size: 16px;
  color: #0F1A28;
  letter-spacing: 0;
  line-height: 25px;
  /* 	font-weight: 700; */
  margin-bottom: 0px;
  padding: 0px;
  font-family: var(--customFont);
}

@media (max-width: 1150px) {
  .mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a .label br {
    display: none;
  }
}

.mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a:hover .label {
  color: #F05E56;
}

.mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items a .description {
  display: block;
  font-size: 14px;
  color: #140047;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 200;
  padding: 0px;
}

.mega-menu-container ul li.menu-item.children .sub-menu .sub-menu-items.one-column {
  gap: 25px;
  display: flex;
  flex-direction: column;
}

.mega-menu-container a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}