*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, 
iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, 
tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, 
mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
    letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0em;
  margin-block-end: 0em;
}
/*! 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.
 */

 * {
   margin: 0;
   padding: 0;
 }

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0 !important;
  overflow-x: hidden;
}

/**
 * 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-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;
}
@font-face {
  font-family: 'Gellix';
  src: url('https://5444950.fs1.hubspotusercontent-na1.net/hubfs/5444950/Acumen%20Academy%20Fonts/Gellix-Bold.woff2')
      format('woff2'),
    url('https://5444950.fs1.hubspotusercontent-na1.net/hubfs/5444950/Acumen%20Academy%20Fonts/Gellix-Bold.woff')
      format('woff'),
    url('https://5444950.fs1.hubspotusercontent-na1.net/hubfs/5444950/Acumen%20Academy%20Fonts/Gellix-Bold.ttf'),
    format('ttf');
}

@font-face {
  font-family: 'Gellix-Medium';
  src: url('https://5444950.fs1.hubspotusercontent-na1.net/hubfs/5444950/Acumen%20Academy%20Fonts/Gellix-Medium.woff2')
      format('woff2'),
    url('https://5444950.fs1.hubspotusercontent-na1.net/hubfs/5444950/Acumen%20Academy%20Fonts/Gellix-Medium.woff')
      format('woff'),
    url('https://5444950.fs1.hubspotusercontent-na1.net/hubfs/5444950/Acumen%20Academy%20Fonts/Gellix-Medium.ttf'),
    format('ttf');
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

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

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

/* Custom */
.full-widith {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex-end {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: flex-end;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

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

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

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

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

.hs_cos_wrapper_type_module {
  /* margin: 25px 0; */
}

@media (max-width: 800px) {
  .hs_cos_wrapper_type_module {
    /* margin: 15px 0; */
  }
}
body {
  line-height: 1.4;
  word-break: break-word;
  font-family: var(--primary_font_medium);
}

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

/* Paragraphs */

p {
  margin-bottom: 1em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  padding-left: 15px;
}

/* Horizontal rules */

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


em {
  font-style: italic;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

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

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

.white-button,
.black-button,
.disabled-button {
  font-family: Gellix;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  font-size: 17px;
  padding: 1em;
  height: 51px;
}
.white-button {
  color: #fff;
  border: 1px solid #fff;
  &:active,
  &:hover {
    background-color: #fff;
    color: #000000;
  }
}
.black-button {
  border: 1px solid #000000;
  &:active,
  &:hover {
    background-color: #000000;
    color: #fff;
  }
}
.disabled-button {
  background-color: #b4b4b4;
  color: #fff;
  border: 1px solid #b4b4b4;
  cursor: not-allowed;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 0;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input {
  font-family: var(--primary_font_medium);
}

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: transparent;
  border: 2px solid #b4b4b4;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}
.form-focus-border {
	border-color: var(--primary_color) !important;
	position: relative !important;
	z-index: 1;
}
form input::placeholder {
	transition: .2s;
}
.form-focus-border input::placeholder,
.form-focus-border textarea::placeholder {
	opacity: 0;
}
form textarea {
	resize: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover, 
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form textarea:-webkit-autofill:active
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus,
form select:-webkit-autofill:active {
  -webkit-text-fill-color: ; 
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  background-image: none !important;
  transition: background-color 5000s;
}

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

form input:focus-visible {
  outline-offset: 0px;
}
.newsletter-form .actions,
.newsletter-form-module .actions {
	height: max-content;
}
form .actions {
	overflow: hidden;
}
input.hs-button {}

.newsletter-form input.hs-button,
.newsletter-form-module input.hs-button {
	min-height: 56px;
}
.hs-form .hs-submit {
  margin-top: 20px;
/* 	background-color: var(--primary_color); */
}
.hs-error-msgs .hs-error-msg {
	line-height: 1.5;
	margin-left: 6px !important;
}
.newsletter-form-module .hs-submit {
	background-color: #ffffff;
}
.newsletter-form-module form .hs-form-field {
	border-color:  #ffffff !important;
}
/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
}

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

form input[type=checkbox],
form input[type="checkbox"]:checked + span:before,
form input[type="checkbox"]:not(:checked) + span:before {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid var(--primary_color);
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary_color);
}

/* form input[type="radio"]:checked,
form input[type="radio"]:not(:checked), */
form input[type="checkbox"]:checked,
form input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

form input[type="radio"]:checked + span,
form input[type="radio"]:not(:checked) + span
{
    position: relative;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
}

form input[type="checkbox"]:checked + span,
form input[type="checkbox"]:not(:checked) + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
	text-transform:none;
}

form input[type="checkbox"]:not(:checked) + span:before{
  content: '';
  position: absolute;
  left: -30px;
  top: -4px;
  width: 20px;
  height: 20px;
}

form input[type="radio"]:checked + span:before,
form input[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: -25.5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary_color);
  border-radius: 100%;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 0 20px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Hubspot Form */
.hs-form {
  margin: 0 50px;;
}

@media only screen and (max-width: 599px) {
  .hs-form {
    margin: 0px;
  }
}
.hs-form-field {
	position: relative;
	height: 100%;
	width: 100%;
	transition: .2s;
}
.hs-form-field label {
  font-weight: bold;
  font-family: var(--primary_font_bold);
  position: relative;
  top: 1.25em;
  padding: 0px 8px;
  left: 4px;
  z-index: 5;
}

.hs-form-field label span {
  font-weight: bold;
  font-family: var(--primary_font_bold);
  position: relative;
  background-color: white;
  font-size: 17px;
  color: var(--primary_color);
}

.hs-form-field label span:first-child {
  padding-left: 8px;
}

.hs-form-field label span:last-child {
  padding-right: 8px;
}

.hs-form-field .input {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: none;
}

.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=password],
.hs-form-field input[type=tel],
.hs-form-field input[type=number],
.hs-form-field input[type=file],
.hs-form-field select,
.hs-form-field textarea {
  background-color: transparent;
  border: 2px solid #b4b4b4;
  width: 90%;
  height: 70px;
  font-size: 17px;
  line-height: 24px;
  padding: 16px 24px 16px 14px;
}

@media(max-width: 500px) {
  .hs-form-field input[type=text],
  .hs-form-field input[type=email],
  .hs-form-field input[type=password],
  .hs-form-field input[type=tel],
  .hs-form-field input[type=number],
  .hs-form-field input[type=file],
  .hs-form-field select,
  .hs-form-field textarea {
    width: 100% !important;
  }
}

.hs-form-field input[type=checkbox],
.hs-form-field input[type="checkbox"]:checked + span:before,
.hs-form-field input[type="checkbox"]:not(:checked) + span:before {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid var(--primary_color);
}

.hs-form-field input[type=checkbox],
.hs-form-field input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary_color);
}

