*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  
}
.dnd-section[class*="force-full"] {
    padding: 0;
}    
.dnd-section[class*="force-full"] .dnd-column {
    padding: 0 !important;
}
.dnd-section[class*="force-full"] > .row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sticky-top {
  padding-top:100px;
  }
@font-face {
	font-family: "Font Awesome 5 Brands";
	src: url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-brands-400.eot) format("embedded-opentype"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-brands-400.woff2) format("woff2"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-brands-400.woff) format("woff"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-brands-400.ttf) format("truetype"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-brands-400.svg) format("svg");
	font-style: normal;
	font-weight: 400;
	font-display: block;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	src: url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-regular-400.eot) format("embedded-opentype"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-regular-400.woff2) format("woff2"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-regular-400.woff) format("woff"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-regular-400.ttf) format("truetype"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-regular-400.svg) format("svg");
	font-style: normal;
	font-weight: 400;
	font-display: block;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	src: url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-solid-900.eot) format("embedded-opentype"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-solid-900.woff2) format("woff2"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-solid-900.woff) format("woff"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-solid-900.ttf) format("truetype"),
		url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/fonts/fa-solid-900.svg) format("svg");
	font-style: normal;
	font-weight: 900;
	font-display: block;
}

.the-anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: hidden;
}

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

::selection {
	background: #ad27fa;
	color: #fff;
	text-shadow: none;
}

/* Paragraphs */

p {
	margin: 0 0 1.8em;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	transition: color .4s ease,text-shadow .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease,opacity .4s ease;
}

/* Headings */

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

h1, h2 {
	margin-bottom: 0.8em;
	line-height: 1.1;
	letter-spacing: -.03em;
}

h3 {
	margin-bottom: 1.1em;
	line-height: 1.32;
}

h4 {
	margin-bottom: 1.2em;
	line-height: 1.45;
}

h5 {
	margin-bottom: 1.3em;
	line-height: 1.55;
}

h6 {
	margin-bottom: 1.2em;
	line-height: 1.1;
}

/* Lists */

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

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

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

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

q, blockquote {
	position: relative;
	margin: 0 5px 1.6em;
	padding: 0 0 0 1.875em;
}

q:before, blockquote:before {
	content: "\f10d";
	font-weight: 900;
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	color: #ad27fa;
	font-family: Font Awesome\ 5 Free;
	font-size: 1.3rem;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

/* White Button */
a#cta_button_2146248_dba8ff6d-2e9e-4dff-bbc4-9b8f96ef1bf9 {
  display:inline-block; 
  font-weight:normal; 
  text-align:center; 
  text-decoration:none; 
  background:#348AA7; 
  color:#FFFF; 
  border-width:2px; 
  transition:all .4s ease; 
  -moz-transition:all .4s ease; 
  -webkit-transition:all .4s ease; 
  -o-transition:all .4s ease; 
  text-shadow:none; 
  line-height:1.5em; 
  padding:10px 41.081px; 
}
a#cta_button_2146248_dba8ff6d-2e9e-4dff-bbc4-9b8f96ef1bf9:hover {
opacity:0.8;
color:#626262; 
}
a#cta_button_2146248_dba8ff6d-2e9e-4dff-bbc4-9b8f96ef1bf9:active, #cta_button_2146248_dba8ff6d-2e9e-4dff-bbc4-9b8f96ef1bf9:active:hover {
opacity:0.8;
color:#626262; 
}

.fm_button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 6px 6px 0;
    background-color: transparent !important;
    box-shadow: 0 0 0 2px #ad27fa inset;
   border-radius:100% !important;
    color: #ad27fa !important;
    text-align: center;
    transition: .4s;
    font-size: 22px;
    line-height: 60px;
}

.social-icons .fm_button:last-child {
    margin-right: 0;
}

.white-content .social-icons .fm_button,
.white-content.social-icons .fm_button {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff !important;
}

.fm_button:hover {
    background-color:  #ad27fa !important;
    color: #fff !important;
}

.white-content .social-icons .fm_button:hover,
.white-content.social-icons .fm_button:hover {
    background-color: #fff !important;
    color:  !important;
}

/**
 * Theme
 */

.social-icons.theme .fm_button {
    box-shadow: 0 0 0 2px  inset;
    color:  !important;
}

.social-icons.theme .fm_button:hover {
    background-color:  !important;
    color: #fff !important;
}

/**
 * Dark
 */

.social-icons.dark .fm_button {
    box-shadow: 0 0 0 2px  inset;
    color:  !important;
}

.social-icons.dark .fm_button:hover {
    background-color:  !important;
    color: #fff !important;
}

/**
 * White
 */

.social-icons.white h3 {
    color: #fff;
}

.social-icons.white .fm_button {
    box-shadow: 0 0 0 2px #fff inset;
    color: #fff !important;
}

.social-icons.white .fm_button:hover {
    background-color: #fff !important;
    color:  !important;
}

