
/* Font awsome */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}





/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.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%;
  -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%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.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%;
  }

  .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%;
    -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%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .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%;
    -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%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

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

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote { border: 2px solid #7CC04E !important; border-radius: 20px; background: rgb(124 192 78 / 15%); padding: 26px 70px; text-align: center; margin: 0; font-size: 18px; font-style: italic; color: #000; font-weight: 400; margin: 20px 0; }

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 24px;
}

/* Labels */

form label {
  display: block;
 font-size: 15px;
    margin-bottom: 0.35rem;
    line-height: 1.375;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
     padding: 4px 12px;
  width: 100%;
    line-height:1.5;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.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: 15px; margin: 0 0 10px;
}

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
:focus-visible { outline: -webkit-focus-ring-color auto 0px; }
/* Captcha */

.grecaptcha-badge {
  margin: 0 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
/*   left: 0; */
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

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

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

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 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;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */















/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
    max-width: 1180px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
    padding: 60px 1rem;
}

.dnd-section > .row-fluid {
    max-width: 1180px;
}





html {
    font-size: 18px;
}

body {
    font-weight: normal; text-decoration: none; line-height: 1.55; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #000000;
    font-size: 18px;
}

/* Paragraphs */

p {
    font-weight: normal; text-decoration: none; line-height: 1.55; font-family: 'Open Sans', sans-serif; font-style: normal;
}

/* Anchors */

a {
    font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #25b0f0;
}

a:hover,
a:focus {
    font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #0088c8;
}

a:active {
    font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #4dd8ff;
}

/* Headings */

h1 {
    font-weight: 400; text-decoration: none; line-height: 1.19; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #ffffff;
    font-size: 42px;
    text-transform: none;
}

h2,.h2 h1 {
    font-weight: 300; text-decoration: none; line-height: 1.38; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #051f48;
    font-size: 36px;
    text-transform: none;
}

h3 {
    font-weight: 300; text-decoration: none; line-height: 1.25; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #051f48;
    font-size: 32px;
    text-transform: none;
}

h4,.h4 h2
{
    font-weight: 300; text-decoration: none; line-height: 1.42; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #051f48;
    font-size: 28px;
    text-transform: none;
}

h5, .h5 {
    font-weight: 400; text-decoration: none; line-height: 1.5; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #051f48;
    font-size: 24px;
    text-transform: none;
}

h6 {
    font-weight: 400; text-decoration: none; line-height: 1.6; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #000000;
    font-size: 20px;
    text-transform: none;
}

/* Blockquote */

blockquote {
    border-left-color: #25b0f0;
}





button,
.button , .button-of a {
    border: 0px solid #4A4F54;

    padding-top: 15px;
padding-right: 18px;
padding-bottom: 15px;
padding-left: 18px;

    font-weight: 500; text-decoration: none; line-height: 1.25; font-family: 'Open Sans', sans-serif; font-style: normal;
    background-color: 

  
  
    
  


  rgba(37, 176, 240, 1.0)

;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.5s ease all;   
    min-width: 183px;
    text-align: center;
}

/* button:hover, .button:hover, .button-of a:hover { background-color: #4A4F54; color: #fff; } */

.button-of { display: inline-flex; }

button:hover,
button:focus,
.button:hover,
.button-of a:hover,
.button:focus {
    font-weight: 500; text-decoration: none; line-height: 1.25; font-family: 'Open Sans', sans-serif; font-style: normal;
    background-color: rgba(0, 126, 190, 1.0);
    border-color: #181d22;
}

button:active,
.button:active {
    font-weight: 500; text-decoration: none; line-height: 1.25; font-family: 'Open Sans', sans-serif; font-style: normal;
    background-color: rgba(0, 126, 190, 1.0);
    border-color: ;
}





form,
.submitted-message {
    font-weight: normal; text-decoration: none; line-height: 1.55; font-family: 'Open Sans', sans-serif; font-style: normal;
    line-height:1.1;
}
.submitted-message {
    font-size: 20px;
    overflow: unset !IMPORTANT;
    font-weight: 600;
    text-align: center;
}
form label.labelIsEmpty { margin: 0; }
form label.labelIsEmpty {
    margin: 0;
}

form ul.hs-error-msgs.inputs-list {
    padding-left: 9px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    z-index: -1;
    line-height: 1.1;
}
.hs-form-field { position: relative; z-index: 1; }
form ul.no-list.hs-error-msgs.inputs-list > li {
    margin: 0;
}
.hs-form-c5d0f6ae-a283-47d0-a3e4-fce013b138cb_1b0ada3a-ccec-4e9a-b1fc-2168e6462492 fieldset.form-columns-1 .hs-input { width: 100% !important; }
form ul.no-list.hs-error-msgs.inputs-list > li > label {
    margin: 0;
    font-size: 12px;
}
textarea {  min-height: 80px; }
/* Form title */

.form-title {
    color: #25b0f0;
}

/* Labels */

form label {
    color: #000000;
}

/* Help text */

form legend {
    color: #000000;
}
.hs-form-c5d0f6ae-a283-47d0-a3e4-fce013b138cb_fe66a0f8-d4b9-4151-a7ea-a868cc48937b fieldset.form-columns-1 .hs-input { width: 100% !important; }
form fieldset.form-columns-2 > .hs-form-field:first-child {margin-right: 15px;} 
form fieldset.form-columns-2 > .hs-form-field:last-child { margin-left: 15px; }
form fieldset.form-columns-2 > .hs-form-field { width: calc(50% - 15px) !important; }
form fieldset.form-columns-3>.hs-form-field{width:calc(33.33% - 20px)!important}
form fieldset.form-columns-3>.hs-form-field{margin:0 15px 30px}
form fieldset.form-columns-3>.hs-form-field:first-child{margin-left:0}
form fieldset.form-columns-3>.hs-form-field:last-child{margin-right:0}
form fieldset > div.hs-form-field > .input { margin: 0 !important; }
form input[type=file] { padding: 10.7px 20px; }
/* Inputs */
.hs-input:focus { border: solid 1px #000 !important; box-shadow: inset 0 0 0 1px #000; }
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: ;
    border-radius: 0px;
    border: 1px solid #00000040;
;
    width: 100% !important;
}

/* Form placeholder text */

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

::-moz-placeholder {
    color: ;
}

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

::placeholder {
    color: ;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
    color: ;
}

.fn-date-picker td.is-selected .pika-button {
    background: #000000;
}

.fn-date-picker td .pika-button:hover {
    background-color: #000000 !important;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
    border: 0px solid #4A4F54;

    padding-top: 15px;
padding-right: 18px;
padding-bottom: 15px;
padding-left: 18px;

    font-weight: 500; text-decoration: none; line-height: 1.25; font-family: 'Open Sans', sans-serif; font-style: normal;
    background-color: 

  
  
    
  


  rgba(37, 176, 240, 1.0)

;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 183px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color: rgba(0, 126, 190, 1.0);
    border-color: #181d22;   
}