/* .hs-form-field input[type="radio"]:checked,
.[type="radio"]:not(:checked), */
.hs-form-field input[type="checkbox"]:checked,
.hs-form-field input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.hs-form-field input[type="radio"]:checked + span,
.hs-form-field input[type="radio"]:not(:checked) + span
{
    position: relative;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
}

.hs-form-field input[type="checkbox"]:checked + span,
.hs-form-field input[type="checkbox"]:not(:checked) + span {
  position: relative;
  cursor: pointer;
  display: inline-block;
	text-transform:none;
}

.hs-form-field input[type="checkbox"]:not(:checked) + span:before{
  content: '';
  position: absolute;
  left: -30px;
  top: 0px;
  width: 24px;
  height: 24px;
}

.hs-form-field input[type="radio"]:checked + span:before,
.hs-form-field input[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: -25.5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary_color);
  border-radius: 100%;
}

.hs-form-field input[type="checkbox"]:checked + span:before{
	 content: '';
    position: absolute;
    left: -30px;
    top: 0px;
    width: 24px;
    height: 24px;
		background:#fff;
}

.hs-form-field input[type="checkbox"]:not(:checked) + span:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff !important;
  border-radius: 5px;
  left: -27px;
  top: 3px;
}

.hs-form-field input[type="checkbox"]:checked+span:after {
  content: '';
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  position: absolute;
  left: -21px;
  top: 4px;
  width: 6px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
  border-color: var(--secondary_color);
}