/**
 * Full
 */

.social-icons.full .fm_button,
.social-icons.full.theme .fm_button {
    background-color:  !important;
    box-shadow: none !important;
    color: #fff !important;
    transition: .2s ease-in-out;
}

.social-icons.full .fm_button:hover,
.social-icons.full .fm_button:active {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.social-icons.full.dark .fm_button {
    background-color:  !important;
    color: #fff !important;
}

.social-icons.full.white .fm_button {
    background-color: #fff !important;
    color:  !important;
}

/* ==========================================================================
   Social Sharing
   ========================================================================== */

.hs_cos_wrapper_type_social_sharing {
    font-size: 0;
    line-height: 0;
}

.hs_cos_wrapper_type_social_sharing a {
    display: inline-block;
    width: 40px !important;
    height: 40px !important;
    margin: 0 10px 10px 0;
    background-color: ;
    border: none !important;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0);
    border-radius:6px;
    color: #fff;
    font-family: ;
    font-size: 20px;
    line-height: 40px;
    vertical-align: top;
    transition: .2s;
}

.hs_cos_wrapper_type_social_sharing a[href^="http://www.facebook.com"] { background-color: #3B5998 !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="http://www.linkedin.com"] { background-color: #0078B7 !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="https://twitter.com"]     { background-color: #1DA1F2 !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="https://plus.google.com"] { background-color: #DD5144 !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="http://pinterest.com"]    { background-color: #BD081C !important; color: #fff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="mailto:?subject"]         { background-color: #0b81f0 !important; color: #fff !important; font-family: ; }

.hs_cos_wrapper_type_social_sharing a[href^="http://www.facebook.com"]:hover { background-color: #5272b4 !important; }
.hs_cos_wrapper_type_social_sharing a[href^="http://www.linkedin.com"]:hover { background-color: #1793d4 !important; }
.hs_cos_wrapper_type_social_sharing a[href^="https://twitter.com"]:hover     { background-color: #42b7ff !important; }
.hs_cos_wrapper_type_social_sharing a[href^="https://plus.google.com"]:hover { background-color: #f86c5f !important; }
.hs_cos_wrapper_type_social_sharing a[href^="http://pinterest.com"]:hover    { background-color: #e02c40 !important; }
.hs_cos_wrapper_type_social_sharing a[href^="mailto:?subject"]:hover         { background-color: #2d99ff !important; }

.hs_cos_wrapper_type_social_sharing a:before {
    content: "\f0c1";
    font-weight: 900;
    display: block;
    text-align: center;
    text-indent: 0;
}

.hs_cos_wrapper_type_social_sharing a[href^="http://www.facebook.com"]:before { content: "\f39e"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="http://www.linkedin.com"]:before { content: "\f0e1"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="https://twitter.com"]:before     { content: "\f099"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="https://plus.google.com"]:before { content: "\f0d5"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="http://pinterest.com"]:before    { content: "\f231"; font-weight: 400; }
.hs_cos_wrapper_type_social_sharing a[href^="mailto:?subject"]:before         { content: "\f0e0"; font-weight: 400; }

.hs_cos_wrapper_type_social_sharing a img {
    display: none !important;
}

.button.white {
    background-color: #fff;
    color: #181821 !important;
}

.button.white:hover {
     background-color: #fff;
    color: #181821 !important;
}
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_blog_comments,
.widget-type-password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login {
	display: block;
	padding: 34px 40px;
	
}

/* Form fields */

.hs-form-field {
	padding: 8px 0;
}

/* Labels */

form label {
	font-size: .8125rem;
	font-weight: 700;
}


/* Help text - legends */

form legend {
	font-size: 12px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	background: #f0f7f9;
	border: 0;
	box-shadow: 0 0 0 2px rgb(0 0 0 / 0%) inset;
	border-radius: 60px;
	color: #181821;
	font-family: inherit;
	font-size: .8125rem;
	line-height: 20px;
	font-weight: 500;
	transition: .7s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

form input[type=text],
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
	box-shadow: 0 0 0 2px #ad27fa inset;
	outline: 0;
}

.field>.input {
	padding-top: 5px;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
	margin: 0;
	padding: 0;
	list-style: none !important;
	font-size: .8125rem;
}



form > li{
  list-style: none !important;
}

form input[type=radio] ul li {
  list-style: none !important;
}


form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	width: auto !important;
	margin-right: 8px;
  list-style: none !important;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

button,
.button,
form input[type=submit],
form .hs-button {
	display: inline-block;
	max-width: 100%;
	margin-top: 22px;
	margin-bottom: 8px;
	padding: 13px 23px;
	background: #ad27fa;
	border: 2px solid transparent;
	border-radius: 60px;
	box-shadow: none;
	color: #fff;
	font-family: inherit;
	font-size: .875rem;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	cursor: pointer;
	transition: .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button:hover,
.button:hover,
form input[type=submit]:hover,
form .hs-button:hover {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}

.widget-type-google_search .hs-button {
	margin-top: 20px;
}


body .hs-form fieldset {
	max-width: none;
}
body .hs-form fieldset[class*="form-columns"] .field {
	margin-left: 4%;
}
body .hs-form fieldset .field:first-child,
body .hs-form fieldset .hs-richtext+.field {
	margin-left: 0;
}
body .hs-form fieldset.form-columns-2 .field {
	width: 48%;
	float: left;
}
body .hs-form fieldset.form-columns-3 .field {
	width: 30.66%;
	float: left;
}
body .hs-form fieldset[class*="form-columns"] .input {
	margin-right: 0;
}
body .hs-form fieldset.form-columns-1 .hs-input {
	width: 100%;
}
body textarea {
	height: 160px;
	border-radius: 10px !important;
}
body .legal-consent-container .hs-form-booleancheckbox-display>span {
	margin-left: 20px !important;
}
body .legal-consent-container .hs-form-booleancheckbox-display p {
	margin-left: 0 !important;
}
.hs-form .legal-consent-container p {
	margin-bottom: 0;
}
.hs-form .legal-consent-container > div {
	margin-bottom: 0;
	margin-top: 1em!important;
}
.hs_error_rollup {
	margin-top: 15px;
}
@media(max-width: 479px) {
	.hs_cos_wrapper_type_blog_subscribe,
	.hs_cos_wrapper_type_google_search,
	.widget-type-email_simple_subscription,
	.hs_cos_wrapper_type_blog_comments,
	.widget-type-password_prompt,
	.hs_cos_wrapper_type_password_reset,
	.hs_cos_wrapper_type_password_reset_request,
	.hs_cos_wrapper_type_form,
	.hs_cos_wrapper_type_member_register,
	.hs_cos_wrapper_type_member_login {
		padding: 20px 30px;
	}
}
@media(max-width: 767px) {
	body .hs-form fieldset[class*="form-columns"] .field {
		margin-left:0;
	}
	body .hs-form fieldset.form-columns-2 .field,
	body .hs-form fieldset.form-columns-3 .field,
	body form.hs-form .form-columns-2 .hs-form-field .hs-input,
	body form.hs-form .form-columns-3 .hs-form-field .hs-input {
		width: 100%;
	}
	body .hs-form fieldset.form-columns-2 .field,
	body .hs-form fieldset.form-columns-3 .field {
		float: none;
	}
}
/* Table */

table {
    background-color: rgba(255, 255, 255, 1.0);
    border-color: #666;
    border-radius: 15px;
    border: 5px solid #181821;
}
/* Table Cells */

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

/* Table Header */

thead th, thead td {
    background-color: #181821;
    border-bottom-color: #181821;
    color: #FFFFFF;
}
header.header {
	position: relative;
}

header .header-overlap {
	z-index: 9999;
	color: #181821;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: 0;
} 

header .header-overlap .page-center {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
  
	float: none;
	padding-left: 30px;
	padding-right: 30px;
  margin: 0 auto;
}

header .header-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

header .header-inner .logo-wrapper {
	width: 23.404255317%;
	margin-left: 0;
}

header .header-inner .menu-wrapper {
	display: block;
	float: left;
	min-height: 1px;
	margin-left: 2.127659574%;
	width: 74.468085099%;
}

.menu-wrapper .menu-main {
	text-align: right;
}

.menu-wrapper .menu-main .menu-inner,
.menu-wrapper .menu-main .search-icon,
.menu-wrapper .menu-main .trigger-wrapper {
	display: inline-block;
	vertical-align: middle;
}

.mainnav_container .hs-menu-wrapper>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.mainnav_container .hs-menu-wrapper>ul:after {
	content: '';
	display: table;
	clear: both;
}

.mainnav_container .hs-menu-wrapper>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 30px;
}

.mainnav_container .hs-menu-wrapper>ul>li:last-child {
	margin-right: 0;
}

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

.mainnav_container .hs-menu-wrapper>ul>li>ul {
	max-width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 100;
	-webkit-backface-visibility: hidden;
	box-shadow: 0 8px 10px -2px rgb(0 0 0 / 15%), 0 20px 60px -10px rgb(0 0 0 / 15%);
	border-radius: 4px;
	transition: .4s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.mainnav_container .hs-menu-wrapper>ul>li>a {
	transition: color .4s ease,text-shadow .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease,opacity .4s ease;
	display: block;
	position: relative;
	color: inherit;
	font-size: .8125rem;
	line-height: 1.923;
	padding: 15px 0;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.mainnav_container .hs-menu-wrapper>ul>li>a:before {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	bottom: 15px;
	z-index: 0;
	background: #ad27fa;
	border-radius: 3px;
	transition: .4s ease-in-out;
	pointer-events: none;
	left: 80%;
	right: 80%;
	opacity: 0;
	visibility: hidden;
	/* background: #fff; */
}

.mainnav_container .hs-menu-wrapper>ul>li:hover>a:before {
	background: #fff;
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
}

.mainnav_container .hs-menu-wrapper>ul>li:hover>ul {
	max-width: none;
	height: auto;
	overflow: visible;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.mainnav_container .hs-menu-wrapper>ul>li>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.mainnav_container .hs-menu-wrapper>ul>li>ul>li:first-child:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -5px;
	left: 20px;
	background: #181821;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 0 3px rgb(0 0 0 / 10%);
	transition: .2s ease-in-out;
}

.mainnav_container .hs-menu-wrapper>ul>li>ul>li>a {
	text-decoration: none;
	transition: color .4s ease,text-shadow .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease,opacity .4s ease;
	display: block;
	position: relative;
	font-size: .8125rem;
	line-height: 1.923;
	min-width: 11.25rem;
	max-width: 17.5rem;
	padding: 0.5rem 0.9375rem;
	background: #181821;
	color: #fff;
}

.mainnav_container .hs-menu-wrapper>ul>li>ul>li:first-child>a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.mainnav_container .hs-menu-wrapper>ul>li>ul>li:hover>a {
	background: #ad27fa;
	color: #fff;
}

.mainnav_container .hs-menu-wrapper>ul>li>ul>li:first-child:hover:before {
	background: #ad27fa;
}

.search-icon span.control-button {
	cursor: pointer;
}

.search-icon span.control-button i {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	line-height: 32px;
	text-align: center;
	transition: .4s;
	font-size: 14px;
}

.fa-search:before {
	content: "\f002";
}

.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

.trigger-wrapper .control-button.menu {
	cursor: pointer;
}

.trigger-wrapper .control-button.menu span.open i {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	transition: .4s;
}
.trigger-wrapper .control-button.menu  i {
	color:#fff;
}

.fixed .sticky-header .trigger-wrapper .control-button.menu  i {
	color:#000000 !important;
}

.fixed .sticky-header1 .trigger-wrapper .control-button.menu  i,
.sticky-header1 .trigger-wrapper .control-button.menu  i{
	color:#000000 !important;
}

.menu-wrapper .menu-main .search-icon {
	color: #FFFFFF !important;
}

.sticky-header .menu-wrapper .menu-main .search-icon {
	color: #000000 !important;
}
.sticky-header1 .menu-wrapper .menu-main .search-icon {
	color: #000000 !important;
}

.fa-bars:before {
	content: "\f0c9";
}

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

.fullscreen-search {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999999;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: opacity .2s;
}

.fullscreen-search .cell-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
}

.fullscreen-search .cell-wrapper .fss-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #fff;
	opacity: .92;
}

.fullscreen-search .cell-wrapper form {
	margin: 0;
	display: inline-block;
	width: 560px;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 60px;
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: .6s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.fullscreen-search .cell-wrapper form input.hs-search-field__input {
	overflow: visible;
	display: inline-block;
	width: 100%;
	margin: 0;
	border-radius: 60px;
	font-family: inherit;
	line-height: 20px;
	font-weight: 500;
	transition: .7s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-height: 60px;
	height: 60px;
	padding: 15px 70px 15px 30px;
	background: #fff;
	border: 0;
	box-shadow: 0 20px 60px -10px rgb(0 0 0 / 30%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #181821;
	font-size: 1rem;
	vertical-align: top;
	position: relative;
	outline: none;
}

.fullscreen-search .cell-wrapper form button.hs-button.primary {
	display: inline-block;
	max-width: 100%;
	background: #ad27fa;
	border: 2px solid transparent;
	border-radius: 60px;
	box-shadow: none;
	color: #fff;
	font-family: inherit;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	transition: .2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 60px;
	vertical-align: top;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.fa-search:before {
	content: "\f002";
}

.search-open .fullscreen-search {
	width: auto !important;
	height: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.search-open .fullscreen-search .cell-wrapper form {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sidebar-menu .overlay-wrapper {
	background-color: #181821;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	visibility: hidden;
	transition: .4s ease-in-out;
	opacity: 0;
}

.sidebar-menu .slide-menu {
	background-color: #fff;
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	z-index: 10001;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5,.5);
	transform: scale(.5,.5);
	transition: transform .4s ease-in-out;
	max-width: 400px;
	right: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.menu-open .sidebar-menu .slide-menu {
	height: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none;
	transition: opacity .4s ease-in-out,transform .3s ease-in-out;
	-webkit-box-shadow: -20px 0 60px -10px rgb(0 0 0 / 30%);
	box-shadow: -20px 0 60px -10px rgb(0 0 0 / 30%);
}

body.menu-open {
	overflow: hidden;
}

.menu-open .sidebar-menu .overlay-wrapper {
	opacity: .5;
	visibility: visible;
}

.sidebar-menu .slide-menu-scroller {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding-bottom: 50vh;
	overflow: hidden;
	overflow-y: scroll;
	z-index: 1;
}

.slide-menu-scroller .top-wrapper {
	color: #fff;
	background-color: #181821;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.slide-menu-scroller .top-wrapper .top-inner-d {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-menu-scroller .top-wrapper .top-inner-d .left-wrap {
	width: 74.468085099%;
}

.slide-menu-scroller .top-wrapper .top-inner-d .right-wrap {
	width: 23.404255317%;
	margin-left: 2.127659574%;
	text-align: right;
}

.slide-menu-scroller .right-wrap span.control-button-close {
	cursor: pointer;
}

.slide-menu-scroller .right-wrap span.control-button-close span.close {
	display: block;
} 

.slide-menu-scroller .right-wrap span.control-button-close span.close i {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	transition: .4s;
	background-color: rgba(0,0,0,.07);
}

.fa-times:before {
	content: "\f00d";
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul:after {
	content: '';
	display: table;
	clear: both;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	transition: .5s ease-in-out;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li>a {
	transition: color .4s ease,text-shadow .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease,opacity .4s ease; 
	display: block;
	margin-right: 4.5rem;
	color: #181821; 
	line-height: 1.923;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 0.9375rem 1.875rem;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.slide-menu .sidebar_container .hs-menu-wrapper .child-trigger {
	display: block;
	width: 3.25rem;
	height: 3.25rem;
	position: absolute;
	top: 0;
	right: 1.25rem;
	z-index: 1;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 3.9rem;
}

.slide-menu .sidebar_container .hs-menu-wrapper .child-trigger:before {
	color: #181821;
	content: "\f107";
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li>ul {
	display: none;
	visibility: visible;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slide-menu .sidebar_container .hs-menu-wrapper>ul>li:hover {
	background: rgba(0,0,0,.07);
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li>ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	transition: .5s ease-in-out;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li>ul>li>a {
	text-decoration: none;
	transition: color .4s ease,text-shadow .4s ease,background-color .4s ease,border-color .4s ease,box-shadow .4s ease,opacity .4s ease;
	display: block;
	margin-right: 4.5rem;
	color: #181821; 
	line-height: 1.923;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
	font-size: .875rem;
	font-weight: 700;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li.child-open>ul {
	display: block;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li.child-open {
	box-shadow: 0 4px 6px -4px rgb(0 0 0 / 20%) inset, 0 -4px 6px -4px rgb(0 0 0 / 20%) inset;
	background: rgba(0,0,0,.05);
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li>a:hover {
	opacity: .8;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li>ul>li:hover {
	background: rgba(0,0,0,.07);
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li>ul>li>a:hover {
	opacity: .8;
}

.slide-menu .sidebar_container .hs-menu-wrapper>ul>li.child-open>.child-trigger:before {
	content: "\f106";
	font-weight: 900;
}

.sticky-header {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	background: #fff;
	color: #181821;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.sticky-header:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	bottom: -8px;
	background: url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/images/bottom-shadow5.png) center top no-repeat;
}

.fixed .sticky-header {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: .3s ease-in-out;
}

.sticky-header .page-center {
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
}

.sticky-header .mainnav_container .hs-menu-wrapper>ul>li:hover>a:before {
	background: #ad27fa;
}



.sticky-header1 {
	opacity: 1;
	visibility: visible;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	background: #fff;
	color: #181821;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.sticky-header1:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	bottom: -8px;
	background: url(https://5865620.fs1.hubspotusercontent-na1.net/hubfs/5865620/raw_assets/public/Velocix_June2022/images/bottom-shadow5.png) center top no-repeat;
}

.fixed .sticky-header1 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: .3s ease-in-out;
}

.sticky-header1 .page-center {
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
}

.sticky-header1 .mainnav_container .hs-menu-wrapper>ul>li:hover>a:before {
	background: #ad27fa;
}

span.scroll-to-top {
	width: 50px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-size: 11px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	-webkit-transform: translateY(100%) translateZ(0);
	transform: translateY(100%);
	transition: .2s ease-in-out;
	display: block;
}
span.scroll-to-top i {
	position: relative;
	z-index: 1;
}

.fa-chevron-up:before {
	content: "\f077";
}

span.scroll-to-top:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: #181821;
	box-shadow: 0 0 0 100px rgb(0 0 0 / 30%) inset;
	border-radius: 4px 4px 0 0;
	opacity: .6;
	transition-duration: .4s;
}

.back-open span.scroll-to-top {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0);
	transition-duration: .4s;
}

.mainnav_container .hs-menu-wrapper > ul > li > a.active-branch:before {
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
}

.mainnav_container .hs-menu-wrapper > ul > li > ul > li > a.active-branch {
	background: #ad27fa;
	color: #fff;
}

.no-banner header.header {
	height: 115px;
}

/*.no-banner header .header-overlap {
display: none;
}*/

.no-banner .sticky-header {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: .3s ease-in-out;
}

header.header.hs-lp-header .header-inner .logo-wrapper {
	float: none !important;
	padding: 0 !important;
	width: auto !important;
}
header.header.hs-lp-header .lp_header_right_image {
	float: right;
	width: 23.404255317%;
	margin-top: 23px;
}
header.header.hs-lp-header .lp_header_right_image img {
	width: 175px !important;
	max-width: 100%;
}

/* .custom-header-overlap */

.custom-header-overlap .page-center {
	margin: 0 auto;
	padding: 20px 30px;
}

.custom-header-overlap {
	position: absolute;
	z-index: 9;
	width: 100%;
	left: 0;
	top: 0;
}

.custom-header-overlap .custom-logo-wrap a img {
	width: 300px !important;
	display: block;
}

/* .custom-sva-header */

.custom-sva-header .page-center {
	margin: 0 auto;
	padding:20px 30px;
}
.custom-sva-header .custom-logo {
	display: flex;
	flex: 1;
}
.custom-sva-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.custom-sva-header .custom-logo a img {
	width: 300px!important;
	display: block;
}

.custom-sva-header .custom-sva-image {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin-left: 10px;
	flex: 1;
}

.custom-sva-header .custom-sva-image a img {
	display: block;
	height: 100%;
	width: 175px !important;
}
.header-d-flex {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between !important;
}
.header-logo-right-column .hs-image-widget {
	width: 175px !important;
	display:block;
}
/* .custom-sticky-overlap */
.custom-sticky-overlap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
}

.custom-sticky-overlap .page-center {
	margin: 0 auto;
	padding: 20px 30px;
}

.custom-sticky-overlap .custom-logo-wrap a img {
	width: 300px !important;
	display: block;
}

.custom-sticky-overlap .sticky-logo {
	display: none;
}

body.fixed .custom-sticky-overlap {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
}

body.fixed .custom-sticky-overlap .desktop-logo {
	display: none;
}

body.fixed .custom-sticky-overlap .sticky-logo {
	display: block;
}

.custom-sticky-overlap .sticky-logo a img {
	width: 280px !important;
	display: block;
}

@media (min-width: 2500px) {
  header .header-overlap .page-center {
    
    margin: 0 auto;
  }
}

@media (min-width: 2000px) {
  header .header-overlap .page-center {
    
    margin: 0 auto; 
  }
}

@media (min-width: 1140px) {
	header .header-overlap {
		transition: opacity .8s ease-in-out;
	}
}


@media (max-width:1139px) {
	.mainnav_container {
		display: none;
	}
	body.search-open {
		height: 100%;
		width: 100%;
		overflow: hidden;
		position: fixed;
	}
}

@media (max-width:767px) {
	header .header-inner .logo-wrapper {
		width: 40.425531911%;
	}
	header .header-inner .menu-wrapper {
		width: 57.446808505%;
	}
	.sidebar-menu .slide-menu {
		max-width: 100%;
		-webkit-transform: none;
		transform: none;
	}
	header.header.hs-lp-header .header-inner .logo-wrapper {
		width: 31.914893614%;
		padding: 0;
	}
	header.header.hs-lp-header .lp_header_right_image {
		margin-top: 0;
	}
	.header-inner .logo-wrapper {
		display: inline-block;
	}
}

@media(max-width: 479px) {
	.header-logo-right-column .hs-image-widget {
		width: 120px !important;
	}
}
.footer,
.footer .hs_cos_wrapper_type_rich_text > *,
.footer .hs-menu-wrapper ul li a {
  color: #fff;
  margin:0 auto;
}

.footer .hs-menu-wrapper ul li a:hover {
  color: #ad27fa;
}

.footer .hs-menu-wrapper ul {
  position: static !important;
  opacity: 1 !important;
  display: block !important;
}

.ft_social_share .fm_button {
  vertical-align: top;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 2px 6px 0;
  background-color: transparent;
  box-shadow: 0 0 0 2px #ad27fa inset;
  border-radius: 100%;
  color: #ad27fa;
  text-align: center;
  transition: .4s;
  font-size: 22px;
  line-height: 60px;
}

.ft_social_share .fm_button:hover {
  background-color: #ad27fa;
  color: #fff;
}

.footer .row-number-9.dnd-section {
  position: relative;
}

.footer .row-number-9.dnd-section:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: .1;
  border-radius: inherit;
  pointer-events: none;
  background-color: #fff;
}

.footer .widget-type-text {
  font-size: .75rem;
}

.footer .widget-type-linked_image {
  margin-bottom: 82px;
  line-height: 1;
}

.footer .hs-menu-wrapper > ul > li {
  margin: 0 0 20px;
}

.footer .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding: 5px 0;
}

.footer .hs-menu-wrapper > ul ul {
  font-size: .9em;
}

.footer .hs-menu-wrapper ul li a:hover {
  color: #ad27fa;
}

.fm_youtube, .fm_twitter, .fm_facebook, .fm_linkedin, .fm_googleplus, .fm_googlepluspages, .fm_pinterest, .fm_xing, .fm_instagram, .fm_vimeo, .fm_slack, .fm_behance, .fm_dribbble, .fm_skype, .fm_default[href*="instagram.com"], .fm_default[href*="xing.com"], .fm_default[href*="vimeo.com"], .fm_default[href*="slack.com"], .fm_default[href*="behance.net"], .fm_default[href*="dribbble.com"] {
  font-family: Font Awesome\ 5 Brands;
}

.fm_button {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 4px 4px 0;
  background-color: #ad27fa;
  border-radius: 6px;
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  font-size: 22px;
  line-height: 50px;
  vertical-align: top;
  transition: .2s;
  text-align: center
}

.fm_youtube,.fm_twitter,.fm_facebook,.fm_linkedin,.fm_googleplus,.fm_googlepluspages,.fm_pinterest,.fm_xing,.fm_instagram,.fm_vimeo,.fm_slack,.fm_behance,.fm_dribbble,.fm_skype,.fm_default[href*="instagram.com"],.fm_default[href*="xing.com"],.fm_default[href*="vimeo.com"],.fm_default[href*="slack.com"],.fm_default[href*="behance.net"],.fm_default[href*="dribbble.com"] {
  font-family: Font Awesome\ 5 Brands
}

.fm_button:last-child {
  margin-right: 0
}

.fm_twitter {
  background-color: #1da1f2
}

.fm_facebook {
  background-color: #3b5998
}

.fm_linkedin {
  background-color: #0078b7
}

.fm_googleplus,.fm_googlepluspages {
  background-color: #dd5144
}

.fm_pinterest {
  background-color: #bd081c
}

.fm_youtube {
  background-color: #e8382f
}

.fm_rss {
  background-color: #ffa500
}

.fm_default[href*="instagram.com"],.fm_instagram {
  background-color: #673ab7
}

.fm_default[href*="xing.com"],.fm_xing {
  background-color: #005a5f
}

.fm_default[href*="vimeo.com"],.fm_vimeo {
  background-color: #00adef
}

.fm_default[href*="slack.com"],.fm_slack {
  background-color: #78d4b6
}

.fm_default[href*="behance.net"],.fm_behance {
  background-color: #4176fb
}

.fm_default[href*="dribbble.com"],.fm_dribbble {
  background-color: #e84c88
}

.fm_default[href*="mailto:"],.fm_email {
  background-color: #0b81f0
}

.fm_skype {
  background-color: #02b4eb
}

.fm_facebook:hover {
  background-color: #5272b4
}

.fm_linkedin:hover {
  background-color: #1793d4
}

.fm_twitter:hover {
  background-color: #42b7ff
}

.fm_googleplus:hover,.fm_googlepluspages:hover {
  background-color: #f86c5f
}

.fm_pinterest:hover {
  background-color: #e02c40
}

.fm_xing:hover {
  background-color: #09858c
}

.fm_youtube:hover {
  background-color: #f85149
}

.fm_rss:hover {
  background-color: #ffb734
}

.fm_default[href*="instagram.com"]:hover,.fm_instagram:hover {
  background-color: #8452dc
}

.fm_default[href*="xing.com"]:hover,.fm_xing:hover {
  background-color: #0a7e84
}

.fm_default[href*="vimeo.com"]:hover,.fm_vimeo:hover {
  background-color: #28bff9
}

.fm_default[href*="slack.com"]:hover,.fm_slack:hover {
  background-color: #90edcf
}

.fm_default[href*="behance.net"]:hover,.fm_behance:hover {
  background-color: #6d97ff
}

.fm_default[href*="dribbble.com"]:hover,.fm_dribbble:hover {
  background-color: #f9639c
}

.fm_default[href*="mailto:"]:hover,.fm_email:hover {
  background-color: #2d99ff
}

.fm_skype:hover {
  background-color: #24c8fb
}

.fm_button:focus {
  outline: 0
}

.fm_youtube:before {
  content: "\f167";
  font-weight: 400
}

.fm_twitter:before {
  content: "\f099";
  font-weight: 400
}

.fm_facebook:before {
  content: "\f39e";
  font-weight: 400
}

.fm_rss:before {
  content: "\f09e";
  font-weight: 900
}

.fm_linkedin:before {
  content: "\f0e1";
  font-weight: 400
}

.fm_googleplus:before,.fm_googlepluspages:before {
  content: "\f0d5";
  font-weight: 400
}

.fm_pinterest:before {
  content: "\f231";
  font-weight: 400
}

.fm_default:before {
  content: "\f0c1";
  font-weight: 900
}

.fm_default[href*="instagram.com"]:before,.fm_instagram:before {
  content: "\f16d";
  font-weight: 400
}

.fm_default[href*="xing.com"]:before,.fm_xing:before {
  content: "\f168";
  font-weight: 400
}

.fm_default[href*="vimeo.com"]:before,.fm_vimeo:before {
  content: "\f27d";
  font-weight: 400
}

.fm_default[href*="slack.com"]:before,.fm_slack:before {
  content: "\f198";
  font-weight: 400
}

.fm_default[href*="behance.net"]:before,.fm_behance:before {
  content: "\f1b4";
  font-weight: 400
}

.fm_default[href*="dribbble.com"]:before,.fm_dribbble:before {
  content: "\f17d";
  font-weight: 400
}

.fm_default[href*="mailto:"]:before,.fm_email:before {
  content: "\f0e0";
  font-weight: 400
}

.fm_skype:before {
  content: "\f17e";
  font-weight: 400
}

.fm_home:before {
  content: "\f015";
  font-weight: 900
}



@media (max-width: 1139px) {
  .footer .dnd-section > .row-fluid {
    display: block;
  }

  .footer .span3, .footer .span9 {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .footer .span3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer .span4:nth-child(2) {
    margin-bottom: 10px;
  }

  .footer .span4:nth-child(3) {
    margin-bottom: 30px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {  
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
.loader_wrap {
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	transition: all .3s ease;
}

.loaded .loader_wrap {
	opacity: 0;
	visibility: hidden;
}

.loader_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.i {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.i div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.i div:nth-child(2) {
	animation-delay: -0.5s;
}
@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}
	4.9% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 0;
	}
	5% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}


.banner-area .dnd-section > .row-fluid {
	padding: 0;
}
.body-container-wrapper .dnd-section div.widget-type-form {
	overflow: hidden;
}
/* Form type2 Start */
a.cta_button {
	font-family: inherit !important;
}
.form-type2 div.widget-type-form .hs_cos_wrapper_type_form {
	background: transparent;
	padding: 0;
}
.form-type2 div.widget-type-form {
	background-color: #f0f7f9;
	overflow: hidden;
	padding: 20px 30px 30px;
	border-radius: 10px;
}
.form-type2 div.widget-type-form .form-title:empty {
	display: none;
}
.form-type2 div.widget-type-form .form-title {
	padding: 20px 30px;
	background: #181821;
	color: #fff;
	text-align: center;
	border-bottom: 10px solid #ad27fa;
	margin: -20px -30px 20px;
}
.form-type2 div.widget-type-form .hs-input {
	background: #fff;
}
svg {
	vertical-align: middle;
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul:not(.reset-list),
.body-container-wrapper .hs-richtext ul:not(.reset-list) {
	padding-left: 0;
	list-style: none !important;
	margin-bottom: 5px !important
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li,
.body-container-wrapper .hs-richtext ul:not(.reset-list) li {
	position: relative;
	padding-left: 1.5em;
	text-indent: -1.5em
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li>*,
.body-container-wrapper .hs-richtext ul:not(.reset-list) li>* {
	text-indent: 0
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ul:not(.reset-list) li:before,
.body-container-wrapper .hs-richtext ul:not(.reset-list) li:before {
	content: "\f111";
	font-weight: 900;
	display: inline-block;
	width: 1.5em;
	padding-right: 10px;
	color: #181821;
	font-family: Font Awesome\ 5 Free;
	text-indent: 0;
	text-align: right;
	-webkit-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
/* Form type2 end */
.video-landing-layout .widget-type-form .hs_cos_wrapper_type_form {
	background: transparent;
	padding: 0;
}
.video-landing-layout .widget-type-form {
	border-radius: 0 0 10px 10px;
	color: #666;
	overflow: hidden;
	padding: 20px 30px 30px;
	position: relative;
	background-color: #f0f7f9;
}
.video-landing-layout .widget-type-form .hs-input {
	background-color: #fff!important;
}

header.lp-white .header-overlap {
	background-color: #FFF !important;
	position: static;
}

.hero-slider-v2 {
background-color: #181821 !important;
}

.hero-slider-v2>div {
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease;
}

.loaded .hero-slider-v2>div {
	opacity: 1;
	visibility: visible;
}

@media(max-width: 767px) {
	.body-container-wrapper .dnd-section div.widget-type-form {
		text-align:left;
	}
	.form-box-header h3 {
		padding-left: 0 !important;
	}
}


@media (max-width:767px) {
  body{ text-align: center !important;}
  img {
    float: none; 
    clear: both; }
  
  .plain-card-text p{
    margin-left: 0 !important;
  margin-bottom:15px;
  }
    
  .customizable-button{ margin: 0 auto;}
  
  img{ margin: 0 auto !important;}
  
  .footer .widget-type-linked_image{
    margin: 0 auto !important;
    padding: 15px 0;
  }
}

@media (min-width:1140px) {
  .control-button.menu{ display:none;
  }
}