/* Base styles layers. Used to load the base styles in the correct order. */
@layer base, base-overrides, modules, custom-styles;


/* Theme base styles */
@layer base {
  /* Generic: This is where reset, normalize & box-sizing styles go. */
  *,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-padding-top: 100px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

[tabindex='-1']:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1.25rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

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

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

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

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role='button'] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: none;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}


[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

  /* Objects: Non-cosmetic design patterns including grid and layout classes) */
  .show-for-sr {
	border: 0 !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

@media (max-width: 767px) {
	.show-for-sr--mobile {
		border: 0 !important;
		height: 1px !important;
		overflow: hidden !important;
		padding: 0 !important;
		position: absolute !important;
		white-space: nowrap !important;
		width: 1px !important;
	}
}



/* CSS variables */

:root {
	--column-gap: 2.13%;
	--column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12{
	width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
	.row-fluid {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	
	.row-fluid .span1 {
		width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span2 {
		width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span3 {
		width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span4 {
		width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span5 {
		width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span6 {
		width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span7 {
		width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span8 {
		width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span9 {
		width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span10 {
		width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
	}
	
	.row-fluid .span11 {
		width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
	}
	
}
:not(.hs-inline-edit) .hs-video-placeholder {
	display: none;
}

.hs-placeholder {
    padding: 7px 12px;
    position: relative;
    z-index: 99;
    background-color: #eaf0f6;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    color: #506e91;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
}

.hs-placeholder * {
	margin: 0
}

.hs-video-placeholder__title {
	color: #7c98b6 !important;
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 700 !important;
	line-height: initial !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
	padding: 0 !important;
	text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.5) !important;
}

.hs-video-placeholder__description {
	color: #7c98b6 !important;
	font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	margin: 0 !important;
	text-shadow: 0 -1px 0 hsla(0, 0%, 100%, 0.5) !important;
}

.hs-inline-edit .hs-video-placeholder {
	background-color: #f5f8fa !important;
	border: 1px dashed #516f90 !important;
	display: block !important;
	font-size: 14px !important;
	margin: 2px 1px !important;
	outline: 1px dashed #fff !important;
	text-align: center !important;
}

.hs-video-placeholder > * {
	box-sizing: border-box !important;
	display: block !important;
	margin: 1px !important;
	padding: 12px !important;
	width: calc(100% - 2px) !important;
}

/* Overlay Background Styles */
.hs-overlay-background {
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	background: rgba(0, 0, 0, 0.2);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 500ms ease 0s,
		visibility 500ms ease 0s;
	visibility: hidden;
	/* One less than the overlay z-index value */
	z-index: 999999;
}

.hs-overlay-background.open {
	opacity: 1;
	visibility: visible;
}
html.hs-payments--overlay-open {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.hs-overlay {
	background-color: #fff;
	bottom: 0;
	height: calc(100% - 50px);
	left: 0;
	position: fixed;
	right: 0;
	top: 100%;
	transform: translateY(0);
	transition: transform 500ms ease 0s, visibility 500ms ease 0s;
	visibility: hidden;
	width: 100vw;
	/* Well below the maximum value, but high enough to cover most cases */
	z-index: 1000000;
}

.hs-overlay.open {
	transform: translateY(-100%);
	transition: transform 500ms ease 0s, visibility 500ms ease 0s;
	visibility: visible;
}

.hs-overlay .payments-iframe-container {
	height: 100%;
	width: 100%;
}

.hs-overlay .payments-iframe-container iframe {
	height: 100% !important;
}

button.hs-overlay__close--top {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	border: none;
	display: flex;
	height: 30px;
	outline-color: #33475b;
	padding: 5px;
	position: absolute;
	right: 16px;
	top: -40px;
	width: 30px;
}

button.hs-overlay__close--top svg,
button.hs-overlay__close--top svg path {
	fill: #7c98b6;
}

button.hs-overlay__close--top:hover svg,
button.hs-overlay__close--top:focus svg,
button.hs-overlay__close--top:hover svg path,
button.hs-overlay__close--top:focus svg path {
	fill: #33475b;
}

@media screen and (min-width: 768px) {
	button.hs-overlay__close--top {
		background: transparent;
		right: 16px;
		top: 16px;
	}
}

button.hs-overlay__close--bottom {
	background: none;
	border: none;
	bottom: 16px;
	color: #33475b;
	font-family: Avenir Next W02, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	opacity: 0;
	outline-color: #33475b;
	padding: 5px;
	position: absolute;
	right: 16px;
	top: initial;
}

button.hs-overlay__close--bottom:focus {
	opacity: 1;
}

.oembed_container {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.iframe_wrapper {
	height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.iframe_wrapper.size-auto iframe,
.iframe_wrapper.size-auto_full_width iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: var(--aspect);
}

.oembed_custom-thumbnail,
.oembed_custom-thumbnail:hover,
.oembed_custom-thumbnail:focus,
.oembed_custom-thumbnail:active {
	align-items: center;
	appearance: none;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	border: none;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.oembed_custom-thumbnail_icon {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	width: 100%;
}

.oembed_custom-thumbnail_icon svg {
	display: block;
	height: auto;
	width: 12%;
}

/* SVGs in IE11 require the max-width to be set to non in order to display scaling properly */
_:-ms-fullscreen, :root .oembed_custom-thumbnail_icon svg {
	max-width: none;
}

.oembed_custom-thumbnail--hide {
	display: none;
}

.embed_container {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.embed_container iframe {
	left: 0;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.oembed-info {
	height:1px;
	left:-10000px;
	overflow:hidden;
	position:absolute;
	top:auto;
	width:1px;
}

.sr-bg-video,
.sr-bg-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-size: cover;
	overflow: hidden;
	object-fit: cover;
}
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-small,
.container-large {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {

	.container-sm,
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}


body>.container-fluid,
[data-global-resource-path]>.container-fluid,
.container-fluid.body_dnd_area {
	padding: 0;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}

.row-gap {
	row-gap: 30px
}

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

.no-gutters>.col,
.no-gutters>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.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: 8px;
	padding-left: 8px;
}

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

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-sm-first {
		order: -1;
	}

	.order-sm-last {
		order: 13;
	}

	.order-sm-0 {
		order: 0;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-md-first {
		order: -1;
	}

	.order-md-last {
		order: 13;
	}

	.order-md-0 {
		order: 0;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-lg-first {
		order: -1;
	}

	.order-lg-last {
		order: 13;
	}

	.order-lg-0 {
		order: 0;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xl-first {
		order: -1;
	}

	.order-xl-last {
		order: 13;
	}

	.order-xl-0 {
		order: 0;
	}

	.order-xl-1 {
		order: 1;
	}

	.order-xl-2 {
		order: 2;
	}

	.order-xl-3 {
		order: 3;
	}

	.order-xl-4 {
		order: 4;
	}

	.order-xl-5 {
		order: 5;
	}

	.order-xl-6 {
		order: 6;
	}

	.order-xl-7 {
		order: 7;
	}

	.order-xl-8 {
		order: 8;
	}

	.order-xl-9 {
		order: 9;
	}

	.order-xl-10 {
		order: 10;
	}

	.order-xl-11 {
		order: 11;
	}

	.order-xl-12 {
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

  /* Elements: Base HTML elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.) */
  h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

ul,
ol {
  padding-left: 2rem;
}

.description ul li:not(:last-child),
.col-content ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.description p:last-child,
.col-content p:last-child,
.description ul:last-child,
.col-content ul:last-child ,
.legal-consent-container p:last-child {
  margin-bottom: 0;
}

a {
  -webkit-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
}

a,
a:hover {
  text-decoration: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: '\2014\00A0';
}

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
  :is(.btn, .btn-wrapper .cta_button, .btn-wrapper .cta-button, .btn-wrapper [data-hubspot-cta-id], .btn-wrapper input[type='submit'], .btn-wrapper input[type='button'], input[type='submit'], input[type='button']) {
  transition: .15s ease-in-out;
  transition-property: filter, color, background-color, border-color, box-shadow;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content:center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: inherit;
  background-color: transparent;
  border: 1px solid transparent;
  font-weight:700;
  -webkit-appearance: none;
  appearance: none;
}

input[type="submit"].large,
input[type="button"].large{
  font-weight:700 !important;
}

@media (prefers-reduced-motion: reduce) {
  :is(.btn, .btn-wrapper .cta_button, .btn-wrapper .cta-button, .btn-wrapper [data-hubspot-cta-id], .btn-wrapper input[type='submit'], .btn-wrapper input[type='button'], input[type='submit'], input[type='button']) {
    transition: none;
  }
}

:is(.btn, .btn-wrapper .cta_button, .btn-wrapper .cta-button, .btn-wrapper [data-hubspot-cta-id], .btn-wrapper input[type="submit"], .btn-wrapper input[type="button"], input[type="submit"], input[type="button"]):hover {
  text-decoration: none;
}


:is(.btn, .btn-wrapper .cta_button, .btn-wrapper .cta-button, .btn-wrapper [data-hubspot-cta-id], .btn-wrapper input[type="submit"], .btn-wrapper input[type="button"], input[type="submit"], input[type="button"]):is(:disabled, .disabled) {
  opacity: 0.65;
}

.btn:hover,
.btn-wrapper .cta_button:hover,
.btn-wrapper .cta-button:hover,
.btn-wrapper [data-hubspot-cta-id]:hover,
.btn-wrapper input[type="submit"]:hover,
.btn-wrapper input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
}


.btn:disabled,
.btn.disabled,
.btn-wrapper .cta_button:disabled,
.btn-wrapper .cta-button:disabled,
.btn-wrapper [data-hubspot-cta-id]:disabled,
.btn-wrapper input[type="submit"]:disabled,
.btn-wrapper input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.cta-group {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cta-group .btn-wrapper {
  display: inline-block;
}

.cta-group.btn-wrap .btn-wrapper {
  width: 100%;
}

.cta-group.btn-block .btn-wrapper,
.btn-block-wrapper .btn-wrapper,
.btn-block-wrapper .hs_submit {
  width: 100%;
}

.cta-group.btn-block .btn-wrapper .cta_button,
.cta-group.btn-block .btn-wrapper .cta-button,
.btn-block-wrapper .btn-wrapper [data-hubspot-cta-id],
.cta-group.btn-block .btn-wrapper [data-hubspot-cta-id],
.btn-block input[type='submit'],
.btn-block input[type='button'],
.btn-block-wrapper .btn-wrapper .cta_button,
.btn-block-wrapper .btn-wrapper .cta-button,
.btn-block-wrapper input[type='submit'],
.btn-block-wrapper input[type='button'] {
  width: 100%;
  justify-content: center;
  box-sizing: border-box !important;
}

.btn-left .hs_submit {
  text-align: left;
}

.btn-center .hs_submit {
  text-align: center;
}

.btn-right .hs_submit {
  text-align: right;
}

.btn-left .hs_submit,
.btn-center .hs_submit,
.btn-right .hs_submit {
  width: 100%;
}

.button_icon svg {
  display: block;
  fill: currentColor !important;
  height: 1em;
}

.button_icon svg g,
.button_icon svg path {
  fill: currentColor !important;
}

.no-button {
  all: unset;
  text-align: left;
}

.tab-content .tab-pane {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: none;
}

.tab-content .tab-pane.active {
  opacity: 1;
  display: block;
}

.btn-wrapper[class*="btn-gradient"] :is(.cta_button, .cta-button, [data-hubspot-cta-id], input[type="submit"], input[type="button"]) {
  position: relative;
}

.btn-wrapper[class*="btn-gradient"] :is(.cta_button, .cta-button, [data-hubspot-cta-id], input[type="submit"], input[type="button"]):before,
.btn-wrapper[class*="btn-gradient"] :is(.cta_button, .cta-button, [data-hubspot-cta-id], input[type="submit"], input[type="button"]):after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .15s ease-in-out;
  z-index: -1;
}

.btn-wrapper[class*="btn-gradient"] :is(.cta_button, .cta-button, [data-hubspot-cta-id], input[type="submit"], input[type="button"]):hover:after {
  opacity: 0;
}
  /* ----------------------------------------------------------------------------------- */
/*  HubSpot Forms */
/* ----------------------------------------------------------------------------------- */

form {
  display:block;
}
.hs-form-field{
  margin-bottom:15px;
}

form label{
  display:inline;
}

.hs-form-field~.hs-form-field,
.hs-form .hs_error_rollup {
  flex-basis: 100%;
}

fieldset .hs-form-field {
  flex-basis: auto;
}

.hs-form-field {
  display: block;
  flex-grow: 1;
  position: relative;
  text-align: left;
  min-width: min(200px, 100%);
}

.actions{
margin-top:1rem;
}


.hs-form-field>* {
  order: 2;
}

.hs-fieldtype-select.hs-form-field .input {
  display: flex;
}

form fieldset {
  width: 100%;
  font-size: 1rem;
  max-width: none !important;
}

form fieldset>div .input {
  margin: 0 !important;
}

form fieldset .hs-dependent-field {
  display: flex;
  gap: 13px;
  flex-direction: column;
}

form .hs-dependent-field {
  display: flex;
  gap: 12px;
  flex-direction: column;
  width: 100%;
}

form fieldset.form-columns-1 .hs-input:not([type='checkbox']):not([type='radio']):not(.hs-fieldtype-intl-phone.hs-input :is(select,input)),
form fieldset > div {
  width: 100% !important;
}

fieldset.form-columns-1 .hs-fieldtype-intl-phone.hs-input select.hs-input {
  float: left;
  width: 30%!important;
}

fieldset {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

fieldset[class^=form-columns]:has(.field[style*="display: none"]):not(:has(.hs-fieldtype-intl-phone)) {
  display: none;
}

form div:has(.hs-richtext) {
  width: 100%
}

form .legal-consent-container .hs-richtext + div:not([class]){
  margin-top: 1rem;
}

fieldset .hs-form-field:has(~.hs-form-field) {
  margin-bottom: 12px;
}



@media only screen and (min-width: 992px) {
  .form-columns-2 > .hs-form-field,
  .form-columns-2 > .hs-dependent-field {
    min-width: min(200px, calc(50% - 24px));
    max-width: calc(50% - 6px);
  }

  .form-columns-3 > .hs-form-field,
  .form-columns-3 > .hs-dependent-field {
    min-width: min(200px, calc(33.3333% - 24px));
    max-width: calc(33.3333% - 8px);
  }

  form fieldset {
    flex-direction: row;
    flex-wrap: wrap;
  }

  form fieldset div {
    flex: 1;
  }

  fieldset .hs-form-field:has(~.hs-form-field) {
    margin-bottom: 0;
  }
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {

    :not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
    :not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
      width: 100% !important;
    }
}

form#email-prefs-form input.email-edit.hs-input {
  width: 100% !important;
}

.hs-error-msg,
.hs-error-msgs li {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.hs-form .hs_error_rollup {
  order: 99;
}

input#hs-pwd-widget-password {
  width: 100%;
  height: initial !important;
  padding: 0.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem !important;
}

.hs-field-desc {
  font-size: 0.8em;
  margin: 0 0 0.5em;
  line-height: 1.4;
}

.sr-form input[type='radio'],
.sr-form input[type='checkbox'] {
  margin-right: 2px;
}

select {
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  line-height: 1;
  height: auto;
}

.inputs-list {
  margin: 0;
  padding: 0;
}

.inputs-list li {
  list-style: none;
}

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

.no-list label {
  display: inline;
}

.field>label,
.form-group label,
.field span,
.form-group span {
  margin: 0 0 0.3rem;
}

textarea,
select,
.form-control,
input:not([type='radio']):not([type='checkbox']):not([type='file']):not([type='submit']),
input[readonly]:not([type='radio']):not([type='checkbox']):not([type='file']):not([type='submit']) {
  padding: 14px 17px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  transition: all 0.15s ease-in-out;
  animation-timing-function: ease-in-out;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 5px;
}

.sr-form [type='radio']:checked,
.sr-form [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.sr-form [type='radio']:checked+span,
.sr-form [type='radio']:not(:checked)+span {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.sr-form [type='radio']:checked+span:before,
.sr-form [type='radio']:not(:checked)+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
}

.sr-form [type='radio']:checked+span:after,
.sr-form [type='radio']:not(:checked)+span:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sr-form [type='radio']:not(:checked)+span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.sr-form [type='radio']:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sr-form [type='checkbox']:checked,
.sr-form [type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.sr-form [type='checkbox']:checked+span,
.sr-form [type='checkbox']:not(:checked)+span {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.sr-form [type='checkbox']:checked+span:before,
.sr-form [type='checkbox']:not(:checked)+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.sr-form [type='checkbox']:checked+span:after,
.sr-form [type='checkbox']:not(:checked)+span:after {
  content: url('data:image/svg+xml; utf8, <svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5L3.5 7L9 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 10px;
  height: 8px;
  position: absolute;
  top: -1.5px;
  left: 3px;
  transition: all 0.2s ease;
}

.sr-form [type='checkbox']:not(:checked)+span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.sr-form [type='checkbox']:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sr-form [type='file']::file-selector-button,
.sr-form [type='file']::-webkit-file-upload-button {
  border: none;
  padding: 0.25rem 1rem;
  margin-right: 1rem;
  cursor: pointer;
}

.sr-form [type='file']::file-selector-button:hover,
.sr-form [type='file']::-webkit-file-upload-button:hover {
  filter: brightness(90%);
}

.sr-modal-form form ul[role='checkbox'] .hs-form-radio label input,
.sr-form form ul[role='checkbox'] .hs-form-radio label input {
  margin-right: 5px;
}

.sr-form form .hs-dependent-field {
  display: flex;
  gap: 12px;
  flex-direction: column;
  width: 100%;
}

.sr-form .fn-date-picker .pika-lendar {
  margin: 0;
  padding: 8px;
}

textarea {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  min-height: 75px;
}

.hs_submit, .hs-submit {
  z-index: 3;
}

input[type=submit]{
  outline:0 !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content:center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-dateinput {
  position: relative
}

.hs-dateinput:before {
  content: "📅";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}


@media (max-width:767px){

  input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),select,textarea{
    font-size:.8rem !important;
    min-height:47px !important;
  }

}
  .table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}
  .modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal.show {
	display: block;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: min-content;
	content: '';
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.modal-backdrop.show {
	display: block;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: min-content;
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
  .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}
  .sr-video {
	line-height: 1;
}

.sr-multicol-media iframe,
.sr-multicol-media video {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

.sr-multicol-media .section-heading {
	margin: 0 0 1.25rem;
	padding: 0;
}

.responsive-video-file {
	max-width: 100%;
	position: relative;
	z-index: 9;
}

video[controls] {
	cursor: pointer;
}

.sr-play-button {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity .3s;
}

.sr-play-button .button-icon {
	max-width: 96px;
	max-height: 96px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--b);
	backdrop-filter: blur(30px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.sr-play-button .button-icon svg {
	margin-left: 6px;
	fill: var(--c);
	color: var(--c);
}
.sr-play-button svg * {
	fill: currentColor;
	color: currentColor;
}

.sr-play-button:hover {
	opacity: .75;
	transition: opacity .3s;
}

.responsive-image img {
	max-width: 100%;
	height: auto;
	border-radius: var(--img-corner);
}

.media-item img,
.media-item video {
    border-radius: var(--img-corner);
}

.content-wrapper:has(.banner-image) {
    overflow: hidden;
}

.responsive-image.banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.responsive-image.banner-image {
    height: var(--banner-height);
}

.sr-multicol-media .col-heading {
    padding: 0;
}

.sr-multicol-media .headings .heading:last-child {
    margin: 0 !important;
}

.sr-multicol-media.sr-bg-image .sr-col {
	padding: 6.25rem 4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-right: solid 1px #e5e7ea;
	border-right: solid 1px var(--borders);
}

.sr-multicol-media.sr-bg-image .sr-col:last-of-type {
	border-right: none;
}

.sr-multicol-media.sr-bg-image .sr-col::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--bg-overlay);
}

.sr-multicol-media.sr-bg-image .sr-col .content-wrapper,
.cta-group {
	position: relative;
	z-index: 2;
}

.content-wrapper,
.content-inner,
.column-inner {
	height: 100%;
	width: 100%;
}

.design-1 iframe,
.design-1 video {
	box-shadow: 10px 10px 50px var(--v-accent, var(--v-custom))
}

.design-2 {
	background-color: var(--v-accent, var(--v-custom));
	padding: 10px
}

.design-2:before {
	height: calc(100% + 30px);
	left: -15px;
	top: -15px;
	width: calc(100% + 30px)
}

.design-2:after,
.design-2:before {
	border: 1px solid;
	border-color: var(--v-accent, var(--v-custom));
	content: "";
	display: block;
	position: absolute
}

.design-2:after {
	background-color: transparent;
	height: 85%;
	left: -40px;
	top: 7.5%;
	width: calc(100% + 80px)
}

.design-3 {
	position: relative
}

.design-3:before {
	background-color: var(--v-accent, var(--v-custom));
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(-2deg);
	width: 100%
}


ul.slick-dots,
footer ul,
.sr-two-col-07 .sr-feature-check {
	list-style-image: none;
}

.lang_switcher_class,
lottie-player {
	display: block !important;
}

.lang_list_class {
	list-style: none;
}

/*  Module Preview */
[data-preview] {
	position: unset !important;
}

[data-preview] .modal {
	position: unset !important;
	display: block !important;
}

[data-preview] .modal-dialog {
	transform: none !important;
}

/*  *Legacy Nav */
.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
}

.dropdown-menu {
	position: absolute;
	left: 0;
	z-index: 1000;
	display: none;
	text-align: left;
	list-style: none;
}

.dropdown-item {
	background-color: transparent;
	border: 0;
	clear: both;
	display: block;
	font-weight: 400;
	padding: 0.25rem 1.5rem;
	text-align: inherit;
	white-space: nowrap;
	width: 100%;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width: 1200px) {

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
	.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	position: relative;
z-index: 2;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto
}

@media (max-width:575.98px) {

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.mobile-nav {
	display: none !important;
}

@media (max-width: 1199.98px) {
	.mobile-nav {
		display: block !important;
	}
}

@media (max-width: 1199.98px) {

	.navbar-collapse .container,
	.navbar-collapse .container-fluid {
		display: block;
		padding: 0;
	}

	.desktop-nav {
		display: none;
	}
}

.chevron-left.slick-arrow,
.chevron-right.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	z-index: 1;
	cursor: pointer;
}

.chevron-right.slick-arrow {
	right: 2rem
}

.chevron-left.slick-arrow {
	left: 2rem
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2rem;
	list-style-type: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	bottom: 0;
	margin: 0;

}

.slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 100%;
	text-indent: -9999px;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	margin: 4px;
	box-shadow: 0 0 0 4px transparent;
	background: #0C63FF;
	background: var(--primary);
}

.slick-dots li.slick-active button {
	background-color: transparent !important;
	box-shadow: 0 0 0 2px #0C63FF;
	box-shadow: 0 0 0 2px var(--primary);
}

.column_feature {
	display: flex;
	align-content: start;
	gap: 1rem;
}

.icon-icon {
	color: var(--icon-color);
	background: var(--icon-background);
	font-size: var(--icon-width);
	display: block;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	padding: .625em;
	aspect-ratio: 1;
}

.icon-icon svg {
	width: var(--icon-width);
	fill: currentColor;
}

.icon-custom svg {
	width: var(--icon-width);
}

.icon-image {
	display: block;
	min-width: var(--icon-width);
}

.column_features {
	display: grid;
	gap: var(--gap);
	grid-template-columns: repeat(auto-fit, minmax(var(--grid), 1fr));
	align-items: self-start;
}

.column_feature .heading:last-child,
.column_feature .heading:last-of-type {
	margin-bottom: 0;
}

.full-width-image img {
    width: 100%;
}

  /* Utilities: Helper classes with ability to override anything that comes before it*/
  .sr-row {
	row-gap: 3.125rem;
}

.sr-shadow {
	box-shadow: 15px 25px 60px 0px rgba(0, 0, 0, 0.10);
}

.sr-valign-top {
	align-items: flex-start;
}

.sr-valign-center {
	align-items: center;
}

.sr-valign-bottom {
	align-items: flex-end;
}

.sr-valign-stretch {
	align-items: stretch;
}

.sr-valign-stretch .content-wrapper {
	display: flex;
	flex-direction: column
}

.sr-valign-stretch .cta-group {
	width: 100%;
	align-self: flex-end;
	margin-top: auto;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-bottom {
	background-position: bottom !important;
}

.bg-center {
	background-position: center !important;
}

.bg-left {
	background-position: left !important;
}

.bg-left-bottom {
	background-position: left bottom !important;
}

.bg-left-top {
	background-position: left top !important;
}

.bg-right {
	background-position: right !important;
}

.bg-right-bottom {
	background-position: right bottom;
}

.bg-right-top {
	background-position: right top !important;
}

.bg-top {
	background-position: top !important;
}

.bg-repeat {
	background-repeat: repeat !important;
}

.bg-no-repeat {
	background-repeat: no-repeat !important;
}

.bg-repeat-x {
	background-repeat: repeat-x !important;
}

.bg-repeat-y {
	background-repeat: repeat-y !important;
}

.bg-auto {
	background-size: auto !important;
}

.bg-cover {
	background-size: cover !important;
}

.bg-contain {
	background-size: contain !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: '';
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: flex !important;
	}

	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: flex !important;
	}

	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-end {
	align-items: flex-end;
}

.align-items-center {
	align-items: center;
}

.align-items-baseline {
	align-items: baseline;
}

.align-items-stretch {
	align-items: stretch;
}

.align-content-start {
	align-content: flex-start;
}

.align-content-end {
	align-content: flex-end;
}

.align-content-center {
	align-content: center;
}

.align-content-between {
	align-content: space-between;
}

.align-content-around {
	align-content: space-around;
}

.align-content-stretch {
	align-content: stretch;
}

.align-self-auto {
	align-self: auto;
}

.align-self-start {
	align-self: flex-start;
}

.align-self-end {
	align-self: flex-end;
}

.align-self-center {
	align-self: center;
}

.align-self-baseline {
	align-self: baseline;
}

.align-self-stretch {
	align-self: stretch;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}

	.flex-sm-column {
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		justify-content: center !important;
	}

	.justify-content-sm-between {
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		align-items: center !important;
	}

	.align-items-sm-baseline {
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		align-items: stretch !important;
	}

	.align-content-sm-start {
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		align-content: center !important;
	}

	.align-content-sm-between {
		align-content: space-between !important;
	}

	.align-content-sm-around {
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		align-self: auto !important;
	}

	.align-self-sm-start {
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		align-self: center !important;
	}

	.align-self-sm-baseline {
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}

	.flex-md-column {
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		justify-content: center !important;
	}

	.justify-content-md-between {
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		justify-content: space-around !important;
	}

	.align-items-md-start {
		align-items: flex-start !important;
	}

	.align-items-md-end {
		align-items: flex-end !important;
	}

	.align-items-md-center {
		align-items: center !important;
	}

	.align-items-md-baseline {
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		align-items: stretch !important;
	}

	.align-content-md-start {
		align-content: flex-start !important;
	}

	.align-content-md-end {
		align-content: flex-end !important;
	}

	.align-content-md-center {
		align-content: center !important;
	}

	.align-content-md-between {
		align-content: space-between !important;
	}

	.align-content-md-around {
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		align-content: stretch !important;
	}

	.align-self-md-auto {
		align-self: auto !important;
	}

	.align-self-md-start {
		align-self: flex-start !important;
	}

	.align-self-md-end {
		align-self: flex-end !important;
	}

	.align-self-md-center {
		align-self: center !important;
	}

	.align-self-md-baseline {
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}

	.flex-lg-column {
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		justify-content: center !important;
	}

	.justify-content-lg-between {
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		align-items: center !important;
	}

	.align-items-lg-baseline {
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		align-items: stretch !important;
	}

	.align-content-lg-start {
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		align-content: center !important;
	}

	.align-content-lg-between {
		align-content: space-between !important;
	}

	.align-content-lg-around {
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		align-self: auto !important;
	}

	.align-self-lg-start {
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		align-self: center !important;
	}

	.align-self-lg-baseline {
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}

	.flex-xl-column {
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		justify-content: center !important;
	}

	.justify-content-xl-between {
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		align-items: center !important;
	}

	.align-items-xl-baseline {
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		align-items: stretch !important;
	}

	.align-content-xl-start {
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		align-content: center !important;
	}

	.align-content-xl-between {
		align-content: space-between !important;
	}

	.align-content-xl-around {
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		align-self: auto !important;
	}

	.align-self-xl-start {
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		align-self: center !important;
	}

	.align-self-xl-baseline {
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

.z-4 {
    z-index: 4!important
}

.z-5 {
    z-index: 5!important
}

.z-6 {
    z-index: 6!important
}

.z-7 {
    z-index: 7!important
}

.z-8 {
    z-index: 8!important
}

.z-9 {
    z-index: 9!important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}

	.m-sm-n1 {
		margin: -0.25rem !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}

	.m-sm-n2 {
		margin: -0.5rem !important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}

	.m-sm-n3 {
		margin: -1rem !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}

	.m-sm-n4 {
		margin: -1.5rem !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}

	.m-sm-n5 {
		margin: -3rem !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-n1 {
		margin: -0.25rem !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}

	.m-md-n2 {
		margin: -0.5rem !important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}

	.m-md-n3 {
		margin: -1rem !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}

	.m-md-n4 {
		margin: -1.5rem !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}

	.m-md-n5 {
		margin: -3rem !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}

	.m-lg-n1 {
		margin: -0.25rem !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}

	.m-lg-n2 {
		margin: -0.5rem !important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}

	.m-lg-n3 {
		margin: -1rem !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}

	.m-lg-n4 {
		margin: -1.5rem !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}

	.m-lg-n5 {
		margin: -3rem !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}

	.m-xl-n1 {
		margin: -0.25rem !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}

	.m-xl-n2 {
		margin: -0.5rem !important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}

	.m-xl-n3 {
		margin: -1rem !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}

	.m-xl-n4 {
		margin: -1.5rem !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}

	.m-xl-n5 {
		margin: -3rem !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

.unstyle-list,
.unstyle-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.unstyle-list li,
.unstyle-list ul li {
	margin-bottom: 0.5rem;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right ;
}

.text-center {
	text-align: center;
}

.text-left .cta-group {
	justify-content: flex-start;
}

.text-right .cta-group {
	justify-content: flex-end;
}

.text-center .cta-group {
	justify-content: center;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.text-sm-left .cta-group {
		justify-content: flex-start !important
	}

	.text-sm-right .cta-group {
		justify-content: flex-end !important
	}

	.text-sm-center .cta-group {
		justify-content: center !important
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.text-md-left .cta-group {
		justify-content: flex-start !important
	}

	.text-md-right .cta-group {
		justify-content: flex-end !important
	}

	.text-md-center .cta-group {
		justify-content: center !important
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.text-lg-left .cta-group {
		justify-content: flex-start !important
	}

	.text-lg-right .cta-group {
		justify-content: flex-end !important
	}

	.text-lg-center .cta-group {
		justify-content: center !important
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}

	.text-xl-left .cta-group {
		justify-content: flex-start !important
	}

	.text-xl-right .cta-group {
		justify-content: flex-end !important
	}

	.text-xl-center .cta-group {
		justify-content: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-primary {
	font-family: var(--primary_font) !important;
}

.font-heading {
	font-family: var(--heading_font) !important;
}

.font-btn {
    font-family: var(--button_font) !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 700 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {

	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: ' (' attr(title) ')';
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}
}

.block {
	display: table;
}

.circle {
	border-radius: 100%;
}

.divider {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 13px 0;
	margin: 0 0 40px;
}

.text-center-mobile {
	text-align: center;
}

.max-responsive {
	max-width: 100%;
	height: auto !important;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
}

.shadow {
	-webkit-box-shadow: 15px 25px 60px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 15px 25px 60px 0px rgba(0, 0, 0, 0.10);
}

.currentColor,
.currentColor svg,
.currentColor svg * {
	fill: currentColor;
}

.strikeout {
	text-decoration: line-through !important;
}

.height-auto     { min-height: 0vh; }
.height-small    { padding: 8rem 0; }
.height-medium   { padding: 14rem 0; }
.height-large    { padding: 20rem 0; }
.height-full     { min-height: 100vh; }

.sr-col.col-divider-na,
.sr-col.col-divider-none {
	border-right: 1px solid var(--divider-color);
}

.image-cutout div:has(> img),
.cards-cutout .team-card {
    position: relative;
    overflow: hidden;
}

.image-cutout div:has(> img) img,
.cards-cutout .card-user-img {
    border-radius: 30px;
    mask: url("data:image/svg+xml,%3Csvg width='465' height='465' viewBox='0 0 465 465' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30V348.079C0 356.036 3.16071 363.666 8.7868 369.292L95.7076 456.213C101.334 461.839 108.964 465 116.921 465H435C451.569 465 465 451.569 465 435V30C465 13.4315 451.569 0 435 0H30C13.4315 0 0 13.4314 0 30Z' fill='white'/%3E%3C/svg%3E");
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='465' height='465' viewBox='0 0 465 465' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30V348.079C0 356.036 3.16071 363.666 8.7868 369.292L95.7076 456.213C101.334 461.839 108.964 465 116.921 465H435C451.569 465 465 451.569 465 435V30C465 13.4315 451.569 0 435 0H30C13.4315 0 0 13.4314 0 30Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.no-col-style .content-wrapper {
    background: none!important;
    background-color: transparent!importamt;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
}

.text-balance {
	text-wrap: balance;
}

.text-eyebrow {
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	backdrop-filter: blur(30px);
	display: inline-block;
}

@media (min-width: 992px) {
	.sr-col.col-divider-lg {
		border-right: 1px solid var(--divider-color);
	}

	.sr_module:has(.hero-r-bleed) {
		overflow: hidden;
	}

	.hero-r-bleed .responsive-image {
		margin-right: -100%;
	}
}

@media (min-width: 768px) {
	.sr-col.col-divider-md {
		border-right: 1px solid var(--divider-color);
	}
}

@media (min-width: 576px) {
	.sr-col.col-divider-sm {
		border-right: 1px solid var(--divider-color);
	}
}
}

/* Custom styles */
@layer custom-styles {
    /* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */ 
/*****************************************/

.blog-postWrapper {max-width: 1200px; margin: 0 auto;width: 100%;}
.blog-post-main .blog-post-banner img { max-height:600px;width: 991px;max-width:100%;border-radius: 30px; margin: 0 auto; }
.blog-post-main .metaWrap {column-gap:90px;row-gap:20px;}
.blog-post-main .metaItem  * {  color: #4E555C;}
.blog-post-main .BlogBodyContainer {width: 100%;max-width: 860px;margin: 0 auto;padding:40px 40px;}
.blog-post-main .blogPostBody img {border-radius: 20px;display: block;max-width: none;width: calc(100% + 80px);margin-left: -40px; margin-bottom:34px;} 
.blog-post-main .postTags > .Tag {padding-right: 8px;}
.blog-post-main .blog-listing__post-tag {background-color: #F0F7FC;padding:5.1px 24px;color: #2E90CF;line-height: 1.56;}
.blog-post-main .blog-listing__post-tag.bim{background-color: #fbfcf5;color: #a5be00;}
.blog-post-main .blog-listing__post-tag.twin{color:#427AA1;background-color:#F7FAFB;}
.blog-post-main .postTags {gap:10px;}
.blog-post-main .SocialICon a{display:flex;justify-content:center; align-items:center;margin:0 8px; background-color: #4E555C; border-radius: 50%; height: 48px; width: 48px; padding: 8px; }
.blog-post-main .SocialICon svg{display:block;}
.blog-post-main .IconTItle {color: #000000;margin-right: 4px;}
.blog-post-main .SocialICon a:hover {background-color:#2e90cf;}
.NavLink  a {font-size: 38px;font-weight: 400; color: #000000;}
.NavLink  a:hover{ color:#2e9dcf; }
.nav-label {color: #000000;} 
.custom-previous { width: 50%; max-width: 550px; padding-right:20px;}
.custom-next {width: 50%;max-width: 550px;text-align: right; padding-left:20px;}
.DateDot { height: 8px; width: 8px;border-radius: 50%;background-color: #4E555C; margin-right: 30px;}
.blog-post-main .BlogBodyContainer h3 {font-size: 48px;font-weight: 300;}

@media (max-width:991px){
  .blog-post-main .metaWrap{column-gap:60px;}
}
@media (max-width:991px){
  .blog-post-main .metaWrap{column-gap:30px;}
  .NavLink  a {font-size: 25px;}
  .blog-post-main .blogPostBody img{width:100%; margin-left:0;}
   .DateDot{margin-right:10px;}


}
@media (max-width:767px){
  .blog-post-main .metaWrap{column-gap:20px;}
  .custom-previous { width: 100%; max-width: 100%; padding-right:0px;}
  .custom-next {width: 100%;max-width: 100%;text-align: left; padding-left:0px;}
  .custom_blog_next-previous{flex-direction:column;}
  .NavLink  a {font-size: 20px;}
  .blog-post-main .BlogBodyContainer{padding:40px 0;}
  .blog-post-main .SocialICon > a { margin: 0 6px;height: 40px;width: 40px;padding: 12px;}
  .blog-post-main .blog-listing__post-tag {padding-left 15px;padding-right 15px;}

}
  /* Documentation: https://docs.sprocketrocket.co/custom-fonts */

/* @import url('http://example.com/example_style.css'); */

/* CSS @imports must be at the top of the file */
/* Add them above this section                 */


@font-face {
  font-family: "Museo Sans";
  src: url("https://21581025.fs1.hubspotusercontent-na1.net/hubfs/21581025/Museo%20Sans%20500.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("https://21581025.fs1.hubspotusercontent-na1.net/hubfs/21581025/Museo%20Sans%20500.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Museo Sans";
  src: url("https://21581025.fs1.hubspotusercontent-na1.net/hubfs/21581025/Museo%20Sans%20700.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}


body {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}
h1,
.h1 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}

h2,
.h2 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}

h3,
.h3 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}

h4,
.h4 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}

h5,
.h5 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}

h6,
.h6 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}

.display-1 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}
.display-2 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}
.display-3 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}
.display-4 {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}

p.lead, p.large {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}
blockquote {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}
.btn,
.btn-wrapper .cta_button,
.btn-wrapper .cta-button,
.btn-wrapper input[type="submit"],
.btn-wrapper input[type="button"],
input[type="submit"],
input[type="button"]    {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}
.navbar .navbar-nav .dropdown .dropdown-item,
.navbar .navbar-nav .nav-link,
.btn-wrapper.btn-primary-wrapper.d-xl-inline a,
.no-button.header__menu-link,
.header__menu-link {
  font-family: "Museo Sans", "Segoe UI", "Segoe", "Segoe WP", sans-serif;;
}
  /* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/




.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}


.mx-10{margin-left:-10px; margin-right:-10px;}
.mx-15{margin-left:-15px; margin-right:-15px}
.mx-20{margin-left:-20px; margin-right:-20px}




.justify-flex-start{ justify-content: flex-start; }
.justify-center{ justify-content: center; }
.justify-flex-end{ justify-content: flex-end; }
.justify-space-between{ justify-content: space-between; }
.justify-space-around{ justify-content: space-around; }
.justify-space-evenly{ justify-content: space-evenly; }

.align-flex-start{ align-items: flex-start; }
.align-center{ align-items: center; }
.align-baseline{ align-items: baseline; }
.align-flex-end{ align-items: flex-end; }

.direction-column{ flex-direction: column; }
.direction-column-reverse{ flex-direction: column-reverse; }
.direction-revert{ flex-direction: revert; }
.direction-row{ flex-direction: row; }
.direction-row-reverse{ flex-direction: row-reverse; }



.pt0,.py0{padding-top:0px;}
.pt5,.py5{padding-top:5px;}
.pt10,.py10{padding-top:10px;}
.pt15,.py15{padding-top:15px;}
.pt20,.py20{padding-top:20px;}
.pt25,.py25{padding-top:25px;}
.pt30,.py30{padding-top:30px;}
.pt35,.py35{padding-top:35px;}
.pt40,.py40{padding-top:40px;}
.pt45,.py45{padding-top:45px;}
.pt50,.py50{padding-top:50px;}
.pt55,.py55{padding-top:55px;}
.pt60,.py60{padding-top:60px;}
.pt65,.py65{padding-top:65px;}
.pt70,.py70{padding-top:70px;}
.pt75,.py75{padding-top:75px;}
.pt80,.py80{padding-top:80px;}
.pt85,.py85{padding-top:85px;}
.pt90,.py90{padding-top:90px;}
.pt95,.py95{padding-top:95px;}
.pt100,.py100{padding-top:100px;}
.pt105,.py105{padding-top:105px;}
.pt110,.py110{padding-top:110px;}
.pt115,.py115{padding-top:115px;}
.pt120,.py120{padding-top:120px;}
.pt125,.py125{padding-top:125px;}
.pt130,.py130{padding-top:130px;}
.pt135,.py135{padding-top:135px;}
.pt140,.py140{padding-top:140px;}
.pt145,.py145{padding-top:145px;}
.pt150,.py150{padding-top:150px;}
.pt155,.py155{padding-top:155px;}
.pt160,.py160{padding-top:160px;}
.pt165,.py165{padding-top:165px;}
.pt170,.py170{padding-top:170px;}
.pt175,.py175{padding-top:175px;}
.pt180,.py180{padding-top:180px;}
.pt185,.py185{padding-top:185px;}
.pt190,.py190{padding-top:190px;}
.pt195,.py195{padding-top:195px;}
.pt200,.py200{padding-top:200px;}

.pb0,.py0{padding-bottom:0px;}
.pb5,.py5{padding-bottom:5px;}
.pb10,.py10{padding-bottom:10px;}
.pb15,.py15{padding-bottom:15px;}
.pb20,.py20{padding-bottom:20px;}
.pb25,.py25{padding-bottom:25px;}
.pb30,.py30{padding-bottom:30px;}
.pb35,.py35{padding-bottom:35px;}
.pb40,.py40{padding-bottom:40px;}
.pb45,.py45{padding-bottom:45px;}
.pb50,.py50{padding-bottom:50px;}
.pb55,.py55{padding-bottom:55px;}
.pb60,.py60{padding-bottom:60px;}
.pb65,.py65{padding-bottom:65px;}
.pb70,.py70{padding-bottom:70px;}
.pb75,.py75{padding-bottom:75px;}
.pb80,.py80{padding-bottom:80px;}
.pb85,.py85{padding-bottom:85px;}
.pb90,.py90{padding-bottom:90px;}
.pb95,.py95{padding-bottom:95px;}
.pb100,.py100{padding-bottom:100px;}
.pb105,.py105{padding-bottom:105px;}
.pb110,.py110{padding-bottom:110px;}
.pb115,.py115{padding-bottom:115px;}
.pb120,.py120{padding-bottom:120px;}
.pb125,.py125{padding-bottom:125px;}
.pb130,.py130{padding-bottom:130px;}
.pb135,.py135{padding-bottom:135px;}
.pb140,.py140{padding-bottom:140px;}
.pb145,.py145{padding-bottom:145px;}
.pb150,.py150{padding-bottom:150px;}
.pb155,.py155{padding-bottom:155px;}
.pb160,.py160{padding-bottom:160px;}
.pb165,.py165{padding-bottom:165px;}
.pb170,.py170{padding-bottom:170px;}
.pb175,.py175{padding-bottom:175px;}
.pb180,.py180{padding-bottom:180px;}
.pb185,.py185{padding-bottom:185px;}
.pb190,.py190{padding-bottom:190px;}
.pb195,.py195{padding-bottom:195px;}
.pb200,.py200{padding-bottom:200px;}

.pl5,.px5{padding-left:5px;}
.pl10,.px10{padding-left:10px;}
.pl15,.px15{padding-left:15px;}
.pl20,.px20{padding-left:20px;}
.pl25,.px25{padding-left:25px;}

.pr5,.px5{padding-right:5px;}
.pr10,.px10{padding-right:10px;}
.pr15,.px15{padding-right:15px;}
.pr20,.px20{padding-right:20px;}
.pr25,.px25{padding-right:25px;}


.mt0,.my0{margin-top:0px;}
.mt5,.my5{margin-top:5px;}
.mt10,.my10{margin-top:10px;}
.mt15,.my15{margin-top:15px;}
.mt20,.my20{margin-top:20px;}
.mt25,.my25{margin-top:25px;}
.mt30,.my30{margin-top:30px;}
.mt35,.my35{margin-top:35px;}
.mt40,.my40{margin-top:40px;}
.mt45,.my45{margin-top:45px;}
.mt50,.my50{margin-top:50px;}

.mb0,.my0{margin-bottom:0px;}
.mb5,.my5{margin-bottom:5px;}
.mb10,.my10{margin-bottom:10px;}
.mb15,.my15{margin-bottom:15px;}
.mb20,.my20{margin-bottom:20px;}
.mb25,.my25{margin-bottom:25px;}
.mb30,.my30{margin-bottom:30px;}
.mb35,.my35{margin-bottom:35px;}
.mb40,.my40{margin-bottom:40px;}
.mb45,.my45{margin-bottom:45px;}
.mb50,.my50{margin-bottom:50px;}


.positionRelative{position:relative;}


/****** min-width-578 ******/
@media(min-width:578px){

  .d-sm-flex{display:flex;}
  .justify-sm-flex-start{ justify-content: flex-start; }
  .justify-sm-center{ justify-content: center; }
  .justify-sm-flex-end{ justify-content: flex-end; }
  .justify-sm-space-between{ justify-content: space-between; }
  .justify-sm-space-around{ justify-content: space-around; }
  .justify-sm-space-evenly{ justify-content: space-evenly; }

  .align-sm-flex-start{ align-items: flex-start; }
  .align-sm-center{ align-items: center; }
  .align-sm-baseline{ align-items: baseline; }
  .align-sm-flex-end{ align-items: flex-end; }

  .direction-sm-column{ flex-direction: column; }
  .direction-sm-column-reverse{ flex-direction: column-reverse; }
  .direction-sm-revert{ flex-direction: revert; }
  .direction-sm-row{ flex-direction: row; }
  .direction-sm-row-reverse{ flex-direction: row-reverse; }




  .text-sm-left{text-align:left}
  .text-sm-center{text-align:center}
  .text-sm-right{text-align:right}

}
/****** min-width-768 ******/
@media(min-width:768px){


  .d-md-flex{display:flex;}
  .justify-md-flex-start{ justify-content: flex-start; }
  .justify-md-center{ justify-content: center; }
  .justify-md-flex-end{ justify-content: flex-end; }
  .justify-md-space-between{ justify-content: space-between; }
  .justify-md-space-around{ justify-content: space-around; }
  .justify-md-space-evenly{ justify-content: space-evenly; }

  .align-md-flex-start{ align-items: flex-start; }
  .align-md-center{ align-items: center; }
  .align-md-baseline{ align-items: baseline; }
  .align-md-flex-end{ align-items: flex-end; }

  .direction-md-column{ flex-direction: column; }
  .direction-md-column-reverse{ flex-direction: column-reverse; }
  .direction-md-revert{ flex-direction: revert; }
  .direction-md-row{ flex-direction: row; }
  .direction-md-row-reverse{ flex-direction: row-reverse; }


  .text-md-left{text-align:left}
  .text-md-center{text-align:center}
  .text-md-right{text-align:right}



  .pt-md-0,.py-md-0{padding-top:0px;}
  .pt-md-5,.py-md-5{padding-top:5px;}
  .pt-md-10,.py-md-10{padding-top:10px;}
  .pt-md-15,.py-md-15{padding-top:15px;}
  .pt-md-20,.py-md-20{padding-top:20px;}
  .pt-md-25,.py-md-25{padding-top:25px;}
  .pt-md-30,.py-md-30{padding-top:30px;}
  .pt-md-35,.py-md-35{padding-top:35px;}
  .pt-md-40,.py-md-40{padding-top:40px;}
  .pt-md-45,.py-md-45{padding-top:45px;}
  .pt-md-50,.py-md-50{padding-top:50px;}
  .pt-md-55,.py-md-55{padding-top:55px;}
  .pt-md-60,.py-md-60{padding-top:60px;}
  .pt-md-65,.py-md-65{padding-top:65px;}
  .pt-md-70,.py-md-70{padding-top:70px;}
  .pt-md-75,.py-md-75{padding-top:75px;}
  .pt-md-80,.py-md-80{padding-top:80px;}
  .pt-md-85,.py-md-85{padding-top:85px;}
  .pt-md-90,.py-md-90{padding-top:90px;}
  .pt-md-95,.py-md-95{padding-top:95px;}
  .pt-md-100,.py-md-100{padding-top:100px;}
  .pt-md-105,.py-md-105{padding-top:105px;}
  .pt-md-110,.py-md-110{padding-top:110px;}
  .pt-md-115,.py-md-115{padding-top:115px;}
  .pt-md-120,.py-md-120{padding-top:120px;}
  .pt-md-125,.py-md-125{padding-top:125px;}
  .pt-md-130,.py-md-130{padding-top:130px;}
  .pt-md-135,.py-md-135{padding-top:135px;}
  .pt-md-140,.py-md-140{padding-top:140px;}
  .pt-md-145,.py-md-145{padding-top:145px;}
  .pt-md-150,.py-md-150{padding-top:150px;}
  .pt-md-155,.py-md-155{padding-top:155px;}
  .pt-md-160,.py-md-160{padding-top:160px;}
  .pt-md-165,.py-md-165{padding-top:165px;}
  .pt-md-170,.py-md-170{padding-top:170px;}
  .pt-md-175,.py-md-175{padding-top:175px;}
  .pt-md-180,.py-md-180{padding-top:180px;}
  .pt-md-185,.py-md-185{padding-top:185px;}
  .pt-md-190,.py-md-190{padding-top:190px;}
  .pt-md-195,.py-md-195{padding-top:195px;}
  .pt-md-200,.py-md-200{padding-top:200px;}

  .pb-md-0,.py-md-0{padding-bottom:0px;}
  .pb-md-5,.py-md-5{padding-bottom:5px;}
  .pb-md-10,.py-md-10{padding-bottom:10px;}
  .pb-md-15,.py-md-15{padding-bottom:15px;}
  .pb-md-20,.py-md-20{padding-bottom:20px;}
  .pb-md-25,.py-md-25{padding-bottom:25px;}
  .pb-md-30,.py-md-30{padding-bottom:30px;}
  .pb-md-35,.py-md-35{padding-bottom:35px;}
  .pb-md-40,.py-md-40{padding-bottom:40px;}
  .pb-md-45,.py-md-45{padding-bottom:45px;}
  .pb-md-50,.py-md-50{padding-bottom:50px;}
  .pb-md-55,.py-md-55{padding-bottom:55px;}
  .pb-md-60,.py-md-60{padding-bottom:60px;}
  .pb-md-65,.py-md-65{padding-bottom:65px;}
  .pb-md-70,.py-md-70{padding-bottom:70px;}
  .pb-md-75,.py-md-75{padding-bottom:75px;}
  .pb-md-80,.py-md-80{padding-bottom:80px;}
  .pb-md-85,.py-md-85{padding-bottom:85px;}
  .pb-md-90,.py-md-90{padding-bottom:90px;}
  .pb-md-95,.py-md-95{padding-bottom:95px;}
  .pb-md-100,.py-md-100{padding-bottom:100px;}
  .pb-md-105,.py-md-105{padding-bottom:105px;}
  .pb-md-110,.py-md-110{padding-bottom:110px;}
  .pb-md-115,.py-md-115{padding-bottom:115px;}
  .pb-md-120,.py-md-120{padding-bottom:120px;}
  .pb-md-125,.py-md-125{padding-bottom:125px;}
  .pb-md-130,.py-md-130{padding-bottom:130px;}
  .pb-md-135,.py-md-135{padding-bottom:135px;}
  .pb-md-140,.py-md-140{padding-bottom:140px;}
  .pb-md-145,.py-md-145{padding-bottom:145px;}
  .pb-md-150,.py-md-150{padding-bottom:150px;}
  .pb-md-155,.py-md-155{padding-bottom:155px;}
  .pb-md-160,.py-md-160{padding-bottom:160px;}
  .pb-md-165,.py-md-165{padding-bottom:165px;}
  .pb-md-170,.py-md-170{padding-bottom:170px;}
  .pb-md-175,.py-md-175{padding-bottom:175px;}
  .pb-md-180,.py-md-180{padding-bottom:180px;}
  .pb-md-185,.py-md-185{padding-bottom:185px;}
  .pb-md-190,.py-md-190{padding-bottom:190px;}
  .pb-md-195,.py-md-195{padding-bottom:195px;}
  .pb-md-200,.py-md-200{padding-bottom:200px;}


  .pl-md-0,.px-md-0{padding-left:0px;}
  .pl-md-5,.px-md-5{padding-left:5px;}
  .pl-md-10,.px-md-10{padding-left:10px;}
  .pl-md-15,.px-md-15{padding-left:15px;}
  .pl-md-20,.px-md-20{padding-left:20px;}
  .pl-md-25,.px-md-25{padding-left:25px;}
  .pl-md-30,.px-md-30{padding-left:30px;}
  .pl-md-35,.px-md-35{padding-left:35px;}
  .pl-md-40,.px-md-40{padding-left:40px;}
  .pl-md-45,.px-md-45{padding-left:45px;}
  .pl-md-50,.px-md-50{padding-left:50px;}
  .pl-md-55,.px-md-55{padding-left:55px;}
  .pl-md-60,.px-md-60{padding-left:60px;}
  .pl-md-65,.px-md-65{padding-left:65px;}
  .pl-md-70,.px-md-70{padding-left:70px;}
  .pl-md-75,.px-md-75{padding-left:75px;}
  .pl-md-80,.px-md-80{padding-left:80px;}
  .pl-md-85,.px-md-85{padding-left:85px;}
  .pl-md-90,.px-md-90{padding-left:90px;}
  .pl-md-95,.px-md-95{padding-left:95px;}
  .pl-md-100,.px-md-100{padding-left:100px;}


  .pr-md-0,.px-md-0{padding-right:0px;}
  .pr-md-5,.px-md-5{padding-right:5px;}
  .pr-md-10,.px-md-10{padding-right:10px;}
  .pr-md-15,.px-md-15{padding-right:15px;}
  .pr-md-20,.px-md-20{padding-right:20px;}
  .pr-md-25,.px-md-25{padding-right:25px;}
  .pr-md-30,.px-md-30{padding-right:30px;}
  .pr-md-35,.px-md-35{padding-right:35px;}
  .pr-md-40,.px-md-40{padding-right:40px;}
  .pr-md-45,.px-md-45{padding-right:45px;}
  .pr-md-50,.px-md-50{padding-right:50px;}
  .pr-md-55,.px-md-55{padding-right:55px;}
  .pr-md-60,.px-md-60{padding-right:60px;}
  .pr-md-65,.px-md-65{padding-right:65px;}
  .pr-md-70,.px-md-70{padding-right:70px;}
  .pr-md-75,.px-md-75{padding-right:75px;}
  .pr-md-80,.px-md-80{padding-right:80px;}
  .pr-md-85,.px-md-85{padding-right:85px;}
  .pr-md-90,.px-md-90{padding-right:90px;}
  .pr-md-95,.px-md-95{padding-right:95px;}
  .pr-md-100,.px-md-100{padding-right:100px;}
  .pr-md-105,.px-md-105{padding-right:105px;}
  .pr-md-110,.px-md-110{padding-right:110px;}


  .mt-md-0,.my-md-0{margin-top:0px;}
  .mt-md-5,.my-md-5{margin-top:5px;}
  .mt-md-10,.my-md-10{margin-top:10px;}
  .mt-md-15,.my-md-15{margin-top:15px;}
  .mt-md-20,.my-md-20{margin-top:20px;}
  .mt-md-25,.my-md-25{margin-top:25px;}
  .mt-md-30,.my-md-30{margin-top:30px;}
  .mt-md-35,.my-md-35{margin-top:35px;}
  .mt-md-40,.my-md-40{margin-top:40px;}
  .mt-md-45,.my-md-45{margin-top:45px;}
  .mt-md-50,.my-md-50{margin-top:50px;}
  .mt-md-55,.my-md-55{margin-top:55px;}
  .mt-md-60,.my-md-60{margin-top:60px;}
  .mt-md-65,.my-md-65{margin-top:65px;}
  .mt-md-70,.my-md-70{margin-top:70px;}
  .mt-md-75,.my-md-75{margin-top:75px;}
  .mt-md-80,.my-md-80{margin-top:80px;}
  .mt-md-85,.my-md-85{margin-top:85px;}
  .mt-md-90,.my-md-90{margin-top:90px;}
  .mt-md-95,.my-md-95{margin-top:95px;}
  .mt-md-100,.my-md-100{margin-top:100px;}
  .mt-md-105,.my-md-105{margin-top:105px;}
  .mt-md-110,.my-md-110{margin-top:110px;}
  .mt-md-115,.my-md-115{margin-top:115px;}
  .mt-md-120,.my-md-120{margin-top:120px;}
  .mt-md-125,.my-md-125{margin-top:125px;}
  .mt-md-130,.my-md-130{margin-top:130px;}
  .mt-md-135,.my-md-135{margin-top:135px;}
  .mt-md-140,.my-md-140{margin-top:140px;}
  .mt-md-145,.my-md-145{margin-top:145px;}
  .mt-md-150,.my-md-150{margin-top:150px;}
  .mt-md-155,.my-md-155{margin-top:155px;}
  .mt-md-160,.my-md-160{margin-top:160px;}
  .mt-md-165,.my-md-165{margin-top:165px;}
  .mt-md-170,.my-md-170{margin-top:170px;}
  .mt-md-175,.my-md-175{margin-top:175px;}
  .mt-md-180,.my-md-180{margin-top:180px;}
  .mt-md-185,.my-md-185{margin-top:185px;}
  .mt-md-190,.my-md-190{margin-top:190px;}
  .mt-md-195,.my-md-195{margin-top:195px;}
  .mt-md-200,.my-md-200{margin-top:200px;}

  .mb-md-0,.my-md-0{margin-bottom:0px;}
  .mb-md-5,.my-md-5{margin-bottom:5px;}
  .mb-md-10,.my-md-10{margin-bottom:10px;}
  .mb-md-15,.my-md-15{margin-bottom:15px;}
  .mb-md-20,.my-md-20{margin-bottom:20px;}
  .mb-md-25,.my-md-25{margin-bottom:25px;}
  .mb-md-30,.my-md-30{margin-bottom:30px;}
  .mb-md-35,.my-md-35{margin-bottom:35px;}
  .mb-md-40,.my-md-40{margin-bottom:40px;}
  .mb-md-45,.my-md-45{margin-bottom:45px;}
  .mb-md-50,.my-md-50{margin-bottom:50px;}
  .mb-md-55,.my-md-55{margin-bottom:55px;}
  .mb-md-60,.my-md-60{margin-bottom:60px;}
  .mb-md-65,.my-md-65{margin-bottom:65px;}
  .mb-md-70,.my-md-70{margin-bottom:70px;}
  .mb-md-75,.my-md-75{margin-bottom:75px;}
  .mb-md-80,.my-md-80{margin-bottom:80px;}
  .mb-md-85,.my-md-85{margin-bottom:85px;}
  .mb-md-90,.my-md-90{margin-bottom:90px;}
  .mb-md-95,.my-md-95{margin-bottom:95px;}
  .mb-md-100,.my-md-100{margin-bottom:100px;}
  .mb-md-105,.my-md-105{margin-bottom:105px;}
  .mb-md-110,.my-md-110{margin-bottom:110px;}
  .mb-md-115,.my-md-115{margin-bottom:115px;}
  .mb-md-120,.my-md-120{margin-bottom:120px;}
  .mb-md-125,.my-md-125{margin-bottom:125px;}
  .mb-md-130,.my-md-130{margin-bottom:130px;}
  .mb-md-135,.my-md-135{margin-bottom:135px;}
  .mb-md-140,.my-md-140{margin-bottom:140px;}
  .mb-md-145,.my-md-145{margin-bottom:145px;}
  .mb-md-150,.my-md-150{margin-bottom:150px;}
  .mb-md-155,.my-md-155{margin-bottom:155px;}
  .mb-md-160,.my-md-160{margin-bottom:160px;}
  .mb-md-165,.my-md-165{margin-bottom:165px;}
  .mb-md-170,.my-md-170{margin-bottom:170px;}
  .mb-md-175,.my-md-175{margin-bottom:175px;}
  .mb-md-180,.my-md-180{margin-bottom:180px;}
  .mb-md-185,.my-md-185{margin-bottom:185px;}
  .mb-md-190,.my-md-190{margin-bottom:190px;}
  .mb-md-195,.my-md-195{margin-bottom:195px;}
  .mb-md-200,.my-md-200{margin-bottom:200px;}

}

/****** min-width-992 ******/
@media(min-width:992px){

  .d-lg-flex{display:flex;}
  .justify-lg-flex-start{ justify-content: flex-start; }
  .justify-lg-center{ justify-content: center; }
  .justify-lg-flex-end{ justify-content: flex-end; }
  .justify-lg-space-between{ justify-content: space-between; }
  .justify-lg-space-around{ justify-content: space-around; }
  .justify-lg-space-evenly{ justify-content: space-evenly; }

  .align-lg-flex-start{ align-items: flex-start; }
  .align-lg-center{ align-items: center; }
  .align-lg-baseline{ align-items: baseline; }
  .align-lg-flex-end{ align-items: flex-end; }

  .direction-lg-column{ flex-direction: column; }
  .direction-lg-column-reverse{ flex-direction: column-reverse; }
  .direction-lg-revert{ flex-direction: revert; }
  .direction-lg-row{ flex-direction: row; }
  .direction-lg-row-reverse{ flex-direction: row-reverse; } 


  .text-lg-left{text-align:left}
  .text-lg-center{text-align:center}
  .text-lg-right{text-align:right}





  .pt-lg-0,.py-lg-0{padding-top:0px;}
  .pt-lg-5,.py-lg-5{padding-top:5px;}
  .pt-lg-10,.py-lg-10{padding-top:10px;}
  .pt-lg-15,.py-lg-15{padding-top:15px;}
  .pt-lg-20,.py-lg-20{padding-top:20px;}
  .pt-lg-25,.py-lg-25{padding-top:25px;}
  .pt-lg-30,.py-lg-30{padding-top:30px;}
  .pt-lg-35,.py-lg-35{padding-top:35px;}
  .pt-lg-40,.py-lg-40{padding-top:40px;}
  .pt-lg-45,.py-lg-45{padding-top:45px;}
  .pt-lg-50,.py-lg-50{padding-top:50px;}
  .pt-lg-55,.py-lg-55{padding-top:55px;}
  .pt-lg-60,.py-lg-60{padding-top:60px;}
  .pt-lg-65,.py-lg-65{padding-top:65px;}
  .pt-lg-70,.py-lg-70{padding-top:70px;}
  .pt-lg-75,.py-lg-75{padding-top:75px;}
  .pt-lg-80,.py-lg-80{padding-top:80px;}
  .pt-lg-85,.py-lg-85{padding-top:85px;}
  .pt-lg-90,.py-lg-90{padding-top:90px;}
  .pt-lg-95,.py-lg-95{padding-top:95px;}
  .pt-lg-100,.py-lg-100{padding-top:100px;}
  .pt-lg-105,.py-lg-105{padding-top:105px;}
  .pt-lg-110,.py-lg-110{padding-top:110px;}
  .pt-lg-115,.py-lg-115{padding-top:115px;}
  .pt-lg-120,.py-lg-120{padding-top:120px;}
  .pt-lg-125,.py-lg-125{padding-top:125px;}
  .pt-lg-130,.py-lg-130{padding-top:130px;}
  .pt-lg-135,.py-lg-135{padding-top:135px;}
  .pt-lg-140,.py-lg-140{padding-top:140px;}
  .pt-lg-145,.py-lg-145{padding-top:145px;}
  .pt-lg-150,.py-lg-150{padding-top:150px;}
  .pt-lg-155,.py-lg-155{padding-top:155px;}
  .pt-lg-160,.py-lg-160{padding-top:160px;}
  .pt-lg-165,.py-lg-165{padding-top:165px;}
  .pt-lg-170,.py-lg-170{padding-top:170px;}
  .pt-lg-175,.py-lg-175{padding-top:175px;}
  .pt-lg-180,.py-lg-180{padding-top:180px;}
  .pt-lg-185,.py-lg-185{padding-top:185px;}
  .pt-lg-190,.py-lg-190{padding-top:190px;}
  .pt-lg-195,.py-lg-195{padding-top:195px;}
  .pt-lg-200,.py-lg-200{padding-top:200px;}

  .pb-lg-0,.py-lg-0{padding-bottom:0px;}
  .pb-lg-5,.py-lg-5{padding-bottom:5px;}
  .pb-lg-10,.py-lg-10{padding-bottom:10px;}
  .pb-lg-15,.py-lg-15{padding-bottom:15px;}
  .pb-lg-20,.py-lg-20{padding-bottom:20px;}
  .pb-lg-25,.py-lg-25{padding-bottom:25px;}
  .pb-lg-30,.py-lg-30{padding-bottom:30px;}
  .pb-lg-35,.py-lg-35{padding-bottom:35px;}
  .pb-lg-40,.py-lg-40{padding-bottom:40px;}
  .pb-lg-45,.py-lg-45{padding-bottom:45px;}
  .pb-lg-50,.py-lg-50{padding-bottom:50px;}
  .pb-lg-55,.py-lg-55{padding-bottom:55px;}
  .pb-lg-60,.py-lg-60{padding-bottom:60px;}
  .pb-lg-65,.py-lg-65{padding-bottom:65px;}
  .pb-lg-70,.py-lg-70{padding-bottom:70px;}
  .pb-lg-75,.py-lg-75{padding-bottom:75px;}
  .pb-lg-80,.py-lg-80{padding-bottom:80px;}
  .pb-lg-85,.py-lg-85{padding-bottom:85px;}
  .pb-lg-90,.py-lg-90{padding-bottom:90px;}
  .pb-lg-95,.py-lg-95{padding-bottom:95px;}
  .pb-lg-100,.py-lg-100{padding-bottom:100px;}
  .pb-lg-105,.py-lg-105{padding-bottom:105px;}
  .pb-lg-110,.py-lg-110{padding-bottom:110px;}
  .pb-lg-115,.py-lg-115{padding-bottom:115px;}
  .pb-lg-120,.py-lg-120{padding-bottom:120px;}
  .pb-lg-125,.py-lg-125{padding-bottom:125px;}
  .pb-lg-130,.py-lg-130{padding-bottom:130px;}
  .pb-lg-135,.py-lg-135{padding-bottom:135px;}
  .pb-lg-140,.py-lg-140{padding-bottom:140px;}
  .pb-lg-145,.py-lg-145{padding-bottom:145px;}
  .pb-lg-150,.py-lg-150{padding-bottom:150px;}
  .pb-lg-155,.py-lg-155{padding-bottom:155px;}
  .pb-lg-160,.py-lg-160{padding-bottom:160px;}
  .pb-lg-165,.py-lg-165{padding-bottom:165px;}
  .pb-lg-170,.py-lg-170{padding-bottom:170px;}
  .pb-lg-175,.py-lg-175{padding-bottom:175px;}
  .pb-lg-180,.py-lg-180{padding-bottom:180px;}
  .pb-lg-185,.py-lg-185{padding-bottom:185px;}
  .pb-lg-190,.py-lg-190{padding-bottom:190px;}
  .pb-lg-195,.py-lg-195{padding-bottom:195px;}
  .pb-lg-200,.py-lg-200{padding-bottom:200px;}
  
  .pl-lg-0,.px-lg-0{padding-left:0px;}
  .pl-lg-5,.px-lg-5{padding-left:5px;}
  .pl-lg-10,.px-lg-10{padding-left:10px;}
  .pl-lg-15,.px-lg-15{padding-left:15px;}
  .pl-lg-20,.px-lg-20{padding-left:20px;}
  .pl-lg-25,.px-lg-25{padding-left:25px;}
  .pl-lg-30,.px-lg-30{padding-left:30px;}
  .pl-lg-35,.px-lg-35{padding-left:35px;}
  .pl-lg-40,.px-lg-40{padding-left:40px;}
  .pl-lg-45,.px-lg-45{padding-left:45px;}
  .pl-lg-50,.px-lg-50{padding-left:50px;}
  .pl-lg-55,.px-lg-55{padding-left:55px;}
  .pl-lg-60,.px-lg-60{padding-left:60px;}
  .pl-lg-65,.px-lg-65{padding-left:65px;}
  .pl-lg-70,.px-lg-70{padding-left:70px;}
  .pl-lg-75,.px-lg-75{padding-left:75px;}
  .pl-lg-80,.px-lg-80{padding-left:80px;}
  .pl-lg-85,.px-lg-85{padding-left:85px;}
  .pl-lg-90,.px-lg-90{padding-left:90px;}
  .pl-lg-95,.px-lg-95{padding-left:95px;}
  .pl-lg-100,.px-lg-100{padding-left:100px;}
  .pl-lg-105,.px-lg-105{padding-left:105px;}
  .pl-lg-110,.px-lg-110{padding-left:110px;}
  

   .pr-lg-0,.px-lg-0{padding-right:0px;}
  .pr-lg-5,.px-lg-5{padding-right:5px;}
  .pr-lg-10,.px-lg-10{padding-right:10px;}
  .pr-lg-15,.px-lg-15{padding-right:15px;}
  .pr-lg-20,.px-lg-20{padding-right:20px;}
  .pr-lg-25,.px-lg-25{padding-right:25px;}
  .pr-lg-30,.px-lg-30{padding-right:30px;}
  .pr-lg-35,.px-lg-35{padding-right:35px;}
  .pr-lg-40,.px-lg-40{padding-right:40px;}
  .pr-lg-45,.px-lg-45{padding-right:45px;}
  .pr-lg-50,.px-lg-50{padding-right:50px;}
  .pr-lg-55,.px-lg-55{padding-right:55px;}
  .pr-lg-60,.px-lg-60{padding-right:60px;}
  .pr-lg-65,.px-lg-65{padding-right:65px;}
  .pr-lg-70,.px-lg-70{padding-right:70px;}
  .pr-lg-75,.px-lg-75{padding-right:75px;}
  .pr-lg-80,.px-lg-80{padding-right:80px;}
  .pr-lg-85,.px-lg-85{padding-right:85px;}
  .pr-lg-90,.px-lg-90{padding-right:90px;}
  .pr-lg-95,.px-lg-95{padding-right:95px;}
  .pr-lg-100,.px-lg-100{padding-right:100px;}
  .pr-lg-105,.px-lg-105{padding-right:105px;}
  .pr-lg-110,.px-lg-110{padding-right:110px;}
  

  .mt-lg-0,.my-lg-0{margin-top:0px;}
  .mt-lg-5,.my-lg-5{margin-top:5px;}
  .mt-lg-10,.my-lg-10{margin-top:10px;}
  .mt-lg-15,.my-lg-15{margin-top:15px;}
  .mt-lg-20,.my-lg-20{margin-top:20px;}
  .mt-lg-25,.my-lg-25{margin-top:25px;}
  .mt-lg-30,.my-lg-30{margin-top:30px;}
  .mt-lg-35,.my-lg-35{margin-top:35px;}
  .mt-lg-40,.my-lg-40{margin-top:40px;}
  .mt-lg-45,.my-lg-45{margin-top:45px;}
  .mt-lg-50,.my-lg-50{margin-top:50px;}
  .mt-lg-55,.my-lg-55{margin-top:55px;}
  .mt-lg-60,.my-lg-60{margin-top:60px;}
  .mt-lg-65,.my-lg-65{margin-top:65px;}
  .mt-lg-70,.my-lg-70{margin-top:70px;}
  .mt-lg-75,.my-lg-75{margin-top:75px;}
  .mt-lg-80,.my-lg-80{margin-top:80px;}
  .mt-lg-85,.my-lg-85{margin-top:85px;}
  .mt-lg-90,.my-lg-90{margin-top:90px;}
  .mt-lg-95,.my-lg-95{margin-top:95px;}
  .mt-lg-100,.my-lg-100{margin-top:100px;}
  .mt-lg-105,.my-lg-105{margin-top:105px;}
  .mt-lg-110,.my-lg-110{margin-top:110px;}
  .mt-lg-115,.my-lg-115{margin-top:115px;}
  .mt-lg-120,.my-lg-120{margin-top:120px;}
  .mt-lg-125,.my-lg-125{margin-top:125px;}
  .mt-lg-130,.my-lg-130{margin-top:130px;}
  .mt-lg-135,.my-lg-135{margin-top:135px;}
  .mt-lg-140,.my-lg-140{margin-top:140px;}
  .mt-lg-145,.my-lg-145{margin-top:145px;}
  .mt-lg-150,.my-lg-150{margin-top:150px;}
  .mt-lg-155,.my-lg-155{margin-top:155px;}
  .mt-lg-160,.my-lg-160{margin-top:160px;}
  .mt-lg-165,.my-lg-165{margin-top:165px;}
  .mt-lg-170,.my-lg-170{margin-top:170px;}
  .mt-lg-175,.my-lg-175{margin-top:175px;}
  .mt-lg-180,.my-lg-180{margin-top:180px;}
  .mt-lg-185,.my-lg-185{margin-top:185px;}
  .mt-lg-190,.my-lg-190{margin-top:190px;}
  .mt-lg-195,.my-lg-195{margin-top:195px;}
  .mt-lg-200,.my-lg-200{margin-top:200px;}

  .mb-lg-0,.my-lg-0{margin-bottom:0px;}
  .mb-lg-5,.my-lg-5{margin-bottom:5px;}
  .mb-lg-10,.my-lg-10{margin-bottom:10px;}
  .mb-lg-15,.my-lg-15{margin-bottom:15px;}
  .mb-lg-20,.my-lg-20{margin-bottom:20px;}
  .mb-lg-25,.my-lg-25{margin-bottom:25px;}
  .mb-lg-30,.my-lg-30{margin-bottom:30px;}
  .mb-lg-35,.my-lg-35{margin-bottom:35px;}
  .mb-lg-40,.my-lg-40{margin-bottom:40px;}
  .mb-lg-45,.my-lg-45{margin-bottom:45px;}
  .mb-lg-50,.my-lg-50{margin-bottom:50px;}
  .mb-lg-55,.my-lg-55{margin-bottom:55px;}
  .mb-lg-60,.my-lg-60{margin-bottom:60px;}
  .mb-lg-65,.my-lg-65{margin-bottom:65px;}
  .mb-lg-70,.my-lg-70{margin-bottom:70px;}
  .mb-lg-75,.my-lg-75{margin-bottom:75px;}
  .mb-lg-80,.my-lg-80{margin-bottom:80px;}
  .mb-lg-85,.my-lg-85{margin-bottom:85px;}
  .mb-lg-90,.my-lg-90{margin-bottom:90px;}
  .mb-lg-95,.my-lg-95{margin-bottom:95px;}
  .mb-lg-100,.my-lg-100{margin-bottom:100px;}
  .mb-lg-105,.my-lg-105{margin-bottom:105px;}
  .mb-lg-110,.my-lg-110{margin-bottom:110px;}
  .mb-lg-115,.my-lg-115{margin-bottom:115px;}
  .mb-lg-120,.my-lg-120{margin-bottom:120px;}
  .mb-lg-125,.my-lg-125{margin-bottom:125px;}
  .mb-lg-130,.my-lg-130{margin-bottom:130px;}
  .mb-lg-135,.my-lg-135{margin-bottom:135px;}
  .mb-lg-140,.my-lg-140{margin-bottom:140px;}
  .mb-lg-145,.my-lg-145{margin-bottom:145px;}
  .mb-lg-150,.my-lg-150{margin-bottom:150px;}
  .mb-lg-155,.my-lg-155{margin-bottom:155px;}
  .mb-lg-160,.my-lg-160{margin-bottom:160px;}
  .mb-lg-165,.my-lg-165{margin-bottom:165px;}
  .mb-lg-170,.my-lg-170{margin-bottom:170px;}
  .mb-lg-175,.my-lg-175{margin-bottom:175px;}
  .mb-lg-180,.my-lg-180{margin-bottom:180px;}
  .mb-lg-185,.my-lg-185{margin-bottom:185px;}
  .mb-lg-190,.my-lg-190{margin-bottom:190px;}
  .mb-lg-195,.my-lg-195{margin-bottom:195px;}
  .mb-lg-200,.my-lg-200{margin-bottom:200px;}


}

/****** min-width-1200 ******/
@media(min-width:1200px){


  .text-xl-left{text-align:left}
  .text-xl-center{text-align:center}
  .text-xl-right{text-align:right}


  .pt-xl-0,.py-xl-0{padding-top:0}
  .pt-xl-5,.py-xl-5{padding-top:5px}
  .pt-xl-10,.py-xl-10{padding-top:10px}
  .pt-xl-15,.py-xl-15{padding-top:15px}
  .pt-xl-20,.py-xl-20{padding-top:20px}
  .pt-xl-25,.py-xl-25{padding-top:25px}
  .pt-xl-30,.py-xl-30{padding-top:30px}
  .pt-xl-35,.py-xl-35{padding-top:35px}
  .pt-xl-40,.py-xl-40{padding-top:40px}
  .pt-xl-45,.py-xl-45{padding-top:45px}
  .pt-xl-50,.py-xl-50{padding-top:50px}
  .pt-xl-55,.py-xl-55{padding-top:55px}
  .pt-xl-60,.py-xl-60{padding-top:60px}
  .pt-xl-65,.py-xl-65{padding-top:65px}
  .pt-xl-70,.py-xl-70{padding-top:70px}
  .pt-xl-75,.py-xl-75{padding-top:75px}
  .pt-xl-80,.py-xl-80{padding-top:80px}
  .pt-xl-85,.py-xl-85{padding-top:85px}
  .pt-xl-90,.py-xl-90{padding-top:90px}
  .pt-xl-95,.py-xl-95{padding-top:95px}
  .pt-xl-100,.py-xl-100{padding-top:100px}
  .pt-xl-105,.py-xl-105{padding-top:105px}
  .pt-xl-110,.py-xl-110{padding-top:110px}
  .pt-xl-115,.py-xl-115{padding-top:115px}
  .pt-xl-120,.py-xl-120{padding-top:120px}
  .pt-xl-125,.py-xl-125{padding-top:125px}
  .pt-xl-130,.py-xl-130{padding-top:130px}
  .pt-xl-135,.py-xl-135{padding-top:135px}
  .pt-xl-140,.py-xl-140{padding-top:140px}
  .pt-xl-145,.py-xl-145{padding-top:145px}
  .pt-xl-150,.py-xl-150{padding-top:150px}
  .pt-xl-155,.py-xl-155{padding-top:155px}
  .pt-xl-160,.py-xl-160{padding-top:160px}
  .pt-xl-165,.py-xl-165{padding-top:165px}
  .pt-xl-170,.py-xl-170{padding-top:170px}
  .pt-xl-175,.py-xl-175{padding-top:175px}
  .pt-xl-180,.py-xl-180{padding-top:180px}
  .pt-xl-185,.py-xl-185{padding-top:185px}
  .pt-xl-190,.py-xl-190{padding-top:190px}
  .pt-xl-195,.py-xl-195{padding-top:195px}
  .pt-xl-200,.py-xl-200{padding-top:200px}
  .pt-xl-205,.py-xl-205{padding-top:205px}
  .pt-xl-210,.py-xl-210{padding-top:210px}
  .pt-xl-215,.py-xl-215{padding-top:215px}
  .pt-xl-220,.py-xl-220{padding-top:220px}
  .pt-xl-225,.py-xl-225{padding-top:225px}
  .pt-xl-230,.py-xl-230{padding-top:230px}
  .pt-xl-235,.py-xl-235{padding-top:235px}
  .pt-xl-240,.py-xl-240{padding-top:240px}
  .pt-xl-245,.py-xl-245{padding-top:245px}
  .pt-xl-250,.py-xl-250{padding-top:250px}
  .pb-xl-0,.py-xl-0{padding-bottom:0}
  .pb-xl-5,.py-xl-5{padding-bottom:5px}
  .pb-xl-10,.py-xl-10{padding-bottom:10px}
  .pb-xl-15,.py-xl-15{padding-bottom:15px}
  .pb-xl-20,.py-xl-20{padding-bottom:20px}
  .pb-xl-25,.py-xl-25{padding-bottom:25px}
  .pb-xl-30,.py-xl-30{padding-bottom:30px}
  .pb-xl-35,.py-xl-35{padding-bottom:35px}
  .pb-xl-40,.py-xl-40{padding-bottom:40px}
  .pb-xl-45,.py-xl-45{padding-bottom:45px}
  .pb-xl-50,.py-xl-50{padding-bottom:50px}
  .pb-xl-55,.py-xl-55{padding-bottom:55px}
  .pb-xl-60,.py-xl-60{padding-bottom:60px}
  .pb-xl-65,.py-xl-65{padding-bottom:65px}
  .pb-xl-70,.py-xl-70{padding-bottom:70px}
  .pb-xl-75,.py-xl-75{padding-bottom:75px}
  .pb-xl-80,.py-xl-80{padding-bottom:80px}
  .pb-xl-85,.py-xl-85{padding-bottom:85px}
  .pb-xl-90,.py-xl-90{padding-bottom:90px}
  .pb-xl-95,.py-xl-95{padding-bottom:95px}
  .pb-xl-100,.py-xl-100{padding-bottom:100px}
  .pb-xl-105,.py-xl-105{padding-bottom:105px}
  .pb-xl-110,.py-xl-110{padding-bottom:110px}
  .pb-xl-115,.py-xl-115{padding-bottom:115px}
  .pb-xl-120,.py-xl-120{padding-bottom:120px}
  .pb-xl-125,.py-xl-125{padding-bottom:125px}
  .pb-xl-130,.py-xl-130{padding-bottom:130px}
  .pb-xl-135,.py-xl-135{padding-bottom:135px}
  .pb-xl-140,.py-xl-140{padding-bottom:140px}
  .pb-xl-145,.py-xl-145{padding-bottom:145px}
  .pb-xl-150,.py-xl-150{padding-bottom:150px}
  .pb-xl-155,.py-xl-155{padding-bottom:155px}
  .pb-xl-160,.py-xl-160{padding-bottom:160px}
  .pb-xl-165,.py-xl-165{padding-bottom:165px}
  .pb-xl-170,.py-xl-170{padding-bottom:170px}
  .pb-xl-175,.py-xl-175{padding-bottom:175px}
  .pb-xl-180,.py-xl-180{padding-bottom:180px}
  .pb-xl-185,.py-xl-185{padding-bottom:185px}
  .pb-xl-190,.py-xl-190{padding-bottom:190px}
  .pb-xl-195,.py-xl-195{padding-bottom:195px}
  .pb-xl-200,.py-xl-200{padding-bottom:200px}
  .pb-xl-205,.py-xl-205{padding-bottom:205px}
  .pb-xl-210,.py-xl-210{padding-bottom:210px}
  .pb-xl-215,.py-xl-215{padding-bottom:215px}
  .pb-xl-220,.py-xl-220{padding-bottom:220px}
  .pb-xl-225,.py-xl-225{padding-bottom:225px}
  .pb-xl-230,.py-xl-230{padding-bottom:230px}
  .pb-xl-235,.py-xl-235{padding-bottom:235px}
  .pb-xl-240,.py-xl-240{padding-bottom:240px}
  .pb-xl-245,.py-xl-245{padding-bottom:245px}
  .pb-xl-250,.py-xl-250{padding-bottom:250px}


  .pl-xl-5,.px-xl-5{padding-left:5px}
  .pl-xl-10,.px-xl-10{padding-left:10px}
  .pl-xl-15,.px-xl-15{padding-left:15px}
  .pl-xl-20,.px-xl-20{padding-left:20px}
  .pl-xl-25,.px-xl-25{padding-left:25px}
  .pl-xl-30,.px-xl-30{padding-left:30px}
  .pl-xl-35,.px-xl-35{padding-left:35px}
  .pl-xl-40,.px-xl-40{padding-left:40px}
  .pl-xl-45,.px-xl-45{padding-left:45px}
  .pl-xl-50,.px-xl-50{padding-left:50px}
  .pl-xl-55,.px-xl-55{padding-left:55px}
  .pl-xl-60,.px-xl-60{padding-left:60px}
  .pl-xl-65,.px-xl-65{padding-left:65px}
  .pl-xl-70,.px-xl-70{padding-left:70px}
  .pl-xl-75,.px-xl-75{padding-left:75px}
  .pl-xl-80,.px-xl-80{padding-left:80px}
  .pl-xl-85,.px-xl-85{padding-left:85px}
  .pl-xl-90,.px-xl-90{padding-left:90px}
  .pl-xl-95,.px-xl-95{padding-left:95px}
  .pl-xl-100,.px-xl-100{padding-left:100px}
  .pl-xl-105,.px-xl-105{padding-left:105px}
  .pl-xl-110,.px-xl-110{padding-left:100px}
  .pl-xl-115,.px-xl-115{padding-left:115px}
  .pl-xl-120,.px-xl-120{padding-left:120px}

  .pr-xl-5,.px-xl-5{padding-right:5px}
  .pr-xl-10,.px-xl-10{padding-right:10px}
  .pr-xl-15,.px-xl-15{padding-right:15px}
  .pr-xl-20,.px-xl-20{padding-right:20px}
  .pr-xl-25,.px-xl-25{padding-right:25px}
  .pr-xl-30,.px-xl-30{padding-right:30px}
  .pr-xl-35,.px-xl-35{padding-right:35px}
  .pr-xl-40,.px-xl-40{padding-right:40px}
  .pr-xl-45,.px-xl-45{padding-right:45px}
  .pr-xl-50,.px-xl-50{padding-right:50px}
  .pr-xl-55,.px-xl-55{padding-right:55px}
  .pr-xl-60,.px-xl-60{padding-right:60px}
  .pr-xl-65,.px-xl-65{padding-right:65px}
  .pr-xl-70,.px-xl-70{padding-right:70px}
  .pr-xl-75,.px-xl-75{padding-right:75px}
  .pr-xl-80,.px-xl-80{padding-right:80px}
  .pr-xl-85,.px-xl-85{padding-right:85px}
  .pr-xl-90,.px-xl-90{padding-right:90px}
  .pr-xl-95,.px-xl-95{padding-right:95px}
  .pr-xl-100,.px-xl-100{padding-right:100px}
  .pr-xl-105,.px-xl-105{padding-right:105px}
  .pr-xl-110,.px-xl-110{padding-right:100px}
  .pr-xl-115,.px-xl-115{padding-right:115px}
  .pr-xl-120,.px-xl-120{padding-right:120px}


  .mt-xl-0,.my-xl-0{margin-top:0px;}
  .mt-xl-5,.my-xl-5{margin-top:5px;}
  .mt-xl-10,.my-xl-10{margin-top:10px;}
  .mt-xl-15,.my-xl-15{margin-top:15px;}
  .mt-xl-20,.my-xl-20{margin-top:20px;}
  .mt-xl-25,.my-xl-25{margin-top:25px;}
  .mt-xl-30,.my-xl-30{margin-top:30px;}
  .mt-xl-35,.my-xl-35{margin-top:35px;}
  .mt-xl-40,.my-xl-40{margin-top:40px;}
  .mt-xl-45,.my-xl-45{margin-top:45px;}
  .mt-xl-50,.my-xl-50{margin-top:50px;}
  .mt-xl-55,.my-xl-55{margin-top:55px;}
  .mt-xl-60,.my-xl-60{margin-top:60px;}
  .mt-xl-65,.my-xl-65{margin-top:65px;}
  .mt-xl-70,.my-xl-70{margin-top:70px;}
  .mt-xl-75,.my-xl-75{margin-top:75px;}
  .mt-xl-80,.my-xl-80{margin-top:80px;}
  .mt-xl-85,.my-xl-85{margin-top:85px;}
  .mt-xl-90,.my-xl-90{margin-top:90px;}
  .mt-xl-95,.my-xl-95{margin-top:95px;}
  .mt-xl-100,.my-xl-100{margin-top:100px;}
  .mt-xl-105,.my-xl-105{margin-top:105px;}
  .mt-xl-110,.my-xl-110{margin-top:110px;}
  .mt-xl-115,.my-xl-115{margin-top:115px;}
  .mt-xl-120,.my-xl-120{margin-top:120px;}
  .mt-xl-125,.my-xl-125{margin-top:125px;}
  .mt-xl-130,.my-xl-130{margin-top:130px;}
  .mt-xl-135,.my-xl-135{margin-top:135px;}
  .mt-xl-140,.my-xl-140{margin-top:140px;}
  .mt-xl-145,.my-xl-145{margin-top:145px;}
  .mt-xl-150,.my-xl-150{margin-top:150px;}
  .mt-xl-155,.my-xl-155{margin-top:155px;}
  .mt-xl-160,.my-xl-160{margin-top:160px;}
  .mt-xl-165,.my-xl-165{margin-top:165px;}
  .mt-xl-170,.my-xl-170{margin-top:170px;}
  .mt-xl-175,.my-xl-175{margin-top:175px;}
  .mt-xl-180,.my-xl-180{margin-top:180px;}
  .mt-xl-185,.my-xl-185{margin-top:185px;}
  .mt-xl-190,.my-xl-190{margin-top:190px;}
  .mt-xl-195,.my-xl-195{margin-top:195px;}
  .mt-xl-200,.my-xl-200{margin-top:200px;}

  .mb-xl-0,.my-xl-0{margin-bottom:0px;}
  .mb-xl-5,.my-xl-5{margin-bottom:5px;}
  .mb-xl-10,.my-xl-10{margin-bottom:10px;}
  .mb-xl-15,.my-xl-15{margin-bottom:15px;}
  .mb-xl-20,.my-xl-20{margin-bottom:20px;}
  .mb-xl-25,.my-xl-25{margin-bottom:25px;}
  .mb-xl-30,.my-xl-30{margin-bottom:30px;}
  .mb-xl-35,.my-xl-35{margin-bottom:35px;}
  .mb-xl-40,.my-xl-40{margin-bottom:40px;}
  .mb-xl-45,.my-xl-45{margin-bottom:45px;}
  .mb-xl-50,.my-xl-50{margin-bottom:50px;}
  .mb-xl-55,.my-xl-55{margin-bottom:55px;}
  .mb-xl-60,.my-xl-60{margin-bottom:60px;}
  .mb-xl-65,.my-xl-65{margin-bottom:65px;}
  .mb-xl-70,.my-xl-70{margin-bottom:70px;}
  .mb-xl-75,.my-xl-75{margin-bottom:75px;}
  .mb-xl-80,.my-xl-80{margin-bottom:80px;}
  .mb-xl-85,.my-xl-85{margin-bottom:85px;}
  .mb-xl-90,.my-xl-90{margin-bottom:90px;}
  .mb-xl-95,.my-xl-95{margin-bottom:95px;}
  .mb-xl-100,.my-xl-100{margin-bottom:100px;}
  .mb-xl-105,.my-xl-105{margin-bottom:105px;}
  .mb-xl-110,.my-xl-110{margin-bottom:110px;}
  .mb-xl-115,.my-xl-115{margin-bottom:115px;}
  .mb-xl-120,.my-xl-120{margin-bottom:120px;}
  .mb-xl-125,.my-xl-125{margin-bottom:125px;}
  .mb-xl-130,.my-xl-130{margin-bottom:130px;}
  .mb-xl-135,.my-xl-135{margin-bottom:135px;}
  .mb-xl-140,.my-xl-140{margin-bottom:140px;}
  .mb-xl-145,.my-xl-145{margin-bottom:145px;}
  .mb-xl-150,.my-xl-150{margin-bottom:150px;}
  .mb-xl-155,.my-xl-155{margin-bottom:155px;}
  .mb-xl-160,.my-xl-160{margin-bottom:160px;}
  .mb-xl-165,.my-xl-165{margin-bottom:165px;}
  .mb-xl-170,.my-xl-170{margin-bottom:170px;}
  .mb-xl-175,.my-xl-175{margin-bottom:175px;}
  .mb-xl-180,.my-xl-180{margin-bottom:180px;}
  .mb-xl-185,.my-xl-185{margin-bottom:185px;}
  .mb-xl-190,.my-xl-190{margin-bottom:190px;}
  .mb-xl-195,.my-xl-195{margin-bottom:195px;}
  .mb-xl-200,.my-xl-200{margin-bottom:200px;}

}





/****** min-width-1400 ******/
@media(min-width:1400px){


  .text-xxl-left{text-align:left}
  .text-xxl-center{text-align:center}
  .text-xxl-right{text-align:right}




  .pt-xxl-0,.py-xxl-0{padding-top:0px;}
  .pt-xxl-5,.py-xxl-5{padding-top:5px;}
  .pt-xxl-10,.py-xxl-10{padding-top:10px;}
  .pt-xxl-15,.py-xxl-15{padding-top:15px;}
  .pt-xxl-20,.py-xxl-20{padding-top:20px;}
  .pt-xxl-25,.py-xxl-25{padding-top:25px;}
  .pt-xxl-30,.py-xxl-30{padding-top:30px;}
  .pt-xxl-35,.py-xxl-35{padding-top:35px;}
  .pt-xxl-40,.py-xxl-40{padding-top:40px;}
  .pt-xxl-45,.py-xxl-45{padding-top:45px;}
  .pt-xxl-50,.py-xxl-50{padding-top:50px;}
  .pt-xxl-55,.py-xxl-55{padding-top:55px;}
  .pt-xxl-60,.py-xxl-60{padding-top:60px;}
  .pt-xxl-65,.py-xxl-65{padding-top:65px;}
  .pt-xxl-70,.py-xxl-70{padding-top:70px;}
  .pt-xxl-75,.py-xxl-75{padding-top:75px;}
  .pt-xxl-80,.py-xxl-80{padding-top:80px;}
  .pt-xxl-85,.py-xxl-85{padding-top:85px;}
  .pt-xxl-90,.py-xxl-90{padding-top:90px;}
  .pt-xxl-95,.py-xxl-95{padding-top:95px;}
  .pt-xxl-100,.py-xxl-100{padding-top:100px;}
  .pt-xxl-105,.py-xxl-105{padding-top:105px;}
  .pt-xxl-110,.py-xxl-110{padding-top:110px;}
  .pt-xxl-115,.py-xxl-115{padding-top:115px;}
  .pt-xxl-120,.py-xxl-120{padding-top:120px;}
  .pt-xxl-125,.py-xxl-125{padding-top:125px;}
  .pt-xxl-130,.py-xxl-130{padding-top:130px;}
  .pt-xxl-135,.py-xxl-135{padding-top:135px;}
  .pt-xxl-140,.py-xxl-140{padding-top:140px;}
  .pt-xxl-145,.py-xxl-145{padding-top:145px;}
  .pt-xxl-150,.py-xxl-150{padding-top:150px;}
  .pt-xxl-155,.py-xxl-155{padding-top:155px;}
  .pt-xxl-160,.py-xxl-160{padding-top:160px;}
  .pt-xxl-165,.py-xxl-165{padding-top:165px;}
  .pt-xxl-170,.py-xxl-170{padding-top:170px;}
  .pt-xxl-175,.py-xxl-175{padding-top:175px;}
  .pt-xxl-180,.py-xxl-180{padding-top:180px;}
  .pt-xxl-185,.py-xxl-185{padding-top:185px;}
  .pt-xxl-190,.py-xxl-190{padding-top:190px;}
  .pt-xxl-195,.py-xxl-195{padding-top:195px;}
  .pt-xxl-200,.py-xxl-200{padding-top:200px;}

  .pb-xxl-0,.py-xxl-0{padding-bottom:0px;}
  .pb-xxl-5,.py-xxl-5{padding-bottom:5px;}
  .pb-xxl-10,.py-xxl-10{padding-bottom:10px;}
  .pb-xxl-15,.py-xxl-15{padding-bottom:15px;}
  .pb-xxl-20,.py-xxl-20{padding-bottom:20px;}
  .pb-xxl-25,.py-xxl-25{padding-bottom:25px;}
  .pb-xxl-30,.py-xxl-30{padding-bottom:30px;}
  .pb-xxl-35,.py-xxl-35{padding-bottom:35px;}
  .pb-xxl-40,.py-xxl-40{padding-bottom:40px;}
  .pb-xxl-45,.py-xxl-45{padding-bottom:45px;}
  .pb-xxl-50,.py-xxl-50{padding-bottom:50px;}
  .pb-xxl-55,.py-xxl-55{padding-bottom:55px;}
  .pb-xxl-60,.py-xxl-60{padding-bottom:60px;}
  .pb-xxl-65,.py-xxl-65{padding-bottom:65px;}
  .pb-xxl-70,.py-xxl-70{padding-bottom:70px;}
  .pb-xxl-75,.py-xxl-75{padding-bottom:75px;}
  .pb-xxl-80,.py-xxl-80{padding-bottom:80px;}
  .pb-xxl-85,.py-xxl-85{padding-bottom:85px;}
  .pb-xxl-90,.py-xxl-90{padding-bottom:90px;}
  .pb-xxl-95,.py-xxl-95{padding-bottom:95px;}
  .pb-xxl-100,.py-xxl-100{padding-bottom:100px;}
  .pb-xxl-105,.py-xxl-105{padding-bottom:105px;}
  .pb-xxl-110,.py-xxl-110{padding-bottom:110px;}
  .pb-xxl-115,.py-xxl-115{padding-bottom:115px;}
  .pb-xxl-120,.py-xxl-120{padding-bottom:120px;}
  .pb-xxl-125,.py-xxl-125{padding-bottom:125px;}
  .pb-xxl-130,.py-xxl-130{padding-bottom:130px;}
  .pb-xxl-135,.py-xxl-135{padding-bottom:135px;}
  .pb-xxl-140,.py-xxl-140{padding-bottom:140px;}
  .pb-xxl-145,.py-xxl-145{padding-bottom:145px;}
  .pb-xxl-150,.py-xxl-150{padding-bottom:150px;}
  .pb-xxl-155,.py-xxl-155{padding-bottom:155px;}
  .pb-xxl-160,.py-xxl-160{padding-bottom:160px;}
  .pb-xxl-165,.py-xxl-165{padding-bottom:165px;}
  .pb-xxl-170,.py-xxl-170{padding-bottom:170px;}
  .pb-xxl-175,.py-xxl-175{padding-bottom:175px;}
  .pb-xxl-180,.py-xxl-180{padding-bottom:180px;}
  .pb-xxl-185,.py-xxl-185{padding-bottom:185px;}
  .pb-xxl-190,.py-xxl-190{padding-bottom:190px;}
  .pb-xxl-195,.py-xxl-195{padding-bottom:195px;}
  .pb-xxl-200,.py-xxl-200{padding-bottom:200px;}


  .mt-xxl-0,.my-xxl-0{margin-top:0px;}
  .mt-xxl-5,.my-xxl-5{margin-top:5px;}
  .mt-xxl-10,.my-xxl-10{margin-top:10px;}
  .mt-xxl-15,.my-xxl-15{margin-top:15px;}
  .mt-xxl-20,.my-xxl-20{margin-top:20px;}
  .mt-xxl-25,.my-xxl-25{margin-top:25px;}
  .mt-xxl-30,.my-xxl-30{margin-top:30px;}
  .mt-xxl-35,.my-xxl-35{margin-top:35px;}
  .mt-xxl-40,.my-xxl-40{margin-top:40px;}
  .mt-xxl-45,.my-xxl-45{margin-top:45px;}
  .mt-xxl-50,.my-xxl-50{margin-top:50px;}
  .mt-xxl-55,.my-xxl-55{margin-top:55px;}
  .mt-xxl-60,.my-xxl-60{margin-top:60px;}
  .mt-xxl-65,.my-xxl-65{margin-top:65px;}
  .mt-xxl-70,.my-xxl-70{margin-top:70px;}
  .mt-xxl-75,.my-xxl-75{margin-top:75px;}
  .mt-xxl-80,.my-xxl-80{margin-top:80px;}
  .mt-xxl-85,.my-xxl-85{margin-top:85px;}
  .mt-xxl-90,.my-xxl-90{margin-top:90px;}
  .mt-xxl-95,.my-xxl-95{margin-top:95px;}
  .mt-xxl-100,.my-xxl-100{margin-top:100px;}
  .mt-xxl-105,.my-xxl-105{margin-top:105px;}
  .mt-xxl-110,.my-xxl-110{margin-top:110px;}
  .mt-xxl-115,.my-xxl-115{margin-top:115px;}
  .mt-xxl-120,.my-xxl-120{margin-top:120px;}
  .mt-xxl-125,.my-xxl-125{margin-top:125px;}
  .mt-xxl-130,.my-xxl-130{margin-top:130px;}
  .mt-xxl-135,.my-xxl-135{margin-top:135px;}
  .mt-xxl-140,.my-xxl-140{margin-top:140px;}
  .mt-xxl-145,.my-xxl-145{margin-top:145px;}
  .mt-xxl-150,.my-xxl-150{margin-top:150px;}
  .mt-xxl-155,.my-xxl-155{margin-top:155px;}
  .mt-xxl-160,.my-xxl-160{margin-top:160px;}
  .mt-xxl-165,.my-xxl-165{margin-top:165px;}
  .mt-xxl-170,.my-xxl-170{margin-top:170px;}
  .mt-xxl-175,.my-xxl-175{margin-top:175px;}
  .mt-xxl-180,.my-xxl-180{margin-top:180px;}
  .mt-xxl-185,.my-xxl-185{margin-top:185px;}
  .mt-xxl-190,.my-xxl-190{margin-top:190px;}
  .mt-xxl-195,.my-xxl-195{margin-top:195px;}
  .mt-xxl-200,.my-xxl-200{margin-top:200px;}

  .mb-xxl-0,.my-xxl-0{margin-bottom:0px;}
  .mb-xxl-5,.my-xxl-5{margin-bottom:5px;}
  .mb-xxl-10,.my-xxl-10{margin-bottom:10px;}
  .mb-xxl-15,.my-xxl-15{margin-bottom:15px;}
  .mb-xxl-20,.my-xxl-20{margin-bottom:20px;}
  .mb-xxl-25,.my-xxl-25{margin-bottom:25px;}
  .mb-xxl-30,.my-xxl-30{margin-bottom:30px;}
  .mb-xxl-35,.my-xxl-35{margin-bottom:35px;}
  .mb-xxl-40,.my-xxl-40{margin-bottom:40px;}
  .mb-xxl-45,.my-xxl-45{margin-bottom:45px;}
  .mb-xxl-50,.my-xxl-50{margin-bottom:50px;}
  .mb-xxl-55,.my-xxl-55{margin-bottom:55px;}
  .mb-xxl-60,.my-xxl-60{margin-bottom:60px;}
  .mb-xxl-65,.my-xxl-65{margin-bottom:65px;}
  .mb-xxl-70,.my-xxl-70{margin-bottom:70px;}
  .mb-xxl-75,.my-xxl-75{margin-bottom:75px;}
  .mb-xxl-80,.my-xxl-80{margin-bottom:80px;}
  .mb-xxl-85,.my-xxl-85{margin-bottom:85px;}
  .mb-xxl-90,.my-xxl-90{margin-bottom:90px;}
  .mb-xxl-95,.my-xxl-95{margin-bottom:95px;}
  .mb-xxl-100,.my-xxl-100{margin-bottom:100px;}
  .mb-xxl-105,.my-xxl-105{margin-bottom:105px;}
  .mb-xxl-110,.my-xxl-110{margin-bottom:110px;}
  .mb-xxl-115,.my-xxl-115{margin-bottom:115px;}
  .mb-xxl-120,.my-xxl-120{margin-bottom:120px;}
  .mb-xxl-125,.my-xxl-125{margin-bottom:125px;}
  .mb-xxl-130,.my-xxl-130{margin-bottom:130px;}
  .mb-xxl-135,.my-xxl-135{margin-bottom:135px;}
  .mb-xxl-140,.my-xxl-140{margin-bottom:140px;}
  .mb-xxl-145,.my-xxl-145{margin-bottom:145px;}
  .mb-xxl-150,.my-xxl-150{margin-bottom:150px;}
  .mb-xxl-155,.my-xxl-155{margin-bottom:155px;}
  .mb-xxl-160,.my-xxl-160{margin-bottom:160px;}
  .mb-xxl-165,.my-xxl-165{margin-bottom:165px;}
  .mb-xxl-170,.my-xxl-170{margin-bottom:170px;}
  .mb-xxl-175,.my-xxl-175{margin-bottom:175px;}
  .mb-xxl-180,.my-xxl-180{margin-bottom:180px;}
  .mb-xxl-185,.my-xxl-185{margin-bottom:185px;}
  .mb-xxl-190,.my-xxl-190{margin-bottom:190px;}
  .mb-xxl-195,.my-xxl-195{margin-bottom:195px;}
  .mb-xxl-200,.my-xxl-200{margin-bottom:200px;}

}



@media(max-width:767px){



  .mobilept0,.mobilepy0{padding-top:0px;}
  .mobilept5,.mobilepy5{padding-top:5px;}
  .mobilept10,.mobilepy10{padding-top:10px;}
  .mobilept15,.mobilepy15{padding-top:15px;}
  .mobilept20,.mobilepy20{padding-top:20px;}
  .mobilept25,.mobilepy25{padding-top:25px;}
  .mobilept30,.mobilepy30{padding-top:30px;}
  .mobilept35,.mobilepy35{padding-top:35px;}
  .mobilept40,.mobilepy40{padding-top:40px;}
  .mobilept45,.mobilepy45{padding-top:45px;}
  .mobilept50,.mobilepy50{padding-top:50px;}
  .mobilept55,.mobilepy55{padding-top:55px;}
  .mobilept60,.mobilepy60{padding-top:60px;}
  .mobilept65,.mobilepy65{padding-top:65px;}
  .mobilept70,.mobilepy70{padding-top:70px;}
  .mobilept75,.mobilepy75{padding-top:75px;}
  .mobilept80,.mobilepy80{padding-top:80px;}
  .mobilept85,.mobilepy85{padding-top:85px;}
  .mobilept90,.mobilepy90{padding-top:90px;}
  .mobilept95,.mobilepy95{padding-top:95px;}
  .mobilept100,.mobilepy100{padding-top:100px;}
  .mobilept105,.mobilepy105{padding-top:105px;}
  .mobilept110,.mobilepy110{padding-top:110px;}
  .mobilept115,.mobilepy115{padding-top:115px;}
  .mobilept120,.mobilepy120{padding-top:120px;}
  .mobilept125,.mobilepy125{padding-top:125px;}
  .mobilept130,.mobilepy130{padding-top:130px;}
  .mobilept135,.mobilepy135{padding-top:135px;}
  .mobilept140,.mobilepy140{padding-top:140px;}
  .mobilept145,.mobilepy145{padding-top:145px;}
  .mobilept150,.mobilepy150{padding-top:150px;}
  .mobilept155,.mobilepy155{padding-top:155px;}
  .mobilept160,.mobilepy160{padding-top:160px;}
  .mobilept165,.mobilepy165{padding-top:165px;}
  .mobilept170,.mobilepy170{padding-top:170px;}


  .mobilepb0,.mobilepy0{padding-bottom:0px;}
  .mobilepb5,.mobilepy5{padding-bottom:5px;}
  .mobilepb10,.mobilepy10{padding-bottom:10px;}
  .mobilepb15,.mobilepy15{padding-bottom:15px;}
  .mobilepb20,.mobilepy20{padding-bottom:20px;}
  .mobilepb25,.mobilepy25{padding-bottom:25px;}
  .mobilepb30,.mobilepy30{padding-bottom:30px;}
  .mobilepb35,.mobilepy35{padding-bottom:35px;}
  .mobilepb40,.mobilepy40{padding-bottom:40px;}
  .mobilepb45,.mobilepy45{padding-bottom:45px;}
  .mobilepb50,.mobilepy50{padding-bottom:50px;}
  .mobilepb55,.mobilepy55{padding-bottom:55px;}
  .mobilepb60,.mobilepy60{padding-bottom:60px;}
  .mobilepb65,.mobilepy65{padding-bottom:65px;}
  .mobilepb70,.mobilepy70{padding-bottom:70px;}
  .mobilepb75,.mobilepy75{padding-bottom:75px;}
  .mobilepb80,.mobilepy80{padding-bottom:80px;}
  .mobilepb85,.mobilepy85{padding-bottom:85px;}
  .mobilepb90,.mobilepy90{padding-bottom:90px;}
  .mobilepb95,.mobilepy95{padding-bottom:95px;}
  .mobilepb100,.mobilepy100{padding-bottom:100px;}
  .mobilepb105,.mobilepy105{padding-bottom:105px;}
  .mobilepb110,.mobilepy110{padding-bottom:110px;}
  .mobilepb115,.mobilepy115{padding-bottom:115px;}
  .mobilepb120,.mobilepy120{padding-bottom:120px;}
  .mobilepb125,.mobilepy125{padding-bottom:125px;}
  .mobilepb130,.mobilepy130{padding-bottom:130px;}
  .mobilepb135,.mobilepy135{padding-bottom:135px;}
  .mobilepb140,.mobilepy140{padding-bottom:140px;}
  .mobilepb145,.mobilepy145{padding-bottom:145px;}
  .mobilepb150,.mobilepy150{padding-bottom:150px;}
  .mobilepb155,.mobilepy155{padding-bottom:155px;}
  .mobilepb160,.mobilepy160{padding-bottom:160px;}
  .mobilepb165,.mobilepy165{padding-bottom:165px;}
  .mobilepb170,.mobilepy170{padding-bottom:170px;}



  .mobilepl0,.mobilepx0{padding-left:0px;}
  .mobilepl5,.mobilepx5{padding-left:5px;}
  .mobilepl10,.mobilepx10{padding-left:10px;}
  .mobilepl15,.mobilepx15{padding-left:15px;}
  .mobilepl20,.mobilepx20{padding-left:20px;}
  .mobilepl25,.mobilepx25{padding-left:25px;}
  .mobilepl30,.mobilepx30{padding-left:30px;}
  .mobilepl35,.mobilepx35{padding-left:35px;}
  .mobilepl40,.mobilepx40{padding-left:40px;}
  .mobilepl45,.mobilepx45{padding-left:45px;}
  .mobilepl50,.mobilepx50{padding-left:50px;}
  .mobilepl55,.mobilepx55{padding-left:55px;}
  .mobilepl60,.mobilepx60{padding-left:60px;}
  .mobilepl65,.mobilepx65{padding-left:65px;}
  .mobilepl70,.mobilepx70{padding-left:70px;}
  .mobilepl75,.mobilepx75{padding-left:75px;}
  .mobilepl80,.mobilepx80{padding-left:80px;}
  .mobilepl85,.mobilepx85{padding-left:85px;}
  .mobilepl90,.mobilepx90{padding-left:90px;}
  .mobilepl95,.mobilepx95{padding-left:95px;}
  .mobilepl100,.mobilepx100{padding-left:100px;}



  .mobilepr0,.mobilepx0{padding-right:0px;}
  .mobilepr5,.mobilepx5{padding-right:5px;}
  .mobilepr10,.mobilepx10{padding-right:10px;}
  .mobilepr15,.mobilepx15{padding-right:15px;}
  .mobilepr20,.mobilepx20{padding-right:20px;}
  .mobilepr25,.mobilepx25{padding-right:25px;}
  .mobilepr30,.mobilepx30{padding-right:30px;}
  .mobilepr35,.mobilepx35{padding-right:35px;}
  .mobilepr40,.mobilepx40{padding-right:40px;}
  .mobilepr45,.mobilepx45{padding-right:45px;}
  .mobilepr50,.mobilepx50{padding-right:50px;}
  .mobilepr55,.mobilepx55{padding-right:55px;}
  .mobilepr60,.mobilepx60{padding-right:60px;}
  .mobilepr65,.mobilepx65{padding-right:65px;}
  .mobilepr70,.mobilepx70{padding-right:70px;}
  .mobilepr75,.mobilepx75{padding-right:75px;}
  .mobilepr80,.mobilepx80{padding-right:80px;}
  .mobilepr85,.mobilepx85{padding-right:85px;}
  .mobilepr90,.mobilepx90{padding-right:90px;}
  .mobilepr95,.mobilepx95{padding-right:95px;}
  .mobilepr100,.mobilepx100{padding-right:100px;}




  .mobilemt0,.mobilemy0{margin-top:0px;}
  .mobilemt5,.mobilemy5{margin-top:5px;}
  .mobilemt10,.mobilemy10{margin-top:10px;}
  .mobilemt15,.mobilemy15{margin-top:15px;}
  .mobilemt20,.mobilemy20{margin-top:20px;}
  .mobilemt25,.mobilemy25{margin-top:25px;}
  .mobilemt30,.mobilemy30{margin-top:30px;}
  .mobilemt35,.mobilemy35{margin-top:35px;}
  .mobilemt40,.mobilemy40{margin-top:40px;}
  .mobilemt45,.mobilemy45{margin-top:45px;}
  .mobilemt50,.mobilemy50{margin-top:50px;}
  .mobilemt55,.mobilemy55{margin-top:55px;}
  .mobilemt60,.mobilemy60{margin-top:60px;}
  .mobilemt65,.mobilemy65{margin-top:65px;}
  .mobilemt70,.mobilemy70{margin-top:70px;}
  .mobilemt75,.mobilemy75{margin-top:75px;}
  .mobilemt80,.mobilemy80{margin-top:80px;}
  .mobilemt85,.mobilemy85{margin-top:85px;}
  .mobilemt90,.mobilemy90{margin-top:90px;}
  .mobilemt95,.mobilemy95{margin-top:95px;}
  .mobilemt100,.mobilemy100{margin-top:100px;}
  .mobilemt105,.mobilemy105{margin-top:105px;}
  .mobilemt110,.mobilemy110{margin-top:110px;}
  .mobilemt115,.mobilemy115{margin-top:115px;}
  .mobilemt120,.mobilemy120{margin-top:120px;}


  .mobilemb0,.mobilemy0{margin-bottom:0px;}
  .mobilemb5,.mobilemy5{margin-bottom:5px;}
  .mobilemb10,.mobilemy10{margin-bottom:10px;}
  .mobilemb15,.mobilemy15{margin-bottom:15px;}
  .mobilemb20,.mobilemy20{margin-bottom:20px;}
  .mobilemb25,.mobilemy25{margin-bottom:25px;}
  .mobilemb30,.mobilemy30{margin-bottom:30px;}
  .mobilemb35,.mobilemy35{margin-bottom:35px;}
  .mobilemb40,.mobilemy40{margin-bottom:40px;}
  .mobilemb45,.mobilemy45{margin-bottom:45px;}
  .mobilemb50,.mobilemy50{margin-bottom:50px;}
  .mobilemb55,.mobilemy55{margin-bottom:55px;}
  .mobilemb60,.mobilemy60{margin-bottom:60px;}
  .mobilemb65,.mobilemy65{margin-bottom:65px;}
  .mobilemb70,.mobilemy70{margin-bottom:70px;}
  .mobilemb75,.mobilemy75{margin-bottom:75px;}
  .mobilemb80,.mobilemy80{margin-bottom:80px;}
  .mobilemb85,.mobilemy85{margin-bottom:85px;}
  .mobilemb90,.mobilemy90{margin-bottom:90px;}
  .mobilemb95,.mobilemy95{margin-bottom:95px;}
  .mobilemb100,.mobilemy100{margin-bottom:100px;}
  .mobilemb105,.mobilemy105{margin-bottom:105px;}
  .mobilemb110,.mobilemy110{margin-bottom:110px;}
  .mobilemb115,.mobilemy115{margin-bottom:115px;}
  .mobilemb120,.mobilemy120{margin-bottom:120px;}


  .mw25{width:25%;}.mw33{width:33.33%;}.mw50{width:50%;}.mw100{width:100%;}



  /******* Text Alignments  *******/    
  .mobile-left{text-align:left}
  .mobile-center{text-align:center}
  .mobile-right{text-align:right}
  /******* Text Alignments  *******/ 
  .mx-15{margin-left: -15px; margin-right: -15px;}
  .mx-20{margin-left: -20px; margin-right: -20px;}

}


@media(max-width:577px){


  .smmobilept0,.smmobilepy0{padding-top:0px;}
  .smmobilept5,.smmobilepy5{padding-top:5px;}
  .smmobilept10,.smmobilepy10{padding-top:10px;}
  .smmobilept15,.smmobilepy15{padding-top:15px;}
  .smmobilept20,.smmobilepy20{padding-top:20px;}
  .smmobilept25,.smmobilepy25{padding-top:25px;}
  .smmobilept30,.smmobilepy30{padding-top:30px;}
  .smmobilept35,.smmobilepy35{padding-top:35px;}
  .smmobilept40,.smmobilepy40{padding-top:40px;}
  .smmobilept45,.smmobilepy45{padding-top:45px;}
  .smmobilept50,.smmobilepy50{padding-top:50px;}


  .smmobilepb0,.smmobilepy0{padding-bottom:0px;}
  .smmobilepb5,.smmobilepy5{padding-bottom:5px;}
  .smmobilepb10,.smmobilepy10{padding-bottom:10px;}
  .smmobilepb15,.smmobilepy15{padding-bottom:15px;}
  .smmobilepb20,.smmobilepy20{padding-bottom:20px;}
  .smmobilepb25,.smmobilepy25{padding-bottom:25px;}
  .smmobilepb30,.smmobilepy30{padding-bottom:30px;}
  .smmobilepb35,.smmobilepy35{padding-bottom:35px;}
  .smmobilepb40,.smmobilepy40{padding-bottom:40px;}
  .smmobilepb45,.smmobilepy45{padding-bottom:45px;}
  .smmobilepb50,.smmobilepy50{padding-bottom:50px;}
}
  /*****************************************/
/*     Start your custom style here      */
/*****************************************/

@media (max-width:1640px){
.container:not(.container-small){max-width:80%}
}
@media (max-width:1440px){
.container{max-width:92%!important}
}
@media (max-width:991px){
.container{max-width:88%!important}
}
@media (max-width:767px){
.container{max-width:94%!important}
}
:root{--light:var(--light_grey)}
html{overflow-x:hidden}
.h1,h1{margin-bottom:2.4rem}
.h2,h2{margin-bottom:1.6rem}
.h3,h3{margin-bottom:1.9rem}
.h4,h4{margin-bottom:1.75rem}
.h5,.h6,h5,h6{margin-bottom:1rem}
@media (max-width:1640px){
.h1,h1{margin-bottom:1.3rem}
.h2,h2{margin-bottom:1.2rem}
.h3,h3{margin-bottom:1rem}
.h4,h4{margin-bottom:1rem}
.h5,.h6,h5,h6{margin-bottom:1rem}
}
@media (max-width:1200px){
.h1,h1{margin-bottom:1.2rem}
.h2,h2{margin-bottom:1rem}
.h3,h3{margin-bottom:.8rem}
.h4,h4{margin-bottom:.8rem}
.h5,.h6,h5,h6{margin-bottom:.8rem}
}
h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin:0}



.btn-wrapper .cta-button,
.btn-wrapper .cta-button:hover,
.btn-wrapper .cta-button:focus,
.btn-wrapper .cta-button:active{
  outline:0;
  filter: none;
}

.btn-wrapper .cta-button{
  position:relative;
  transition:all .3s;
  justify-content:center;
}

.btn-wrapper .cta-button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  padding: 2.72px;
  background: rgb(255 255 255 / 4%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.btn-wrapper[class*="btn-outline-"] .cta-button{
  border: 2px solid;
}

.btn-wrapper[class*="btn-none-"] .cta-button:after,
.btn-wrapper[class*="btn-custom-"] .cta-button:after,
.btn-wrapper[class*="btn-outline-"] .cta-button:after{
  content:none;
}


.btn-wrapper:not([class*="btn-outline-"])
:not([class*="btn-none-"])
:not([class*="btn-custom-"])
:not(.btn-primary-wrapper)
:not(.btn-secondary-wrapper)
:not(.btn-light-wrapper)
:not(.btn-tertiary-wrapper)
:is(.cta_button, .cta-button, [data-hubspot-cta-id], input[type=submit], input[type=button]) {
  backdrop-filter: blur(32.61865234375px);
  box-shadow: 5.44px 5.44px 5.44px 0px #FFFFFF40 inset;
}


.btn-wrapper:not([class*="btn-outline-"])
:not([class*="btn-none-"])
:not([class*="btn-custom-"])
:not(.btn-primary-wrapper)
:not(.btn-secondary-wrapper)
:not(.btn-light-wrapper)
:not(.btn-tertiary-wrapper)
:is(.cta_button, .cta-button, [data-hubspot-cta-id], input[type=submit], input[type=button]):hover {
  backdrop-filter: blur(32.61865234375px);
  box-shadow: 5.44px 5.44px 5.44px 0px #FFFFFF40 inset;
}


.btn-primary, .btn-wrapper.btn-primary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]){
  background-color:var(--primary);
  color:var(--secondary);
  backdrop-filter: blur(32.61865234375px);
  box-shadow: 0 0 22px 0px rgb(255 255 255) inset;
}

.btn-primary:hover,.btn-wrapper.btn-primary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]):hover {
  background-color:var(--primary);
  color:var(--secondary);
  box-shadow: 0 0 42px 0px rgb(255 255 255) inset;
}

.btn-secondary, .btn-wrapper.btn-secondary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]){
  background-color:var(--primaryLight);
  color:var(--primary);
  backdrop-filter: blur(32.61865234375px)
    /*   box-shadow: 0 0 22px 0px rgb(255 255 255) inset; */
}

.btn-secondary:hover,.btn-wrapper.btn-secondary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]):hover {
  background-color:var(--primary);
  color:var(--white);
  box-shadow: 0 0 42px 0px rgb(255 255 255) inset;
}


.btn-light, .btn-wrapper.btn-light-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]){
  background-color: rgb(255 255 255 / 4%);
  backdrop-filter: blur(32.61865234375px);
  box-shadow: 5.44px 5.44px 5.44px 0px #FFFFFF40 inset;
  color:var(--white);
}

.btn-light:hover,.btn-wrapper.btn-light-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]):hover {
  background-color:var(--primary);
  color:var(--white);
  box-shadow: 0 0 42px 0px rgb(255 255 255) inset;
}

.btn-tertiary:hover,.btn-wrapper.btn-tertiary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]):hover {
  background-color:var(--primary);
  color:var(--white);
  box-shadow: 0 0 42px 0px rgb(255 255 255) inset;
}


.btn-outline-secondary, .btn-wrapper.btn-outline-secondary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]){
  background-color:var(--primary-light);
  color:var(--primary);
}

.btn-outline-secondary:hover,
.btn-secondary:hover,
.btn-wrapper.btn-outline-secondary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]):hover,
.btn-wrapper.btn-secondary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],input[type=submit],input[type=button]):hover{
  background-color:var(--primary);
  color:var(--white);
}

input[type=submit]{
  background-color:var(--primary);
  color:var(--secondary);
  backdrop-filter: blur(32.61865234375px);
  box-shadow: 0 0 22px 0px rgb(255 255 255) inset;
}

input[type=submit]:hover,
input[type=submit]:focus{
  background-color:var(--primary);
  color:var(--secondary);
  box-shadow: 0 0 42px 0px rgb(255 255 255) inset;
}


.WidthFit { width:fit-content;}
.W-100 {    width: 100%;}
.Max-W-Fit { max-width: fit-content;}
.d-inline-flex { display:inline-flex;}
.flex-wrap {flex-wrap:wrap;}
.flex-nowrap {flex-wrap:nowrap !important;}
.Mx-auto { margin: 0 auto;}

.font100{font-weight:100}
.font200{font-weight:200}
.font300{font-weight:300}
.font400{font-weight:400}
.font500{font-weight:500}
.font600{font-weight:600}
.font700{font-weight:700}
.font800{font-weight:800}
.font900{font-weight:900}
.font16{font-size:16px;line-height:1.625}
.font18{font-size:18px;line-height:1.4}
.font20{font-size:20px;line-height:1.4}
.font24{font-size:24px;line-height:1.4}
.font32{font-size:32px;line-height:1.2}
.font34{font-size:34px;line-height:1.2}
.font48{font-size:48px;line-height:normal}
.font70{font-size:70px;line-height:1.2}
.Line-normal{line-height:normal}
.uppercase{text-transform:uppercase}
.radius8{border-radius:8px}
.radius12{border-radius:12px}
.radius16{border-radius:16px}
.radius20{border-radius:20px}
.radius30{border-radius:30px}
.radius32{border-radius:32px}
@media (max-width:1200px){
.heading br{display:none}
}
@media (max-width:991px){
.font24{font-size:22px}
.font32{font-size:24px}
.font34{font-size:26px}
.font48{font-size:40px}
.font70{font-size:46px}
.font18{font-size:16px}
.font20{font-size:18px}
}
@media (max-width:767px){
.font24{font-size:20px;line-height:1.4}
.font32{font-size:20px}
.font34{font-size:22px}
.font48{font-size:32px}
.font70{font-size:40px}
.cta-group{gap:15px}
}



@media (max-width:1640px){
.btn-wrapper-lg .cta-button,.btn-wrapper-md .cta-button{font-size:20px!important;min-height:60px!important}
input[type=button],input[type=submit]{font-size:20px!important}
}
@media (max-width:991px){
.btn-wrapper-lg .cta-button,.btn-wrapper-md .cta-button{padding-left:25px!important;padding-right:25px!important}
}
@media (max-width:767px){
.btn-wrapper .cta-button{min-width:210px}
.btn-wrapper-lg .cta-button,.btn-wrapper-md .cta-button{font-size:18px!important;min-height:57px!important}
input[type=button],input[type=submit]{font-size:18px!important;min-height:57px!important}
}


.modal-dialog{position:relative;width:1280px;max-width:100%;margin:0 auto;padding:2rem 1.5rem}
.modal-content{border:0}
.modal-body{padding:15px}
video.modal-video{max-width:100%;height:100%;vertical-align:middle;aspect-ratio: 16 / 9;}
video.popup-video {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.modal-dialog iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.modal-open .modal{z-index:1050;}

button.close{position:absolute;top:-20px;right:-40px;width:40px;height:40px;border:none;border-radius:50%;appearance:none;font-size:1.65rem;font-weight:100;color:#fff;opacity:1;padding:0;background:0 0}
button.close{pointer-events:none;}
button.close span{width:100%;height:100%}
button.close svg path{fill:#fff;}

@media (max-width:1440px){
  button.close{right:-10px;top:-40px;}
}

@media (max-width:767px){
  .modal-dialog{padding:40px 15px}
}




.header__container[data-fixed=true]{position:fixed!important;top:0!important}
.header__container[data-fixed=true] .header__bottom{position:absolute;top:20px;transition:all .4s}
.header__container.scroll-down[data-fixed=true] .header__bottom{transform:translateY(-90px)}
.header__wrapper{padding:9px 11px 9px 29px;border-radius:30px;position:relative}
.header__container .header__logo-col{margin:0!important}
.header__container .cta-group{gap:8px}
body .header__bottom .btn-wrapper-md .cta-button{padding:12px 25px;font-size:16px!important;min-height:auto;line-height:1;font-weight:700;min-height:45px!important;box-shadow:none!important}
.body header__bottom .btn-wrapper-md .cta-button:hover{box-shadow:none!important}
.header__bottom .btn-secondary-wrapper .cta-button{padding:12px 24px;display:flex;flex-wrap:wrap;line-height:1;align-items:center}
.header__menu-item--depth-1>.header__menu-link{font-weight:700!important}
.header__menu-wrapper .header__menu-link{line-height:1!important}
.header__menu-submenu .header__menu-link{white-space:nowrap}
.header__container[data-layout=mobile] .header__bottom{padding:0!important}
.header__menu--mobile{border-radius:30px;position:absolute!important;top:100%!important;margin-top:8px}

.header__container[data-layout=mobile] .header__menu-child-toggle {width: 14px;height: auto;}
.header__container[data-layout=mobile] .header__menu-submenu--level-2>li{  margin-bottom:0 !important;}
.header__menu-back svg{transform:rotate(90deg);width:14px;height:auto}
.header__menu--desktop .header__menu-item--depth-1:last-child>.header__menu-link{padding-right:0!important}
@media (max-width:1919px){
.header__bottom .container{max-width:100%}
}
@media (max-width:991px){
.header__wrapper{padding:15px}
}


/* ---------------------footer ---------------------- */

.sr-footer-01{position:relative;line-height:normal;margin-top:-1px;}
.sr-footer-01 .hs-item-has-children>a{margin-bottom:16px;font-weight:700}
.sr-footer-01 .nav-row>div{padding-left:8px;padding-right:8px}
.sr-footer-01 .footer-logo img{width:129px}
.sr-footer-01 .footer-logo-wrap{width:12%}
.sr-footer-01 .footer-menu-wrap{width:63.65%}
.sr-footer-01 .footer-form-wrap{width:24.35%}
.sr-footer-01 .hs-menu-wrapper>ul{list-style:none;padding:0;margin:0;column-gap:63px;display:flex;flex-wrap:wrap;justify-content:center;row-gap:30px}
.sr-footer-01 .hs-menu-wrapper>ul a{display:inline-block}
.sr-footer-01 .hs-menu-wrapper>ul li.hs-menu-depth-1>a{font-weight:700}
.sr-footer-01 .hs-menu-wrapper>ul li{margin:0}
.sr-footer-01 ul.hs-menu-children-wrapper li:not(:last-child){margin-bottom:16px}
.sr-footer-01 .social{gap:16px;list-style:none;margin:0;padding-left:0}
.sr-footer-01 ul.social li span{border-radius:50%;width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:inherit}
.sr-footer-01 ul.social li span svg,.sr-footer-01 ul.social li span svg g{fill:inherit}
.sr-footer-01 ul.hs-menu-children-wrapper{list-style-type:none;padding:0}
.sr-footer-01 .footer-copyright p a{text-decoration:underline}
.sr-footer-01 .footer-copyright p a:not(:hover){color:inherit}
.sr-footer-01 .footer-logo-social{text-align:center}
.sr-footer-01 .footer-logo-social img{max-width:100%;height:auto}
.sr-footer-01 .footer-copyright p.small{margin:0}
.sr-footer-01 .button__container{position:absolute;bottom:15px;right:15px;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:5px}
.sr-footer-01 .footer-form{background-color:#151922;border:2px solid rgb(240 247 252 / 56%);backdrop-filter:blur(54px);border-radius:16px;padding:14px 13px}
.sr-footer-01 .footer-form input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]){border-radius:8px;background-color:#fff;text-align:center}
.sr-footer-01 .footer-form input::placeholder{color:#d5d9dd}
.sr-footer-01 .sr-footer-nav a{color:#0d1d2a}
.sr-footer-01 .sr-footer-nav a:hover{color:var(--primary)}
.sr-footer-01 .footer-form .form-title{display:none}
.sr-footer-01 .footer-form-title{color:#82bce2;line-height:1}
.sr-footer-01 .footer-form .hs-button,.sr-footer-01 .footer-form .hs-submit{width:100%}
.sr-footer-01 .footer-form .hs-button{background-color: hsla(0, 0%, 100%, .04);box-shadow: inset 5.44px 5.44px 5.44px 0 #ffffff40;}
.sr-footer-01 .footer-form .hs-button:hover{background-color: var(--primary);color: var(--white);box-shadow: 0 0 42px 0px rgb(255 255 255) inset;}
.sr-footer-01 .footer-form .hs-form-field{margin-bottom:21px}
.sr-footer-01 .footer-bottom{border-top:1px solid #706f6f}
.sr-footer-01 .privacy-link ul{padding:0;margin:0;list-style-type:none;flex-wrap:wrap;row-gap:15px}
.sr-footer-01 .privacy-link li{margin:0;padding:0 11px}
.sr-footer-01 .privacy-link li:not(:last-child){border-right:1px solid #4e555c}
.sr-footer-01 .privacy-link a{color:#4e555c}
.sr-footer-01 .privacy-link a:hover{color:var(--primary)}
.sr-footer-01 .hs-item-has-children:last-child ul>li:last-child>a {font-weight: 700;}
@media (min-width:992px){
  .sr-footer-01 .sr-footer-nav{padding-top:94px;padding-bottom:27px}
  .sr-footer-01 .footer-form .hs-button{min-height:60px;}
}
@media (max-width:1199px){
  .sr-footer-01 .container{max-width:100%;}
}
@media (max-width:1199px){
  .sr-footer-01 .hs-menu-wrapper>ul{column-gap:30px}
  .sr-footer-01 .footer-logo-wrap{width:15%}
  .sr-footer-01 .footer-menu-wrap{width:60%}
  .sr-footer-01 .footer-form-wrap{width:25%}
}
@media (max-width:991px){
  .sr-footer-01 .footer-logo-wrap{width:100%}
  .sr-footer-01 .footer-menu-wrap{width:100%}
  .sr-footer-01 .footer-form-wrap{width:100%}
  .sr-footer-01 .social{gap:12px}
  .sr-footer-01 .hs-menu-wrapper>ul{justify-content:flex-start}
  .sr-footer-01 .footer-form{padding:25px 16px}
  .sr-footer-01 .hs-menu-wrapper>ul{column-gap:0}
  .sr-footer-01 .hs-menu-wrapper>ul>li{width:50%;text-align:center;padding-left:8px;padding-right:8px}
  .sr-footer-01 .hs-menu-wrapper>ul{margin:0 -8px}
}

@media (max-width:479px){
  .sr-footer-01 .hs-menu-wrapper>ul>li{text-align:left;}
  .sr-footer-01 .footer-logo{text-align:left;}
  .sr-footer-01 .footer-form-title{text-align:left;}
  .sr-footer-01 .footer-copyright{text-align:left;}
  .sr-footer-01 .social-icons,.sr-footer-01 .privacy-link ul{justify-content:flex-start;}
}




/* --------------------- System Pages ---------------------- */

.customSystemPage{padding-top:145px;padding-bottom:60px}
.customSystemPage form{background-color:#fff;border-radius:30px;padding:30px 15px}
.customSystemPage form .hs-error-msgs{padding:0}
.customSystemPage form label{display:inline-block}
.customSystemPage p:last-child{margin-bottom:1.25rem}
@media (min-width:992px){
  .customSystemPage{padding-top:165px;padding-bottom:80px}
  .customSystemPage form{padding:30px}
}
@media (min-width:1200px){
  .customSystemPage{padding-top:180px;padding-bottom:100px}
}

.customSystemPage .hs-search-field__input,
.customSystemPage .hs-search-highlight{
  color:var(--tertiary) !important;
}

.customSystemPage .hs-search-results__listing p:last-child{margin:0}
.customSystemPage .hs-search-results__title{margin-bottom:1rem}
.customSystemPage .hs-search-results__pagination{padding-top:50px}
.customSystemPage .hs-search-results__pagination__link{border-radius:8px}
@media (max-width:767px){
.customSystemPage form{border-radius:20px}
}

#hs_show_banner_button{display:none}
.sr_module{position:relative;background-color:#f0f4f8}
.superTitle{line-height:1.17}



@media (max-width:767px){
.superTitle{font-size:12px!important;font-weight:700!important;padding:5px 15px!important;line-height:1.17!important}
.tagTitle{font-size:12px!important;font-weight:700!important}
}


.sr-hero-04 .height-auto     { min-height: 0vh; }
.sr-hero-04 .height-small    { padding: 8rem 0; }
.sr-hero-04 .height-medium   { padding: 14rem 0; }
.sr-hero-04 .height-large    { padding: 20rem 0; }
.sr-hero-04 .height-full     { min-height: 100vh; }
.sr-hero-04.sr-cover-parallax .sr-cover-inner{margin:0 auto;width:100%;z-index:2;position:relative}


.custom_homeHero.sr-cover-parallax .sr-cover-inner{margin:0 auto;width:100%;z-index:2;position:relative}
.custom_homeHero .sr-cover{min-height:auto;}
.custom_homeHero .superTitleWrap .icon img{width:60px}
.custom_homeHero .superTitle{padding:5px 15px;line-height:1.16666667}
.custom_homeHero .lead{line-height:1.4}
.custom_homeHero .bannerContent{width:100%}
@media (min-width:992px){
  .custom_homeHero .sr-cover{min-height:700px}
  .custom_homeHero .superTitleWrap .icon img{width:80px}
  .custom_homeHero .superTitle{padding:5px 24px;}
}
@media (min-width:1640px){
  .custom_homeHero .sr-cover{min-height:920px}
  .custom_homeHero .superTitleWrap .icon img{width:100px}
}

@media (max-width:767px){
  .custom_homeHero .bannerContent{text-align:center;}
  .custom_homeHero .cta-group{justify-content:center !important;}
}



.customFeatures{position:relative;overflow:hidden;background-repeat:no-repeat}
.customFeatures .overlayImg{max-height:max-content}
.customFeatures .container{position:relative;z-index:2}
.customFeatures .superTitle{padding:5px 24px; line-height:1.16; }
.customFeatures .icon img{width:40px!important;height:40px!important;object-fit:contain;}
.customFeatures .sr-card{position:relative;overflow:hidden;padding:45px 40px;display: flex;flex-direction: column;justify-content: space-between;}
.customFeatures .sr-card h3{margin-bottom:31px}
.customFeatures .sr-card h3.font700{margin-bottom:10px;}
.customFeatures .imgWrap{width:calc(100% + 80px);margin-left:-40px;margin-bottom:-45px}
.customFeatures .imgWrap img{max-height:270px;object-fit:cover;width:100%;min-height:160px}
.customFeatures .num{width:48px;height:48px;border-radius:100%;background-color:#2e90cf;color:#fff;text-align:center;padding:5px}
.customFeatures .sr-card .description{line-height:1.3;}
.customFeatures .sr-card .description:not(.lead) {font-size:18px;line-height:1.4}

@media (max-width:1640px){
  .customFeatures .sr-card{padding:40px 30px}
}
@media (max-width:1200px){
  .customFeatures .sr-card{padding:40px 20px}
  .customFeatures .imgWrap{width:calc(100% + 40px);margin-left:-20px;margin-bottom:-40px}
}
.customFeatures .sr-card .description:not(.lead) {font-size:18px;}
@media (max-width:991px){
  .customFeatures .topContent{text-align:center!important;align-items: center;}
}
@media (max-width:767px){
  .customFeatures .sr-card .description:not(.lead) {font-size:16px;}
  .customFeatures .sr-card h3{margin-bottom:16px}
  .customFeatures .icon img{width:30px!important;height:30px!important;}
}



.stepsAnimtion .iconWrap img{width:60px;height:auto}
.stepsAnimtion .superTitle{line-height:1.167;padding-left: 15px;padding-right: 15px;}
.stepsAnimtion .nuWrap{background-color:#d5e9f5;color:#2e90cf;font-size:32px;line-height:1.2;width:96px;height:96px;border-radius:96px}
.stepsAnimtion .animationOuter{position:relative;display:flex;flex-direction:column;gap:100px}
.stepsAnimtion .animationCard{position:sticky;top:140px;align-items:center;justify-content:space-between;background:#f8f8f8;min-height:750px;z-index:1}
.stepsAnimtion .imagesWrap{position:relative;width:100%;height:550px;display:grid;overflow:hidden}
.stepsAnimtion .imagesWrap img{grid-column:1/-1;grid-row:1/-1;width:100%;height:100%!important;object-fit:contain;position:absolute;}
.stepsAnimtion .imagesWrap img.background{z-index:1;border-radius:0}
.stepsAnimtion .imagesWrap img.middleground{z-index:2}
.stepsAnimtion .imagesWrap img.foreground{z-index:3}
.stepsAnimtion .contentWrap{width: 100%;}
.stepsAnimtion .show-on-scroll{opacity:0;transition:opacity .7s ease,transform .7s ease;transition-delay:var(--out-delay, 0ms)}
.stepsAnimtion .middleground.show-on-scroll{transform:translateX(100%);--in-delay:0ms;--out-delay:200ms}
.stepsAnimtion .foreground.show-on-scroll{transform:translateX(100%);--in-delay:600ms;--out-delay:200ms}
.stepsAnimtion .show-on-scroll.is-visible{opacity:1;transform:translateX(0)!important;transition-delay:var(--in-delay, 0ms)}
.stepsAnimtion .bg-graphic{position:absolute;left:0;top:0;width:100%;height:100%;background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:0;background-position: left;}
.stepsAnimtion .row{position:relative;z-index:2;}
@media (min-width:992px){
  .stepsAnimtion .superTitle{line-height:1.167;padding-left: 24px;padding-right: 24px;}
}
@media (min-width:1200px){
  .stepsAnimtion .contentWrap{width:84.65%;margin-left: auto;}
}

@media (max-width:1640px){
  .stepsAnimtion .animationCard {top:100px;padding: 40px 20px !important;box-shadow: 0px 1px 15px 0px hsl(210deg 8.24% 33.33% / 25%);}
  .stepsAnimtion .nuWrap{height:70px;width:70px;border-radius:70px;font-size:30px;}
}

@media (max-width:1200px){
  .stepsAnimtion .animationCard{top:95px;}
  .stepsAnimtion .nuWrap{height:60px;width:60px;border-radius:60px}
}
@media (max-width:991px){
  .stepsAnimtion .animationCard{position:static;padding:30px 15px !important;}
  .stepsAnimtion .bg-graphic{opacity:0;}
  .stepsAnimtion .nuWrap{font-size:28px}
  .stepsAnimtion .animationOuter {gap: 30px;height: auto !important;}
  .stepsAnimtion .imagesWrap{height:350px;}

}
@media (max-width:767px){
  .stepsAnimtion .nuWrap{font-size:24px;height:50px;width:50px;border-radius:50px}
  .stepsAnimtion .imagesWrap{height:400px}
}
@media (max-width:575px){
  .stepsAnimtion .imagesWrap{height:300px}
}



.DiscoverEditions .DisEditionsImg{position:absolute;left:0;bottom:0;width:100%;z-index:0}
.DiscoverEditions .DisEditionsImg>img{width:100%;height:100%;object-fit:contain}
.DiscoverEditions .CardTOpIcon>img{height:100px!important;width:100px;object-fit: contain;}
.DiscoverEditions .sr-col{padding:0 8px}
.DiscoverEditions .cta-group {justify-content: center;}

@media(max-width:1200px){
  .DiscoverEditions .content-wrapper{padding:60px 30px 300px 30px!important}  
}

@media(max-width:991px){
  .DiscoverEditions .DisEditionsImg{position:absolute;bottom:0;z-index:0}
  .DiscoverEditions .content-wrapper{padding:40px 15px 300px 15px!important}
}
@media(max-width:767px){
  .DiscoverEditions .content-wrapper{padding-bottom:200px!important}
  .DiscoverEditions .CardTOpIcon>img{height:60px !important;width:60px}
}


.sr-clients-carousel-01_Custom .logo-slider{display:flex;align-items:center}
.sr-clients-carousel-01_Custom .grayscale-always_gray img,
.sr-clients-carousel-01_Custom .grayscale-color_on_hover img{filter:grayscale(1);transition:filter .3s}
.sr-clients-carousel-01_Custom .splide__slide,.sr-clients-carousel-01_Custom .sr-clients-carousel-01_Custom .logo-slider img{min-width:213px;min-height:120px}
.sr-clients-carousel-01_Custom .sr-clients-carousel-01_Custom .logo-slider img{transform:scale(1)!important}
.sr-clients-carousel-01_Custom .grayscale-color_on_hover img:hover{filter:grayscale(0);transition:filter .3s}
.sr-clients-carousel-01_Custom .splide__slide{cursor:pointer;}
@media (max-width:992px){
  .sr-clients-carousel-01_Custom .sr-card{padding:40px 0 40px 0!important;}
  .sr-clients-carousel-01_Custom .column-20.logo-slider>*{width:calc(20% - 2.875rem)}
  .sr-clients-carousel-01_Custom .column-25.logo-slider>*{width:calc(25% - 2.875rem)}
  .sr-clients-carousel-01_Custom .column-165.logo-slider>*{width:calc(16.66% - 2.875rem)}
}
@media (max-width:768px){
  .sr-clients-carousel-01_Custom .sr-card{padding:30px 0 30px 0!important;}
  .sr-clients-carousel-01_Custom .splide__slide,.sr-clients-carousel-01_Custom .sr-clients-carousel-01_Custom .logo-slider img{min-width:120px;min-height:auto;max-height:auto}
}

.SRCusSlider .slider-for {pointer-events:none;}
.SRCusSlider .slider-for .sr-card{margin:0 29px;height:100%;}
.SRCusSlider .slide-content svg{height:80px;width:80px}
.SRCusSlider .BtnImg>img{height:65px!important;width:100%;cursor:pointer;border-radius:65px;margin:0 auto;border:2px solid transparent;object-fit:cover}
.SRCusSlider .slider-nav .slick-current>img{border-color:#2e90cf!important;box-shadow:0 10px 20px 0 #2e90CF61}
.SRCusSlider .slider-for .slick-list{margin:0 -15px !important;}
.SRCusSlider .author-details,.SRCusSlider .author-details .font18{line-height:normal}
.SRCusSlider .author-title{color:#706f6f}
.SRCusSlider .slider-nav .BtnImg{padding:0 14px;}
.SRCusSlider .slider-nav{width:460px;margin:0 auto}
.SRCusSlider .slider-nav .slick-list{padding:30px 0!important}
.SRCusSlider .slider-for .slick-track{display:flex !important;}
.SRCusSlider .slider-for .slick-slide{height:auto!important;}

@media(min-width:1640px){
  .SRCusSlider .icon-wrapper {padding-bottom: 75px;}
}
@media(max-width:1640px){
  .SRCusSlider .slider-for .sr-card{padding:60px 40px!important;}
  .SRCusSlider .description{font-size:30px}
  .SRCusSlider .BtnImg>img{height:55px!important;}
  .SRCusSlider .slider-nav .BtnImg{padding:0 8px;}
  .SRCusSlider .slider-nav{width:394px}
}
@media(max-width:991px){
  .SRCusSlider .slider-for .sr-card{padding:60px 30px!important;}
}
@media(max-width:767px){
  .SRCusSlider .slider-for .sr-card{margin:0;padding:40px 20px!important;}
  .SRCusSlider .slider-item{padding:0 10px}
  .SRCusSlider .slide-content svg{height:60px;width:60px}
  .SRCusSlider .slider-nav{width:350px}
  .SRCusSlider .description{font-size:24px;}
}

@media (max-width:479px){
  .SRCusSlider .slider-nav{width:265px}
  .SRCusSlider .slider-nav .slick-current>img{box-shadow:0 5px 10px 0 #2e90CF61}
  .SRCusSlider .BtnImg>img{height:35px !important;}
}


.KeyFeaturesofBIMEdition .row-gap{row-gap: 15px;}
.BIMKey .responsive-image img{max-height:96px;object-fit:contain}
@media(max-width:1640px){
  .BIMKey .content-wrapper{padding:40px 30px!important}
  .BIMKey .responsive-image img{max-height:80px}
}
@media(max-width:767px){
  .BIMKey .responsive-image img{max-height:60px}
  .BIMKey .content-wrapper{padding:30px 15px!important}
}


.sr-one-col-02_custom .sr-card{overflow:hidden;}
.sr-one-col-02_custom .contentWrap{max-width:1310px;margin:0 auto;}
.sr-one-col-02_custom .imgBox{margin-top:-50px}
.sr-one-col-02_custom .icon{width:96px;height:96px;border-radius:100%}
.sr-one-col-02_custom .icon img{width:42px}


@media (max-width:1640px){
  .sr-one-col-02_custom .icon{width:80px;height:80px}
  .sr-one-col-02_custom .icon img{width:35px}
}

@media (max-width:1600px){
  .sr-one-col-02_custom .imgBox{margin-top:-50px}
}
@media (max-width:1280px){
  .sr-one-col-02_custom .imgBox{margin-top:-50px}
}
@media (max-width:992px){
  .sr-one-col-02_custom .imgBox{margin-top:-30px}
  .sr-one-col-02_custom .sr-card{padding-top:80px !important;}
}
@media (max-width:767px){
  .sr-one-col-02_custom .imgBox{margin-top:0}
  .sr-one-col-02_custom .imgBox img{object-fit:cover;min-height:150px}
  .sr-one-col-02_custom .sr-card{padding-top:60px !important;}
  .sr-one-col-02_custom .icon{width:60px;height:60px}
  .sr-one-col-02_custom .icon img{width:30px}
}


.PrecisionCintooSec .RowBox{border-radius:30px;padding:40px 40px}
.PrecisionCintooSec .RowBoxLogo{position:absolute;bottom:55px;right:80px;z-index:2;height:200px;width:200px}
.PrecisionCintooSec .RowBoxLogo>img{height:100%;width:100%;object-fit:contain}
.PrecisionCintooSec .responsive-image>img{height:100%;width:100%;display:block}
.PrecisionCintooSec .SubTitle{display:inline-block;border-radius:50px;padding:10px 25px}
@media(min-width:1900px){
  .PrecisionCintooSec .RowBoxColumn .responsive-image{position:absolute;bottom:0;height:auto;width:782px;right:24px}
  .PrecisionCintooSec .RowBoxColumn{position:static}
}
@media(min-width:1200px){
  .PrecisionCintooSec .RowBox .col-content{max-width:92%;width:100%}
}
@media(max-width:991px){
  .PrecisionCintooSec .RowBoxLogo{height:100px;width:100px;right:30px;bottom:30px}
  .PrecisionCintooSec .RowBox{padding:40px 30px}
}
@media(max-width:767px){
  .PrecisionCintooSec .RowBoxLogo{height:60px;width:60px;right:20px;bottom:20px}
  .PrecisionCintooSec .SubTitle{padding:5px 20px}
  .PrecisionCintooSec .RowBox{padding:30px 20px}
  .PrecisionCintooSec .RowBox h2{font-size:32px;}
}


.sr-tabs-accordion-02_custom .details__summary h3.num{margin-right:5px}
.sr-tabs-accordion-02_custom .details__summary h3{text-wrap:auto}
.sr-tabs-accordion-02_custom .details-icon.imgGray img{filter:brightness(0) saturate(100%) invert(32%) sepia(7%) saturate(663%) hue-rotate(169deg) brightness(98%) contrast(92%)}
.sr-tabs-accordion-02_custom .container{position:relative}
.sr-tabs-accordion-02_custom .details-group{display:flex;flex-direction:column}
.sr-tabs-accordion-02_custom .details{overflow:hidden;transition:height .3s ease-in-out}
.sr-tabs-accordion-02_custom .details__summary{list-style:none;position:relative;transition:color .3s ease-in-out;cursor:pointer;position:relative}
.sr-tabs-accordion-02_custom .details__content{position:relative}
.sr-tabs-accordion-02_custom .details__summary::-webkit-details-marker{display:none}
.sr-tabs-accordion-02_custom .details__summary::-webkit-details-marker{display:none}
.sr-tabs-accordion-02_custom .details-icon{pointer-events:none;position:absolute;right:10px;top:25%;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.sr-tabs-accordion-02_custom [open] .details-icon{transform:rotate(180deg)}
@media (prefers-reduced-motion: reduce) {
  .sr-tabs-accordion-02_custom .details,
  .sr-tabs-accordion-02_custom .details__summary,
  .sr-tabs-accordion-02_custom .details-icon {
    transition: none;
  }
}


.sr-hero-04_custom.sr-cover-parallax .sr-cover-inner{margin:0 auto;width:100%;z-index:2;position:relative}
.sr-hero-04_custom .height-auto{min-height:0}
.sr-hero-04_custom .height-small{padding:8rem 0}
.sr-hero-04_custom .height-medium{padding:14rem 0}
.sr-hero-04_custom .height-large{padding:20rem 0}
.sr-hero-04_custom .height-full{min-height:100vh}
.sr-hero-04_custom .superTitle{line-height:1.17;}


.sr-tabs-02-custom{background-repeat:no-repeat!important}
.sr-tabs-02-custom .tab-icon svg{width:32px;height:auto;}
.sr-tabs-02-custom .tab-item--active .tab-icon svg{width:48px}
.sr-tabs-02-custom .tab-item img{display:block;margin:auto}
.sr-tabs-02-custom .sr-tabs-02__container{max-width:1400px;margin:0 auto}
.sr-tabs-02-custom .tab-item img.tab-item-image--hover,.sr-tabs-02-custom .tab-item.tab-item--active img:not(.tab-item-image--no-hover),.sr-tabs-02-custom .tab-item:is(:hover,:focus) img:not(.tab-item-image--no-hover){display:none}
.sr-tabs-02-custom .tab-item.tab-item--active img.tab-item-image--hover,.sr-tabs-02-custom .tab-item:is(:hover,:focus) img.tab-item-image--hover{display:block}
.sr-tabs-02-custom .tabs-container{flex-wrap:wrap;text-align:center;gap:10px;padding:0 55px}
.sr-tabs-02-custom .sr-tabs-02__container{width:100%;overflow-x:hidden}
.sr-tabs-02-custom .tab-item{position:relative;cursor:pointer;padding:12px 16px;border:none;line-height:normal;white-space:nowrap;}
.sr-tabs-02-custom .tab-item .tab_label{font-weight:600}
.sr-tabs-02-custom .heading-wrapper .heading:last-child{margin-bottom:0}
@media (max-width:1640px){
  .sr-tabs-02-custom .tab-item--active .tab-icon svg{width:40px}
  .sr-tabs-02-custom .tab-item{padding:12px}
}
@media (max-width:991px){
  .sr-tabs-02-custom .tab-item{background:0 0;height:inherit;text-wrap:nowrap}
  .sr-tabs-02-custom .tabs-container{flex-wrap:nowrap;overflow-x:scroll;overflow-y:hidden;justify-content:flex-start!important;padding:30px 15px 0}
  .sr-tabs-02-custom .tab-image{order:-1}
}
@media (max-width:767px){
  .sr-tabs-02-custom .tab-icon svg{width:28px}
  .sr-tabs-02-custom .tab-item--active .tab-icon svg{width:40px}
}

@media (max-width:479px){
  .sr-tabs-02-custom .tab-item--active .tab-icon svg{width:30px}
  .sr-tabs-02-custom .tab-item{padding:10px;}
}


.sr-pricing-01-custom .plan-title-row{display:flex;justify-content:space-between}
.sr-pricing-01-custom .row-heading{border-bottom:1px solid var(--sr-border-color);border-left:1px solid var(--sr-border-color);border-right:1px solid var(--sr-border-color);padding:1rem .625rem;text-align:left}
.sr-pricing-01-custom .row-heading .heading{margin-bottom:0}
.sr-pricing-01-custom .plan-row{display:flex;margin-bottom:28px;}
.sr-pricing-01-custom .plan-row .plan-column{display:flex;align-items:flex-start;justify-content:center;flex:1;border-left:1px solid var(--sr-border-color);border-bottom:1px solid var(--sr-border-color)}
.sr-pricing-01-custom .plan-row .plan-column .plan-cell{display:flex;flex-direction:column;width:100%;text-align:center}
.sr-pricing-01-custom .plan-row .plan-column .plan-cell .heading{padding:.81rem 0;border-bottom:1px solid var(--sr-border-color)}
.sr-pricing-01-custom .plan-row .plan-column:last-child{border-right:1px solid var(--sr-border-color)}
.sr-pricing-01-custom .plan-row .price-title{display:flex;flex-direction:column;flex:1}
.sr-pricing-01-custom .plan-row .price-title .price-cell{align-items:center;display:flex;text-align:left;flex:auto;padding:22px 15px;border-bottom:1px solid var(--sr-border-color)}
.sr-pricing-01-custom .plan-row .price-cell.blank-cell{border:0;flex:1;padding:0;border-top:3px solid transparent}
.sr-pricing-01-custom .price-cell .heading:last-child{margin-bottom:0}
.sr-pricing-01-custom .plan-row .plan-cell .heading{margin:0}
.sr-pricing-01-custom .plan-row .plan-cell .prefix{padding-top:.625rem}
.sr-pricing-01-custom .plan-row .plan-cell .price{padding-top:.625rem;margin:0;line-height:1}
.sr-pricing-01-custom .plan-row .plan-cell .price span{font-size:1rem}
.sr-pricing-01-custom .plan-row .plan-cell .suffix{padding:.3125rem 0 .625rem 0}
.sr-pricing-01-custom .text-sm{font-size:.75rem}
.sr-pricing-01-custom .text-lg{font-size:1.25rem}
.sr-pricing-01-custom .plan-row .plan-column.highlight-border{border-top:4px solid var(--sr-highlight-color)}
.sr-pricing-01-custom .price-row,.sr-pricing-01-custom .table-row{display:flex}
.sr-pricing-01-custom .table-cell{display:flex;align-items:center;justify-content:center;flex:1;border-left:1px solid var(--sr-border-color);border-bottom:1px solid var(--sr-border-color);padding:8px 26px;text-align:left;position:relative;color:#303030}
.sr-pricing-01-custom .table-cell:first-child{justify-content:flex-start}
.sr-pricing-01-custom .table-cell:last-child{border-right:1px solid var(--sr-border-color)}
.sr-pricing-01-custom .table-cell .heading{margin-bottom:0}
.sr-pricing-01-custom .custom-tooltip{position:relative;margin-left:.3rem}
.sr-pricing-01-custom .cell-tooltip{position:absolute;transform:translate(24px,-24px)}
.sr-pricing-01-custom .custom-tooltip svg{stroke:var(--primary);fill:transparent}
.sr-pricing-01-custom .custom-tooltip svg path{fill:var(--primary)}
.sr-pricing-01-custom .custom-tooltip span{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:none;width:10.5rem;padding:.25rem;background:#000;color:#fff;border-radius:5px;text-align:center;font-size:12px}
.sr-pricing-01-custom .custom-tooltip span:after{content:'';position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #000;left:0;right:0;margin:0 auto;bottom:-6px}
.sr-pricing-01-custom .custom-tooltip:hover span{display:block}
.sr-pricing-01-custom :is(svg,svg g){fill:var(--primary)}
.sr-pricing-01-custom .mobile-tableTitle{display:none;}
.sr-pricing-01-custom .mobile-pricing-card{display:none}
.sr-pricing-01-custom .mobile-pricing-card:last-child{margin-bottom:0;}
.sr-pricing-01-custom .bottom-row .plan-column{border-top:none;border-bottom:none}
.sr-pricing-01-custom .bottom-row .plan-column:first-child{opacity:0}
.sr-pricing-01-custom .columnIcon img{width:100px}
.sr-pricing-01-custom .featureTitle{line-height:normal}
.sr-pricing-01-custom .featureIcon img{width:38px}
.sr-pricing-01-custom .table-row{background:var(--sr-row-color)}
.sr-pricing-01-custom .table-row:nth-child(odd){background:var(--sr-even-row-color)}
@media (max-width:1640px){
  .sr-pricing-01-custom .columnIcon img{width:80px}
}
@media (max-width:991px){
  .sr-pricing-01-custom .mobile-tableTitle{display:block;}
  .sr-pricing-01-custom .mobile-pricing-card{display:block;text-align:left;background:var(--white)}
  .sr-pricing-01-custom .mobile-pricing-card .table-row:first{border-top:1px solid var(--sr-border-color)}
  .sr-pricing-01-custom .pricing-table{display:none}
  .sr-pricing-01-custom .cta-group,.sr-pricing-01-custom .mobileTopRow{padding-left:15px;padding-right:15px}
  .sr-pricing-01-custom .mobile-pricing-card{padding:30px 0;border-radius:30px;box-shadow:0 6px 20px 0 hsl(221.54deg 23.64% 10.78% / 15%)}
  .sr-pricing-01-custom .mobile-pricing-card.highlight-border{border-top:3px solid var(--primary)}
  .sr-pricing-01-custom .row-heading{border-top:1px solid var(--sr-border-color)}
  .sr-pricing-01-custom .table-cell{padding:12px 16px}
}
@media (max-width:767px){
  .sr-pricing-01-custom .columnIcon img{width:60px}
  .sr-pricing-01-custom .featureIcon img{width:30px}
}




.two_col_05_cust_mdl_top_icon{background:#f0f4f8;border-radius:50%;height:96px;overflow:hidden;padding:20px;width:96px;display:flex;align-items:center;justify-content:center}
.two_col_05_cust_mdl_top_icon img{display:block;max-height:46px;width:auto;object-fit:contain}
.two_col_05_cust_mdl-inner{align-items:center;row-gap:40px}
.two_col_05_cust_mdl .text-box .description-wrap ul{list-style-image:url('https://21581025.fs1.hubspotusercontent-na1.net/hubfs/21581025/Cintoo/images/Rectangle%204666.svg');padding-left:1.5rem}
.two_col_05_cust_mdl-inner .img-box{position:relative;z-index:1}
.two_col_05_cust_mdl-inner .img-box:after{position:absolute;left:-50px;width:calc(100% + 100px);height:100%;top:-38px;bottom:0;z-index:-1;background-repeat:no-repeat}
.two_col_05_cust_mdl-inner .img-box.direction-right:after{left:-150px;top:-100px}
.two_col_05_cust_mdl{overflow:hidden}
.two_col_05_cust_mdl .bleed-image{max-width:853px}
@media (min-width:1200px){
  .two_col_05_cust_mdl .text-box:is(.order-1,.order-sm-1,.order-md-1,.order-lg-1,.order-xl-1,.order-xxl-1){padding-right:71px;padding-left:8px}
  .two_col_05_cust_mdl .text-box:is(.order-2,.order-sm-2,.order-md-2,.order-lg-2,.order-xl-2,.order-xxl-2){padding-left:71px;padding-right:8px}
}
@media (max-width:1640px){
  .two_col_05_cust_mdl_top_icon{width:80px;height:80px;padding:15px;margin-bottom:20px}
  .two_col_05_cust_mdl_top_icon img{max-height:32px;}
}

@media (max-width:991px){
  .two_col_05_cust_mdl .bleed-image{max-width:600px;margin:0 auto;}
  .two_col_05_cust_mdl_top_icon{width:70px;height:70px;padding:15px;margin-bottom:20px}
}
@media (max-width:767px){
  .two_col_05_cust_mdl_top_icon{height:60px;margin-bottom:15px;padding:15px;width:60px}
  .two_col_05_cust_mdl_top_icon img{max-height:25px;}
  .two_col_05_cust_mdl-inner{row-gap:30px}
}



.SRCardsArticles02CustomResources .articleBox .topicBox .tag { padding:5px 10px; color: #2E90CF; background: #F0F7FC;transition: .3s all; }
.SRCardsArticles02CustomResources .articleBox { overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.SRCardsArticles02CustomResources .articleBox .post-name a { color: #151922; transition: .3s all; }
.SRCardsArticles02CustomResources .articleBox .post-name a:hover { color: #2e9dcf; }
.SRCardsArticles02CustomResources .contentBox{height:calc(100% - 240px);}
.SRCardsArticles02CustomResources .imageBox{height:240px;}
.SRCardsArticles02CustomResources .imageBox img { width: 100%; height: 100% !important;object-fit: cover; }
.SRCardsArticles02CustomResources .post-name {letter-spacing: -1px;}
.SRCardsArticles02CustomResources .superTitle{color:#2E90CF;background-color:#D5E9F5;padding:5px 15px;}

@media(min-width: 992px){
  .SRCardsArticles02CustomResources .superTitle{padding:5px 24px;}
}
@media(max-width: 1640px){
  .SRCardsArticles02CustomResources .articleBox .contentBox { padding: 40px 30px !important; }
}

@media(max-width: 991px){
  .SRCardsArticles02CustomResources .articleBox .contentBox { padding: 40px 20px !important; }
}
@media(max-width: 767px){
  .SRCardsArticles02CustomResources .articleBox .contentBox { padding: 30px 15px !important; }
  .SRCardsArticles02CustomResources .articleBox .topicBox .tag{font-size:12px;font-weight:700;padding:5px 15px;}
}

@media(max-width: 479px){
  .SRCardsArticles02CustomResources .contentBox{height:calc(100% - 200px);}
  .SRCardsArticles02CustomResources .imageBox{height:200px;}
}


.customStats{position:relative;overflow:hidden;background-repeat:no-repeat}
.customStats .overlayImg{max-height:max-content}
.customStats .container{position:relative;z-index:2}
.customStats .superTitle{padding:5px 24px; line-height:1.16; }
.customStats .icon{height:40px;}
.customStats .icon img{max-width:40px!important;max-height:40px;}
.customStats .sr-card{position:relative;overflow:hidden;padding:45px 40px;display: flex;flex-direction: column;justify-content: space-between;}
.customStats .sr-card h3{margin-bottom:31px}
.customStats .sr-card h3.font700{margin-bottom:10px;}
.customStats .imgWrap{width:calc(100% + 80px);margin-left:-40px;margin-bottom:-45px}
.customStats .imgWrap img{max-height:270px;object-fit:cover;width:100%;min-height:160px}
.customStats .num{width:48px;height:48px;border-radius:100%;background-color:#2e90cf;color:#fff;text-align:center;padding:5px}
.customStats .sr-card .description{line-height:1.3;}
.customStats .sr-card .description:not(.lead) {font-size:18px;line-height:1.4}
@media (max-width:1200px){
  .customStats .sr-card{padding:40px 20px}
  .customStats .imgWrap{width:calc(100% + 40px);margin-left:-20px;margin-bottom:-40px}
}
.customStats .sr-card .description:not(.lead) {font-size:18px;}
@media (max-width:991px){
  .customStats .topContent{text-align:center!important;align-items: center;}
}
@media (max-width:767px){
  .customStats .sr-card .description:not(.lead) {font-size:16px;}
  .customStats .icon img{width:40px}
  .customStats .sr-card h3{margin-bottom:16px}
  .customStats .sr-card{padding:30px 15px;}
}

@media (max-width:479px){
  .customStats .sr-card h3{margin-bottom:8px}
  .customStats .sr-card .description{font-size:14px;}
}

.sr-cards-customer-grid .card-inner{background-color:#fff;overflow:hidden;}
.sr-cards-customer-grid .topContent{padding-left:40px;padding-right:40px;height: calc(100% - 260px);}
.sr-cards-customer-grid .logo img{height:80px;width:auto;object-fit:contain;max-width:250px;}
.sr-cards-customer-grid .imgWrap{height:260px;width:100%}
.sr-cards-customer-grid .customerCards{display:none}
.sr-cards-customer-grid .customerCards.visible{display:block}
.sr-cards-customer-grid .imgWrap img{height:100%;object-fit:cover;width:100%}
@media (min-width:768px){
  .sr-cards-customer-grid .load-more a{min-width:327px;} 
}
@media (max-width:1640px){
  .sr-cards-customer-grid .topContent{padding-left:20px;padding-right:20px}
  .sr-cards-customer-grid .logo img{height:65px}
}
@media (max-width:767px){
  .sr-cards-customer-grid .logo img{height:60px}
  .sr-cards-customer-grid .topContent{padding-left:15px;padding-right:15px}
  .sr-cards-customer-grid .imgWrap{height:240px;}
  .sr-cards-customer-grid .topContent{height: calc(100% - 240px);}
}

@media (max-width:479px){
  .sr-cards-customer-grid .imgWrap{height:200px;}
  .sr-cards-customer-grid .topContent{height: calc(100% - 200px);}
}
.sr-cards-grid-02_Custom_Values .description {max-width:900px;}
.sr-cards-grid-02_Custom_Values .card-image{max-width:100px;height:100px;overflow:hidden;margin-left:auto;margin-right:auto;}
.sr-cards-grid-02_Custom_Values .card-image img{width:100%;height:100%;object-fit:contain}
.sr-cards-grid-02_Custom_Values .content-row{margin-left:0;margin-right:0;position:relative}
.sr-cards-grid-02_Custom_Values .content-row.row-border:before{content:"";position:absolute;top:50%;left:50%;width:calc(100% + 2px);height:calc(100% + 1px);transform:translate(-50%,-50%);background-color:transparent;border:3px solid;pointer-events:none;z-index:3}
.sr-cards-grid-02_Custom_Values .card{position:relative;background-size:cover;background-position:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;border-style:solid;border-width:1px}
.sr-cards-grid-02_Custom_Values .card:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}
.sr-cards-grid-02_Custom_Values .card-inner{position:relative;z-index:1;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}
.sr-cards-grid-02_Custom_Values .card-inner .cta-group{margin-top:auto}
.sr-cards-grid-02_Custom_Values .card{background-size:cover;background-repeat:no-repeat;background-position:center;position:relative}
.sr-cards-grid-02_Custom_Values .content-box{position:relative}
.sr-cards-grid-02_Custom_Values .overlayImg{position:absolute;top:0;left:0;width:100%;min-height:120px}
@media (max-width:1640px){
  .sr-cards-grid-02_Custom_Values .sr-card{padding:40px 20px!important}
  .sr-cards-grid-02_Custom_Values .card-image{max-width:80px;height:80px}
}
@media (max-width:991px){
  .sr-cards-grid-02_Custom_Values .sr-card{padding:30px 20px!important}
  .sr-cards-grid-02_Custom_Values{padding-bottom:40px!important}
  .sr-cards-grid-02_Custom_Values .content-box{padding-top:80px!important}
}
@media (max-width:767px){
  .sr-cards-grid-02_Custom_Values .description br,.sr-cards-grid-02_Custom_Values .heading br{display:none}
  .sr-cards-grid-02_Custom_Values .sr-card{padding:15px 0!important}
  .sr-cards-grid-02_Custom_Values .card-image{max-width:60px;height:60px}
  .sr-cards-grid-02_Custom_Values .content-box{padding-top:60px!important}
}




.sr-cards-timeline-01-custom .timeline-card-row{display:flex;justify-content:space-between;flex-wrap:wrap;position:relative;align-items:start;max-width:62.375rem;margin:0 auto;}
.sr-cards-timeline-01-custom .timeline-card-row .timeline-card{width:50%;display:flex;position:relative;justify-content:flex-end;transition:all .6s linear;opacity:0;}
.sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(odd){justify-content:flex-start;margin-top:13.5rem;}
.sr-cards-timeline-01-custom .timeline-card .timeline-card-inner{background:#F0F4F8; box-sizing:border-box;border-radius:30px;max-width:27.5rem;text-align:left;position:relative;z-index:2;width:100%;}
.sr-cards-timeline-01-custom .timeline-details{padding:40px;}
.sr-cards-timeline-01-custom .timeline-image {height:200px;overflow:hidden;border-radius:10px;}
.sr-cards-timeline-01-custom .timeline-image img{width:100%;height:100%;border-radius:10px;}
.sr-cards-timeline-01-custom .subheadwrp{font-weight:600;line-height:normal;margin-bottom:24px;}
.sr-cards-timeline-01-custom .mainhead{line-height:1.381;margin-bottom:24px;}
.sr-cards-timeline-01-custom .timeline-details .heading:not(:only-child){margin-bottom:24px;}
.sr-cards-timeline-01-custom .timeline-details .heading:last-child{margin-bottom:0;}
.sr-cards-timeline-01-custom .timeline-card-row .timeline-card::before{z-index:1;content:'';background:#000000;position:absolute;left:0;top:0;transform:translateX(-50%);-webkit-transform:translateX(-50%);width:23px;height:23px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(odd)::before{left:auto;right:-23px;}
.sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(odd) .timeline-card-inner{margin-right:25px;}
.sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(even) .timeline-card-inner{margin-left:25px;}
.sr-cards-timeline-01-custom .default-line{content:"";position:absolute;left:50%;width:4px;background:#000000;height:calc(100% - 50px);transform:translateX(-50%);}
.sr-cards-timeline-01-custom .draw-line{width:4px;height:0;position:absolute;left:50%;background:transparent;transform:translateX(-50%);}
.sr-cards-timeline-01-custom .timeline-card-row .timeline-card.in-view{opacity:1;}
.sr-cards-timeline-01-custom .timeline-card .heading span { color: #BE1126;}
.sr-cards-timeline-01-custom .timeline-card-outer {display: flex;align-items: flex-start;width: 100%;flex-wrap:wrap;}
.sr-cards-timeline-01-custom .row>[class*=col-] {padding-left: 8px;padding-right: 8px;}
.sr-cards-timeline-01-custom .default-line svg {position: absolute;bottom: -2px;left: 50%;transform: translateX(-50%);}
.sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(odd) .timeline-card-inner {max-width: 28.6rem;}
.sr-cards-timeline-01-custom .timeline-details .heading {color: #000000;}


@media (min-width:992px){
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child{flex-direction:row-reverse;}
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:last-child{justify-content:flex-start;margin-top:12rem;}
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:last-child .timeline-card-inner{margin-left:0;margin-right:25px;}
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:last-child::before{left:auto;right:-23px;}
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:first-child,
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:only-child{margin-top:0;justify-content:flex-end;}
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:first-child::before,
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:only-child::before{left:0;right:a;}
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:first-child .timeline-card-inner,
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:only-child .timeline-card-inner{margin-right:0;}
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:first-child .timeline-card-inner, 
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:only-child .timeline-card-inner {margin-left: 25px;}
  .sr-cards-timeline-01-custom .timeline-details .heading.h5 {font-size: 24px;}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card:before{top:41px;}
  .sr-cards-timeline-01-custom .default-line{margin-top:58px;}
  .sr-cards-timeline-01-custom .timeline-image{height:240px;}
}

@media (min-width: 1400px){
  .sr-cards-timeline-01-custom .timeline-card-outer:nth-of-type(3) .timeline-card:first-child{margin-top:18rem;}
  .sr-cards-timeline-01-custom .timeline-card-outer:nth-of-type(2) .timeline-card:last-child{margin-top:-40px;}
  .sr-cards-timeline-01-custom .timeline-card-outer:nth-of-type(2) .timeline-card:first-child{margin-top:12.5rem;}
  .sr-cards-timeline-01-custom .timeline-card-outer:nth-of-type(4) .timeline-card:first-child{margin-top:4.5rem;}
  .sr-cards-timeline-01-custom .timeline-card-outer:nth-of-type(4) .timeline-card:last-child{margin-top:-30px;}
  .sr-cards-timeline-01-custom .default-line {height: calc(100% + 40px);}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card{justify-content:flex-start;}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(2n) .timeline-card-inner{margin-left:45px;}
  .sr-cards-timeline-01-custom .timeline-card-row {margin-bottom: 100px;}
  .sr-cards-timeline-01-custom .timeline-card.has-img:first-child {margin-top: 16rem;}
  .sr-cards-timeline-01-custom .timeline-image{height:260px;}
}

@media (max-width:991px){
  .sr-cards-timeline-01-custom .timeline-card-row:after{left:5px;right:auto;}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(even){margin-top:0;margin-bottom:2rem;}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card{justify-content:center;width:100%;}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(odd){justify-content:center;margin:2rem 0;margin-top:0}
  .sr-cards-timeline-01-custom .timeline-card .timeline-card-inner{margin-left:25px;}
  .sr-cards-timeline-01-custom .timeline-card .timeline-image img{height:100%!important;width:100%;}
  .sr-cards-timeline-01-custom .timeline-details{padding:1rem;}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card:before {left: 5px;}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(odd):before{left:5px;right:auto;}
  .sr-cards-timeline-01-custom .default-line{left:5px;}
  .sr-cards-timeline-01-custom .draw-line{left:5px;}
  .sr-cards-timeline-01-custom .timeline-card-row .timeline-card:nth-child(odd) .timeline-card-inner{margin-right:0;}
  .sr-cards-timeline-01-custom .timeline-card-outer:last-child .timeline-card:last-child {margin-bottom: 0;}
  .sr-cards-timeline-01-custom .timeline-card-outer {flex-direction: column-reverse;}
}


.sr-two-col-02_custom_v2 .sr-col .responsive-image{order:3;margin-top:auto}
.sr-two-col-02_custom_v2 .sr-col .contentSec{padding:30px 15px;}
.sr-two-col-02_custom_v2 .sr-col .contentSec .col-content{font-weight:400}
.sr-two-col-02_custom_v2 .sr-col .responsive-image img{height:263px;object-fit:cover}
.sr-two-col-02_custom_v2 .sr-col .content-wrapper{overflow:hidden}
@media (min-width:768px){.sr-two-col-02_custom_v2 .sr-col .contentSec{padding:30px}}
@media (min-width:1200px){
  .sr-two-col-02_custom_v2 .sr-col .contentSec{padding:89px 65px 55px}
}


.sr-cards-team-custom{background-position:center center;background-size:cover;}
.sr-cards-team-custom .section-heading{text-align:center;}
.sr-cards-team-custom .team-card{position:relative;width:100%;text-align:center;height:100%;}
.sr-cards-team-custom .card-img-top img{width:100%;height:100%;object-fit:contain;}
.sr-cards-team-custom ul.social{margin:0;padding:0;}
.sr-cards-team-custom ul.social li{display:inline-block;font-size:1.2rem;}
.sr-cards-team-custom ul.social li span{border-radius:50%;padding:.2rem;margin:.25rem .35rem;color:#fff;width:2.3rem;height:2.3rem;line-height:2rem;display:inline-block;}
.sr-cards-team-custom ul.social li span svg,
.sr-cards-team-custom ul.social li span svg g{fill:inherit;}
.sr-cards-team-custom ul.social li a{padding:0 0.1rem;}
.sr-cards-team-custom .team-card .card-text{line-height:normal;letter-spacing:1.15px;color:#303030;}
.sr-cards-team-custom .team-card .card-title{font-weight:900;color:#1B1818;}
.sr-cards-team-custom .team-card .card-img-top{width:200px;height:200px;aspect-ratio:200/200;margin:0 auto;border-radius:30px;overflow:hidden;}
.sr-cards-team-custom .row-gap {row-gap: 16px;}


@media (max-width: 991px){
  .sr-cards-team-custom .team-card{padding: 0 !important}
  .sr-cards-team-custom .row-gap {row-gap: 30px;}
}

@media (min-width: 1400px){
  .sr-cards-team-custom .col-lg-4 {flex: 0 0 30%;max-width: 30%;}
  .sr-cards-team-custom .row-gap {column-gap: 5%;}
}


.PartnersBanner .superTitle{line-height:1.167}
.PartnersBanner .LeftColum{z-index:2}
.PartnersBanner .heading{margin-bottom:1rem}
.PartnersBanner .CategoriesTitle{padding:4.5px 16px}
.PartnersBanner .CategoriesWrapper{gap:10px;flex-wrap:wrap}
.PartnersBanner .ImgAbsolute{position:absolute;right:0;width:820px;top:0}
.PartnersBanner .ImgAbsolute>img{height:100%!important;width:100%;object-fit:contain}
.PartnersBanner .LeftColum .description{max-width:772px;width:100%}
@media (max-width:1640px){
  .PartnersBanner .ImgAbsolute{width:100%;max-width:550px}
}
@media (max-width:1440px){
  .PartnersBanner .ImgAbsolute{max-width:500px;top:50%;transform:translateY(-50%)}
}
@media (max-width:991px){
  .PartnersBanner .ImgAbsolute{transform:none;max-width:100%;width:100%;right:-72px;position:relative;text-align:right;height:620px}
  .PartnersBanner .ImgAbsolute>img{width:500px}
}
@media (max-width:767px){
  .PartnersBanner .ImgAbsolute{height:auto}
  .PartnersBanner .CategoriesTitle{font-size:12px;font-weight:700;padding:5px 15px}
}
.sr-custom-service-partners .countrys {border-radius:8px; display:inline-flex;}
.sr-custom-service-partners .countryFlexBox { gap:10px; row-gap:10px;}
.sr-custom-service-partners .flagImg { max-width:16px; height:16px; border-radius:50px; overflow:hidden; margin-right:12px;}
.sr-custom-service-partners .flagImg img { width:100%; height:100% !important; object-fit:cover; display:block;}
.sr-custom-service-partners .contryName {white-space: nowrap;}

@media (max-width:767px){
  .sr-custom-service-partners .flagImg{margin-right:5px;}  
  .sr-custom-service-partners .contryName{font-size:12px;}

}

.sr-cards-testimonial_Custom .author-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto}
.sr-cards-testimonial_Custom .author-details{line-height:1.35}
.sr-cards-testimonial_Custom .author-title p{margin:0}
.sr-cards-testimonial_Custom svg{color:var(--icon-color)}
.sr-cards-testimonial_Custom svg :is(path,rect,g){fill:currentColor}
.sr-cards-testimonial_Custom svg{width:80px;height:auto}
.sr-cards-testimonial_Custom .author-name{margin-bottom:8px}

@media (max-width:1640px){
  .sr-cards-testimonial_Custom .sr-card{padding:60px 40px !important;}
}

@media (max-width:991px){
  .sr-cards-testimonial_Custom .sr-card{padding:60px 30px !important;}
}
@media (max-width:767px){
  .sr-cards-testimonial_Custom svg{width:60px}
  .sr-cards-testimonial_Custom .sr-card{padding:40px 20px !important;}

}



.customFormStyling .formContent h5.heading{font-size:24px;font-weight:600;}  
.customFormStyling .hs-fieldtype-radio ul { display: flex!important; flex-wrap: wrap; background-color: #F0F4F8;border-radius:8px;padding: 7px 15px; }
.customFormStyling .hs-fieldtype-radio{display: flex;flex-wrap: wrap;justify-content: space-between;}
.customFormStyling .sr-form{border-radius:30px;}
.customFormStyling input:not(.hs-button),
.customFormStyling select:not(.hs-button),
.customFormStyling textarea:not(.hs-button) {border-radius: 8px;}
.customFormStyling .hs-error-msg{font-size: 12px;}
.customFormStyling  .hs-fieldtype-radio >label {max-width: 243px;}
.customFormStyling .legal-consent-container>*,.customFormStyling .legal-consent-container span{color: rgba(48, 48, 48, 62%)!important;font-size: 14px;}
.customFormStyling .sr-hero-form-01 textarea {min-height: 108px;}
.customFormStyling .actions{margin-top:20px;}
.customFormStyling .sr-form [type=radio]:checked+span:before, .sr-form [type=radio]:not(:checked)+span:before{border: 1px solid #4E555C;width: 20px;height: 20px;background: #F0F4F8;}
.customFormStyling .hs-form-radio span{ font-size: 16px;color: #41454D;font-weight: 600;}
.customFormStyling .inputs-list .hs-form-radio+.hs-form-radio{margin-left:20px;}
.customFormStyling .contentRightSide .sr-form { max-width: 483px;}
.customFormStyling .sr-form [type='radio']:checked+span:after, .sr-form [type='radio']:not(:checked)+span:after{width: 10px;height: 10px;top: 6px;left: 5px;}
.customFormStyling .sr-form [type=radio]:checked+span:before{border: 1px solid #2e9dcf;}
.customFormStyling .legal-consent-container .hs-form-booleancheckbox-display>span{margin-left: 0!important;}
.customFormStyling .sr-form [type='checkbox']:checked+span:before, .sr-form [type='checkbox']:not(:checked)+span:before{width: 18px;height: 18px; border-radius: 5px;background-color: #E4E8EC;}
.customFormStyling .sr-form [type='checkbox']:checked+span:after, .sr-form [type='checkbox']:not(:checked)+span:after{top: -2.5px;left: 4px;}
.customFormStyling .sr-form [type=checkbox]:checked+span:before{background-color: #2e9dcf;}
.customFormStyling .contentRightSide .sr-spacer-bottom-25{padding-bottom:15px;}
.customFormStyling .nolistStyle ul,.customFormStyling .nolistStyle ul li {list-style-type: none;margin: 0;padding-left: 0;}
.customFormStyling .socialWp a { display: flex; height: 48px; width: 48px; background-color: #4E555C; border-radius: 50%; flex-wrap: wrap; align-items: center; justify-content: center;transition: .3s ease-in-out; }
.customFormStyling .socialWp a svg{height:16px;width:16px;fill:#fff;}
.customFormStyling .socialWp .title {font-size: 16px;color: #151922;}
.customFormStyling .socialWp ul{display: flex;flex-wrap: wrap;gap: 16px;}
.customFormStyling .socialWp a:hover{background-color: #2e90cf;}
.customFormStyling .lineMark{position: absolute;height: 1000px; width: 1200px;z-index: 1;top: -90px;left: -50%;}
.customFormStyling .sr-form{position: relative; z-index: 5;}

.sr-hero-formCustom .description { max-width: 597px;}
.sr-hero-formCustom .quoteBox{max-width:523px;}
.sr-hero-formCustom .quoteAuthorInfo {display: flex;flex-wrap: wrap;}
.sr-hero-formCustom .quoteIcon {margin-right: 20px;}
.sr-hero-formCustom .authorName {width: calc(100% - 66px);font-size: 18px;}
.sr-hero-formCustom .authorName p:first-of-type{margin-bottom:5px;}
.sr-hero-formCustom .stepGroup ul {counter-reset: my-sec-counter;}
.sr-hero-formCustom .stepGroup ul li span::before {counter-increment: my-sec-counter;content: "" counter(my-sec-counter) " ";font-size: 32px;font-weight: 600;}
.sr-hero-formCustom .stepGroup li {font-size: 18px;font-weight: 400;display: inline-flex;flex-wrap: wrap;align-items: center;}
span.counterReset { height: 96px; width: 96px; display: inline-flex; border-radius: 50%; background-color: #fff; justify-content: center; align-items: center;color:#2E90CF;    position: relative;z-index: 5; }
.stepGroup ul li p {width: calc(100% - 96px);padding-left: 30px;max-width: 516px;}
.sr-hero-formCustom .stepGroup li+li {padding-top: 35px;}
.stepGroup li:after{ content: ""; background-color: #fff; width: 8px; position: absolute; bottom: 47px; height: 100%;left: 45px; }
.stepGroup ul li:first-child:after{display: none;}
.sr-hero-formCustom .formBgImage { position: absolute; top: -100px; right: -83%; width: 1200px; z-index: 1; }
.sr-hero-formCustom .socialWp {position: absolute;bottom: 0;}
.sr-hero-formCustom .stepGroup li{position:relative;width:100%;}
.sr-hero-formCustom .stepContent {position: relative;z-index: 5;}
.customFormStyling .contentRightSide form ::placeholder { color: #303030;}
.customFormStyling .quoteBox .quote {color: #0D1D2A99;}
.legal-consent-container > .hs-richtext { font-style: italic;}
.legal-consent-container > .hs-richtext a {color: #3030309E;text-decoration: underline; &:hover{ color:#2e9dcf; }}

@media (max-width:1199px){
  .sr-hero-formCustom .socialWp {margin-top: 30px;position: static;}
  .customFormStyling form fieldset div {flex: 1;}
  .customFormStyling .hs-fieldtype-radio>label {max-width:100%;width: 100%;}
  span.counterReset{height: 70px;width: 70px;}
  .stepGroup ul li p{width: calc(100% - 70px);}
  .sr-hero-formCustom .stepGroup ul li span:before{font-size: 20px;}
  .sr-hero-formCustom .stepGroup li+li {padding-top: 25px;}
  .stepGroup li:after{left: 30px;}
  .sr-hero-formCustom .formBgImage{width: 700px;right:0;}

}
@media (max-width:991px){
  .customFormStyling .sr-form{padding: 30px 15px!important; }
  .sr-hero-formCustom .formBgImage{width: 440px;}

}
@media(max-width:767px){
  form .form-columns-2>div,form .form-columns-3>div { width: 100% !important; }
  .customFormStyling .formContent {justify-content: center;}
  .customFormStyling .contentRightSide .sr-form {max-width: 600px;margin-left: auto;margin-right: auto;}
  .sr-hero-form-01 textarea {min-height: 100px;}
  .sr-hero-formCustom .description {max-width: 100%;}
  .sr-hero-formCustom .socialWp {margin-top: 0;}
  .customFormStyling .socialWp ul{justify-content: center;gap: 10px;}
  .customFormStyling .socialWp a{height: 35px;width: 35px;}
  .stepContent {text-align: left;}
  .stepGroup ul li p{padding-left: 20px;}
  .sr-hero-formCustom .quoteBox {max-width: 100%;text-align: left;}
  .sr-hero-formCustom .stepGroup ul li span:before {font-size: 18px;}
  span.counterReset {height: 55px;width: 55px;}
  .sr-hero-formCustom .quoteIcon {margin-right: 15px;}
  .stepGroup li:after{left: 23px;}

}


.SRContact01Custom .locationCard { max-width: 480px; position: relative; height: 100%; }
.SRContact01Custom .locationCol:first-child .locationCard { margin-left: auto; }
.SRContact01Custom .locationCol { background-repeat: no-repeat; background-size: cover; background-position: center; padding: 162px 112px 167px; position: relative; z-index: 1; }
.SRContact01Custom .locationCol a.redirectLink { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: inline-block; }
.SRContact01Custom .container { max-width: 100%; padding: 0; }
.SRContact01Custom .locationCard .endText a { color: #1B365D; transition: .3s all; }
.SRContact01Custom .locationCard .endText a:hover { color: #2e9dcf; }
.SRContact01Custom .locationCard .cardContent { display: flex; flex-direction: column; height: 100%; }
.SRContact01Custom .locationCard .endText { margin-top: auto; }
.SRContact01Custom .locationCard .description:not(.lead) {font-size:18px;line-height:1.4}

@media(min-width: 1200px){
  .SRContact01Custom .locationCard .heading.h5{font-size:24px;}
}

@media(max-width: 1199px){
  .SRContact01Custom .locationCol { padding: 100px 60px; }
}
@media(max-width: 991px){
  .SRContact01Custom .locationCol { padding: 80px 50px; }
  .SRContact01Custom .locationCard { padding: 40px 30px !important; }
}
@media(max-width: 767px){
  .SRContact01Custom .locationCard, .SRContact01Custom .locationCol:first-child .locationCard { margin: 0 auto; }
  .SRContact01Custom .locationCol { padding: 60px 20px; }
  .SRContact01Custom .locationCard { padding: 30px 15px !important; }
}


.sr-hero-03-custom-mdl .blaze-track-container{position:relative;border-radius:30px}
.sr-hero-03-custom-mdl .blaze-track-container .arrow{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}
.sr-hero-03-custom-mdl .blaze-track-container .blaze-next{right:30px}
.sr-hero-03-custom-mdl .blaze-track-container .blaze-prev{left:30px}
.sr-hero-03-custom-mdl .blaze-track-container .arrow svg{display:block}
.sr-hero-03-custom-mdl .hero-img img{display:block;width:100%;height:100%!important;object-fit:cover;object-position:center;max-height:793px}
.sr-hero-03-custom-mdl .hero-row{justify-content:center;gap:34px}
.sr-hero-03-custom-mdl .hero-row .content_col{width:calc(46% - 17px);flex:unset!important;max-width:100%!important;padding-top:35px}
.sr-hero-03-custom-mdl .hero-row .slider_col{width:calc(48% - 17px);flex:unset!important;max-width:100%!important}
@media (max-width:1199px){
  .sr-hero-03-custom-mdl .hero-row .content_col{padding-top:0;width:calc(100% - 0px)}
  .sr-hero-03-custom-mdl .hero-row{gap:40px}
  .sr-hero-03-custom-mdl .hero-row .slider_col{width:calc(100% - 0px)}
}
@media (max-width:991px){
  .sr-hero-03-custom-mdl .blaze-track-container .arrow svg{width:15px}
}


.sr-one-col-01_custom_position .colBox+.colBox{margin-top:10px}
@media (max-width:992px){
  .sr-one-col-01_custom_position .content-wrapper{padding:40px!important}
}
@media (max-width:767px){
  .sr-one-col-01_custom_position .content-wrapper{padding:30px 20px!important}
  .sr-one-col-01_custom_position .tag{font-size:12px;font-weight:700;padding-top: 5px;padding-bottom: 5px;}
}


.ebookDetailModule .hero-overlap{margin-top:-4rem}
.ebookDetailModule .sr-cover-inner{width:100%}
.ebookDetailModule .hero-feature{border-style:solid;border-width:1px;height:100%}
.ebookDetailModule .feature-row{row-gap:30px}
.ebookDetailModule .sr-card .description{color:#4e555c}
.ebookDetailModule .contentWrap ul li{margin:0}
.ebookDetailModule .contentWrap ul{padding-left:25px}
.ebookDetailModule .autherName,.ebookDetailModule .autherTitle{line-height:normal}
.ebookDetailModule .autherTitle{color:#706f6f}
.ebookDetailModule .sr-card-img>img{width:62px;height:44px;margin:0 auto}
.ebookDetailModule .SubTitle{border-radius:50px;display:inline-block;padding:10px 25px}
.ebookDetailModule .contentWrap h2 {margin-bottom:26px;}
.ebookDetailModule .modal-body{padding:30px 15px;}
.ebookDetailModule .popup-form .form-title{display:none;}
.ebookDetailModule .popup-form .legal-consent-container>*,
.ebookDetailModule .popup-form .legal-consent-container span {color: rgba(48, 48, 48, 62%) !important;font-size: 14px;}
.ebookDetailModule .popup-form .legal-consent-container .hs-form-booleancheckbox-display>span {margin-left: 0 !important;}
.ebookDetailModule .popup-form .form-columns-2 .hs-form-field{width:100% !important}

@media(min-width:992px){
  .ebookDetailModule .content_col{width:44.87%;max-width:44.87%;}
  .ebookDetailModule .img-col{width: 55.13%;max-width: 55.13%;}
  .ebookDetailModule .contentWrap h3 {font-size: 48px;font-weight: 500;}
  .ebookDetailModule .popup-form-wrap {max-width:80%;margin: 0 auto;}
}
@media(max-width:991px){
  .ebookDetailModule .sr-card-img>img{height:40px;width:50px}
  .ebookDetailModule .hero-feature{padding:40px 20px !important;}
}
@media(max-width:767px){
  .ebookDetailModule .SubTitle{padding:5px 20px}
  .ebookDetailModule .hero-feature{padding:30px 15px !important;}
}


.logoDynamicModule .contentCard{background-color:#f0f4f8}
.logoDynamicModule .imgWrap img{height:120px;max-width:250px;}
@media (max-width:991px){
  .logoDynamicModule .imgWrap img{height:100px}
}
@media (max-width:767px){
  .logoDynamicModule .imgWrap img{height:80px}
}



.videoCardModule{overflow:hidden}
.videoCardModule .slide-image{position:relative;height:260px}
.videoCardModule .video-slide{position:relative;cursor:pointer;overflow:hidden;opacity:1;background-color:#f0f4f8;border-radius:30px;height:100%}
.videoCardModule .CardContent{height:calc(100% - 260px)}
.videoCardModule .modal-dialog{position:relative;width:1280px;max-width:100%;margin:0 auto;padding:1.5rem}
.videoCardModule .modal-content{border:0}
.videoCardModule .modal-body{padding:15px}
.videoCardModule .video_content{padding-top:8rem}
.videoCardModule .video-slide img{display:block;width:100%;height:100%!important;object-fit:cover;position:absolute;top:0;left:0}
.videoCardModule video.modal-video{max-width:100%;height:100%;vertical-align:middle}
.videoCardModule video.slider-video{position:absolute;left:50%;transform:translateX(-50%);width:100%;height:100%;object-fit:cover;opacity:0;transition:all .2s ease;z-index:1}
.videoCardModule button.close{position:absolute;top:-20px;right:-40px;width:40px;height:40px;border:none;border-radius:50%;appearance:none;font-size:1.65rem;font-weight:100;color:#fff;opacity:1;padding:0;background:0 0}
.videoCardModule button.close{pointer-events:none;}
.videoCardModule button.close span{width:100%;height:100%}
.videoCardModule button.close svg path{fill:#fff;}
.videoCardModule button.playBtn svg path{fill:#fff;}
@media (min-width:768px){
.videoCardModule .video-slide:hover video{opacity:1}
  .videoCardModule .btn-wrapper .cta-button{min-width:325px;}
}
@media (min-width:1640px){
.videoCardModule .CardContent{padding-left:40px;padding-right:40px;}
}
.videoCardModule button.playBtn{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:0 0;border:1px solid transparent;transition:all .2s ease;z-index:2}
.videoCardModule button.playBtn .icon-wrapper{display:flex;align-items:center;justify-content:center;width:50px;height:50px;padding-left:.1rem;color:#fff;border-radius:50%}
.videoCardModule button.playBtn svg{color:#fff}
@media (max-width:991px){
.videoCardModule .slide-image{height:240px}
.videoCardModule .CardContent{height:calc(100% - 240px)}
}
@media (max-width:767px){
.videoCardModule .slide-image{height:200px}
.videoCardModule .CardContent{height:calc(100% - 200px)}
.videoCardModule .modal-dialog{padding:15px}
.videoCardModule button.close{right:-10px;top:-40px;}
}

body{overflow-x: clip;}
.customBottomPane .d-flex{flex-wrap:wrap;}
.topIntroPanel .contentRight{max-width: 885px;}

.customBottomPane .mainImage.layOutOne img {border-radius: 40px;}
.layOutTwo .topIntroPanel,.layoutThree .topIntroPanel {width: 47%;padding:0 0 0 160px;}
/* .layOutTwo .topIntroPanel{padding:0;} */
.layOutTwo .mainImage {width: 53%;padding-left: 30px;}
.layOutTwo .innerContent {align-items:center;} 
.layoutFour .topIntroPanel .contentRight {max-width: inherit;padding-right: 20px;width: 56%;}
.layoutFour .topIntroPanel .contentLeft{width: 44%;justify-content: flex-end;display: flex;flex-wrap:wrap;}
.layoutFour .mainImage { bottom: 0; min-height: 624px; position: absolute; right: 0; top: 0; z-index: 1; }
/* .layoutFour .mainImage img{height:100%!important;object-fit: cover;} */
.topIntroPanel {position: relative;z-index: 10;}
.customBottomPane.layoutFour{overflow: hidden;}

.layoutThree .mainImage{position: absolute;max-width: 1024px;top: -76px;z-index: 5;right: -114px;width: 70%;}
.layoutThree .topIntroPanel {width: 50%;}

.panelContent.layoutFive {background-color: #151922;border-radius: 30px;padding: 172px 121px;min-height: 670px;}
.layoutFive .topIntroPanel {width: 55%;}
.layoutFive .mainImage {position: absolute;right: -62px;top: -122px;width: 61%;}
.layoutFour .mainImage img {height: 100%;width: 100%;object-fit:cover;}
.layoutFive .mainImage img{transform: rotate(360deg);}
.layoutFive .contentRight{margin-bottom: 40px} 
.topIntroPanel.layOutOne{gap: 20px;}   

.topIntroPanel.layOutOne .contentRight{max-width:max-content;}
.topIntroPanel.layOutOne .contentLeft .cta-group {justify-content: flex-end !important;}




@media (min-width:1801px){
  .panelContent.extraSpacing .mainImage{padding-left: 75px;}
  .panelContent.extraSpacing .topIntroPanel{padding-left:208px;} 
}

@media (min-width:1640px){

  .layoutThree{min-height:803px;}   

}

@media (max-width:1800px){

  .layoutFour .mainImage{right: -10%;}
  .layoutThree .mainImage{width: 60%;}
}
@media (max-width:1640px){
  .layOutTwo .topIntroPanel,.layoutThree .topIntroPanel {padding-left: 0;}
  .layoutFive .mainImage{right: 0;top:-65px;}
  .panelContent.layoutFive{    min-height: inherit;padding: 100px 60px;}
  .layoutFour .mainImage{right: -60px;width: 65%;top: -14%;}
}

@media (max-width:1199px){
  .layOutTwo .innerContent{align-items: center;}
  .customBottomPane .container{max-width:100%;}
  .customBottomPane.layoutThree{overflow: hidden;}
  .topIntroPanel.layOutOne .contentRight{max-width: 65%;}
  .topIntroPanel.layOutOne .contentLeft {max-width: 35%;}

  .layOutTwo .topIntroPanel, .layoutThree .topIntroPanel{padding-top:80px;padding-bottom:80px;}
  .layoutThree {min-height: inherit;}
  .panelContent.layoutFive{padding: 60px 20px;}
  .layoutFive .mainImage{position: static;width: 50%;}
  .layoutFive .topIntroPanel {width: 50%;}
  .layoutFive .innerContent{align-items:center;}

}

@media (max-width:991px){
  .customBottomPane .mainImage.layOutOne img {border-radius: 20px;min-height:140px;}
  .topIntroPanel.layOutOne .contentRight{max-width: 100%;width: 100%;}
  .layOutTwo .topIntroPanel,.layoutThree .topIntroPanel{padding:0;}
  .panelContent.layoutFour .description br  {display:none;}
  .layoutFour .mainImage{min-height:120%;margin: 0;right: -10%;}
  .topIntroPanel.layOutOne .contentRight{max-width: 100%;}
  .topIntroPanel.layOutOne .contentLeft {max-width: 100%;}
}



@media (max-width:767px){
  .layOutTwo .topIntroPanel,.layoutFive .topIntroPanel,.layoutThree .topIntroPanel {width: 100%;}
  .layOutTwo .mainImage{padding-left: 0;}
  .layOutTwo .mainImage,.layoutFive .mainImage,.layoutThree .mainImage {max-width: 600px;margin-left: auto;margin-right: auto;width:100%;}
  .customBottomPane.text-left .cta-group{justify-content: center !important;}
  .panelContent.layoutFive{padding: 60px 15px;}

  .layoutThree .mainImage{width: 100%;position: static;}
  .layoutFour .topIntroPanel .contentRight,.layoutFour .topIntroPanel .contentLeft{width:100%;}
  .topIntroPanel .contentLeft{width: 100%;justify-content: center!important;display: flex;flex-wrap: wrap;}
  .topIntroPanel.layOutOne {gap: 0;}

}





.sr-cust-event-slid-mdl .slider-item {overflow: hidden;}
.sr-cust-event-slid-mdl .blaze-pagination button:not(.active){background-color:#d5d9dd}
.sr-cust-event-slid-mdl .blaze-pagination button{height:12px;border-radius:10px;max-width:104px;opacity:1}
.sr-cust-event-slid-mdl .blaze-pagination{max-width:100%;gap:15px;margin-top:55px}
.sr-cust-event-slid-mdl .blaze-pagination button.active{max-width:123px}
.sr-cust-event-slid-mdl .slider-item-inner{width:100%}
.sr-cust-event-slid-mdl .sr-tabs-slider-02-content{width:100%}
.sr-cust-event-slid-mdl .slider-item-inner{background-position:bottom right;background-size:572px;background-repeat:no-repeat}
.sr-cust-event-slid-mdl .location-tag-wrap{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:32px}
.sr-cust-event-slid-mdl .location-wrap{line-height:1.4}
.sr-cust-event-slid-mdl .location-icon{width:24px;height:24px}
.sr-cust-event-slid-mdl .location-icon *{display:block;width:100%;height:100%;object-fit:contain}
.sr-cust-event-slid-mdl .location-text{width:calc(100% - 24px);padding-left:10px;text-transform:uppercase}
.sr-cust-event-slid-mdl .tag-wrap{gap:10px}
.sr-cust-event-slid-mdl .tag-wrap .tag{padding:8px 16px;background-color:#f0f7fc;color:#2e90cf}
.sr-cust-event-slid-mdl .tag-wrap .tag.bim{background-color:#fbfcf5;color:#a5be00}
.sr-cust-event-slid-mdl .tag-wrap .tag.tim{background-color:#f7fafb;color:#427aa1}
.sr-cust-event-slid-mdl .slider-item .btn-none-wrapper .cta-button{color:inherit}
.sr-cust-event-slid-mdl .description{max-width:754px}
.sr-cust-event-slid-mdl .date-wrap{display:flex;flex-wrap:wrap;align-items:center;row-gap:5px;}
.sr-cust-event-slid-mdl .date-icon{width:24px;height:24px}
.sr-cust-event-slid-mdl .date-icon *{width:100%;height:100%;display:block;object-fit:contain}
.sr-cust-event-slid-mdl .slick-dots button{display: none !important;}
.sr-cust-event-slid-mdl .slick-dots li{height: 12px !important;border-radius:10px;max-width:104px;opacity:1;width: 100% !important;background:#d5d9dd}
.sr-cust-event-slid-mdl .slick-dots li.slick-active{background-color:#2e90cf}
.sr-cust-event-slid-mdl .slider-item{margin:0 30px;background-repeat:no-repeat;background-position:center;background-size:cover}
.sr-cust-event-slid-mdl{overflow:hidden}
.sr-cust-event-slid-mdl .slick-slider{margin-left:-15px;margin-right:-15px;margin-bottom:0!important}
.sr-cust-event-slid-mdl .slick-dots{position: static !important;margin-top: 55px !important;line-height:0}
.sr-cust-event-slid-mdl .tag-wrap.no_location_text{justify-content:unset}
.sr-cust-event-slid-mdl .location-wrap.no-tag_group{width:100%}
.sr-cust-event-slid-mdl .slick-slider .slick-track{display: flex !important;flex-wrap:wrap}
.sr-cust-event-slid-mdl .slick-slider .slick-track .slider-item{height: auto !important;}
.sr-cust-event-slid-mdl .sr-tabs-slider-02-content{display:flex;flex-direction:column}
.sr-cust-event-slid-mdl .sr-tabs-slider-02-content .card-cta{margin-top:auto}
@media (max-width:1640px){
  .sr-cust-event-slid-mdl .sr-tabs-slider-02-content{padding:50px!important}
}
@media (max-width:1024px){
  .sr-cust-event-slid-mdl .sr-tabs-slider-02-content{padding:40px 30px!important}
  .sr-cust-event-slid-mdl .sr-tabs-slider-02 .slider-item{margin:0 5px}
  .sr-cust-event-slid-mdl .slick-dots li{max-width:60px}
}
@media (max-width:767px){
  .sr-cust-event-slid-mdl .location-wrap{width:100%}
  .sr-cust-event-slid-mdl .tag-wrap{width:100%;justify-content:unset}
  .sr-cust-event-slid-mdl .location-tag-wrap{margin-bottom:30px}
  .sr-cust-event-slid-mdl .slick-dots{margin-top: 30px !important;}
  .sr-cust-event-slid-mdl .slick-dots li{max-width:50px}
  .sr-cust-event-slid-mdl .date-wrap,
  .sr-cust-event-slid-mdl .location-wrap{font-size:14px;}
  .sr-cust-event-slid-mdl .tag-wrap .tag{padding:5px 15px;font-size:12px;font-weight:700;border-radius:8px;line-height: 1.17;}
  .sr-cust-event-slid-mdl .date-icon{height: 20px;width: 20px;margin-top: -1px;}
  .sr-cust-event-slid-mdl .location-icon {height: 20px;width: 20px;margin-top: -5px;}
}

@media (max-width:479px){
  .sr-cust-event-slid-mdl .sr-tabs-slider-02-content{padding:40px 20px!important}
  .sr-cust-event-slid-mdl .sr-tabs-slider-02-content .description h2{word-wrap:break-word;font-size:30px}
  .sr-cust-event-slid-mdl .date-wrap{flex-direction: column;align-items: flex-start;}
  .sr-cust-event-slid-mdl .date-wrap .booth{padding-left:20px;}
}
}


.sr-cust-project-slid-mdl .slider-item{overflow:hidden}
.sr-cust-project-slid-mdl .slider-item-inner{width:100%}
.sr-cust-project-slid-mdl .sr-tabs-slider-02-content{width:100%}
.sr-cust-project-slid-mdl .location-tag-wrap{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:40px}
.sr-cust-project-slid-mdl .location-wrap{display:flex;flex-wrap:wrap;width:calc(60% - 10px);align-items:center}
.sr-cust-project-slid-mdl .location-icon{width:24px;height:24px}
.sr-cust-project-slid-mdl .location-icon svg{display:block;width:100%;height:100%;object-fit:contain}
.sr-cust-project-slid-mdl .location-text{width:calc(100% - 24px);padding-left:10px}
.sr-cust-project-slid-mdl .tag-wrap{width:calc(40% - 10px);display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.sr-cust-project-slid-mdl .tag-wrap .tag-rpt{border-radius:16px;padding:8px 16px}
.sr-cust-project-slid-mdl .date-wrap{display:flex;flex-wrap:wrap;align-items:center}
.sr-cust-project-slid-mdl .date-icon{width:24px;height:24px}
.sr-cust-project-slid-mdl .date-icon *{width:100%;height:100%;display:block;object-fit:contain}
.sr-cust-project-slid-mdl .date-text{width:calc(100% - 24px);padding-left:10px}
.sr-cust-project-slid-mdl .date-text span{font-weight:900;display:inline-block;text-transform:uppercase}
.sr-cust-project-slid-mdl .slick-dots button{display:none !important}
.sr-cust-project-slid-mdl .slick-dots li{height:12px!important;border-radius:10px;max-width:104px;opacity:1;width:100%!important;background:#d5d9dd}
.sr-cust-project-slid-mdl .slick-dots li.slick-active{background-color:#2e90cf}
.sr-cust-project-slid-mdl .slider-item{margin:0 29px;background-repeat:no-repeat;background-size:cover}
.sr-cust-project-slid-mdl{overflow:hidden}
.sr-cust-project-slid-mdl .slick-slider{margin-left:-15px;margin-right:-15px;margin-bottom:0!important}
.sr-cust-project-slid-mdl .slick-dots{position:static!important;margin-top:55px!important;line-height:0}
.sr-cust-project-slid-mdl .top-tag-wrap{display:flex;justify-content:center}
.sr-cust-project-slid-mdl .top-tag{padding:10px 24px;border-radius:500px;line-height:1.16666666667}
.sr-cust-project-slid-mdl .top-cont-sec{width:100%;max-width:1132px;margin:0 auto}
.sr-tabs-slider-02-content-icon img{width:46px;height:46px;object-fit:contain;margin:auto;display:block}
.sr-tabs-slider-02-content-icon{margin-bottom:30px}
.sr-cust-project-slid-mdl .slider-item{position:relative}
.sr-cust-project-slid-mdl .slider-item:after{content:"";position:absolute;top:0;width:100%;height:100%;background:#15192287;pointer-events:none}
.sr-cust-project-slid-mdl .slider-item-inner{position:relative;z-index:1}
.sr-cust-project-slid-mdl .slider-item-inner .description{line-height:normal}
.sr-cust-project-slid-mdl .slider-item-inner .description p{margin-bottom:16px}
.sr-cust-project-slid-mdl .slider-item-inner .description p:last-child{margin-bottom:0}
.sr-cust-project-slid-mdl .slick-slider .slick-track{display:flex!important;flex-wrap:wrap}
.sr-cust-project-slid-mdl .slick-slider .slick-track .slider-item{height:auto!important}
.sr-cust-project-slid-mdl .sr-tabs-slider-02-content{display:flex;flex-direction:column}
@media (max-width:1200px){
.sr-cust-project-slid-mdl .sr-tabs-slider-02-content{padding:100px 50px!important}
}
@media (max-width:1024px){
.sr-cust-project-slid-mdl .sr-tabs-slider-02-content{padding:60px 30px!important}
.sr-cust-project-slid-mdl .slider-item{margin:0 5px}
.sr-cust-project-slid-mdl .slick-dots li{max-width:60px}
}
@media (max-width:767px){
.sr-cust-project-slid-mdl .location-wrap{width:100%}
.sr-cust-project-slid-mdl .tag-wrap{width:100%;justify-content:unset}
.sr-cust-project-slid-mdl .location-tag-wrap{margin-bottom:30px}
.sr-cust-project-slid-mdl .slick-dots{margin-top:30px!important}
.sr-cust-project-slid-mdl .slick-dots li{max-width:50px}
}
@media (max-width:479px){
.sr-cust-project-slid-mdl .sr-tabs-slider-02-content{padding:40px 20px!important}
.sr-cust-project-slid-mdl .sr-tabs-slider-02-content .description h2{word-wrap:break-word;font-size:30px}
}
}