form input[type=submit]:active,
form .hs-button:active {
    background-color: rgba(0, 126, 190, 1.0);
    border-color: ;
}
input[type="file"] { -webkit-appearance: none; text-align: left; -webkit-rtl-ordering: left; }
input[type="file"]::-webkit-file-upload-button { -webkit-appearance: none; float: right; margin: 0 0 0 10px; background-image: -webkit-gradient(linear, left bottom, left top, from(#CCCCCC), to(#CCCCCC)); background-image: -moz-linear-gradient(90deg, #CCCCCC0%, #CCCCCC100%); border: 0.5px solid #4A4F54; background-color: unset; border-radius: 4px; }


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
-webkit-text-fill-color: #000;
}

.footer-form-op form input:-webkit-autofill,
.footer-form-op form input:-webkit-autofill:hover,
.footer-form-op form input:-webkit-autofill:focus,
.footer-form-op form input:-webkit-autofill:active {
  transition: background-color 9999s ease-in-out 0s;
-webkit-text-fill-color: #fff;
}


.footer-col4 form ::-webkit-input-placeholder {
    color: #fff;
}

.footer-col4 form ::-moz-placeholder {
    color: #fff;
}

.footer-col4 form :-ms-input-placeholder {
    color: #fff;
}

.footer-col4 form ::placeholder {
    color: #fff;
}

.body-container-wrapper ul {  padding-left: 20px; }
.body-container-wrapper ul li {  position: relative; z-index: 1; text-indent: -20px !important; list-style-type: none; text-align: start !important; text-align-last: start!important; margin-bottom: 10px; padding-bottom: 10px; }
.body-container-wrapper ul li:before { content: "\25C6"; left: 0;margin-right: 12px;top:0; }
.body-container-wrapper ul li:after { position: absolute; content: ""; ; bottom: 0; left: -20px; width: calc(100% + 20px); right: 0; margin: 0 auto; z-index: -1; pointer-events: none;opacity: 0.2; }
.body-container-wrapper ul li:last-child { margin-bottom: 0; padding-bottom: 0; }
.body-container-wrapper ul li:last-child:after { position: unset; content: none; }
.body-container-wrapper ol {padding-left: 20px;}
.body-container-wrapper ol li{margin-bottom:10px;padding-bottom:10px;position:relative;z-index:1}
.body-container-wrapper ol li:after{position:absolute;content:"";border-bottom:1px solid;bottom:0;left:-20px;width:calc(100% + 20px);right:0;margin:0 auto;z-index:-1;pointer-events:none;opacity:.2}
.body-container-wrapper ol li:last-child:after{position:unset;content:none}
.body-container-wrapper ol li:last-child{margin-bottom:0;padding-bottom:0}
.se-form-left-info.se-circle-style ul li{list-style-type:disc;text-indent:0!important}
.se-form-left-info.se-square-style ul li{list-style-type:square;text-indent:0!important}
.se-form-left-info.se-square-style ul li:before{content:none!important}
.se-form-left-info.se-circle-style ul li:before{content:none!important}
.se-form-left-info.se-arrow-style ul li{list-style-type:none;text-indent:0!important}
.se-form-left-info.se-arrow-style ul li:before{content:'';position:absolute;border-right:2px solid;border-bottom:2px solid;width:10px;height:10px;top:13px;left:-20px;transform:translateY(-50%) rotate(-45deg)}
.body-container-wrapper form ul li:before { content: none; }
.body-container-wrapper form ol li:after { content: none; }
.body-container-wrapper form ol { padding-left: 0; }




.header {
    background-color: 

  
  
    
  


  rgba(37, 176, 240, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    color: #000000;
    font-family: Open Sans;
}

.menu__child-toggle-icon {
    border-top-color: #000000;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
    color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
    border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
    color: #282828;
}

.menu__child-toggle-icon:active {
    border-top-color: #282828;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
    background-color: #000000;
}

@media (min-width: 767px) {
    .menu .menu__submenu,
    .header__language-switcher .lang_list_class {
        border: 2px solid #000000;

        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }

    .menu__submenu--level-2 > .menu__item:first-child:before {
        border: 2px solid #000000;

        background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
    color: #000000;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
    border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
    background-color: 

  
  
    
  


  rgba(37, 176, 240, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: 

  
  
    
  


  rgba(37, 176, 240, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
    font-family: Open Sans;
}

.header__language-switcher-label-current:after {
    border-top-color: #000000;
}

@media(max-width: 767px) {
    .header__navigation {
        background-color: 

  
  
    
  


  rgba(37, 176, 240, 1.0)

;
    }

    .header__navigation-toggle svg,
    .menu-arrow svg {
        fill: #000000;
    }
}





.footer {
    background-color: 

  
  
    
  


  rgba(37, 176, 240, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
    color: #000000;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
    padding: 60px 0;
}

/* Blog post */

.blog-post__meta a {
    color: #000000;
}

.blog-post__tag-link {
    color: #000000;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
    color: #000000;
}

.blog-post__tag-link:active {
    color: #282828;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
    font-weight: 300; text-decoration: none; line-height: 1.38; font-family: 'Open Sans', sans-serif; font-style: normal;
    text-transform: none;
}

.blog-related-posts__title-link {
    color: #051f48;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
    color: #000020;
}

.blog-related-posts__title-link:active {
    color: #2d4770;
}

/* Blog comments */

.blog-comments {
    margin-bottom: 60px;
}

#comments-listing .comment-reply-to {
    color: #25b0f0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
    color: #0088c8;
}

#comments-listing .comment-reply-to:active {
    color: #4dd8ff;
}





.hs-search-results__title {
    font-weight: 400; text-decoration: none; line-height: 1.19; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #ffffff;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
    font-weight: 300; text-decoration: none; line-height: 1.38; font-family: 'Open Sans', sans-serif; font-style: normal;
    text-transform: none;
}

.blog-index__post-title-link {
    color: #051f48;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
    color: #000020;
}

.blog-index__post-title-link:active {
    color: #2d4770;
}

.blog-index__post-tag,
.blog-index__post-author-name {
    color: #000000;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
    color: #000000;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
    color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
    color: #282828;
}

.pagination__link-icon svg {
    fill: #000000;
}

/* Pricing card */

.card__price {
    font-weight: 300; text-decoration: none; line-height: 1.25; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #051f48;
    font-size: 32px;
}

.card__body svg {
    fill: #000000;
}

/* Social follow */

.social-links__icon {
    background-color: #000000;
}

.social-links__icon:hover,
.social-links__icon:focus {
    background-color: #000000;
}

.social-links__icon:active {
    background-color: #282828;
    font-weight: 300; text-decoration: none; line-height: 1.25; font-family: 'Open Sans', sans-serif; font-style: normal;
    color: #051f48;
    font-size: 32px;
}

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


p { margin: 0;}
*+h1, *+h2 { margin-top: 35px;}
*+h3, *+h4 { margin-top: 30px;}
*+h5, *+h6 { margin-top: 25px;}
*+p { margin-top: 20px;}

.txt-center { text-align: center; }

.owl-nav{display:flex;flex-wrap:wrap;justify-content:space-between}
.owl-nav button{width:52px;height:52px;border:2px solid #25b0f0!important;box-sizing:border-box;border-radius:10px;background-color: #fff !important;display: flex; flex-wrap: wrap; align-items: center; justify-content: center;transition: 0.5s ease all;}
.owl-nav button svg *{fill:#25b0f0}
.owl-nav button span{line-height:0;font-size:0}
.owl-nav button:hover svg * { fill: #fff; }
.owl-nav button:hover { background-color: #25b0f0 !important; }

.owl-dots{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:25px}
.owl-dots button.owl-dot{width:15px;height:15px;border:1px solid #25b0f0 !important;display:inline-block;margin:0 6px}
.owl-dots button.owl-dot.active{background-color:#25b0f0}
.owl-dots button.owl-dot span{width:15px;height:15px;display:inline-block}

/*unique paddings*/
.mt24{ margin-top:24px; }  
.pb5,.p5-0{ padding-bottom:5px; }  
.pb10,.p10-0 { padding-bottom:10px; }
.pb15,.p15-0 { padding-bottom:15px; }
.pb20,.p20-0 { padding-bottom:20px;}
.pb25,.p25-0 { padding-bottom:25px;}
.pb30,.p30-0 { padding-bottom:30px;}
.pb35,.p35-0 { padding-bottom:35px;}
.pb40,.p40-0 { padding-bottom:40px; }
.pb45,.p45-0 { padding-bottom:45px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb55,.p55-0 { padding-bottom:55px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb65,.p65-0 { padding-bottom:65px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb75,.p75-0 { padding-bottom:75px; }
.pb80,.p80-0 { padding-bottom:80px; }
.pb85,.p85-0 { padding-bottom:85px; }
.pb90,.p90-0 { padding-bottom:90px; }
.pb95,.p95-0 { padding-bottom:95px; }
.pb100,.p100-0 { padding-bottom:100px; }
.pb105,.p105-0 { padding-bottom:105px; }
.pb110,.p110-0 { padding-bottom:110px; }
.pb115,.p115-0 { padding-bottom:115px; }
.pb120,.p120-0 { padding-bottom:120px; }
.pb125,.p125-0 { padding-bottom:125px; }
.pb130,.p130-0 { padding-bottom:130px; }
.pb135,.p135-0 { padding-bottom:135px; }
.pb140,.p140-0 { padding-bottom:140px; }
.pb145,.p145-0 { padding-bottom:145px; }
.pb150,.p150-0 { padding-bottom:150px; }
.pb155,.p155-0 { padding-bottom:155px; }
.pb160,.p160-0 { padding-bottom:160px; }
.pb165,.p165-0 { padding-bottom:165px; }
.pb170,.p170-0 { padding-bottom:170px; }
.pb175,.p175-0 { padding-bottom:175px; }
.pb180,.p180-0 { padding-bottom:180px; }
.pb185,.p185-0 { padding-bottom:185px; }
.pb190,.p190-0 { padding-bottom:190px; }
.pb200,.p200-0 { padding-bottom:200px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb215,.p215-0 { padding-bottom:215px; }
.pb220,.p220-0 { padding-bottom:220px; }
.pb225,.p225-0 { padding-bottom:225px; }
.pb230,.p230-0 { padding-bottom:230px; }
.pb235,.p235-0 { padding-bottom:235px; }
.pb240,.p240-0 { padding-bottom:240px; }
.pb245,.p245-0 { padding-bottom:245px; }
.pb250,.p250-0 { padding-bottom:250px; }

.pt5,.p5-0{ padding-top:5px; }  
.pt10,.p10-0 { padding-top:10px; }
.pt15,.p15-0 { padding-top:15px; }
.pt20,.p20-0 { padding-top:20px; }
.pt25,.p25-0 { padding-top:25px; }
.pt30,.p30-0 { padding-top:30px  }
.pt35,.p35-0 { padding-top:35px  }
.pt40,.p40-0 { padding-top:40px; }
.pt45,.p45-0 { padding-top:45px; }
.pt50,.p50-0 { padding-top:50px; }
.pt55,.p55-0 { padding-top:55px; }
.pt60,.p60-0 { padding-top:60px; }
.pt65,.p65-0 { padding-top:65px; }
.pt70,.p70-0 { padding-top:70px; }
.pt75,.p75-0 { padding-top:75px; }
.pt80,.p80-0 { padding-top:80px; }
.pt85,.p85-0 { padding-top:85px; }
.pt90,.p90-0 { padding-top:90px; }
.pt95,.p95-0 { padding-top:95px; }
.pt100,.p100-0 { padding-top:100px; }
.pt105,.p105-0 { padding-top:105px; }
.pt110,.p110-0 { padding-top:110px; }
.pt115,.p115-0 { padding-top:115px; }
.pt120,.p120-0 { padding-top:120px; }
.pt125,.p125-0 { padding-top:125px; }
.pt130,.p130-0 { padding-top:130px; }
.pt135,.p135-0 { padding-top:135px; }
.pt140,.p140-0 { padding-top:140px; }
.pt145,.p145-0 { padding-top:145px; }
.pt150,.p150-0 { padding-top:150px; }
.pt155,.p155-0 { padding-top:155px; }
.pt160,.p160-0 { padding-top:160px; }
.pt165,.p165-0 { padding-top:165px; }
.pt170,.p170-0 { padding-top:170px; }
.pt175,.p175-0 { padding-top:175px; }
.pt180,.p180-0 { padding-top:180px; }
.pt185,.p185-0 { padding-top:185px; }
.pt190,.p190-0 { padding-top:190px; }
.pt200,.p200-0 { padding-top:200px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt215,.p215-0 { padding-top:215px; }
.pt220,.p220-0 { padding-top:220px; }
.pt225,.p225-0 { padding-top:225px; }
.pt230,.p230-0 { padding-top:230px; }
.pt235,.p235-0 { padding-top:235px; }
.pt240,.p240-0 { padding-top:240px; }
.pt245,.p245-0 { padding-top:245px; }
.pt250,.p250-0 { padding-top:250px; }
span.animat-line { border: 3px solid #7CC04E; box-sizing: border-box; border-radius: 2px; width: 29px; height: 29px; pointer-events: none; z-index: -1; border-right-color: transparent; border-bottom-color: transparent; padding-right: 0px; display: inline-block; margin-bottom: 1vw; margin-right: -18px; }
.orn-cta a { background-color: #eb9721; }
.orn-cta a:hover { background-color: #d5891e; }
.se-full-width1 .content-wrapper { max-width: 1636.59px; }

/* Footer */
.ficon-srts a{line-height: 0; display: inline-block; margin-right: 20px; color: #fff; width: 17.5px;}
.ficon-srts a svg{width:17.5px;}
.ficon-srts{display:flex;flex-wrap:wrap;align-items:center;margin-top:5px}
.ficon-srts a svg *{fill:#ffffff}
.ficon-srts a>span{font-size:0}
.ficon-srts a:last-child{margin-right:0}
.ficon-srts a:hover svg * { fill: #6ec1e7; }
.footer-module{display:flex;flex-wrap:wrap;justify-content:space-between;}
.footer-col2 *{color:#fff}
.footer-menu-opt ul{display:flex;flex-direction:column}
.footer-menu-opt ul li{font-size: 12px; color: #ffffff; list-style: none; margin: 0; margin-bottom: 8px;}
.footer-menu-opt ul li:last-child{margin-bottom:0}
.footer-title-txt1{margin-bottom: 16px;}
.footer-title-txt1 h6 { font-size: 12px; color: #25b0f0; font-weight: 600; text-transform: uppercase; }
.footer-col3 *{color:#fff}
.footer-menu-opt ul li a{line-height:inherit;font-size:inherit;font-family:inherit}
.footer-cont-info *{color: #fff; font-size: 12px;  line-height: 1.67;}
.footer-address-info{margin-bottom:0}
.footer-col1 { display: flex; flex-wrap: wrap; align-items: center; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.footer-col2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.footer-col3 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
.footer-col4 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; padding-right: 86px !important; }
.footer-col5 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
.footer-col4{width:223px}
.footer-col4 h6{margin-bottom:30px;font-family:'Open Sans',sans-serif;font-weight:700}
.footer-copy-right{text-align: center; padding: 10px 0; margin-top: 20px;}
.footer-copy-right * { color: #fff; font-size: 12px; margin-bottom: 8px; }
.footer-module > div { padding-right: 15px; } 
.footer-cont-info a:hover { color: #fff; font-family: 'Open Sans',sans-serif; }
.footer-cont-info>div a:hover ,.footer-menu-opt ul li a:hover ,.footer-copy-right a:hover  { color: #6ec1e7; }
.footer-copy-right * {
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}

.footer-title-txt1 h6 {
    font-size: 12px;
    color: #25b0f0;
    font-weight: 500;
    text-transform: uppercase;margin-bottom: 0;
}

.footer-form-op form input[type=text], .footer-form-op form input[type=email], .footer-form-op form input[type=password], .footer-form-op form input[type=tel], .footer-form-op form input[type=number], .footer-form-op form input[type=file], .footer-form-op form select, .footer-form-op form textarea {
    font-size: 12px;
    background-color: transparent;
    border-color: #979797;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    padding: 0px 0px 8px 0;
    color: #ffffff;
}

.footer-form-op .hs-input:focus ,.footer-form-op  .hs-input.invalid.error {
    border-color: #979797 !important;
    border-width: 0px 0px 1px 0px!important;box-shadow: none;
}
.se-footer-module { padding: 40px 0 0 0 !important; }
.footer-form-op form input[type=submit], .footer-form-op  form .hs-button {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #eb9721;
    border: 0;
    padding: 6px 25px 6px 0px;
    min-width: 80px;
    text-align: left;
    background: url(https://www.vibrenthealth.com/wp-content/themes/vibrenthealth/images/link_arrow_2.svg) no-repeat;;
    background-position: right 6px;
    transition: padding .2s ease-in-out;
    text-transform: capitalize;;
}

.footer-form-op form input[type=submit]:hover, .footer-form-op form .hs-button:hover {
    padding-right: 31px;
    color: #eb9721;
}
.footer-cont-info > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;margin-bottom: 8px;
}

.footer-cont-info > div svg * {
    fill: #fff;
}

.footer-cont-info > div svg {
    width: 12px;
    margin-bottom: 0;
}

.footer-cont-info > div > span {
    margin-bottom: 0;
    line-height: 0;
    margin-top: 3px;
    margin-right: 8px;
}
.flogo-srts { line-height: 0; }
.flogo-srts a { display: inline-block; }

/* Navigation */
.bm-nav-fixed1 {position: fixed;top: 0;left: 0;width: 100%;right: 0;margin: 0 auto;padding: 25.6px 0;transition: 0.5s ease all;z-index: 9999;background-color: #fff;box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);}
.bm-nav-fixed1.sticky { background-color: #000000; }
.bm-logo-img{width: 125px;line-height: 0;}
.bm-nav-fixed-head{display:flex;flex-wrap:wrap;align-items:center}
.bm-nav-cta{width:166px}
.bm-menu-mixed{width: calc(100% - 350px);padding-left: 24px;padding-right: 14px;}
.bm-menu-mixed ul{margin:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;}
.bm-menu-mixed ul li a{color:inherit}
.bm-menu-mixed ul li{color: #4A4F54;margin-bottom:0;margin:0 15px;font-family: ;font-weight:700;} 
.bm-nav-cta a { font-size: 12px; font-weight: 600; min-width: 166px; display: inline-block; text-align: center; color: #ffffff; font-family: "Work Sans", Arial, sans-serif; background: #FFFFFF33; border-radius: 30px; height: 40px; line-height: 40px; padding: 0px 10px; }
ul.hs-menu-children-wrapper.bm-add-m1 { min-width: 325px !important; }
.bm-menu-mixed .hs-menu-wrapper>ul>li { margin-bottom: 0; position: relative;margin: 0 !important; }
.bm-menu-mixed .hs-menu-wrapper ul li a:hover {color: #25b0f0;}
.bm-menu-mixed .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper { visibility: hidden; opacity: 0; position: absolute; background-color: #fff !important; padding: 17px 15px; z-index: 999; top: 100%; min-width: 206px; left: -50%; border: 1px solid #CCCCCC; }
.bm-menu-mixed .hs-menu-wrapper>ul>li:hover > a {color: #25b0f0;}
ul.hs-menu-children-wrapper li { color: #7a7a7a; font-size: 14px; margin: 0 0 10px; width: 100%; margin-bottom: 12px;    text-align: left; }
ul.hs-menu-children-wrapper li a img { margin-right: 15px; }
ul.hs-menu-children-wrapper li:last-child { margin-bottom: 0; }
.bm-menu-mixed .hs-menu-wrapper>ul>li:hover .hs-menu-children-wrapper { visibility: visible; opacity: 1 }
.bm-menu-mixed li.hs-menu-item.hs-menu-depth-1 > a {color: #000000;font-size: 16px;line-height: 1.2;font-family: 'Open Sans',sans-serif;font-weight: 500;padding: 8px 24px;}
.bm-menu-mixed .hs-menu-wrapper>ul>li:last-child { margin-right: 0; }
/* .bm-menu-mixed .hs-menu-wrapper>ul>li:after {position: absolute;content: "";width: auto;height: 2px;bottom: 11px;left: 0;right: 0;margin: 0 auto;background-color: #C64E7C;opacity: 0;visibility: hidden;transition: .5s ease all;}
.bm-menu-mixed .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after { opacity: 1; visibility: visible; } */
ul.hs-menu-children-wrapper li a { width: 100%; display: inline-block; font-size: 16px; font-weight: 400; color: #000000; line-height: 1.2;font-family: 'Open Sans', sans-serif;}
.bm-menu-mixed .mobile-trigger ~ .hs-menu-wrapper > ul > .bm-nav-cta {text-align: left; width: 100%;display:none;}
.bm-menu-mixed .mobile-trigger ~ .hs-menu-wrapper > ul > .bm-nav-cta a {background-color: #344fdf;color: #fff;}
.bm-menu-mixed ul li a:hover { opacity: 1; }
.bm-info-mixed{display:flex;flex-wrap:wrap;align-items:center;width:225px;justify-content:space-between}
.bm-serch-icon{line-height:0}
.bm-logo-img a{display:inline-block}
.bm-serch-icon svg *{fill:#000000}
.bm-nav-fixed-srts { margin-top: 101.19px; }
.bm-menu-mixed .hs-menu-wrapper>ul>li.hs-item-has-children:after { display: block; content: ""; width: 17px; height: 17px; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; transform: translateX(-50%) rotate( 135deg ); background-color: #fff; position: absolute; top: calc(100% - 8px); left: 50%; z-index: 999; opacity: 0; visibility: hidden; pointer-events: none;  }
.bm-menu-mixed .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after { opacity: 1; visibility: visible; }
/* .bm-serch-srts{position:relative;z-index:1} */
.as-serch-box{position: absolute; right: 0; width: 100%; top: 100%; transform: translateY(-100%); z-index: -39; opacity: 0; visibility: hidden; z-index: 9999; padding: 30px 20px;}
.as-serch-box.active{top: 100%; opacity: 1; visibility: visible; background-color: #fff}
.bm-serch-icon { cursor: pointer;margin-right: 2px; }
.as-serch-box .hs-search-field__bar { max-width: 985px; margin: 0 auto;position: relative; z-index: 1; }
form.as-serch-box-foorm { position: relative; z-index: 1;display: flex;margin-right: 30px; }
form.as-serch-box-foorm input[type=submit] { font-size: 14px; font-weight: 500; line-height: 14px; color: #ffffff; background-color: #25b0f0; border-radius: 0px; padding: 12px 12px 12px 12px; min-width: 106px;    margin-left: 52px; }
.as-serch-box form.as-serch-box-foorm input[type=text] {box-sizing: border-box; height: 40px; padding: 0.5rem 1rem; font-size: 16px; line-height: 1.5; border-radius: 0px; border: 1px solid rgba(0, 0, 0, 0.25); }
.bm-menu-mixed li.hs-menu-item.hs-menu-depth-1>a:before { transition: 300ms; height: 1px; content: ""; position: absolute; background-color: #25b0f0; transition-property: all; transition-duration: 300ms; transition-timing-function: ease; transition-delay: 0s; width: 0%; bottom: -6px; }
.bm-menu-mixed li.hs-menu-item.hs-menu-depth-1>a:hover:before { width: calc(100% - 48px); }
/*  */
.ul-check-style ul { padding: 0; list-style: none; }
.ul-check-style ul li:before { content: ''; position: absolute; top: 3px; left: 0; width: 29px; height: 29px; background-image: url('https://f.hubspotusercontent30.net/hubfs/2706839/Content%20Bacon%20Jan2022/check-icon.svg'); background-repeat: no-repeat; background-position: center; background-size: contain; }
.ul-check-style ul li { position: relative; padding-left: 45px; line-height: 1.5em; margin-top: 20px; padding-bottom: 20px; }
.ul-check-style ul li span { color: #7CC04E; }
.ul-check-style.white-check li { color: #fff; }
.ul-check-style.white-check ul li:before { background-image: url(https://f.hubspotusercontent30.net/hubfs/2706839/Content%20Bacon%20Jan2022/white.svg); }
.as-close-search { position: absolute; right: -30px; top: 50%; transform: translateY(-50%); line-height: 0; z-index: 999; cursor: pointer; }
form.as-serch-box-foorm input[type=submit]:hover { background-color: #218CBE; }


/* Search page */
.as-search-mm-page { padding: 30px 0 50px;min-height: 500px !important;}
.as-set-fixed-sserch {max-width: 960px;margin: 0 auto !important;float: none !important;}
.al-section-body {padding: 50px 0 0;}
.as-serch-boxx {max-width: 650px;margin: 0 auto;}
.as-search-mm-page select, .as-search-mm-page textarea, .as-search-mm-page input[type=color], .as-search-mm-page input[type=date], .as-search-mm-page input[type=datetime-local], .as-search-mm-page input[type=datetime], .as-search-mm-page input[type=email], .as-search-mm-page input[type=month], .as-search-mm-page input[type=number], .as-search-mm-page input[type=password], .as-search-mm-page input[type=search], .as-search-mm-page input[type=tel], .as-search-mm-page input[type=text], .as-search-mm-page input[type=time], .as-search-mm-page input[type=url], .as-search-mm-page input[type=week], .as-search-mm-page textarea {-webkit-appearance: none; -moz-appearance: none; background-color: transparent; color: #000; display: block; font-size: 16px; height: 40px; padding: 0 15px 0px 35px; width: 100%; color: #444; border: 1px solid; border-radius: 3px; background: url(https://cdn2.hubspot.net/hubfs/1895154/Allari/search-gray.png) no-repeat 10px center;}
.as-search-mm-page input#scta { display: none; }
.as-serch-boxx p {font-weight: 700; margin-top: 10px;} 
.as-search-mm-page ul#hsresults>li:first-child { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(25,26,26,0.7); }
.as-search-mm-page .hs-search-results__pagination { display: flex; justify-content: space-between; }
.set-ms-cta01 { width: 50%; text-align: left; }
.set-ms-cta02 { width: 50%; text-align: right; }
.as-search-mm-page .hs-search-results__pagination a { padding: 0; font-size: 14px; }
.al-section-body > h2 { margin-bottom: 36px; text-align: center; }

.support-main .support-form .hs-file_upload .input input::-webkit-file-upload-button:hover { background-color: #4a4f54; color: #fff;}

.lp-page main#main-content { overflow: inherit;}
.al-section-body h5 a { color: inherit; line-height: inherit; font-size: inherit; font-weight: inherit; font-family: inherit; }
.as-search-mm-page li { list-style-type: none; margin-bottom: 30px; }
.as-search-mm-page ul { padding-left: 0; }
/* .inbound-menu .menu-select {display: none !important;} */



.se-banner-module{padding: 80px 0 80px; min-height: 415px;}
.se-banner-logo-img img{max-width:275px!important}
.se-banner-logo-img{margin-bottom:30px}
.se-border-left1 { margin-left: 28px; padding-left: 50px; border-left: 1px solid #25b0f0; }
.se-form-mid-fixed{display:flex;flex-wrap:wrap;align-items: flex-start;}
.se-form-left-info{width:55.5%}
.se-form-right-info{width:calc(44.5% - 30px);margin-left: 30px;background-color: #ffffff; padding: 40px;}
.se-form-module{padding:80px 0}
.se-service-icon{width: 130px; height: 130px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0 auto 10px;}
.se-service-icon img {cursor: pointer;}
.se-service-icon svg{    height: 100% !important;}
.se-service-icon span{line-height:0}
.se-service-icon svg *{fill:#ffff}
.se-service-info-txt{width: 100%;}
.se-service-items{display: flex; flex-wrap: wrap; align-items: center; width: calc(33.33% - 20px); margin: 0 10px 50px; text-align: center;}
.se-service-module{padding:50px 0 0;position: relative; z-index: 999;}
.se-service-info-txt h4{margin-bottom: 0; color: #ffffff; font-size: 20px; font-weight: 500;}
.se-add-service-list{display: flex; flex-wrap: wrap; align-items: center; margin: 0 -10px;margin-top:40px}
.se-banner-logo-img a{display:inline-block}
.se-comman-style .footer-row > .bg-white-500 { background-color: #e2e8f0; }
.se-form-left-info .se-service-items { width: calc(100% - 20px); }
/* .widget-type-form .se-form-right-info form { box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%); border: none; } */
.se-form-right-info .mb-8 { margin-bottom: 20px; }
.se-sinfo-txt { width: 100%; margin-bottom: 40px; }
img.se-himg { display: none; }
.se-service-icon:hover img.se-himg {
    display: block;
}

.se-service-icon:hover img.se-img {
    display: none;
}
.se-thank-you-form .se-form-mid-fixed { align-items: flex-start; }
.form-contact-srt .hs_submit { text-align: center; }
.se-footer-module .footer-form-op .submitted-message { color: #fff; font-size: 16px; font-weight: 500; }
.se-thank-you-form .se-banner-module { min-height: auto; }
.bm-nav-fixed-srts.bm-simple-nav1 .bm-nav-fixed1 { padding: 35.3px 0; }
.se-service-icon {
position: relative;
}

.se-service-icon .tooltip {
background: #ffffff; top: 100%; display: block; left: 50%; margin-bottom: 15px; opacity: 0; padding: 20px; pointer-events: none; position: absolute; width: 100%; min-width: 380px; -webkit-transform: translateY(10px) translateX(-50%); -moz-transform: translateY(10px) translateX(-50%); -ms-transform: translateY(10px) translateX(-50%); -o-transform: translateY(10px) translateX(-50%); transform: translateY(10px) translateX(-50%); -webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 28%); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); box-shadow: 2px 2px 6pxrgba(0, 0, 0, 0.28); text-align: left;z-index:999
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.se-service-icon .tooltip:before {
top: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
.se-service-icon .tooltip:after {
border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #ffffff 10px; top: -10px; content: " "; height: 0; left: 50%; margin-left: -13px; position: absolute; width: 0; transform: rotate(180deg);
}

.se-service-icon:hover .tooltip {
opacity: 1; pointer-events: auto; 
}
/* -------------------------------------------commen for all sites but if requiired then custom from above content ---------------------------------------------------- */
/*--------------- Responsive media query style start here ----------------*/

@media(min-width: 1200px){ 
    .bm-nav-fixed1 .content-wrapper , .se-full-width1 .content-wrapper { padding: 0 30px;max-width: 100% ;width: 100% !important; }
    .bm-nav-fixed-head .bm-menu-mixed .bm-info-mixed { display: none; }

    /*     
    body.transparent-navbar .bm-nav-fixed1{background-color:rgba(198,78,124,1.0);box-shadow:unset}
    body.transparent-navbar .bm-nav-fixed1 .bm-menu-mixed li.hs-menu-item.hs-menu-depth-1>a{color:#fff}
    body.transparent-navbar .bm-nav-fixed1 .bm-serch-icon svg *{fill:#fff}
    body.transparent-navbar .bm-nav-fixed1 .button-of a{border-color:#fff;color:#fff}
    body.transparent-navbar .bm-nav-fixed1 .button-of a:hover { background-color: #fff; color: #C64E7C; }

    body.transparent-navbar .bm-nav-fixed1.nav-sticky { background-color: #fff !important;box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 8%); }
    body.transparent-navbar .bm-nav-fixed1.nav-sticky .bm-menu-mixed li.hs-menu-item.hs-menu-depth-1>a {color:#000000}
    body.transparent-navbar .bm-nav-fixed1.nav-sticky .bm-serch-icon svg *{fill:#000000}
    body.transparent-navbar .bm-nav-fixed1.nav-sticky .button-of a{border-color:#000000;color:#C64E7C}
    body.transparent-navbar .bm-nav-fixed1.nav-sticky .button-of a:hover { background-color: #000000; color: #ffffff; } */

    .custom-menu-primary .hs-menu-wrapper {display: block !important;}
    .bm-menu-mixed .hs-menu-wrapper>ul>li:hover .hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; display: block !important; }


}
@media(min-width: 1400px){ 
    .bm-nav-fixed1 .content-wrapper , .se-full-width1 .content-wrapper { padding: 0 7%;max-width: 100%; width: 100% !important; }

}

@media(min-width: 1900px){ 
    .bm-nav-fixed1 .content-wrapper , .se-full-width1 .content-wrapper { padding: 0 7%;max-width: 100%; width: 100% !important; }

}





@media(min-width: 991px){ 


    div.support-main .support-form .hs-fieldtype-booleancheckbox .input li label input + span:before,
    div.support-main .support-form .hs-fieldtype-booleancheckbox .input li label input:checked + span:after{ top: 6px; }

}
@media (max-width: 1480px){
    .bm-menu-mixed li.hs-menu-item.hs-menu-depth-1>a { padding: 8px 16px; }
    .bm-menu-mixed li.hs-menu-item.hs-menu-depth-1>a:hover:before { width: calc(100% - 31px); }
}
@media (max-width: 1360px){
    .content-wrapper {width: 91% !important; }
    .se-footer-module .content-wrapper { width: 100% !important; }
}
@media (max-width: 1280px){

}

@media (max-width: 1200px){
}


@media (max-width: 1199px){
    .bm-nav-fixed1 .content-wrapper , .se-full-width1 .content-wrapper { padding: 0 15px;max-width: 100% ;width: 100% !important; }
    .bm-nav-fixed-head > .bm-info-mixed { display: none; }
    .bm-menu-mixed .hs-menu-wrapper>ul>li.hs-item-has-children:after { position: unset; content: none; }
    .mobile-trigger { display: flex !important; justify-content: center; align-items: center; position: absolute; top: 26px; right: 15px; width: 56px; height: 40px; z-index: 1; border: 1px solid #0000001a; border-radius: 0.25rem;}
    .mobile-trigger .line { display: block; background: #7f7f7f; width: 24px; height: 2px; position: absolute; left: 15px; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s;}
    .mobile-trigger .line.line-3 { top: 11px; }
    .mobile-trigger .line.line-2 { top: 19px; }
    .mobile-trigger .line.line-1 { top: 27px; } 
/*     .mobile-trigger.active-re .line-2 { opacity: 0; }
    .mobile-trigger.active-re .line-3 { transform: translateY(-7px) translateX(0) rotate(-45deg); -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg); -moz-transform: translateY(-7px) translateX(0) rotate(-45deg); background-color: #4A4F54; }
    .mobile-trigger.active-re .line-1 { transform: translateY(11px) translateX(0) rotate(45deg); -webkit-transform: translateY(11px) translateX(0) rotate(45deg); -moz-transform: translateY(11px) translateX(0) rotate(45deg); background-color: #4A4F54; } */
    .custom-menu-primary .hs-menu-wrapper { display: none; }
    .custom-menu-primary .hs-menu-wrapper { padding: 0 15px 25.6px ; position: absolute; top: 100%; left: 0; margin: 0; background-image: none; background-color: #fff; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; max-width: none; width: 100%; height: auto; z-index: 9;}
    .sp-nav-right .hs-menu-wrapper>ul { display: block; text-align: left; } 
    ul.hs-menu-children-wrapper li {margin-bottom: 13px; text-align: left;}
    .child-trigger i { position: relative; top: 50%; margin: 0 auto !important; }
    .child-trigger i:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
    .child-trigger i:after { position: absolute; content: ''; }
    .child-trigger i, .child-trigger i:after { width: 10px; height: 2px; background-color: #000000; display: block; }
    .child-trigger.child-open i:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
    .child-trigger { width: 30px !important; min-width: 30px !important; height: 21px !important; display: block !important; cursor: pointer; position: absolute; top: 4px; right: 0; padding: 0 !important; border-left: 1px dotted rgba(255,255,255,.20); border-left: 2px dotted #4A4F54;}
    .sp-nav-right .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper { position: initial; display: none; width: 100% !important; visibility: visible; opacity: 1; box-shadow: none; border-top: 0; min-width: 100%; }
    .bm-menu-mixed { width: calc(100% - 310px);}
    .bm-menu-mixed .hs-menu-wrapper>ul>li { margin: 0;  padding: 0px; min-width: 100%; color: #000000; }
    .bm-menu-mixed .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper { position: initial;    border: 0;  display: none; width: 100% !important; visibility: visible; opacity: 1; box-shadow: none; border-top: 0; min-width: 100%; padding:5px 0 0px 10px;transition: none;}
    .bm-menu-mixed .hs-menu-wrapper>ul>li:after { position: unset; content: none;}
    .bm-menu-mixed .mobile-trigger ~ .hs-menu-wrapper > ul > .bm-nav-cta {display:block;}
    .bm-menu-mixed ~ .bm-nav-cta { display: none; }
    .bm-nav-fixed1 { padding: 31px 0; }
    .bm-menu-mixed li.hs-menu-item.hs-menu-depth-1>a { padding: 8px 0 8px 0; font-weight: 600; display: inline-block; line-height: 1.5; }
    .bm-info-mixed { width: 100% ; }
    body.search-active .bm-menu-mixed.custom-menu-primary .hs-menu-wrapper { padding-bottom: 77px; }
    .bm-info-mixed { position: relative; z-index: 1; }
    .as-serch-box { padding: 6px; top: calc(100% + 56px) !important;display: none; }
    .as-serch-box .hs-search-field__bar { max-width: 492px; margin: 0 0 auto; }
    form.as-serch-box-foorm input[type=submit] { margin-left: 32px; }
    .as-serch-box.active { display: block; }
    body.mobile-open { overflow: hidden; }
    .bm-nav-fixed-srts { margin-top: 92px; }
    .bm-nav-fixed-srts.bm-simple-nav1 .bm-nav-fixed1 { padding: 30.9px 0; }
    .bm-menu-mixed li.hs-menu-item.hs-menu-depth-1>a:before { bottom: 0px; }

}
@media(max-height:575px) and (max-width:1199px){
    .custom-menu-primary .hs-menu-wrapper {  height: calc(100vh - 92px);overflow: auto;}
}
@media (max-width: 1180px){
    .bm-menu-mixed { width: calc(100% - 280px); }

}
@media (max-width: 1080px){

    h1 { font-size:38px }
    h2 { font-size:34px }
    h3 { font-size:28px }

    .bm-serch-srts .bm-serch-icon svg { max-width: 20px; }
    .bm-menu-mixed li.hs-menu-item.hs-menu-depth-1 > a { font-size: 16px; }
    .se-service-icon .tooltip { min-width: 336px; }

}
@media (max-width: 1024px){

}
@media (max-width: 1159px){

    h2,.h2 h1 { font-size: 40px;}


}

@media(max-width:820px){

}


@media screen and (min-width:991px){

}

@media (max-width: 991px){





    .pb35,.p35-0 { padding-bottom:30px;}
    .pb40,.p40-0 { padding-bottom:25px; }
    .pb45,.p45-0 { padding-bottom:25px; }
    .pb50,.p50-0 { padding-bottom:35px; }
    .pb55,.p55-0 { padding-bottom:35px; }
    .pb60,.p60-0 { padding-bottom:40px; }
    .pb65,.p65-0 { padding-bottom:40px; }
    .pb70,.p70-0 { padding-bottom:50px; }
    .pb75,.p75-0 { padding-bottom:50px; }
    .pb80,.p80-0 { padding-bottom:55px; }
    .pb85,.p85-0 { padding-bottom:55px; }
    .pb90,.p90-0 { padding-bottom:55px; }
    .pb95,.p95-0 { padding-bottom:55px; }
    .pb100,.p100-0 { padding-bottom:55px; }
    .pb105,.p105-0 { padding-bottom:60px; }
    .pb110,.p110-0 { padding-bottom:60px; }
    .pb115,.p115-0 { padding-bottom:60px; }
    .pb120,.p120-0 { padding-bottom:60px; }
    .pb125,.p125-0 { padding-bottom:60px; }
    .pb130,.p130-0 { padding-bottom:60px; }
    .pb135,.p135-0 { padding-bottom:60px; }
    .pb140,.p140-0 { padding-bottom:60px; }
    .pb145,.p145-0 { padding-bottom:60px; }
    .pb150,.p150-0 { padding-bottom:60px; }
    .pb155,.p155-0 { padding-bottom:60px; }
    .pb160,.p160-0 { padding-bottom:60px; }
    .pb165,.p165-0 { padding-bottom:60px; }
    .pb170,.p170-0 { padding-bottom:60px; }
    .pb175,.p175-0 { padding-bottom:60px; }
    .pb180,.p180-0 { padding-bottom:60px; }
    .pb185,.p185-0 { padding-bottom:60px; }
    .pb190,.p190-0 { padding-bottom:60px; }
    .pb200,.p200-0 { padding-bottom:60px; }
    .pb205,.p205-0 { padding-bottom:60px; }
    .pb210,.p210-0 { padding-bottom:60px; }
    .pb205,.p205-0 { padding-bottom:60px; }
    .pb210,.p210-0 { padding-bottom:60px; }
    .pb205,.p205-0 { padding-bottom:60px; }
    .pb210,.p210-0 { padding-bottom:60px; }
    .pb215,.p215-0 { padding-bottom:60px; }
    .pb220,.p220-0 { padding-bottom:60px; }
    .pb225,.p225-0 { padding-bottom:60px; }
    .pb230,.p230-0 { padding-bottom:60px; }
    .pb235,.p235-0 { padding-bottom:60px; }
    .pb240,.p240-0 { padding-bottom:60px; }
    .pb245,.p245-0 { padding-bottom:60px; }
    .pb250,.p250-0 { padding-bottom:60px; }

    .pt35,.p35-0 { padding-top:30px  }
    .pt40,.p40-0 { padding-top:25px; }
    .pt45,.p45-0 { padding-top:25px; }
    .pt50,.p50-0 { padding-top:35px; }
    .pt55,.p55-0 { padding-top:35px; }
    .pt60,.p60-0 { padding-top:40px; }
    .pt65,.p65-0 { padding-top:40px; }
    .pt70,.p70-0 { padding-top:50px; }
    .pt75,.p75-0 { padding-top:50px; }
    .pt80,.p80-0 { padding-top:55px; }
    .pt85,.p85-0 { padding-top:55px; }
    .pt90,.p90-0 { padding-top:55px; }
    .pt95,.p95-0 { padding-top:55px; }
    .pt100,.p100-0 { padding-top:55px; }
    .pt105,.p105-0 { padding-top:60px; }
    .pt110,.p110-0 { padding-top:60px; }
    .pt115,.p115-0 { padding-top:60px; }
    .pt120,.p120-0 { padding-top:60px; }
    .pt125,.p125-0 { padding-top:60px; }
    .pt130,.p130-0 { padding-top:60px; }
    .pt135,.p135-0 { padding-top:60px; }
    .pt140,.p140-0 { padding-top:60px; }
    .pt145,.p145-0 { padding-top:60px; }
    .pt150,.p150-0 { padding-top:60px; }
    .pt155,.p155-0 { padding-top:60px; }
    .pt160,.p160-0 { padding-top:60px; }
    .pt165,.p165-0 { padding-top:60px; }
    .pt170,.p170-0 { padding-top:60px; }
    .pt175,.p175-0 { padding-top:60px; }
    .pt180,.p180-0 { padding-top:60px; }
    .pt185,.p185-0 { padding-top:60px; }
    .pt190,.p190-0 { padding-top:60px; }
    .pt200,.p200-0 { padding-top:60px; }
    .pt205,.p205-0 { padding-top:60px; }
    .pt210,.p210-0 { padding-top:60px; }
    .pt205,.p205-0 { padding-top:60px; }
    .pt210,.p210-0 { padding-top:60px; }
    .pt205,.p205-0 { padding-top:60px; }
    .pt210,.p210-0 { padding-top:60px; }
    .pt215,.p215-0 { padding-top:60px; }
    .pt220,.p220-0 { padding-top:60px; }
    .pt225,.p225-0 { padding-top:60px; }
    .pt230,.p230-0 { padding-top:60px; }
    .pt235,.p235-0 { padding-top:60px; }
    .pt240,.p240-0 { padding-top:60px; }
    .pt245,.p245-0 { padding-top:60px; }
    .pt250,.p250-0 { padding-top:60px; }

    .content-wrapper {width: 100% !important; }
    .footer-module>div{width: 100%; padding-right: 0; text-align: center; max-width: 100%; margin-bottom: 0; text-align: left;}
    .footer-module>div:last-child{margin-bottom:0}
   
    .author-module {background-size: contain;}
    .tab-button-outer { display: none; }
    .free-stuff-left-cont .stuff-hedline { justify-content: center; }
    .free-stuff-right-cont { width: 100%; text-align: center; }
    .banner-left-cont { width: 100%; padding-right: 0; margin-bottom: 30px; }
    .banner-fixed-inner { max-width: 100%; text-align: center; }
    .banner-ani-img { width: 195px; }
    .free-stuff-left-cont { width: 100%; padding-right: 0; margin-bottom: 30px; text-align: center; }
    .free-stuff-right-cont { width: 100%; }
    .plan-module p { font-size: 22px; }
    .card-iteams { width: 100%; min-height: auto; }
    .banner-ani-img { width: 195px; margin: 0 auto; }
    .lp-bleft-info { width: 100%; padding-right: 0; padding-top: 0;padding-bottom: 0; margin-bottom: 25px; }
    .lp-bright-form { width: 100%; padding: 40px 30px; }


    h1 { font-size:36px }





    form fieldset.form-columns-3>.hs-form-field{ width: 100%!important; margin-left: 0px!important;margin-right: 0px!important;}

    .se-form-left-info { width: 100%; text-align: left; margin-top: 40px; order: 2; }
    .se-form-right-info {width: 100%; /* padding-left: 0; */ order: 1; margin-left: 0; }
    .se-form-left-info .se-service-items { flex-direction: column; }

    .footer-col1 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
    .footer-module { max-width: 540px; margin: 0 auto; }
    .footer-col2 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-top: 25px; }
    .footer-col3 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-top: 25px; }
    .footer-col4 { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-right: 0 !important; margin-top: 24px; }
    .footer-col5 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0; margin-top: 24px; }
    .se-service-icon .tooltip { min-width: 251px; }

}

@media (max-width: 840px){
    blockquote {  padding: 26px 20px;}

}
@media (max-width: 767px){

    .mobilept0,.mobilep0-0{ padding-top:0px;}
    .mobilept5,.mobilep5-0{ padding-top:5px;}  
    .mobilept10,.mobilep10-0 { padding-top:10px;}
    .mobilept15,.mobilep15-0 { padding-top:15px;}
    .mobilept20,.mobilep20-0 { padding-top:20px;}
    .mobilept25,.mobilep25-0 { padding-top:25px;}
    .mobilept30,.mobilep30-0 { padding-top:30px;}
    .mobilept35,.mobilep35-0 { padding-top:35px;}
    .mobilept40,.mobilep40-0 { padding-top:40px;}
    .mobilept45,.mobilep45-0 { padding-top:45px;}
    .mobilept50,.mobilep50-0 { padding-top:50px;}
    .mobilept55,.mobilep55-0 { padding-top:55px;}
    .mobilept60,.mobilep60-0 { padding-top:60px;}
    .mobilept65,.mobilep65-0 { padding-top:65px;}
    .mobilept70,.mobilep70-0 { padding-top:70px;}
    .mobilept75,.mobilep75-0 { padding-top:75px;}
    .mobilept80,.mobilep80-0 { padding-top:80px;}
    .mobilept85,.mobilep85-0 { padding-top:85px;}
    .mobilept90,.mobilep90-0 { padding-top:90px;}
    .mobilept95,.mobilep95-0 { padding-top:95px;}
    .mobilept100,.mobilep100-0 { padding-top:100px;}
    .mobilept105,.mobilep105-0 { padding-top:105px;}
    .mobilept110,.mobilep110-0 { padding-top:110px;}
    .mobilept115,.mobilep115-0 { padding-top:115px;}
    .mobilept120,.mobilep120-0 { padding-top:120px;}
    .mobilept125,.mobilep125-0 { padding-top:125px;}
    .mobilept130,.mobilep130-0 { padding-top:130px;}

    .mobilepb0,.mobilep0-0{ padding-bottom:0px;}  
    .mobilepb5,.mobilep5-0{ padding-bottom:5px;}  
    .mobilepb10,.mobilep10-0 { padding-bottom:10px;}
    .mobilepb15,.mobilep15-0 { padding-bottom:15px;}
    .mobilepb20,.mobilep20-0 { padding-bottom:20px;}
    .mobilepb25,.mobilep25-0 { padding-bottom:25px;}
    .mobilepb30,.mobilep30-0 { padding-bottom:30px;}
    .mobilepb35,.mobilep35-0 { padding-bottom:35px;}
    .mobilepb40,.mobilep40-0 { padding-bottom:40px;}
    .mobilepb45,.mobilep45-0 { padding-bottom:45px;}
    .mobilepb50,.mobilep50-0 { padding-bottom:50px;}
    .mobilepb55,.mobilep55-0 { padding-bottom:55px;}
    .mobilepb60,.mobilep60-0 { padding-bottom:60px;}
    .mobilepb65,.mobilep65-0 { padding-bottom:65px;}
    .mobilepb70,.mobilep70-0 { padding-bottom:70px;}
    .mobilepb75,.mobilep75-0 { padding-bottom:75px;}
    .mobilepb80,.mobilep80-0 { padding-bottom:80px;}
    .mobilepb85,.mobilep85-0 { padding-bottom:85px;}
    .mobilepb90,.mobilep90-0 { padding-bottom:90px;}
    .mobilepb95,.mobilep95-0 { padding-bottom:95px;}
    .mobilepb100,.mobilep100-0 { padding-bottom:100px;}
    .mobilepb105,.mobilep105-0 { padding-bottom:105px;}
    .mobilepb110,.mobilep110-0 { padding-bottom:110px;}
    .mobilepb115,.mobilep115-0 { padding-bottom:115px;}
    .mobilepb120,.mobilep120-0 { padding-bottom:120px;}
    .mobilepb125,.mobilep125-0 { padding-bottom:125px;}
    .mobilepb130,.mobilep130-0 { padding-bottom:130px;}


    h1 { font-size:32px }
    h2 { font-size:30px }
    h3 { font-size:25px }
    h4 { font-size:22px }
    h5 { font-size:20px }
    h6 { font-size:19px }

    .tried-main .tried-outer > div { width: 100%; }
    .tried-main .tried-outer .tried-left { padding-right: 0; font-size: 16px; }
    .ul-check-style ul li:before { width: 22px; height: 22px; }
    .ul-check-style ul li { padding-left: 35px; margin-top: 10px; padding-bottom: 10px; }
    .tried-main .tried-outer { margin-top: 30px; }
    .tried-boxes .tried-box img { max-height: 90px; }
    .tried-boxes { margin: 0px auto; max-width: 310px; }
    .team-main .team-outer { margin-top: 20px; }
    .team-main .team-boxes .team-box > span { font-size: 16px; margin-top: 15px; }
    .team-main .team-outer .team-boxes-wrapper > h6 { margin-bottom: 20px; }
    .form-contact-info { padding: 30px 15px; border-radius: 10px; }

    form fieldset.form-columns-2 > .hs-form-field { width: calc(50% - 10px) !important; }
    form fieldset.form-columns-2 > .hs-form-field:last-child { margin-left: 10px; }
    form fieldset.form-columns-2 > .hs-form-field:first-child { margin-right: 10px; }

    .se-service-items {  width: calc(100% - 20px); margin: 0 10px 30px;flex-direction: column; }
    .se-banner-module { padding: 90px 0; }
    .se-form-module { padding: 60px 0; }
    .bm-nav-fixed1 { padding: 17px 0; }
    .bm-nav-fixed-srts { margin-top: 64px; }
    .se-border-left1 { margin-left: 0; padding-left: 0; border-left: 0; }
    .se-form-right-info { padding: 40px 20px; }
    .se-add-service-list { max-width: 540px; margin: 0 auto; }
    .se-service-items { width: calc(50% - 20px); margin: 0 10px 50px; }
    .se-service-info-txt h4 { font-size: 16px; }
    .bm-nav-fixed-srts.bm-simple-nav1 .bm-nav-fixed1 { padding: 16.9px 0; }
    .mobile-trigger { top: 11px; }

}
@media(max-height:575px) and (max-width:767px){
    .custom-menu-primary .hs-menu-wrapper { height: calc(100vh - 64px) }
}
@media (max-width: 640px){
    h1 { font-size: 30px; }
    h2 { font-size:25px }
    h3 { font-size:22px }
    h4 { font-size:20px }
    h5 { font-size:19px }
    h6 { font-size:18px }
    body , html , p {font-size: 16px; }
    blockquote { font-size: 16px; }
    .se-banner-module { min-height: auto; padding: 45px 0; }



}
@media (max-width: 575px){
    .bm-logo-img { width: 110px; }
    .bm-nav-fixed1 { padding: 18px 0; }
    .bm-nav-fixed-srts { margin-top: 62.39px; }
    .bm-nav-fixed-srts.bm-simple-nav1 .bm-nav-fixed1 { padding: 18px 0; }
}
@media(max-height:575px) and (max-width:575px){
    .custom-menu-primary .hs-menu-wrapper { height: calc(100vh - 62.39px) }
}
@media (max-width: 480px){

    h1 { font-size: 26px; }
    h2 { font-size:24px }

    form fieldset.form-columns-2 > .hs-form-field { width: 100% !important; }
    form fieldset.form-columns-2 > .hs-form-field:last-child { margin-left: 0px; }
    form fieldset.form-columns-2 > .hs-form-field:first-child { margin-right: 0px; }




    .bm-menu-mixed { width: 0 !important; float: left; padding: 0; } 
    .bm-nav-fixed-head { width: 100%; flex-wrap: inherit;justify-content: space-between; }

    span.ani-txt-auto .banner-auto-txt-fild { top: -46px; left: 0; transform: translateX(-60%) rotate( -5deg ); font-size: 28px; }
  

    .getfree-boxes .getfree-boxe { width: 100%; margin: 10px 0px; }
    .getfree-boxes { margin: 0; }

    form.as-serch-box-foorm input[type=submit] { margin-left: 8px; min-width: 77px; }

   
    .mobile-trigger { top: 10px; }
    .se-service-icon .tooltip { min-width: 191px; }
    .tooltip * { font-size: 14px; }


}
@media (max-width: 440px){



}
@media (max-width: 375px){
.se-service-icon .tooltip { min-width: 165px; }
}
/*--------------- Responsive media query style start here ----------------*/