.hs-form-field input[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #fff !important;
  position: absolute;
  left: -25px;
  top: 7px;
  border-radius: 100%;
}

.hs-form-field input[type="radio"]:checked + span:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -21px;
    top: 9px;
    border-radius: 100%;
		border: 6px solid var(--secondary_color);
}

.hs-form-field .hs-input:focus {
  outline: none;
  border-color: var(--primary_color);
}

.hs-fieldtype-radio {
  padding: 0px;
}

.hs-fieldtype-radio label, .hs-fieldtype-radio label span {
  padding: 0px !important;
}

.hs-fieldtype-radio .inputs-list,
.hs-fieldtype-checkbox .inputs-list {
  margin-left: 16px !important;
}


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

.hs-form .hs-richtext {
  font-family: var(--primary_font_medium);
  color: #000000;
}

.hs-form .legal-consent-container {
  margin-top: 20px;
}

.hs-form .legal-consent-container .hs-richtext:last-child {
  display: block;
  color: #323232;
  font-size: 19.5px;
  font-family: var(--primary_font_medium);
  margin: 20px 0;
  line-height: 1.5em;
}

.legal-consent-container .hs-richtext a {
  color: var(--primary_color);
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1rem;
}

.hs-form .actions {
  height: 100%;
  width: 100%;
}

.hs-form .hs-button {
  border-color: var(--primary_color);
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-family: var(--primary_font_bold);
  background-color: var(--primary_color);
}

.hs-error-msgs ~ .input > .hs-input {
  transition: all 0.2s ease-out 0s;
  border-color: rgb(228, 0, 7) !important;
}

.hs-error-msgs .hs-error-msg {
  margin-bottom: 15px;
  font-family: var(--);
}

.hs-error-msgs {
  /* position: absolute;
  bottom: -20px;
  left: 16px; */
}

.hs-error-msg { 
  font-size: 12px;
}


@media (min-width: 1100px) {
	.newsletter-form .hs-submit,
	.newsletter-form-module .hs-submit {
		transform: translateY(-1px) !important;
		height: max-content;
	}
	.regional-newsletter-form form .hs-form-field:nth-child(2) {
		transform: translateX(-1px) !important;
	}
	.regional-newsletter-form form .hs-form-field:nth-child(3) {
		transform: translateX(-2px) !important;
	}
	.regional-newsletter-form .hs-submit {
		transform: translateX(-3px) !important;
	}
	.newsletter-form form .hs-form-field:nth-child(2),
	.newsletter-form-module form .hs-form-field:nth-child(2) {
		transform: translateX(-1px) !important;
	}
	.newsletter-form form .hs-form-field:nth-child(3),
	.newsletter-form-module form .hs-form-field:nth-child(3) {
		transform: translateY(-1px) !important;
	}
	.newsletter-form form .hs-form-field:nth-child(4),
	.newsletter-form-module form .hs-form-field:nth-child(4) {
		transform: translate(-1px, -1px) !important;
	}
}

.newsletter-form .hs-submit,
.newsletter-form-module .hs-submit {
    margin-top: 0px;
}

@media(max-width: 800px) {
	.newsletter-form .hs-submit,
	.newsletter-form-module .hs-submit {
		transform: translateY(-3px) !important;
	}
	.regional-newsletter-form form .hs-form-field:nth-child(2) {
		transform: translateX(-1px) !important;
	}

	.regional-newsletter-form form .hs-form-field:nth-child(3) {
		transform: translateX(-2px) !important;
	}
	.regional-newsletter-form .hs-submit {
		transform: translateX(-3px) !important;
	}
	.newsletter-form form .hs-form-field:nth-child(2),
	.newsletter-form-module form .hs-form-field:nth-child(2) {
    transform: translate(0px, -1px) !important;
}
	.newsletter-form form .hs-form-field:nth-child(3),
	.newsletter-form-module form .hs-form-field:nth-child(3) {
		transform: translateY(-2px) !important;
	}
	.newsletter-form form .hs-form-field:nth-child(4),
	.newsletter-form-module form .hs-form-field:nth-child(4) {
		transform: translate(0, -3px) !important;
	}
	
	.newsletter-form .hs-submit {
		transform: translate(0, -4px) !important;
	}
}
@media(max-width: 599px) {
  .hs-error-msg {
    font-size: 10px;
    /* bottom: -16px;
    left: 16px; */
  }

  .hs-form-field input[type=text],
  .hs-form-field input[type=email],
  .hs-form-field input[type=password],
  .hs-form-field input[type=tel],
  .hs-form-field input[type=number],
  .hs-form-field input[type=file],
  .hs-form-field select {
    font-size: 13px;
    line-height: 20px;
  }

}
.hs-embed-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 640px;
  max-height: 360px;
  min-width: 256px;
  display: block;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
	.guide-body-container .video-container, .blog-body-container .video-container {
		padding-left: 14px !important;
        padding-right: 14px !important;
	}
}

@media only screen and (max-width: 450px) {
  .hs-embed-wrapper, 
  .hs-responsive-embed-wrapper
  .hs-responsive-embed {
    width: 100%;
    max-width: 256px;
    max-height: 360px;
    min-width: 100% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header {
  height:  4rem;
}

.header--toggle {
  display: none;
}

#nav-toggle {
  display: none;
}

.hs_cos_wrapper_type_logo {
}

.hs_cos_wrapper_type_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 0;
  margin: 0;
}

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

@media (max-width: 767px) {
  .header__column {
    display: flex;
    align-items: center;
  }
}

/* Logo */

.header__logo {
  display: flex;
  align-items: center;
  height: 100%;
  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: 28px;
  margin-top: 7px;
}

.header__logo--main {
  margin: 0;
}

.widget-type-logo {
  display: flex;
  align-items: center;
}

/* 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 {
    display: flex;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 79px;
    z-index: 2;
    flex-direction: column;
  }

  .submenu.level-1 {
    display: flex;
    flex-direction: column;
  }
  
  .submenu.level-1 li {
    font-size: 1.5rem;
    padding: .5rem 0;
    border-bottom: 1px solid lightgrey;
  }

  .submenu.level-1 li a {
    margin-left:  1.5rem;
  }

  .submenu.level-1 li a::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: -0.20rem;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    /* position: relative; */
  }

  .header__navigation--toggle.hide.open,
  .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: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    ;
    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__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__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;
  }
}
.footer {}

.footer__container {
  padding: 1rem 0;
  background-color: #00a0cc;
  color: #fff;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0 auto;
  display: flex;
  width: 70%;
  justify-content: center;
  flex-direction: column;

}

.footer__copyright > div > span {
  color: #fff;
}

.footer__link {
  color: #ffffff;
  display: block;
  text-decoration: underline
  ;
}

.footer__link:first-of-type {
  margin: 0 1rem;
}

.footer__link:visited {
  color:  #fff;
}

@media (min-width:350px) { 
}

@media (min-width:450px) { 

}
@media (min-width:600px) { 

}
@media (min-width:750px) { 
    .module__header {
        font-size: 1.5rem;
        line-height: 1.1;
    }
    .module__bullets > ul > li {

    }

}
@media (min-width:1020px) { 
    .module__header {
        font-size: 2.5rem;
        line-height: 1.2;
        width: 85%;
        margin: 0 auto;
    }

    .module__bullets {
        width: 80%;
        margin: 0 auto;
    }
 
}
@media (min-width:1281px) { 
    .module {
        width: 80%;
        margin: 0 auto;
    }
    .module__header {
        width: 90%;
    }

    .module__bullets {
        width: 85%;
        margin: 0 auto;
    }

}
/* 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;
  }
}
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Global Typography   */
/*****************************************/

.codedH1 {
  font-family: Gellix;
  font-size: 93px;
  line-height: 100px;
}

h1 {
  font-size: 66px;
  font-family: Gellix;
  line-height: 73px;
}

h2 {
  font-size: 46px;
  font-family: Gellix;
  line-height: 53px;
}

h3 {
  font-size: 46px;
  font-family: Gellix-Medium;
  line-height: 53px;
}

h4 {
  font-size: 33px;
  font-family: Gellix;
  line-height: 40px;
}

h5 {
  font-size: 33px;
  font-family: Gellix-Medium;
  line-height: 40px;
}

h6 {
  font-size: 22px;
  font-family: Gellix;
  line-height: 29px;
}

p {
  font-size: 20px;
  line-height: 29px;
}

caption {
  font-size: 17px;
  font-family: Gellix;
  line-height: 24px;
}



@media only screen and (max-width: 599px) {
  .codedH1 {
    font-family: Gellix;
    font-size: 73px;
    line-height: 80px;
  }

  h1 {
    font-size: 60px;
    font-family: Gellix;
    line-height: 66px;
  }
}


:root {
  --primary_font: Gellix-Medium;
  --primary_font_medium: Gellix-Medium;
  --primary_font_bold: Gellix;
  --secondary_font: Gellix-Medium;
  --body_font: {font=Gellix-Medium, font_set=DEFAULT, styles={font-family=Gellix-Medium, font-style=normal, font-weight=normal, text-decoration=none}, size=17, size_unit=px, color=serif, variant=null, fallback=null, style=font-family: Gellix-Medium; font-style: normal; font-weight: normal; text-decoration: none, css=color: serif;font-size: 17px;font-family: Gellix-Medium;};
  --heading_one: {font=Gellix, font_set=DEFAULT, styles={font-weight=700, text-decoration=none, font-family=Gellix, serif, font-style=normal}, size=60, size_unit=px, color=#00a0cc, variant=700, fallback=serif, style=font-weight: 700; text-decoration: none; font-family: Gellix, serif; font-style: normal, css=color: #00a0cc;font-size: 60px;font-weight: 700; font-family: Gellix, serif;};
  --heading_two: {font=Gellix, font_set=DEFAULT, styles={font-weight=700, text-decoration=none, font-family=Gellix, serif, font-style=normal}, size=46, size_unit=px, color=#00a0cc, variant=700, fallback=serif, style=font-weight: 700; text-decoration: none; font-family: Gellix, serif; font-style: normal, css=color: #00a0cc;font-size: 46px;font-weight: 700; font-family: Gellix, serif;};
  --heading_three: {font=Gellix-Medium, font_set=DEFAULT, styles={font-weight=700, text-decoration=none, font-family=Gellix-Medium, serif, font-style=normal}, size=46, size_unit=px, color=#00a0cc, variant=700, fallback=serif, style=font-weight: 700; text-decoration: none; font-family: Gellix-Medium, serif; font-style: normal, css=color: #00a0cc;font-size: 46px;font-weight: 700; font-family: Gellix-Medium, serif;};
  --heading_four: {font=Gellix, font_set=DEFAULT, styles={font-weight=normal, text-decoration=none, font-family=Gellix, serif, font-style=normal}, size=33, size_unit=px, color=#00a0cc, variant=null, fallback=serif, style=font-weight: normal; text-decoration: none; font-family: Gellix, serif; font-style: normal, css=color: #00a0cc;font-size: 33px;font-family: Gellix, serif;};
  --heading_five: {font=Gellix-Medium, font_set=DEFAULT, styles={font-weight=normal, text-decoration=none, font-family=Gellix-Medium, serif, font-style=normal}, size=33, size_unit=px, color=#000000, variant=null, fallback=serif, style=font-weight: normal; text-decoration: none; font-family: Gellix-Medium, serif; font-style: normal, css=color: #000000;font-size: 33px;font-family: Gellix-Medium, serif;};
  --heading_six: {font=Gellix, font_set=DEFAULT, styles={font-weight=normal, text-decoration=none, font-family=Gellix, serif, font-style=normal}, size=22, size_unit=px, color=#00a0cc, variant=null, fallback=serif, style=font-weight: normal; text-decoration: none; font-family: Gellix, serif; font-style: normal, css=color: #00a0cc;font-size: 22px;font-family: Gellix, serif;};
}
.white {
 color: rgb(255, 255, 255); 
}

.light-bg, .default-bg {
  background-color: rgb(238, 238, 238);
}



:root {
  --dark_blue: #03364f;
  --primary_color: #00a0cc;
  --secondary_color: #AFE6E3;
  --default_color: #000000;
  --light_blue: #e7f2f1;
  --royal_blue: #2a6eeb;
  --background_color: #f7f2ea;
}

.secondary_bg {
  background-color: var(--secondary_color);
}

.primary_bg {
  background-color: var(--primary_color);
}

.royal_blue_bg {
  background-color: var(--royal_blue);
}
.margin-auto {
 margin: auto; 
}

/*****************************************/
/* Global Top Margin   */
/*****************************************/

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}


.margin-top-40 {
  margin-top: 40px;
}


.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-80 {
  margin-top: 80px;
}

/*****************************************/
/* Global Bottom Margin   */
/*****************************************/

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

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


margin-bottom: {
  40px!important;
}


.margin-bottom-50 {
  margin-bottom: 50px;
}

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

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}


/*****************************************/
/* Global Left Padding   */
/*****************************************/

.margin-bottom-60 {
  margin-left: 60px;
}

/*****************************************/
/* Global Vertical Margin   */
/*****************************************/

.margin-vertical-30 {
  margin: 30px auto;
}

.margin-vertical-50 {
  margin: 50px auto;
}

/*****************************************/
/* Global Horizontal Margin   */
/*****************************************/

.margin-horizontal-30 {
  margin: 0 30px;
}

.margin-horizontal-40 {
  margin: auto 40px;
}

.margin-horizontal-50 {
  margin: auto 50px;
}

/*****************************************/
/*  Global Margins  */
/*****************************************/

.guide-body-container .margin-bottom-40,
.blog-body-container .margin-bottom-40 {
  margin-bottom: 40px!important;
}

.margin-top {
  margin-top: 50px !important;
}

.p-margin-top {
 margin-top: 0.5em !important; 
}

@media only screen and (max-width: 599px) {
  .margin-xs {
    margin-bottom: 20px;
  }

  .margin-sm {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .margin-top {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1099px) {
  .margin-xs {
    margin-bottom: 20px;
  }

  .margin-md {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1100px) {
  .margin-md {
    margin-bottom: 50px;
  }

  .margin-lg {
    margin-bottom: 50px;
  }
}
.padding-auto {
  padding: auto; 
 }
 
 /*****************************************/
 /* Global Top padding   */
 /*****************************************/
 
 .padding-top-10 {
   padding-bottom: 10px;
 }
 
 .padding-top-20 {
   padding-bottom: 20px;
 }
 
 .padding-top-30 {
   padding-bottom: 30px;
 }
 
 
 .padding-top-40 {
   padding-bottom: 40px;
 }
 
 
 .padding-top-50 {
   padding-bottom: 50px;
 }
 
 .padding-top-60 {
   padding-bottom: 60px;
 }
 
 .padding-top-80 {
   padding-bottom: 80px;
 }
 
 /*****************************************/
 /* Global Bottom padding   */
 /*****************************************/
 
 .padding-bottom-10 {
   padding-bottom: 10px;
 }
 
 .padding-bottom-20 {
   padding-bottom: 20px;
 }
 
 .padding-bottom-30 {
   padding-bottom: 30px;
 }
 
 
 .padding-bottom-40 {
   padding-bottom: 40px;
 }
 
 
 .padding-bottom-50 {
   padding-bottom: 50px;
 }
 
 .padding-bottom-60 {
   padding-bottom: 60px;
 }
 
 .padding-bottom-80 {
   padding-bottom: 80px;
 }
 
 /*****************************************/
 /* Global Left Padding   */
 /*****************************************/
 
 .padding-bottom-60 {
   padding-left: 60px;
 }
 
 /*****************************************/
 /* Global Vertical padding   */
 /*****************************************/
 
 .padding-vertical-30 {
   padding: 30px auto;
 }
 
 .padding-vertical-50 {
   padding: 50px auto;
 }
 
 /*****************************************/
 /* Global Horizontal padding   */
 /*****************************************/
 
 .padding-horizontal-30 {
   padding: 0 30px;
 }
 
 .padding-horizontal-40 {
   padding: auto 40px;
 }
 
 .padding-horizontal-50 {
   padding: auto 50px;
 }

/*****************************************/
 /* Global Responsive padding   */
 /*****************************************/

 
 @media only screen and (max-width: 599px) {
  .xs-padding-responsive {
    padding: 0 14px;
  }
 }
 
 @media only screen and (min-width: 600px) and (max-width: 899px) {
  .xs-padding-responsive {
    padding: 0 50px;
  }
 }