*, *: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.
 */


/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -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.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

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

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


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

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

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

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* 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 ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-section .dnd-section{
  padding: 0;
}
@media (max-width: 1199px){
  .dnd-section{
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: Nexa; 
  src: url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa/Nexa-Book.eot) format("embedded-opentype"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa/Nexa-Book.woff2) format("woff2"), 
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa/Nexa-Book.woff) format("woff"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa/Nexa-Book.ttf) format("truetype"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa/Nexa-Book.svg) format("svg"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap;
}

@font-face { 
  font-family: Nexa; 
  src: url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa-bold/Nexa-Bold.eot) format("embedded-opentype"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa-bold/Nexa-Bold.woff2) format("woff2"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa-bold/Nexa-Bold.woff) format("woff"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa-bold/Nexa-Bold.ttf) format("truetype"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa-bold/Nexa-Bold.svg) format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face { 
  font-family: Linearicons;
  src: local("Linearicons"), local("Linearicons"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Linearicons/Linearicons.woff) format("woff"), 
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Linearicons/Linearicons.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Font%20Awesome%205%20Brands/FontAwesome5BrandsRegular.eot) format("embedded-opentype"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Font%20Awesome%205%20Brands/FontAwesome5BrandsRegular.woff2) format("woff2"), 
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Font%20Awesome%205%20Brands/FontAwesome5BrandsRegular.woff) format("woff"), 
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Font%20Awesome%205%20Brands/FontAwesome5BrandsRegular.ttf) format("truetype"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Font%20Awesome%205%20Brands/FontAwesome5BrandsRegular.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
}

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


@font-face {
  font-family: Nexa;
  src: url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa-Light.woff2) format('woff2'),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa-Light.woff) format('woff'),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/Nexa-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face { 
  font-family: "Source Sans Pro"; 
src: url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/SourceSansPro-Regular.woff) format("woff"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/SourceSansPro-Regular.woff) format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face { 
  font-family: "Source Sans Pro";
  src: url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/SourceSansPro-Bold.woff) format("woff"),
    url(https://7669069.fs1.hubspotusercontent-na1.net/hubfs/7669069/raw_assets/public/Fiduciary_Decisions_Aug2022/fonts/SourceSansPro-Bold.woff) format("woff2");
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}


html{
  font-size: 16px;
  scroll-behaviour: smooth;
}

body {
  line-height: 1.4;
}


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

/* Anchor Links */
a {
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

img{
  max-width:100%;
  vertical-align:middle;
  height:auto;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .7em;
  line-height: normal;
  word-break: break-word;
}



strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left:40px;
}

ul li,
ol li {
  line-height: normal;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}



figure {
  margin: 1.875em 0 2.18em;
  display: inline-block;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form,
.submitted-message {
  max-width: ;
  font-family: ;
}
.button,
.hs-button,
.button--primary {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  font-family: Nexa;
  line-height: 1.375rem;
  margin:15px 0;

}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;

}


.hs-form label {
  margin-bottom: 0.75em;
  font-size: .875rem;
  line-height: 1.375rem;
  text-transform: capitalize;
  font-family: Nexa;
  display: block;
}

form ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0 0px;
}

form .hs-error-msgs label {
  display: block;
  text-align: left;
  margin: 0;
  font-size: .8rem;
  line-height: 1rem;
  color: #ce6f18;
  text-transform: capitalize;
  font-family: Nexa;
}

.hs-input,
input#hs-pwd-widget-password {
  display: block;
  height: 45px;
  width: 100%;
  padding: 0 1.4em;
  font-size: .875rem;
  outline: 0;
  font-family: Nexa;
  color: #404041;
}


input#hs-pwd-widget-password {
  height: 45px!important;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  display:inline-block;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  vertical-align: middle;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

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

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ce6f18;
  background-color: rgba(193,91,21,.1);
}


.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto!important;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

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

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}



@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_module .widget-type-email_subscriptions,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.blog-comments {
  max-width: 767px;
  padding: 15px;
  background: linear-gradient(to bottom,rgba(66,66,66,.03) 0,rgba(255,255,255,0) 100%);
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.form-title {
  margin-bottom: 0.9em;
  font-size: 2rem;
  font-family: Nexa;
}

fieldset.form-columns-2 {
  margin-bottom: 1.5625em !important;
}

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

fieldset.form-columns-1 {
  margin-bottom: 1.5625em !important;
}

.hs-form-field textarea {
  height: 179px;
}
/* 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-wrapper {
  min-height: 100px;
}

header.header {
  box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
.header .header-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.hs-menu-depth-2:last-child {
    margin-bottom: 0;
}


.header .header-wrap {
  position: relative;
  z-index: 1;
  min-height: 100px;
  padding: 0.782rem 3.125rem;
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header .header-logo {
  width: 20%;
}

.header .header-logo img {
  display: block;
  max-width: 339px;
  width: 100% !important;
}

.header .header-logo a {
  display: block;
}

.header .header-menu .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  overflow-wrap: break-word;
  position: relative;
}

.header .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 {
  display: flex;
  align-items: center;
  margin: 0 1.5625rem;
  list-style: none;
}

.header .header-menu .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a {
  position: relative;
  padding: 1rem 1.5rem 1rem 0;
  text-decoration: none;
  color: #404041;
  font-weight: 700;
  transition: all ease .3s;
  line-height: normal;
}


.header .header-links {
  width: 20%;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
}

.header .header-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  overflow-wrap: break-word;
}

.header .header-links ul > li {
  padding: 0;
  margin: 0 1.531rem;
  list-style: none;
  line-height: normal;
}

.header .header-links ul > li > a {
  text-decoration: none;
  color: #404041;
  font-weight: 700;
  transition: all ease .3s;
}

.header .header-links ul > li:last-child {
  margin-right: 0;
}

.header .header-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
  position: absolute;
  top: 76px;
  width: 100%;
  max-width: 200px;
  padding: 2.7rem 0;
  transition: all ease .3s;
  background-color: #fff;
  list-style: none;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.header .header-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper > li.hs-menu-depth-2 {
  padding: 0 1.2rem;
  margin-bottom: 1.5rem;
  font-size: .875rem;
}

.header .header-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper > li.hs-menu-depth-2 > a {
  display: inline-flex;
  font-size: .875rem;
  text-decoration: none;
  color: #404041;
  font-weight: 700;
  transition: all ease .3s;
  width: 100%;
  line-height: 1.5;
}

.header .header-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1:hover ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header .header-menu .hs-menu-wrapper>ul>.hs-item-has-children:after {
  content: "";
  display: table;
  height: 40px;
  width: -webkit-fill-available;
  position: absolute;
  top: 36px;
}

.header .header-menu .hs-menu-wrapper>ul>.hs-item-has-children > a:after {
  content: "\ec3a";
  position: absolute;
  right: 0;
  top: 50%;
  font-family: Linearicons!important;
  font-size: .75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header-menu .hs-menu-wrapper>ul>.hs-item-has-children:hover > a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.header .header-menu .hs-menu-wrapper>ul>.hs-item-has-children:hover > a {
  color: #009ec2;
}

.header .header-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #009ec2;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.header .header-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1:hover>a:before {
  opacity: 1;
}

.header .mobile-navigation {
  display: none;
}

.header .header-menu .hs-menu-wrapper>ul > li.hs-menu-item.hs-menu-depth-1:nth-child(5) {
  display: none;
}

.header .header-menu .hs-menu-wrapper>ul > li.hs-menu-item.hs-menu-depth-1:nth-child(6) {
  display: none;
}

.header.lp .header-wrap{
  align-content: center;
  position: relative;
  z-index: 1;
  min-height: 100px;
  justify-content: center;
  padding: 1.3em 1.25em;
}
.header.lp .header-logo img {
  margin: 0 auto;
}

header.header.lp {
  top: 0;
  z-index: -99;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-top: 0;
  box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
}

@media (min-width: 768px) and (max-width: 1023px) {

  .header.lp .header-wrap {
    min-height: auto;
  }
  .header .header-wrap {
    min-height: auto;
    padding: 0.782rem 1.25rem;
    flex-wrap: nowrap;
  }

  .header .header-logo {
    width: 100%;
  }

  .header .header-logo img {
    max-width: 226px;
  }

  .header-menu {
    display: none;
  }

  .header .header-links {
    display: none;
  }

  .header  .mobile-navigation {
    width: 20%;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
  }

  .header .mobile-navigation {
    width: 20%;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
  }

  .header .mobile-navigation button.hamburger {
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    text-align: center;
    border: none;
    border-radius: 0;
    vertical-align: top;
    font-size: .875rem;
    text-decoration: none;
    line-height: normal;
    -webkit-appearance: button;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .header .mobile-navigation button.hamburger:not(.close) {
    z-index: 99;
  }

  .header .mobile-navigation button.hamburger span.wrap {
    display: flex;
    flex-direction: column;
  }

  .header .mobile-navigation button.hamburger span.wrap span.line {
    width: 23px;
    height: 2px;
    background-color: #404041;
    display: block;
    margin: 0 auto;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .header .mobile-navigation button.hamburger span.wrap span.line:nth-child(2) {
    margin: 0.3em auto;
  }

}


@media (min-width: 1024px) and (max-width: 1199px) {

  .header .header-wrap {
    padding: 0.782rem 1.25rem;
  }

  .header .header-logo {
    width: 25%;
  }

  .header .header-logo img {
    width: 100% !important;
  }

  .header .header-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1 {
    margin: 0 0.9375rem;
  }

  .header .header-links ul>li {
    margin: 0 0.9375rem;
  }

}

@media (min-width: 1200px) and (max-width: 1366px) {

  .header .header-wrap {
    padding: 0.782rem 1.25rem;
  }
  .header .header-logo {
    width: 25%;
  }

  .header .header-logo img {
    width: 100% !important;
  }

  .header .header-menu .hs-menu-wrapper>ul>li.hs-menu-depth-1 {
    margin: 0 0.9375rem;
  }

  .header .header-links ul>li {
    margin: 0 0.9375rem;
  }
}

/* Mobile Menu Css */

@media (max-width:1023px){

  .header-wrapper {
    min-height: 75px;
  }

  .header .mobile-menu {
    top: 100%;
    left: 0;
    height: 100vh;
    background-color: #FFF;
    z-index: 999;
    padding-top: 1em;
    box-shadow: 0 2px 8px rgb(0 0 0 / 5%) inset;
    position: absolute;
    width: 100%;
    display:none;
  }

  .header .mobile-wrap {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-bottom: 3.75em;
    background-color: #FFF;
  }

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

  .header .mobile-menu .hs-menu-wrapper > ul > li  a {
    padding: .7em 1em;
    position: relative;
    display: block;
    cursor: pointer;
    z-index: 2;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    color: #404041;
    transition: all ease .3s;
  }

  .header .mobile-navigation button.hamburger.open span.wrap span.line {
    width: 25px;
    margin: 0;
    transform: rotate(45deg) translateX(1px);
  }

  .header .mobile-navigation button.hamburger.open span.line:nth-child(2) {
    display: none;
  }

  .header .mobile-navigation button.hamburger.open span.wrap span.line:last-child {
    transform: rotate(-45deg) translateX(1.5px);
  }

  .header .mobile-menu .hs-menu-wrapper>ul > li.hs-item-has-children  a span.chevron-icon {
    position: relative;
    margin-left: 1.3em;
  }

  .header .mobile-menu .hs-menu-wrapper>ul > li.hs-item-has-children  a span.chevron-icon:before {
    content: "\ec3a";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: Linearicons!important;
    font-size: .875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .header .mobile-menu .hs-menu-wrapper>ul > li.hs-item-has-children  a span.chevron-icon:after {
    content: "\ec3a";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: Linearicons!important;
    font-size: .875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .header .mobile-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    padding: 1.56em 1.25em;
    list-style: none;
    display: none;
  }

  .header .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper > li.hs-menu-depth-2 {
    margin-bottom: 0.5em;
  }

  .header .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper > li.hs-menu-depth-2  a {
    display: block;
    font-size: .875rem;
    color: #404041;
    font-weight: 700;
    text-decoration: none;
  }

  .header .mobile-menu .hs-menu-wrapper>ul> li.hs-item-has-children.open  a span.chevron-icon:before {
    transform: translateY(-50%) rotate(180deg);
  }

  .header .mobile-menu .hs-menu-wrapper>ul> li.hs-item-has-children.open  a span.chevron-icon:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .header .mobile-menu .hs-menu-wrapper>ul > li.open .link-wrap {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #f1f9fb;
  }


  .header .mobile-menu .hs-menu-wrapper>ul > li.open .link-wrap a {
    color: #009ec2;
  }

}

@media (max-width:767px){
  .header .mobile-menu .hs-menu-wrapper>ul>li a:hover {
    color: #006D8B;
}
.header .mobile-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper>li.hs-menu-depth-2 a:hover{
    color: #009ec2;
}
  .header.lp .header-wrap {
    padding: 0.63em 1.25em;
    min-height: 70px;
  }

  .header-wrapper {
    min-height: 70px;
  }


  .header .header-wrap {
    min-height: 70px;
    padding: 0.594em 1.25em;
    flex-wrap: nowrap;
  }

  .header .header-logo {
    width: 100%;
  }

  .header .header-logo img {
    max-width: 226px;
  }

  .header .header-links, .header-menu {
    display: none;
  }

  .header .mobile-navigation {
    align-content: stretch;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 20%;
  }

  .header .mobile-navigation button.hamburger {
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    text-align: center;
    border: none;
    border-radius: 0;
    vertical-align: top;
    font-size: .875rem;
    text-decoration: none;
    line-height: normal;
    -webkit-appearance: button;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .header .mobile-navigation button.hamburger:not(.close) {
    z-index: 99;
  }

  .header .mobile-navigation button.hamburger span.wrap {
    display: flex;
    flex-direction: column;
  }

  .header .mobile-navigation button.hamburger span.wrap span.line {
    width: 23px;
    height: 2px;
    background-color: #404041;
    display: block;
    margin: 0 auto;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .header .mobile-navigation button.hamburger span.wrap span.line:nth-child(2) {
    margin: 0.3em auto;
  }

}

@media(max-width:640px){

  .header .header-wrap {
    padding: 0.625em 0.9375em;
  }

}
footer.footer {
  width: 100%;
  padding: 3.4375em 0;
  background-color: rgba(66,66,66,.03);
}

.footer .footer-container {
  max-width: 1330px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}

.footer .footer-logo {
  width: 29%;
  line-height: normal;
}

.footer .footer-logo a {
  display: block;
  font-size: .875rem;
}

.footer .footer-logo img {
  max-width: 100%;
}

.footer .footer-services {
  width: 22%;
  line-height: normal;
}

.footer .footer-support {
  width: 13%;
  line-height: normal;
}

.footer .footer-sign-up {
  width: 27%;
  line-height: normal;
}

.footer .footer-title {
  margin-bottom: 1.5em;
  font-size: 1rem;
  font-weight: 700;
  color: #404041;
  line-height: normal;
}


.footer .footer-service-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-service-menu ul > li {
  margin-bottom: 0.3em;
  font-size: .875rem;
  list-style: none;
  line-height: 1.875em;
}

.footer .footer-service-menu ul > li > a {
  font-weight: 400;
  text-decoration: none;
  color: #404041;
}



.footer .footer-support-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-support-menu ul > li {
  margin-bottom: 0.3em;
  font-size: .875rem;
  list-style: none;
  line-height: 1.875em;
}

.footer .footer-support-menu ul > li > a {
  font-weight: 400;
  text-decoration: none;
  color: #404041;
  transition: all ease .3s;
}




.footer .footer-newsletter form {
  position: relative;
  display: inline-block;
}

.footer .footer-newsletter form .hs-form-field {
  float: left;
  margin: 0;
  width: 50%;
  max-width: 167.5px;
}

.footer .footer-newsletter form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  position: relative;
}

.footer .footer-sign-up .form-wrap .form-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5em;
}

.footer .footer-sign-up .form-wrap .hs-richtext {
  margin: 0;
}

.footer .footer-sign-up .form-wrap .hs-richtext p {
  font-size: .875rem;
  line-height: 1.4rem;
  margin-bottom: 0.9375em;
}

.footer .footer-newsletter .hs-form .hs_email label {
  display: none;
}

.footer .footer-newsletter .hs-form .hs-form-field input[type=email] {
  width: 100%;
  border-radius: 4px 0 0 4px;
  height: 45px;
  padding: 0 1.4em;
  font-size: .875rem;
  border: 2px solid rgba(66,66,66,.2);
  -webkit-appearance: none;
  outline: 0;
  color: #404041;
  font-family: Nexa;
  margin: 0;
}

.footer .footer-newsletter .hs-form .hs-form-field input[type=email]::placeholder {
  opacity: 1;
  color: rgba(66,66,66,.5);
}

.footer .footer-newsletter .hs-form .hs-form-field input[type=email]:focus {
  border-color: #66afe9;
}

.footer .footer-newsletter .hs-form .hs_submit.hs-submit {
  display: inline-block;
  line-height: normal;
  width: 50%;
  max-width: 167.5px;
}

.footer .footer-newsletter .hs-form .actions {
  height: 100%;
  line-height: normal;
  max-height: 45px;
}

.footer .footer-newsletter .hs-form input.hs-button.primary.large {
  width: 100%;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0.858em 1em;
  font-size: .875rem;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin: 0;
  font-family: Nexa;
  outline: none!important;
}

.footer .footer-newsletter .hs-form input.hs-button.primary.large:hover {
  color: #fff;
  background-color: #006D8B;
      vertical-align: middle;
  border-color: #006D8B;
  outline: 0;
}

.footer .footer-newsletter form .hs-error-msgs label {
  position: absolute;
  left: 0;
  top: 50px;
  margin: 0;
  font-size: .875rem;
  line-height: 1.4rem;
  color: #ce6f18 !important;
  background: none;
  display: block !important;
  padding: 0 !important;
  font-family: 'Nexa';
  width: 100%;
  min-width: 280px;
  top: 13px;
  width: 100%;
  text-transform: none;
}
.footer ul.social-links-wrapper {
  margin: 12px 0 0;
  padding: 0;
}
.footer .footer-newsletter form .hs_error_rollup .hs-error-msgs label{
  top:78px
}
.footer .footer-newsletter .hs-form .hs-form-field input.hs-input.error {
  background-color: rgba(193,91,21,.1);
  border-color: #ce6f18;
}




.footer .footer-bottom {
  margin-top: 2.8125em;
  align-items: center;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.footer .footer-quick-links ul {
  padding: 0;
  margin: 0 0 0.625em;
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  list-style: none;
}

.footer .footer-quick-links ul > li {
  position: relative;
  margin: 0 0.375em;
  list-style: none;
  font-size: .875rem;
}

.footer .footer-quick-links ul > li > a {
  font-weight: 400;
  color: #404041;
  font-size: .875rem;
  transition: all ease .3s;
}

.footer .cp-text p {
  font-size: .875rem;
  line-height: 1.4rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #404041;
}

.footer .footer-quick-links ul > li :after {
  content: '|';
  position: absolute;
  right: -8px;
  line-height: normal;
}


.footer .footer-quick-links ul > li:last-child :after {
  display: none;
}

.footer .footer-service-menu ul>li>a:hover,
.footer .footer-support-menu ul>li>a:hover {

  text-decoration:underline;

}

.footer .form-wrap .hs_cos_wrapper_type_form {
  background: none;
  padding: 0;
  margin: 0;
  display: block;
}
footer.footer.lp .footer-bottom {
  margin-top: 0;
}
footer.footer.lp {
  padding: 1.8em 0;
}
@media (min-width: 768px) and (max-width: 1023px) {

  .footer .footer-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .footer .footer-logo {
    width: 50%;
    margin-bottom: 1.875em;
  }

  .footer .footer-services {
    width: 50%;
    margin-bottom: 1.875em;
  }

  .footer .footer-support {
    width: 50%;
    margin-bottom: 1.875em;
  }

  .footer .footer-sign-up {
    width: 50%;
    margin-bottom: 1.875em;
  }

  footer.footer {
    padding: 3em 0;
  }

  .footer .footer-bottom {
    margin-top: 1.5em;
  }
}
@media (min-width: 1200px){
  footer.footer{
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {

  .footer .footer-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media (max-width:767px){

  .footer .footer-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .footer .footer-logo {
    width: 50%;
    margin-bottom: 1.875em;
  }

  .footer .footer-services {
    width: 50%;
    margin-bottom: 1.875em;
  }

  .footer .footer-support {
    width: 50%;
    margin-bottom: 1.875em;
  }

  .footer .footer-sign-up {
    width: 50%;
    margin-bottom: 1.875em;
  }

  footer.footer {
    padding: 3em 0;
  }

  .footer .footer-bottom {
    margin-top: 2.5em;
  }

}

@media (max-width:640px){
  .footer .footer-newsletter form .hs_error_rollup .hs-error-msgs label {
    top: 92px;
  }
  .footer .footer-logo {
    display: none;
  }
  .footer .footer-services {
    width: 100%;
    margin-bottom: 1.7em;
  }

  .footer .footer-support {
    width: 100%;
    margin-bottom: 1.7em;
  }

  .footer .footer-sign-up {
    width: 100%;
    margin-bottom: 0;
    line-height: 1.4rem;
  }

  footer.footer {
    padding: 2.5em 0;
  }

  .footer .footer-title {
    margin-bottom: 1.2em;
    line-height: normal;
  }

  .footer .footer-service-menu ul>li {
    line-height: 1.8em;
  }

  .footer .footer-support-menu ul>li {
    line-height: 1.8em;
  }


  .footer .footer-newsletter .form-wrap {
    margin-bottom: 2em;
  }

  .footer .footer-newsletter .newsletter-text {
    margin-bottom: 1.25em;
  }

  .footer .footer-newsletter .hs-form .hs-form-field input[type=email] {
    height: 55px;
  }

  .footer .footer-newsletter form .hs-form-field {
    width: 60%;
  }

  .footer .footer-newsletter .hs-form .hs_submit.hs-submit {
    width: 40%;
    max-height: 55px;
  }

  .footer .footer-newsletter .hs-form input.hs-button.primary.large {
    font-size: 1rem;
     min-height: 55px;
  }

  .footer .footer-newsletter .hs-form .actions {
    max-height: 55px;
  }

  .footer .footer-quick-links ul>li>a {
    font-size: 0.8125rem;
  }

  .footer .cp-text p {
    font-size: 0.8125rem;
  }

  .footer .footer-quick-links ul {
    margin: 0 0 0.4em;
  }
}
/* 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;
  }
}
.linearicons,[class*=" linearicons-"],[class^=linearicons-] {
    font-family: Linearicons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.linearicons-home:before {
    content: "\e900"
}

.linearicons-home2:before {
    content: "\e901"
}

.linearicons-home3:before {
    content: "\e902"
}

.linearicons-home4:before {
    content: "\e903"
}

.linearicons-home5:before {
    content: "\e904"
}

.linearicons-home6:before {
    content: "\e905"
}

.linearicons-bathtub:before {
    content: "\e906"
}

.linearicons-toothbrush:before {
    content: "\e907"
}

.linearicons-bed:before {
    content: "\e908"
}

.linearicons-couch:before {
    content: "\e909"
}

.linearicons-chair:before {
    content: "\e90a"
}

.linearicons-city:before {
    content: "\e90b"
}

.linearicons-apartment:before {
    content: "\e90c"
}

.linearicons-pencil:before {
    content: "\e90d"
}

.linearicons-pencil2:before {
    content: "\e90e"
}

.linearicons-pen:before {
    content: "\e90f"
}

.linearicons-pencil3:before {
    content: "\e910"
}

.linearicons-eraser:before {
    content: "\e911"
}

.linearicons-pencil4:before {
    content: "\e912"
}

.linearicons-pencil5:before {
    content: "\e913"
}

.linearicons-feather:before {
    content: "\e914"
}

.linearicons-feather2:before {
    content: "\e915"
}

.linearicons-feather3:before {
    content: "\e916"
}

.linearicons-pen2:before {
    content: "\e917"
}

.linearicons-pen-add:before {
    content: "\e918"
}

.linearicons-pen-remove:before {
    content: "\e919"
}

.linearicons-vector:before {
    content: "\e91a"
}

.linearicons-pen3:before {
    content: "\e91b"
}

.linearicons-blog:before {
    content: "\e91c"
}

.linearicons-brush:before {
    content: "\e91d"
}

.linearicons-brush2:before {
    content: "\e91e"
}

.linearicons-spray:before {
    content: "\e91f"
}

.linearicons-paint-roller:before {
    content: "\e920"
}

.linearicons-stamp:before {
    content: "\e921"
}

.linearicons-tape:before {
    content: "\e922"
}

.linearicons-desk-tape:before {
    content: "\e923"
}

.linearicons-texture:before {
    content: "\e924"
}

.linearicons-eye-dropper:before {
    content: "\e925"
}

.linearicons-palette:before {
    content: "\e926"
}

.linearicons-color-sampler:before {
    content: "\e927"
}

.linearicons-bucket:before {
    content: "\e928"
}

.linearicons-gradient:before {
    content: "\e929"
}

.linearicons-gradient2:before {
    content: "\e92a"
}

.linearicons-magic-wand:before {
    content: "\e92b"
}

.linearicons-magnet:before {
    content: "\e92c"
}

.linearicons-pencil-ruler:before {
    content: "\e92d"
}

.linearicons-pencil-ruler2:before {
    content: "\e92e"
}

.linearicons-compass:before {
    content: "\e92f"
}

.linearicons-aim:before {
    content: "\e930"
}

.linearicons-gun:before {
    content: "\e931"
}

.linearicons-bottle:before {
    content: "\e932"
}

.linearicons-drop:before {
    content: "\e933"
}

.linearicons-drop-crossed:before {
    content: "\e934"
}

.linearicons-drop2:before {
    content: "\e935"
}

.linearicons-snow:before {
    content: "\e936"
}

.linearicons-snow2:before {
    content: "\e937"
}

.linearicons-fire:before {
    content: "\e938"
}

.linearicons-lighter:before {
    content: "\e939"
}

.linearicons-knife:before {
    content: "\e93a"
}

.linearicons-dagger:before {
    content: "\e93b"
}

.linearicons-tissue:before {
    content: "\e93c"
}

.linearicons-toilet-paper:before {
    content: "\e93d"
}

.linearicons-poop:before {
    content: "\e93e"
}

.linearicons-umbrella:before {
    content: "\e93f"
}

.linearicons-umbrella2:before {
    content: "\e940"
}

.linearicons-rain:before {
    content: "\e941"
}

.linearicons-tornado:before {
    content: "\e942"
}

.linearicons-wind:before {
    content: "\e943"
}

.linearicons-fan:before {
    content: "\e944"
}

.linearicons-contrast:before {
    content: "\e945"
}

.linearicons-sun-small:before {
    content: "\e946"
}

.linearicons-sun:before {
    content: "\e947"
}

.linearicons-sun2:before {
    content: "\e948"
}

.linearicons-moon:before {
    content: "\e949"
}

.linearicons-cloud:before {
    content: "\e94a"
}

.linearicons-cloud-upload:before {
    content: "\e94b"
}

.linearicons-cloud-download:before {
    content: "\e94c"
}

.linearicons-cloud-rain:before {
    content: "\e94d"
}

.linearicons-cloud-hailstones:before {
    content: "\e94e"
}

.linearicons-cloud-snow:before {
    content: "\e94f"
}

.linearicons-cloud-windy:before {
    content: "\e950"
}

.linearicons-sun-wind:before {
    content: "\e951"
}

.linearicons-cloud-fog:before {
    content: "\e952"
}

.linearicons-cloud-sun:before {
    content: "\e953"
}

.linearicons-cloud-lightning:before {
    content: "\e954"
}

.linearicons-cloud-sync:before {
    content: "\e955"
}

.linearicons-cloud-lock:before {
    content: "\e956"
}

.linearicons-cloud-gear:before {
    content: "\e957"
}

.linearicons-cloud-alert:before {
    content: "\e958"
}

.linearicons-cloud-check:before {
    content: "\e959"
}

.linearicons-cloud-cross:before {
    content: "\e95a"
}

.linearicons-cloud-crossed:before {
    content: "\e95b"
}

.linearicons-cloud-database:before {
    content: "\e95c"
}

.linearicons-database:before {
    content: "\e95d"
}

.linearicons-database-add:before {
    content: "\e95e"
}

.linearicons-database-remove:before {
    content: "\e95f"
}

.linearicons-database-lock:before {
    content: "\e960"
}

.linearicons-database-refresh:before {
    content: "\e961"
}

.linearicons-database-check:before {
    content: "\e962"
}

.linearicons-database-history:before {
    content: "\e963"
}

.linearicons-database-upload:before {
    content: "\e964"
}

.linearicons-database-download:before {
    content: "\e965"
}

.linearicons-server:before {
    content: "\e966"
}

.linearicons-shield:before {
    content: "\e967"
}

.linearicons-shield-check:before {
    content: "\e968"
}

.linearicons-shield-alert:before {
    content: "\e969"
}

.linearicons-shield-cross:before {
    content: "\e96a"
}

.linearicons-lock:before {
    content: "\e96b"
}

.linearicons-rotation-lock:before {
    content: "\e96c"
}

.linearicons-unlock:before {
    content: "\e96d"
}

.linearicons-key:before {
    content: "\e96e"
}

.linearicons-key-hole:before {
    content: "\e96f"
}

.linearicons-toggle-off:before {
    content: "\e970"
}

.linearicons-toggle-on:before {
    content: "\e971"
}

.linearicons-cog:before {
    content: "\e972"
}

.linearicons-cog2:before {
    content: "\e973"
}

.linearicons-wrench:before {
    content: "\e974"
}

.linearicons-screwdriver:before {
    content: "\e975"
}

.linearicons-hammer-wrench:before {
    content: "\e976"
}

.linearicons-hammer:before {
    content: "\e977"
}

.linearicons-saw:before {
    content: "\e978"
}

.linearicons-axe:before {
    content: "\e979"
}

.linearicons-axe2:before {
    content: "\e97a"
}

.linearicons-shovel:before {
    content: "\e97b"
}

.linearicons-pickaxe:before {
    content: "\e97c"
}

.linearicons-factory:before {
    content: "\e97d"
}

.linearicons-factory2:before {
    content: "\e97e"
}

.linearicons-recycle:before {
    content: "\e97f"
}

.linearicons-trash:before {
    content: "\e980"
}

.linearicons-trash2:before {
    content: "\e981"
}

.linearicons-trash3:before {
    content: "\e982"
}

.linearicons-broom:before {
    content: "\e983"
}

.linearicons-game:before {
    content: "\e984"
}

.linearicons-gamepad:before {
    content: "\e985"
}

.linearicons-joystick:before {
    content: "\e986"
}

.linearicons-dice:before {
    content: "\e987"
}

.linearicons-spades:before {
    content: "\e988"
}

.linearicons-diamonds:before {
    content: "\e989"
}

.linearicons-clubs:before {
    content: "\e98a"
}

.linearicons-hearts:before {
    content: "\e98b"
}

.linearicons-heart:before {
    content: "\e98c"
}

.linearicons-star:before {
    content: "\e98d"
}

.linearicons-star-half:before {
    content: "\e98e"
}

.linearicons-star-empty:before {
    content: "\e98f"
}

.linearicons-flag:before {
    content: "\e990"
}

.linearicons-flag2:before {
    content: "\e991"
}

.linearicons-flag3:before {
    content: "\e992"
}

.linearicons-mailbox-full:before {
    content: "\e993"
}

.linearicons-mailbox-empty:before {
    content: "\e994"
}

.linearicons-at-sign:before {
    content: "\e995"
}

.linearicons-envelope:before {
    content: "\e996"
}

.linearicons-envelope-open:before {
    content: "\e997"
}

.linearicons-paperclip:before {
    content: "\e998"
}

.linearicons-paper-plane:before {
    content: "\e999"
}

.linearicons-reply:before {
    content: "\e99a"
}

.linearicons-reply-all:before {
    content: "\e99b"
}

.linearicons-inbox:before {
    content: "\e99c"
}

.linearicons-inbox2:before {
    content: "\e99d"
}

.linearicons-outbox:before {
    content: "\e99e"
}

.linearicons-box:before {
    content: "\e99f"
}

.linearicons-archive:before {
    content: "\e9a0"
}

.linearicons-archive2:before {
    content: "\e9a1"
}

.linearicons-drawers:before {
    content: "\e9a2"
}

.linearicons-drawers2:before {
    content: "\e9a3"
}

.linearicons-drawers3:before {
    content: "\e9a4"
}

.linearicons-eye:before {
    content: "\e9a5"
}

.linearicons-eye-crossed:before {
    content: "\e9a6"
}

.linearicons-eye-plus:before {
    content: "\e9a7"
}

.linearicons-eye-minus:before {
    content: "\e9a8"
}

.linearicons-binoculars:before {
    content: "\e9a9"
}

.linearicons-binoculars2:before {
    content: "\e9aa"
}

.linearicons-hdd:before {
    content: "\e9ab"
}

.linearicons-hdd-down:before {
    content: "\e9ac"
}

.linearicons-hdd-up:before {
    content: "\e9ad"
}

.linearicons-floppy-disk:before {
    content: "\e9ae"
}

.linearicons-disc:before {
    content: "\e9af"
}

.linearicons-tape2:before {
    content: "\e9b0"
}

.linearicons-printer:before {
    content: "\e9b1"
}

.linearicons-shredder:before {
    content: "\e9b2"
}

.linearicons-file-empty:before {
    content: "\e9b3"
}

.linearicons-file-add:before {
    content: "\e9b4"
}

.linearicons-file-check:before {
    content: "\e9b5"
}

.linearicons-file-lock:before {
    content: "\e9b6"
}

.linearicons-files:before {
    content: "\e9b7"
}

.linearicons-copy:before {
    content: "\e9b8"
}

.linearicons-compare:before {
    content: "\e9b9"
}

.linearicons-folder:before {
    content: "\e9ba"
}

.linearicons-folder-search:before {
    content: "\e9bb"
}

.linearicons-folder-plus:before {
    content: "\e9bc"
}

.linearicons-folder-minus:before {
    content: "\e9bd"
}

.linearicons-folder-download:before {
    content: "\e9be"
}

.linearicons-folder-upload:before {
    content: "\e9bf"
}

.linearicons-folder-star:before {
    content: "\e9c0"
}

.linearicons-folder-heart:before {
    content: "\e9c1"
}

.linearicons-folder-user:before {
    content: "\e9c2"
}

.linearicons-folder-shared:before {
    content: "\e9c3"
}

.linearicons-folder-music:before {
    content: "\e9c4"
}

.linearicons-folder-picture:before {
    content: "\e9c5"
}

.linearicons-folder-film:before {
    content: "\e9c6"
}

.linearicons-scissors:before {
    content: "\e9c7"
}

.linearicons-paste:before {
    content: "\e9c8"
}

.linearicons-clipboard-empty:before {
    content: "\e9c9"
}

.linearicons-clipboard-pencil:before {
    content: "\e9ca"
}

.linearicons-clipboard-text:before {
    content: "\e9cb"
}

.linearicons-clipboard-check:before {
    content: "\e9cc"
}

.linearicons-clipboard-down:before {
    content: "\e9cd"
}

.linearicons-clipboard-left:before {
    content: "\e9ce"
}

.linearicons-clipboard-alert:before {
    content: "\e9cf"
}

.linearicons-clipboard-user:before {
    content: "\e9d0"
}

.linearicons-register:before {
    content: "\e9d1"
}

.linearicons-enter:before {
    content: "\e9d2"
}

.linearicons-exit:before {
    content: "\e9d3"
}

.linearicons-papers:before {
    content: "\e9d4"
}

.linearicons-news:before {
    content: "\e9d5"
}

.linearicons-reading:before {
    content: "\e9d6"
}

.linearicons-typewriter:before {
    content: "\e9d7"
}

.linearicons-document:before {
    content: "\e9d8"
}

.linearicons-document2:before {
    content: "\e9d9"
}

.linearicons-graduation-hat:before {
    content: "\e9da"
}

.linearicons-license:before {
    content: "\e9db"
}

.linearicons-license2:before {
    content: "\e9dc"
}

.linearicons-medal-empty:before {
    content: "\e9dd"
}

.linearicons-medal-first:before {
    content: "\e9de"
}

.linearicons-medal-second:before {
    content: "\e9df"
}

.linearicons-medal-third:before {
    content: "\e9e0"
}

.linearicons-podium:before {
    content: "\e9e1"
}

.linearicons-trophy:before {
    content: "\e9e2"
}

.linearicons-trophy2:before {
    content: "\e9e3"
}

.linearicons-music-note:before {
    content: "\e9e4"
}

.linearicons-music-note2:before {
    content: "\e9e5"
}

.linearicons-music-note3:before {
    content: "\e9e6"
}

.linearicons-playlist:before {
    content: "\e9e7"
}

.linearicons-playlist-add:before {
    content: "\e9e8"
}

.linearicons-guitar:before {
    content: "\e9e9"
}

.linearicons-trumpet:before {
    content: "\e9ea"
}

.linearicons-album:before {
    content: "\e9eb"
}

.linearicons-shuffle:before {
    content: "\e9ec"
}

.linearicons-repeat-one:before {
    content: "\e9ed"
}

.linearicons-repeat:before {
    content: "\e9ee"
}

.linearicons-headphones:before {
    content: "\e9ef"
}

.linearicons-headset:before {
    content: "\e9f0"
}

.linearicons-loudspeaker:before {
    content: "\e9f1"
}

.linearicons-equalizer:before {
    content: "\e9f2"
}

.linearicons-theater:before {
    content: "\e9f3"
}

.linearicons-3d-glasses:before {
    content: "\e9f4"
}

.linearicons-ticket:before {
    content: "\e9f5"
}

.linearicons-presentation:before {
    content: "\e9f6"
}

.linearicons-play:before {
    content: "\e9f7"
}

.linearicons-film-play:before {
    content: "\e9f8"
}

.linearicons-clapboard-play:before {
    content: "\e9f9"
}

.linearicons-media:before {
    content: "\e9fa"
}

.linearicons-film:before {
    content: "\e9fb"
}

.linearicons-film2:before {
    content: "\e9fc"
}

.linearicons-surveillance:before {
    content: "\e9fd"
}

.linearicons-surveillance2:before {
    content: "\e9fe"
}

.linearicons-camera:before {
    content: "\e9ff"
}

.linearicons-camera-crossed:before {
    content: "\ea00"
}

.linearicons-camera-play:before {
    content: "\ea01"
}

.linearicons-time-lapse:before {
    content: "\ea02"
}

.linearicons-record:before {
    content: "\ea03"
}

.linearicons-camera2:before {
    content: "\ea04"
}

.linearicons-camera-flip:before {
    content: "\ea05"
}

.linearicons-panorama:before {
    content: "\ea06"
}

.linearicons-time-lapse2:before {
    content: "\ea07"
}

.linearicons-shutter:before {
    content: "\ea08"
}

.linearicons-shutter2:before {
    content: "\ea09"
}

.linearicons-face-detection:before {
    content: "\ea0a"
}

.linearicons-flare:before {
    content: "\ea0b"
}

.linearicons-convex:before {
    content: "\ea0c"
}

.linearicons-concave:before {
    content: "\ea0d"
}

.linearicons-picture:before {
    content: "\ea0e"
}

.linearicons-picture2:before {
    content: "\ea0f"
}

.linearicons-picture3:before {
    content: "\ea10"
}

.linearicons-pictures:before {
    content: "\ea11"
}

.linearicons-book:before {
    content: "\ea12"
}

.linearicons-audio-book:before {
    content: "\ea13"
}

.linearicons-book2:before {
    content: "\ea14"
}

.linearicons-bookmark:before {
    content: "\ea15"
}

.linearicons-bookmark2:before {
    content: "\ea16"
}

.linearicons-label:before {
    content: "\ea17"
}

.linearicons-library:before {
    content: "\ea18"
}

.linearicons-library2:before {
    content: "\ea19"
}

.linearicons-contacts:before {
    content: "\ea1a"
}

.linearicons-profile:before {
    content: "\ea1b"
}

.linearicons-portrait:before {
    content: "\ea1c"
}

.linearicons-portrait2:before {
    content: "\ea1d"
}

.linearicons-user:before {
    content: "\ea1e"
}

.linearicons-user-plus:before {
    content: "\ea1f"
}

.linearicons-user-minus:before {
    content: "\ea20"
}

.linearicons-user-lock:before {
    content: "\ea21"
}

.linearicons-users:before {
    content: "\ea22"
}

.linearicons-users2:before {
    content: "\ea23"
}

.linearicons-users-plus:before {
    content: "\ea24"
}

.linearicons-users-minus:before {
    content: "\ea25"
}

.linearicons-group-work:before {
    content: "\ea26"
}

.linearicons-woman:before {
    content: "\ea27"
}

.linearicons-man:before {
    content: "\ea28"
}

.linearicons-baby:before {
    content: "\ea29"
}

.linearicons-baby2:before {
    content: "\ea2a"
}

.linearicons-baby3:before {
    content: "\ea2b"
}

.linearicons-baby-bottle:before {
    content: "\ea2c"
}

.linearicons-walk:before {
    content: "\ea2d"
}

.linearicons-hand-waving:before {
    content: "\ea2e"
}

.linearicons-jump:before {
    content: "\ea2f"
}

.linearicons-run:before {
    content: "\ea30"
}

.linearicons-woman2:before {
    content: "\ea31"
}

.linearicons-man2:before {
    content: "\ea32"
}

.linearicons-man-woman:before {
    content: "\ea33"
}

.linearicons-height:before {
    content: "\ea34"
}

.linearicons-weight:before {
    content: "\ea35"
}

.linearicons-scale:before {
    content: "\ea36"
}

.linearicons-button:before {
    content: "\ea37"
}

.linearicons-bow-tie:before {
    content: "\ea38"
}

.linearicons-tie:before {
    content: "\ea39"
}

.linearicons-socks:before {
    content: "\ea3a"
}

.linearicons-shoe:before {
    content: "\ea3b"
}

.linearicons-shoes:before {
    content: "\ea3c"
}

.linearicons-hat:before {
    content: "\ea3d"
}

.linearicons-pants:before {
    content: "\ea3e"
}

.linearicons-shorts:before {
    content: "\ea3f"
}

.linearicons-flip-flops:before {
    content: "\ea40"
}

.linearicons-shirt:before {
    content: "\ea41"
}

.linearicons-hanger:before {
    content: "\ea42"
}

.linearicons-laundry:before {
    content: "\ea43"
}

.linearicons-store:before {
    content: "\ea44"
}

.linearicons-haircut:before {
    content: "\ea45"
}

.linearicons-store-24:before {
    content: "\ea46"
}

.linearicons-barcode:before {
    content: "\ea47"
}

.linearicons-barcode2:before {
    content: "\ea48"
}

.linearicons-barcode3:before {
    content: "\ea49"
}

.linearicons-cashier:before {
    content: "\ea4a"
}

.linearicons-bag:before {
    content: "\ea4b"
}

.linearicons-bag2:before {
    content: "\ea4c"
}

.linearicons-cart:before {
    content: "\ea4d"
}

.linearicons-cart-empty:before {
    content: "\ea4e"
}

.linearicons-cart-full:before {
    content: "\ea4f"
}

.linearicons-cart-plus:before {
    content: "\ea50"
}

.linearicons-cart-plus2:before {
    content: "\ea51"
}

.linearicons-cart-add:before {
    content: "\ea52"
}

.linearicons-cart-remove:before {
    content: "\ea53"
}

.linearicons-cart-exchange:before {
    content: "\ea54"
}

.linearicons-tag:before {
    content: "\ea55"
}

.linearicons-tags:before {
    content: "\ea56"
}

.linearicons-receipt:before {
    content: "\ea57"
}

.linearicons-wallet:before {
    content: "\ea58"
}

.linearicons-credit-card:before {
    content: "\ea59"
}

.linearicons-cash-dollar:before {
    content: "\ea5a"
}

.linearicons-cash-euro:before {
    content: "\ea5b"
}

.linearicons-cash-pound:before {
    content: "\ea5c"
}

.linearicons-cash-yen:before {
    content: "\ea5d"
}

.linearicons-bag-dollar:before {
    content: "\ea5e"
}

.linearicons-bag-euro:before {
    content: "\ea5f"
}

.linearicons-bag-pound:before {
    content: "\ea60"
}

.linearicons-bag-yen:before {
    content: "\ea61"
}

.linearicons-coin-dollar:before {
    content: "\ea62"
}

.linearicons-coin-euro:before {
    content: "\ea63"
}

.linearicons-coin-pound:before {
    content: "\ea64"
}

.linearicons-coin-yen:before {
    content: "\ea65"
}

.linearicons-calculator:before {
    content: "\ea66"
}

.linearicons-calculator2:before {
    content: "\ea67"
}

.linearicons-abacus:before {
    content: "\ea68"
}

.linearicons-vault:before {
    content: "\ea69"
}

.linearicons-telephone:before {
    content: "\ea6a"
}

.linearicons-phone-lock:before {
    content: "\ea6b"
}

.linearicons-phone-wave:before {
    content: "\ea6c"
}

.linearicons-phone-pause:before {
    content: "\ea6d"
}

.linearicons-phone-outgoing:before {
    content: "\ea6e"
}

.linearicons-phone-incoming:before {
    content: "\ea6f"
}

.linearicons-phone-in-out:before {
    content: "\ea70"
}

.linearicons-phone-error:before {
    content: "\ea71"
}

.linearicons-phone-sip:before {
    content: "\ea72"
}

.linearicons-phone-plus:before {
    content: "\ea73"
}

.linearicons-phone-minus:before {
    content: "\ea74"
}

.linearicons-voicemail:before {
    content: "\ea75"
}

.linearicons-dial:before {
    content: "\ea76"
}

.linearicons-telephone2:before {
    content: "\ea77"
}

.linearicons-pushpin:before {
    content: "\ea78"
}

.linearicons-pushpin2:before {
    content: "\ea79"
}

.linearicons-map-marker:before {
    content: "\ea7a"
}

.linearicons-map-marker-user:before {
    content: "\ea7b"
}

.linearicons-map-marker-down:before {
    content: "\ea7c"
}

.linearicons-map-marker-check:before {
    content: "\ea7d"
}

.linearicons-map-marker-crossed:before {
    content: "\ea7e"
}

.linearicons-radar:before {
    content: "\ea7f"
}

.linearicons-compass2:before {
    content: "\ea80"
}

.linearicons-map:before {
    content: "\ea81"
}

.linearicons-map2:before {
    content: "\ea82"
}

.linearicons-location:before {
    content: "\ea83"
}

.linearicons-road-sign:before {
    content: "\ea84"
}

.linearicons-calendar-empty:before {
    content: "\ea85"
}

.linearicons-calendar-check:before {
    content: "\ea86"
}

.linearicons-calendar-cross:before {
    content: "\ea87"
}

.linearicons-calendar-31:before {
    content: "\ea88"
}

.linearicons-calendar-full:before {
    content: "\ea89"
}

.linearicons-calendar-insert:before {
    content: "\ea8a"
}

.linearicons-calendar-text:before {
    content: "\ea8b"
}

.linearicons-calendar-user:before {
    content: "\ea8c"
}

.linearicons-mouse:before {
    content: "\ea8d"
}

.linearicons-mouse-left:before {
    content: "\ea8e"
}

.linearicons-mouse-right:before {
    content: "\ea8f"
}

.linearicons-mouse-both:before {
    content: "\ea90"
}

.linearicons-keyboard:before {
    content: "\ea91"
}

.linearicons-keyboard-up:before {
    content: "\ea92"
}

.linearicons-keyboard-down:before {
    content: "\ea93"
}

.linearicons-delete:before {
    content: "\ea94"
}

.linearicons-spell-check:before {
    content: "\ea95"
}

.linearicons-escape:before {
    content: "\ea96"
}

.linearicons-enter2:before {
    content: "\ea97"
}

.linearicons-screen:before {
    content: "\ea98"
}

.linearicons-aspect-ratio:before {
    content: "\ea99"
}

.linearicons-signal:before {
    content: "\ea9a"
}

.linearicons-signal-lock:before {
    content: "\ea9b"
}

.linearicons-signal-80:before {
    content: "\ea9c"
}

.linearicons-signal-60:before {
    content: "\ea9d"
}

.linearicons-signal-40:before {
    content: "\ea9e"
}

.linearicons-signal-20:before {
    content: "\ea9f"
}

.linearicons-signal-0:before {
    content: "\eaa0"
}

.linearicons-signal-blocked:before {
    content: "\eaa1"
}

.linearicons-sim:before {
    content: "\eaa2"
}

.linearicons-flash-memory:before {
    content: "\eaa3"
}

.linearicons-usb-drive:before {
    content: "\eaa4"
}

.linearicons-phone:before {
    content: "\eaa5"
}

.linearicons-smartphone:before {
    content: "\eaa6"
}

.linearicons-smartphone-notification:before {
    content: "\eaa7"
}

.linearicons-smartphone-vibration:before {
    content: "\eaa8"
}

.linearicons-smartphone-embed:before {
    content: "\eaa9"
}

.linearicons-smartphone-waves:before {
    content: "\eaaa"
}

.linearicons-tablet:before {
    content: "\eaab"
}

.linearicons-tablet2:before {
    content: "\eaac"
}

.linearicons-laptop:before {
    content: "\eaad"
}

.linearicons-laptop-phone:before {
    content: "\eaae"
}

.linearicons-desktop:before {
    content: "\eaaf"
}

.linearicons-launch:before {
    content: "\eab0"
}

.linearicons-new-tab:before {
    content: "\eab1"
}

.linearicons-window:before {
    content: "\eab2"
}

.linearicons-cable:before {
    content: "\eab3"
}

.linearicons-cable2:before {
    content: "\eab4"
}

.linearicons-tv:before {
    content: "\eab5"
}

.linearicons-radio:before {
    content: "\eab6"
}

.linearicons-remote-control:before {
    content: "\eab7"
}

.linearicons-power-switch:before {
    content: "\eab8"
}

.linearicons-power:before {
    content: "\eab9"
}

.linearicons-power-crossed:before {
    content: "\eaba"
}

.linearicons-flash-auto:before {
    content: "\eabb"
}

.linearicons-lamp:before {
    content: "\eabc"
}

.linearicons-flashlight:before {
    content: "\eabd"
}

.linearicons-lampshade:before {
    content: "\eabe"
}

.linearicons-cord:before {
    content: "\eabf"
}

.linearicons-outlet:before {
    content: "\eac0"
}

.linearicons-battery-power:before {
    content: "\eac1"
}

.linearicons-battery-empty:before {
    content: "\eac2"
}

.linearicons-battery-alert:before {
    content: "\eac3"
}

.linearicons-battery-error:before {
    content: "\eac4"
}

.linearicons-battery-low1:before {
    content: "\eac5"
}

.linearicons-battery-low2:before {
    content: "\eac6"
}

.linearicons-battery-low3:before {
    content: "\eac7"
}

.linearicons-battery-mid1:before {
    content: "\eac8"
}

.linearicons-battery-mid2:before {
    content: "\eac9"
}

.linearicons-battery-mid3:before {
    content: "\eaca"
}

.linearicons-battery-full:before {
    content: "\eacb"
}

.linearicons-battery-charging:before {
    content: "\eacc"
}

.linearicons-battery-charging2:before {
    content: "\eacd"
}

.linearicons-battery-charging3:before {
    content: "\eace"
}

.linearicons-battery-charging4:before {
    content: "\eacf"
}

.linearicons-battery-charging5:before {
    content: "\ead0"
}

.linearicons-battery-charging6:before {
    content: "\ead1"
}

.linearicons-battery-charging7:before {
    content: "\ead2"
}

.linearicons-chip:before {
    content: "\ead3"
}

.linearicons-chip-x64:before {
    content: "\ead4"
}

.linearicons-chip-x86:before {
    content: "\ead5"
}

.linearicons-bubble:before {
    content: "\ead6"
}

.linearicons-bubbles:before {
    content: "\ead7"
}

.linearicons-bubble-dots:before {
    content: "\ead8"
}

.linearicons-bubble-alert:before {
    content: "\ead9"
}

.linearicons-bubble-question:before {
    content: "\eada"
}

.linearicons-bubble-text:before {
    content: "\eadb"
}

.linearicons-bubble-pencil:before {
    content: "\eadc"
}

.linearicons-bubble-picture:before {
    content: "\eadd"
}

.linearicons-bubble-video:before {
    content: "\eade"
}

.linearicons-bubble-user:before {
    content: "\eadf"
}

.linearicons-bubble-quote:before {
    content: "\eae0"
}

.linearicons-bubble-heart:before {
    content: "\eae1"
}

.linearicons-bubble-emoticon:before {
    content: "\eae2"
}

.linearicons-bubble-attachment:before {
    content: "\eae3"
}

.linearicons-phone-bubble:before {
    content: "\eae4"
}

.linearicons-quote-open:before {
    content: "\eae5"
}

.linearicons-quote-close:before {
    content: "\eae6"
}

.linearicons-dna:before {
    content: "\eae7"
}

.linearicons-heart-pulse:before {
    content: "\eae8"
}

.linearicons-pulse:before {
    content: "\eae9"
}

.linearicons-syringe:before {
    content: "\eaea"
}

.linearicons-pills:before {
    content: "\eaeb"
}

.linearicons-first-aid:before {
    content: "\eaec"
}

.linearicons-lifebuoy:before {
    content: "\eaed"
}

.linearicons-bandage:before {
    content: "\eaee"
}

.linearicons-bandages:before {
    content: "\eaef"
}

.linearicons-thermometer:before {
    content: "\eaf0"
}

.linearicons-microscope:before {
    content: "\eaf1"
}

.linearicons-brain:before {
    content: "\eaf2"
}

.linearicons-beaker:before {
    content: "\eaf3"
}

.linearicons-skull:before {
    content: "\eaf4"
}

.linearicons-bone:before {
    content: "\eaf5"
}

.linearicons-construction:before {
    content: "\eaf6"
}

.linearicons-construction-cone:before {
    content: "\eaf7"
}

.linearicons-pie-chart:before {
    content: "\eaf8"
}

.linearicons-pie-chart2:before {
    content: "\eaf9"
}

.linearicons-graph:before {
    content: "\eafa"
}

.linearicons-chart-growth:before {
    content: "\eafb"
}

.linearicons-chart-bars:before {
    content: "\eafc"
}

.linearicons-chart-settings:before {
    content: "\eafd"
}

.linearicons-cake:before {
    content: "\eafe"
}

.linearicons-gift:before {
    content: "\eaff"
}

.linearicons-balloon:before {
    content: "\eb00"
}

.linearicons-rank:before {
    content: "\eb01"
}

.linearicons-rank2:before {
    content: "\eb02"
}

.linearicons-rank3:before {
    content: "\eb03"
}

.linearicons-crown:before {
    content: "\eb04"
}

.linearicons-lotus:before {
    content: "\eb05"
}

.linearicons-diamond:before {
    content: "\eb06"
}

.linearicons-diamond2:before {
    content: "\eb07"
}

.linearicons-diamond3:before {
    content: "\eb08"
}

.linearicons-diamond4:before {
    content: "\eb09"
}

.linearicons-linearicons:before {
    content: "\eb0a"
}

.linearicons-teacup:before {
    content: "\eb0b"
}

.linearicons-teapot:before {
    content: "\eb0c"
}

.linearicons-glass:before {
    content: "\eb0d"
}

.linearicons-bottle2:before {
    content: "\eb0e"
}

.linearicons-glass-cocktail:before {
    content: "\eb0f"
}

.linearicons-glass2:before {
    content: "\eb10"
}

.linearicons-dinner:before {
    content: "\eb11"
}

.linearicons-dinner2:before {
    content: "\eb12"
}

.linearicons-chef:before {
    content: "\eb13"
}

.linearicons-scale2:before {
    content: "\eb14"
}

.linearicons-egg:before {
    content: "\eb15"
}

.linearicons-egg2:before {
    content: "\eb16"
}

.linearicons-eggs:before {
    content: "\eb17"
}

.linearicons-platter:before {
    content: "\eb18"
}

.linearicons-steak:before {
    content: "\eb19"
}

.linearicons-hamburger:before {
    content: "\eb1a"
}

.linearicons-hotdog:before {
    content: "\eb1b"
}

.linearicons-pizza:before {
    content: "\eb1c"
}

.linearicons-sausage:before {
    content: "\eb1d"
}

.linearicons-chicken:before {
    content: "\eb1e"
}

.linearicons-fish:before {
    content: "\eb1f"
}

.linearicons-carrot:before {
    content: "\eb20"
}

.linearicons-cheese:before {
    content: "\eb21"
}

.linearicons-bread:before {
    content: "\eb22"
}

.linearicons-ice-cream:before {
    content: "\eb23"
}

.linearicons-ice-cream2:before {
    content: "\eb24"
}

.linearicons-candy:before {
    content: "\eb25"
}

.linearicons-lollipop:before {
    content: "\eb26"
}

.linearicons-coffee-bean:before {
    content: "\eb27"
}

.linearicons-coffee-cup:before {
    content: "\eb28"
}

.linearicons-cherry:before {
    content: "\eb29"
}

.linearicons-grapes:before {
    content: "\eb2a"
}

.linearicons-citrus:before {
    content: "\eb2b"
}

.linearicons-apple:before {
    content: "\eb2c"
}

.linearicons-leaf:before {
    content: "\eb2d"
}

.linearicons-landscape:before {
    content: "\eb2e"
}

.linearicons-pine-tree:before {
    content: "\eb2f"
}

.linearicons-tree:before {
    content: "\eb30"
}

.linearicons-cactus:before {
    content: "\eb31"
}

.linearicons-paw:before {
    content: "\eb32"
}

.linearicons-footprint:before {
    content: "\eb33"
}

.linearicons-speed-slow:before {
    content: "\eb34"
}

.linearicons-speed-medium:before {
    content: "\eb35"
}

.linearicons-speed-fast:before {
    content: "\eb36"
}

.linearicons-rocket:before {
    content: "\eb37"
}

.linearicons-hammer2:before {
    content: "\eb38"
}

.linearicons-balance:before {
    content: "\eb39"
}

.linearicons-briefcase:before {
    content: "\eb3a"
}

.linearicons-luggage-weight:before {
    content: "\eb3b"
}

.linearicons-dolly:before {
    content: "\eb3c"
}

.linearicons-plane:before {
    content: "\eb3d"
}

.linearicons-plane-crossed:before {
    content: "\eb3e"
}

.linearicons-helicopter:before {
    content: "\eb3f"
}

.linearicons-traffic-lights:before {
    content: "\eb40"
}

.linearicons-siren:before {
    content: "\eb41"
}

.linearicons-road:before {
    content: "\eb42"
}

.linearicons-engine:before {
    content: "\eb43"
}

.linearicons-oil-pressure:before {
    content: "\eb44"
}

.linearicons-coolant-temperature:before {
    content: "\eb45"
}

.linearicons-car-battery:before {
    content: "\eb46"
}

.linearicons-gas:before {
    content: "\eb47"
}

.linearicons-gallon:before {
    content: "\eb48"
}

.linearicons-transmission:before {
    content: "\eb49"
}

.linearicons-car:before {
    content: "\eb4a"
}

.linearicons-car-wash:before {
    content: "\eb4b"
}

.linearicons-car-wash2:before {
    content: "\eb4c"
}

.linearicons-bus:before {
    content: "\eb4d"
}

.linearicons-bus2:before {
    content: "\eb4e"
}

.linearicons-car2:before {
    content: "\eb4f"
}

.linearicons-parking:before {
    content: "\eb50"
}

.linearicons-car-lock:before {
    content: "\eb51"
}

.linearicons-taxi:before {
    content: "\eb52"
}

.linearicons-car-siren:before {
    content: "\eb53"
}

.linearicons-car-wash3:before {
    content: "\eb54"
}

.linearicons-car-wash4:before {
    content: "\eb55"
}

.linearicons-ambulance:before {
    content: "\eb56"
}

.linearicons-truck:before {
    content: "\eb57"
}

.linearicons-trailer:before {
    content: "\eb58"
}

.linearicons-scale-truck:before {
    content: "\eb59"
}

.linearicons-train:before {
    content: "\eb5a"
}

.linearicons-ship:before {
    content: "\eb5b"
}

.linearicons-ship2:before {
    content: "\eb5c"
}

.linearicons-anchor:before {
    content: "\eb5d"
}

.linearicons-boat:before {
    content: "\eb5e"
}

.linearicons-bicycle:before {
    content: "\eb5f"
}

.linearicons-bicycle2:before {
    content: "\eb60"
}

.linearicons-dumbbell:before {
    content: "\eb61"
}

.linearicons-bench-press:before {
    content: "\eb62"
}

.linearicons-swim:before {
    content: "\eb63"
}

.linearicons-football:before {
    content: "\eb64"
}

.linearicons-baseball-bat:before {
    content: "\eb65"
}

.linearicons-baseball:before {
    content: "\eb66"
}

.linearicons-tennis:before {
    content: "\eb67"
}

.linearicons-tennis2:before {
    content: "\eb68"
}

.linearicons-ping-pong:before {
    content: "\eb69"
}

.linearicons-hockey:before {
    content: "\eb6a"
}

.linearicons-8ball:before {
    content: "\eb6b"
}

.linearicons-bowling:before {
    content: "\eb6c"
}

.linearicons-bowling-pins:before {
    content: "\eb6d"
}

.linearicons-golf:before {
    content: "\eb6e"
}

.linearicons-golf2:before {
    content: "\eb6f"
}

.linearicons-archery:before {
    content: "\eb70"
}

.linearicons-slingshot:before {
    content: "\eb71"
}

.linearicons-soccer:before {
    content: "\eb72"
}

.linearicons-basketball:before {
    content: "\eb73"
}

.linearicons-cube:before {
    content: "\eb74"
}

.linearicons-3d-rotate:before {
    content: "\eb75"
}

.linearicons-puzzle:before {
    content: "\eb76"
}

.linearicons-glasses:before {
    content: "\eb77"
}

.linearicons-glasses2:before {
    content: "\eb78"
}

.linearicons-accessibility:before {
    content: "\eb79"
}

.linearicons-wheelchair:before {
    content: "\eb7a"
}

.linearicons-wall:before {
    content: "\eb7b"
}

.linearicons-fence:before {
    content: "\eb7c"
}

.linearicons-wall2:before {
    content: "\eb7d"
}

.linearicons-icons:before {
    content: "\eb7e"
}

.linearicons-resize-handle:before {
    content: "\eb7f"
}

.linearicons-icons2:before {
    content: "\eb80"
}

.linearicons-select:before {
    content: "\eb81"
}

.linearicons-select2:before {
    content: "\eb82"
}

.linearicons-site-map:before {
    content: "\eb83"
}

.linearicons-earth:before {
    content: "\eb84"
}

.linearicons-earth-lock:before {
    content: "\eb85"
}

.linearicons-network:before {
    content: "\eb86"
}

.linearicons-network-lock:before {
    content: "\eb87"
}

.linearicons-planet:before {
    content: "\eb88"
}

.linearicons-happy:before {
    content: "\eb89"
}

.linearicons-smile:before {
    content: "\eb8a"
}

.linearicons-grin:before {
    content: "\eb8b"
}

.linearicons-tongue:before {
    content: "\eb8c"
}

.linearicons-sad:before {
    content: "\eb8d"
}

.linearicons-wink:before {
    content: "\eb8e"
}

.linearicons-dream:before {
    content: "\eb8f"
}

.linearicons-shocked:before {
    content: "\eb90"
}

.linearicons-shocked2:before {
    content: "\eb91"
}

.linearicons-tongue2:before {
    content: "\eb92"
}

.linearicons-neutral:before {
    content: "\eb93"
}

.linearicons-happy-grin:before {
    content: "\eb94"
}

.linearicons-cool:before {
    content: "\eb95"
}

.linearicons-mad:before {
    content: "\eb96"
}

.linearicons-grin-evil:before {
    content: "\eb97"
}

.linearicons-evil:before {
    content: "\eb98"
}

.linearicons-wow:before {
    content: "\eb99"
}

.linearicons-annoyed:before {
    content: "\eb9a"
}

.linearicons-wondering:before {
    content: "\eb9b"
}

.linearicons-confused:before {
    content: "\eb9c"
}

.linearicons-zipped:before {
    content: "\eb9d"
}

.linearicons-grumpy:before {
    content: "\eb9e"
}

.linearicons-mustache:before {
    content: "\eb9f"
}

.linearicons-tombstone-hipster:before {
    content: "\eba0"
}

.linearicons-tombstone:before {
    content: "\eba1"
}

.linearicons-ghost:before {
    content: "\eba2"
}

.linearicons-ghost-hipster:before {
    content: "\eba3"
}

.linearicons-halloween:before {
    content: "\eba4"
}

.linearicons-christmas:before {
    content: "\eba5"
}

.linearicons-easter-egg:before {
    content: "\eba6"
}

.linearicons-mustache2:before {
    content: "\eba7"
}

.linearicons-mustache-glasses:before {
    content: "\eba8"
}

.linearicons-pipe:before {
    content: "\eba9"
}

.linearicons-alarm:before {
    content: "\ebaa"
}

.linearicons-alarm-add:before {
    content: "\ebab"
}

.linearicons-alarm-snooze:before {
    content: "\ebac"
}

.linearicons-alarm-ringing:before {
    content: "\ebad"
}

.linearicons-bullhorn:before {
    content: "\ebae"
}

.linearicons-hearing:before {
    content: "\ebaf"
}

.linearicons-volume-high:before {
    content: "\ebb0"
}

.linearicons-volume-medium:before {
    content: "\ebb1"
}

.linearicons-volume-low:before {
    content: "\ebb2"
}

.linearicons-volume:before {
    content: "\ebb3"
}

.linearicons-mute:before {
    content: "\ebb4"
}

.linearicons-lan:before {
    content: "\ebb5"
}

.linearicons-lan2:before {
    content: "\ebb6"
}

.linearicons-wifi:before {
    content: "\ebb7"
}

.linearicons-wifi-lock:before {
    content: "\ebb8"
}

.linearicons-wifi-blocked:before {
    content: "\ebb9"
}

.linearicons-wifi-mid:before {
    content: "\ebba"
}

.linearicons-wifi-low:before {
    content: "\ebbb"
}

.linearicons-wifi-low2:before {
    content: "\ebbc"
}

.linearicons-wifi-alert:before {
    content: "\ebbd"
}

.linearicons-wifi-alert-mid:before {
    content: "\ebbe"
}

.linearicons-wifi-alert-low:before {
    content: "\ebbf"
}

.linearicons-wifi-alert-low2:before {
    content: "\ebc0"
}

.linearicons-stream:before {
    content: "\ebc1"
}

.linearicons-stream-check:before {
    content: "\ebc2"
}

.linearicons-stream-error:before {
    content: "\ebc3"
}

.linearicons-stream-alert:before {
    content: "\ebc4"
}

.linearicons-communication:before {
    content: "\ebc5"
}

.linearicons-communication-crossed:before {
    content: "\ebc6"
}

.linearicons-broadcast:before {
    content: "\ebc7"
}

.linearicons-antenna:before {
    content: "\ebc8"
}

.linearicons-satellite:before {
    content: "\ebc9"
}

.linearicons-satellite2:before {
    content: "\ebca"
}

.linearicons-mic:before {
    content: "\ebcb"
}

.linearicons-mic-mute:before {
    content: "\ebcc"
}

.linearicons-mic2:before {
    content: "\ebcd"
}

.linearicons-spotlights:before {
    content: "\ebce"
}

.linearicons-hourglass:before {
    content: "\ebcf"
}

.linearicons-loading:before {
    content: "\ebd0"
}

.linearicons-loading2:before {
    content: "\ebd1"
}

.linearicons-loading3:before {
    content: "\ebd2"
}

.linearicons-refresh:before {
    content: "\ebd3"
}

.linearicons-refresh2:before {
    content: "\ebd4"
}

.linearicons-undo:before {
    content: "\ebd5"
}

.linearicons-redo:before {
    content: "\ebd6"
}

.linearicons-jump2:before {
    content: "\ebd7"
}

.linearicons-undo2:before {
    content: "\ebd8"
}

.linearicons-redo2:before {
    content: "\ebd9"
}

.linearicons-sync:before {
    content: "\ebda"
}

.linearicons-repeat-one2:before {
    content: "\ebdb"
}

.linearicons-sync-crossed:before {
    content: "\ebdc"
}

.linearicons-sync2:before {
    content: "\ebdd"
}

.linearicons-repeat-one3:before {
    content: "\ebde"
}

.linearicons-sync-crossed2:before {
    content: "\ebdf"
}

.linearicons-return:before {
    content: "\ebe0"
}

.linearicons-return2:before {
    content: "\ebe1"
}

.linearicons-refund:before {
    content: "\ebe2"
}

.linearicons-history:before {
    content: "\ebe3"
}

.linearicons-history2:before {
    content: "\ebe4"
}

.linearicons-self-timer:before {
    content: "\ebe5"
}

.linearicons-clock:before {
    content: "\ebe6"
}

.linearicons-clock2:before {
    content: "\ebe7"
}

.linearicons-clock3:before {
    content: "\ebe8"
}

.linearicons-watch:before {
    content: "\ebe9"
}

.linearicons-alarm2:before {
    content: "\ebea"
}

.linearicons-alarm-add2:before {
    content: "\ebeb"
}

.linearicons-alarm-remove:before {
    content: "\ebec"
}

.linearicons-alarm-check:before {
    content: "\ebed"
}

.linearicons-alarm-error:before {
    content: "\ebee"
}

.linearicons-timer:before {
    content: "\ebef"
}

.linearicons-timer-crossed:before {
    content: "\ebf0"
}

.linearicons-timer2:before {
    content: "\ebf1"
}

.linearicons-timer-crossed2:before {
    content: "\ebf2"
}

.linearicons-download:before {
    content: "\ebf3"
}

.linearicons-upload:before {
    content: "\ebf4"
}

.linearicons-download2:before {
    content: "\ebf5"
}

.linearicons-upload2:before {
    content: "\ebf6"
}

.linearicons-enter-up:before {
    content: "\ebf7"
}

.linearicons-enter-down:before {
    content: "\ebf8"
}

.linearicons-enter-left:before {
    content: "\ebf9"
}

.linearicons-enter-right:before {
    content: "\ebfa"
}

.linearicons-exit-up:before {
    content: "\ebfb"
}

.linearicons-exit-down:before {
    content: "\ebfc"
}

.linearicons-exit-left:before {
    content: "\ebfd"
}

.linearicons-exit-right:before {
    content: "\ebfe"
}

.linearicons-enter-up2:before {
    content: "\ebff"
}

.linearicons-enter-down2:before {
    content: "\ec00"
}

.linearicons-enter-vertical:before {
    content: "\ec01"
}

.linearicons-enter-left2:before {
    content: "\ec02"
}

.linearicons-enter-right2:before {
    content: "\ec03"
}

.linearicons-enter-horizontal:before {
    content: "\ec04"
}

.linearicons-exit-up2:before {
    content: "\ec05"
}

.linearicons-exit-down2:before {
    content: "\ec06"
}

.linearicons-exit-left2:before {
    content: "\ec07"
}

.linearicons-exit-right2:before {
    content: "\ec08"
}

.linearicons-cli:before {
    content: "\ec09"
}

.linearicons-bug:before {
    content: "\ec0a"
}

.linearicons-code:before {
    content: "\ec0b"
}

.linearicons-file-code:before {
    content: "\ec0c"
}

.linearicons-file-image:before {
    content: "\ec0d"
}

.linearicons-file-zip:before {
    content: "\ec0e"
}

.linearicons-file-audio:before {
    content: "\ec0f"
}

.linearicons-file-video:before {
    content: "\ec10"
}

.linearicons-file-preview:before {
    content: "\ec11"
}

.linearicons-file-charts:before {
    content: "\ec12"
}

.linearicons-file-stats:before {
    content: "\ec13"
}

.linearicons-file-spreadsheet:before {
    content: "\ec14"
}

.linearicons-link:before {
    content: "\ec15"
}

.linearicons-unlink:before {
    content: "\ec16"
}

.linearicons-link2:before {
    content: "\ec17"
}

.linearicons-unlink2:before {
    content: "\ec18"
}

.linearicons-thumbs-up:before {
    content: "\ec19"
}

.linearicons-thumbs-down:before {
    content: "\ec1a"
}

.linearicons-thumbs-up2:before {
    content: "\ec1b"
}

.linearicons-thumbs-down2:before {
    content: "\ec1c"
}

.linearicons-thumbs-up3:before {
    content: "\ec1d"
}

.linearicons-thumbs-down3:before {
    content: "\ec1e"
}

.linearicons-share:before {
    content: "\ec1f"
}

.linearicons-share2:before {
    content: "\ec20"
}

.linearicons-share3:before {
    content: "\ec21"
}

.linearicons-magnifier:before {
    content: "\ec22"
}

.linearicons-file-search:before {
    content: "\ec23"
}

.linearicons-find-replace:before {
    content: "\ec24"
}

.linearicons-zoom-in:before {
    content: "\ec25"
}

.linearicons-zoom-out:before {
    content: "\ec26"
}

.linearicons-loupe:before {
    content: "\ec27"
}

.linearicons-loupe-zoom-in:before {
    content: "\ec28"
}

.linearicons-loupe-zoom-out:before {
    content: "\ec29"
}

.linearicons-cross:before {
    content: "\ec2a"
}

.linearicons-menu:before {
    content: "\ec2b"
}

.linearicons-list:before {
    content: "\ec2c"
}

.linearicons-list2:before {
    content: "\ec2d"
}

.linearicons-list3:before {
    content: "\ec2e"
}

.linearicons-menu2:before {
    content: "\ec2f"
}

.linearicons-list4:before {
    content: "\ec30"
}

.linearicons-menu3:before {
    content: "\ec31"
}

.linearicons-exclamation:before {
    content: "\ec32"
}

.linearicons-question:before {
    content: "\ec33"
}

.linearicons-check:before {
    content: "\ec34"
}

.linearicons-cross2:before {
    content: "\ec35"
}

.linearicons-plus:before {
    content: "\ec36"
}

.linearicons-minus:before {
    content: "\ec37"
}

.linearicons-percent:before {
    content: "\ec38"
}

.linearicons-chevron-up:before {
    content: "\ec39"
}

.linearicons-chevron-down:before {
    content: "\ec3a"
}

.linearicons-chevron-left:before {
    content: "\ec3b"
}

.linearicons-chevron-right:before {
    content: "\ec3c"
}

.linearicons-chevrons-expand-vertical:before {
    content: "\ec3d"
}

.linearicons-chevrons-expand-horizontal:before {
    content: "\ec3e"
}

.linearicons-chevrons-contract-vertical:before {
    content: "\ec3f"
}

.linearicons-chevrons-contract-horizontal:before {
    content: "\ec40"
}

.linearicons-arrow-up:before {
    content: "\ec41"
}

.linearicons-arrow-down:before {
    content: "\ec42"
}

.linearicons-arrow-left:before {
    content: "\ec43"
}

.linearicons-arrow-right:before {
    content: "\ec44"
}

.linearicons-arrow-up-right:before {
    content: "\ec45"
}

.linearicons-arrows-merge:before {
    content: "\ec46"
}

.linearicons-arrows-split:before {
    content: "\ec47"
}

.linearicons-arrow-divert:before {
    content: "\ec48"
}

.linearicons-arrow-return:before {
    content: "\ec49"
}

.linearicons-expand:before {
    content: "\ec4a"
}

.linearicons-contract:before {
    content: "\ec4b"
}

.linearicons-expand2:before {
    content: "\ec4c"
}

.linearicons-contract2:before {
    content: "\ec4d"
}

.linearicons-move:before {
    content: "\ec4e"
}

.linearicons-tab:before {
    content: "\ec4f"
}

.linearicons-arrow-wave:before {
    content: "\ec50"
}

.linearicons-expand3:before {
    content: "\ec51"
}

.linearicons-expand4:before {
    content: "\ec52"
}

.linearicons-contract3:before {
    content: "\ec53"
}

.linearicons-notification:before {
    content: "\ec54"
}

.linearicons-warning:before {
    content: "\ec55"
}

.linearicons-notification-circle:before {
    content: "\ec56"
}

.linearicons-question-circle:before {
    content: "\ec57"
}

.linearicons-menu-circle:before {
    content: "\ec58"
}

.linearicons-checkmark-circle:before {
    content: "\ec59"
}

.linearicons-cross-circle:before {
    content: "\ec5a"
}

.linearicons-plus-circle:before {
    content: "\ec5b"
}

.linearicons-circle-minus:before {
    content: "\ec5c"
}

.linearicons-percent-circle:before {
    content: "\ec5d"
}

.linearicons-arrow-up-circle:before {
    content: "\ec5e"
}

.linearicons-arrow-down-circle:before {
    content: "\ec5f"
}

.linearicons-arrow-left-circle:before {
    content: "\ec60"
}

.linearicons-arrow-right-circle:before {
    content: "\ec61"
}

.linearicons-chevron-up-circle:before {
    content: "\ec62"
}

.linearicons-chevron-down-circle:before {
    content: "\ec63"
}

.linearicons-chevron-left-circle:before {
    content: "\ec64"
}

.linearicons-chevron-right-circle:before {
    content: "\ec65"
}

.linearicons-backward-circle:before {
    content: "\ec66"
}

.linearicons-first-circle:before {
    content: "\ec67"
}

.linearicons-previous-circle:before {
    content: "\ec68"
}

.linearicons-stop-circle:before {
    content: "\ec69"
}

.linearicons-play-circle:before {
    content: "\ec6a"
}

.linearicons-pause-circle:before {
    content: "\ec6b"
}

.linearicons-next-circle:before {
    content: "\ec6c"
}

.linearicons-last-circle:before {
    content: "\ec6d"
}

.linearicons-forward-circle:before {
    content: "\ec6e"
}

.linearicons-eject-circle:before {
    content: "\ec6f"
}

.linearicons-crop:before {
    content: "\ec70"
}

.linearicons-frame-expand:before {
    content: "\ec71"
}

.linearicons-frame-contract:before {
    content: "\ec72"
}

.linearicons-focus:before {
    content: "\ec73"
}

.linearicons-transform:before {
    content: "\ec74"
}

.linearicons-grid:before {
    content: "\ec75"
}

.linearicons-grid-crossed:before {
    content: "\ec76"
}

.linearicons-layers:before {
    content: "\ec77"
}

.linearicons-layers-crossed:before {
    content: "\ec78"
}

.linearicons-toggle:before {
    content: "\ec79"
}

.linearicons-rulers:before {
    content: "\ec7a"
}

.linearicons-ruler:before {
    content: "\ec7b"
}

.linearicons-funnel:before {
    content: "\ec7c"
}

.linearicons-flip-horizontal:before {
    content: "\ec7d"
}

.linearicons-flip-vertical:before {
    content: "\ec7e"
}

.linearicons-flip-horizontal2:before {
    content: "\ec7f"
}

.linearicons-flip-vertical2:before {
    content: "\ec80"
}

.linearicons-angle:before {
    content: "\ec81"
}

.linearicons-angle2:before {
    content: "\ec82"
}

.linearicons-subtract:before {
    content: "\ec83"
}

.linearicons-combine:before {
    content: "\ec84"
}

.linearicons-intersect:before {
    content: "\ec85"
}

.linearicons-exclude:before {
    content: "\ec86"
}

.linearicons-align-center-vertical:before {
    content: "\ec87"
}

.linearicons-align-right:before {
    content: "\ec88"
}

.linearicons-align-bottom:before {
    content: "\ec89"
}

.linearicons-align-left:before {
    content: "\ec8a"
}

.linearicons-align-center-horizontal:before {
    content: "\ec8b"
}

.linearicons-align-top:before {
    content: "\ec8c"
}

.linearicons-square:before {
    content: "\ec8d"
}

.linearicons-plus-square:before {
    content: "\ec8e"
}

.linearicons-minus-square:before {
    content: "\ec8f"
}

.linearicons-percent-square:before {
    content: "\ec90"
}

.linearicons-arrow-up-square:before {
    content: "\ec91"
}

.linearicons-arrow-down-square:before {
    content: "\ec92"
}

.linearicons-arrow-left-square:before {
    content: "\ec93"
}

.linearicons-arrow-right-square:before {
    content: "\ec94"
}

.linearicons-chevron-up-square:before {
    content: "\ec95"
}

.linearicons-chevron-down-square:before {
    content: "\ec96"
}

.linearicons-chevron-left-square:before {
    content: "\ec97"
}

.linearicons-chevron-right-square:before {
    content: "\ec98"
}

.linearicons-check-square:before {
    content: "\ec99"
}

.linearicons-cross-square:before {
    content: "\ec9a"
}

.linearicons-menu-square:before {
    content: "\ec9b"
}

.linearicons-prohibited:before {
    content: "\ec9c"
}

.linearicons-circle:before {
    content: "\ec9d"
}

.linearicons-radio-button:before {
    content: "\ec9e"
}

.linearicons-ligature:before {
    content: "\ec9f"
}

.linearicons-text-format:before {
    content: "\eca0"
}

.linearicons-text-format-remove:before {
    content: "\eca1"
}

.linearicons-text-size:before {
    content: "\eca2"
}

.linearicons-bold:before {
    content: "\eca3"
}

.linearicons-italic:before {
    content: "\eca4"
}

.linearicons-underline:before {
    content: "\eca5"
}

.linearicons-strikethrough:before {
    content: "\eca6"
}

.linearicons-highlight:before {
    content: "\eca7"
}

.linearicons-text-align-left:before {
    content: "\eca8"
}

.linearicons-text-align-center:before {
    content: "\eca9"
}

.linearicons-text-align-right:before {
    content: "\ecaa"
}

.linearicons-text-align-justify:before {
    content: "\ecab"
}

.linearicons-line-spacing:before {
    content: "\ecac"
}

.linearicons-indent-increase:before {
    content: "\ecad"
}

.linearicons-indent-decrease:before {
    content: "\ecae"
}

.linearicons-text-wrap:before {
    content: "\ecaf"
}

.linearicons-pilcrow:before {
    content: "\ecb0"
}

.linearicons-direction-ltr:before {
    content: "\ecb1"
}

.linearicons-direction-rtl:before {
    content: "\ecb2"
}

.linearicons-page-break:before {
    content: "\ecb3"
}

.linearicons-page-break2:before {
    content: "\ecb4"
}

.linearicons-sort-alpha-asc:before {
    content: "\ecb5"
}

.linearicons-sort-alpha-desc:before {
    content: "\ecb6"
}

.linearicons-sort-numeric-asc:before {
    content: "\ecb7"
}

.linearicons-sort-numeric-desc:before {
    content: "\ecb8"
}

.linearicons-sort-amount-asc:before {
    content: "\ecb9"
}

.linearicons-sort-amount-desc:before {
    content: "\ecba"
}

.linearicons-sort-time-asc:before {
    content: "\ecbb"
}

.linearicons-sort-time-desc:before {
    content: "\ecbc"
}

.linearicons-sigma:before {
    content: "\ecbd"
}

.linearicons-pencil-line:before {
    content: "\ecbe"
}

.linearicons-hand:before {
    content: "\ecbf"
}

.linearicons-pointer-up:before {
    content: "\ecc0"
}

.linearicons-pointer-right:before {
    content: "\ecc1"
}

.linearicons-pointer-down:before {
    content: "\ecc2"
}

.linearicons-pointer-left:before {
    content: "\ecc3"
}

.linearicons-finger-tap:before {
    content: "\ecc4"
}

.linearicons-fingers-tap:before {
    content: "\ecc5"
}

.linearicons-reminder:before {
    content: "\ecc6"
}

.linearicons-fingers-crossed:before {
    content: "\ecc7"
}

.linearicons-fingers-victory:before {
    content: "\ecc8"
}

.linearicons-gesture-zoom:before {
    content: "\ecc9"
}

.linearicons-gesture-pinch:before {
    content: "\ecca"
}

.linearicons-fingers-scroll-horizontal:before {
    content: "\eccb"
}

.linearicons-fingers-scroll-vertical:before {
    content: "\eccc"
}

.linearicons-fingers-scroll-left:before {
    content: "\eccd"
}

.linearicons-fingers-scroll-right:before {
    content: "\ecce"
}

.linearicons-hand2:before {
    content: "\eccf"
}

.linearicons-pointer-up2:before {
    content: "\ecd0"
}

.linearicons-pointer-right2:before {
    content: "\ecd1"
}

.linearicons-pointer-down2:before {
    content: "\ecd2"
}

.linearicons-pointer-left2:before {
    content: "\ecd3"
}

.linearicons-finger-tap2:before {
    content: "\ecd4"
}

.linearicons-fingers-tap2:before {
    content: "\ecd5"
}

.linearicons-reminder2:before {
    content: "\ecd6"
}

.linearicons-gesture-zoom2:before {
    content: "\ecd7"
}

.linearicons-gesture-pinch2:before {
    content: "\ecd8"
}

.linearicons-fingers-scroll-horizontal2:before {
    content: "\ecd9"
}

.linearicons-fingers-scroll-vertical2:before {
    content: "\ecda"
}

.linearicons-fingers-scroll-left2:before {
    content: "\ecdb"
}

.linearicons-fingers-scroll-right2:before {
    content: "\ecdc"
}

.linearicons-fingers-scroll-vertical3:before {
    content: "\ecdd"
}

.linearicons-border-style:before {
    content: "\ecde"
}

.linearicons-border-all:before {
    content: "\ecdf"
}

.linearicons-border-outer:before {
    content: "\ece0"
}

.linearicons-border-inner:before {
    content: "\ece1"
}

.linearicons-border-top:before {
    content: "\ece2"
}

.linearicons-border-horizontal:before {
    content: "\ece3"
}

.linearicons-border-bottom:before {
    content: "\ece4"
}

.linearicons-border-left:before {
    content: "\ece5"
}

.linearicons-border-vertical:before {
    content: "\ece6"
}

.linearicons-border-right:before {
    content: "\ece7"
}

.linearicons-border-none:before {
    content: "\ece8"
}

.linearicons-ellipsis:before {
    content: "\ece9"
}
/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa-fw,.fa-li {
    text-align: center
}

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

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

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

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

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

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

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

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

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

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}


.fab {
    font-family: 'Font Awesome 5 Brands'
}

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


.far {
    font-weight: 400
}


.fa,.fas {
    font-weight: 900
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



.banner-section.full-width .banner .page-center {
  max-width: 1025px;
}

.banner-section.full-width .banner .bg-image {
  min-height: 450px;
}


.banner-section.full-width .banner .text p {
  margin: 0;
}

.banner-section.full-width .banner .content {
  max-width: 780px;
}




.full-width-page .container-fluid.content {
  max-width: 1070px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.full-width-page .container-fluid.content h2 {
  margin-top: 1.2em;
  margin-bottom: 1em;
}

.full-width-page .container-fluid.content p {
  margin-bottom: 1.6em;
  line-height: 1.625rem;
}

.full-width-page .container-fluid.content p:last-child {
  margin: 0;
}

.privacy-page .span9 .widget-type-rich_text h1 {
  text-align: center;
  margin-bottom: 0.7em;
}

.privacy-page .span9 .widget-type-rich_text p {
  margin-bottom: 1.6em;
  overflow-wrap: break-word;
  line-height: 1.625rem;
}

.privacy-page .span9 .widget-type-rich_text p:last-child {
  margin: 0;
}

.privacy-page .span9 .widget-type-rich_text ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}

.privacy-page .span9 .widget-type-rich_text ul > li {
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.privacy-page .span9 .widget-type-rich_text ul > li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.text-page .hs_cos_wrapper_type_rich_text h1 {
  text-align: center;
}

.text-page .hs_cos_wrapper_type_rich_text p:last-child {
  margin: 0;
}

.privacy-page ul.submenu.level-1 {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}

.privacy-page ul.submenu.level-1 {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0;
}

.privacy-page ul.submenu.level-1 > li {
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.privacy-page ul.submenu.level-1 > li > a {
  transition: all ease .3s;
  font-weight: 700;
}

.privacy-page ul.submenu.level-1 > li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 {
  position: relative;
  margin: 0;
  list-style: none;
  margin-top: 0.8em;
  padding: 0;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 > li {
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 > li > a {
  transition: all ease .3s;
  font-weight: 700;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 {
  position: relative;
  margin: 0;
  list-style: none;
  margin-top: 0.8em;
  padding: 0;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 > li {
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 > li > a {
  transition: all ease .3s;
  font-weight: 700;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 > li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 > li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 ul.submenu.level-4 {
  list-style: none;
  margin: 0.8em 0 0;
  padding: 0;
  position: relative;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 ul.submenu.level-4 > li {
  line-height: 1.625rem;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 ul.submenu.level-4 > li:before {

  content: "•";
  left: 0px;
  position: absolute;
  top: 0px;
}

.privacy-page ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 ul.submenu.level-4 > li > a{
  font-weight: 700;
  transition: all .3s ease;
} 

@media (max-width:1199px){

  .full-width-page .container-fluid.content {

    padding-left: 1.25em;
    padding-right: 1.25em;

  }
}

@media(max-width:767px){

  .banner-section.full-width .banner .bg-image {
    background: #009ec2 !important;
    min-height: 250px;
    padding: 2.55em 0;
  }

  .full-width-page .container-fluid.content h2 {
    margin-top: 1em;
    font-size: 24px;
  }

  .full-width-page .container-fluid.content p {
    line-height: 1.65rem;
  }

  .privacy-page .span9 .widget-type-rich_text h1 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    margin-bottom: 0.5em;
  }

  .privacy-page .span9 .widget-type-rich_text p {
    line-height: 1.65rem;
  }

  .text-page .hs_cos_wrapper_type_rich_text h2 {
    font-size: 1.5rem !important;
    line-height: 2.125rem !important;
    margin-bottom: 0.8em !important;
  }

  .privacy-page ul.submenu.level-1 {
    margin-top: 0.625em;
    margin-bottom: 1em;
  }
}

@media(max-width:640px)  {

  .banner-section.full-width .banner .page-center {
    padding: 0 2.1875em;
  }
}


.guide_page table tbody td strong {
  display: block;
}
.ira_solution_bottom .hs-form-field  .hs-input option:disabled {
  color: #bfbfbf;
}
.ira_solution_bottom .hs-form-field select.hs-input.error {
  border-color: #c87872!important;
}
/*****************************************/

.resources_page {
  display: flex;
  align-items: center;
}
.resources_main {
  width: 100%;
}

.resources_page .dnd-section>.row-fluid .dnd-column {
  padding: 0;
}

.form_wrap .hs_cos_wrapper_type_form {
  background: none;
  padding:0;
  margin-bottom:0;
}

.form_wrap .form-title {
  margin: 0;
}

.form_wrap h2 {
  margin: 0 auto 0.2em;
  display: inline-block;
  line-height: 2.625rem;
}

.form_wrap{
  padding: 2.8em 3.4em 5.3em;
  border-radius: 4px;
}
.form_wrap  .fancybox-button path {
  fill: #0A1421;
}

.form_wrap  .fancybox-button:hover{
  background-color: transparent;
}
.form_wrap .fancybox-close-small{
  opacity:1;
}
.form_content p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 0;
  font-size: .75rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-align: center;
}

.form_wrap  .hs_firstname {
  width: 48%!important;
}

.form_wrap  .hs_lastname {
  width: 48%!important;
  float: right!important;
}
.form_wrap  .hs_lastname .input {
  margin-right:0!important;
}
.form_wrap .input {
  margin-right: 0!important;
}
.form_wrap ::-webkit-input-placeholder {
  opacity: 1!important;
  color: rgba(66,66,66,.5);
}

.research_page p,
.feature_page p{
  line-height: 1.625rem;
  margin-bottom: 1.6em;
}

.research_page h2,
.feature_page h2 {
  margin-top: 1.2em;
  margin-bottom: 1em;
}
.research_page .bottom-pane-wrapper .text-area p,
.feature_page .bottom-pane-wrapper .text-area p {
  margin-top: 0;
}

.feature_banner .banner .page-center {
  max-width: 1025px;
}

.feature_banner .banner .content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}
.feature_page .widget-type-rich_text ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.feature_page .widget-type-rich_text ul li {
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
  margin-bottom: 1em;
}


.feature_page .widget-type-rich_text ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.feature_page figure {
  margin: 0 0 1em;
}

.feature_page .bottom-pane-wrapper{
  min-height: 233px;
}
.research_main ol {
  margin: 2em 0 2.25em;
  counter-reset: my-awesome-counter;
  line-height: normal;
  padding-left: 0;
  display: inline-block;
}

.research_main li {
  position: relative;
  padding-left: 0.875em;
  margin-bottom: 0.3125em;
  list-style: none;
  counter-increment: my-awesome-counter;
  color: #404041;

}

.research_main ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 10px;
}
.feature_page h3 {
  margin-top: 10px;
  margin-bottom: 1.3em;
  font-size: 1.25rem;
}

.form_wrap form select {
  appearance: none;
}
.form_wrap .hs_please_select .input:after{
  content: "\ec3a";
  position: absolute;
  right: 15px;
  top: 50%;
  font-family: Linearicons!important;
  font-size: .875rem;
  color: #009ec2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.form_wrap form fieldset .hs-fieldtype-select .input{
  position:relative;
}
.form_wrap form fieldset .hs-fieldtype-select .input:before,
.form_wrap form fieldset .hs-fieldtype-select .input:after{
  color: #009ec2;
  content: "\ec3a";
  font-family: Linearicons!important;
  font-size: .875rem;
  font-weight: bolder;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.form_wrap form select option {
  padding: 8.42px 18px;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.125rem;
  transition: all ease .3s;
}

.guide_banner .banner .bg-image {
  min-height: 450px;
}
.guide_banner .banner .content {
  max-width: 700px;
}
.guide_banner .banner .page-center {
  max-width: 1025px;
}
.guide_banner .banner .text p {
  margin-bottom: 0;
}

.guide_page p{
  line-height: 1.625rem;
  margin-bottom: 0.9375em;
}
.guide_page table {
  margin:0;
  width: 100%;
  display: inline-block;
  margin-top: 1.8em;
  border: none;
  position: relative;
  border-spacing: 0;
  border-collapse: collapse;
}

.guide_page table thead td {
  height: 41px;
  padding: 0.4375em 0.625em;
  vertical-align: middle;
  background-color: #009ec2;
  border-color: #009ec2;
  color: #FFF;
}
.guide_page  table tbody td {
  width: 25%;
  vertical-align: top;
  padding: 1.1875em 0.625em;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: center;
  border: 1px solid rgba(66,66,66,.2);
}

.guide_page .widget-type-rich_text a {
  display: block;
  margin-top:7px;
  font-size: .875rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #009ec2;
  transition: all ease .3s;
}
.guide_page .service-features-comp.rgtimg {
  padding-top: 0px;
}
.guide_page  .service-features-comp.rgtimg {
  padding-bottom: 0;
}
.guide_page .service-features-comp.lftimg {
  padding-top: 0;
  padding-bottom: 110px!important;
}
.guide_page .cnttwthimg .service--text-block {
  width: 59%;
}
.guide_page .cnttwthimg .service--image-block {
  width: 40%;
  text-align: right;
  display:block;
}
.guide_page .cnttwthimg .service--text-block ul li {
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
  margin-bottom: 1em;
  margin-bottom: 0.6em;
}

.guide_page .cnttwthimg .service--text-block ul {
  position: relative;
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
  padding-left:0;
}

.guide_page .cnttwthimg .service--text-block ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.guide_page .cnttwthimg .service--text-block p {
  margin-bottom: 1.3em;
}
.guide_page .service-features-comp.rgtimg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6em;
  align-items: flex-start;
}

.guide_page .cnttwthimg .service-features-comp.lftimg .service--image-block {
  width: 36%;
  text-align: center;
}

.guide_page .cnttwthimg .service-features-comp.lftimg .service--text-block {
  width: 55%;
}

.guide_page  .service-features-comp.lftimg {
  margin: 0 auto;
  max-width: 1010px;
  align-items: flex-start;
}

.guide_page .cnttwthimg .service--text-block a.btn {
  margin-top: 0.5em;
  padding-right: 1.5em;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #009ec2;
  font-weight: 700;
}

.guide_page .cnttwthimg .service--text-block a.btn:before,
.guide_page .cnttwthimg .service--text-block a.btn:after{
  content: "\ec44";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: Linearicons!important;
  transform: translateY(-50%);
}
.service_inner_page3 p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 400;
  text-align: center;
}
.service_inner_page3 h6 {
  margin-bottom: 1.2em;
  font-weight: 200;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #009ec2;
  text-align: center;
}
.service_inner_page3 h2 {
  line-height: 2.625rem;
  font-size: 2rem;
  text-align: center;
}

.service_inner_page3 .service-features-comp.rgtimg .service--image-block {
  justify-content: flex-end;
}

.service-features-comp .service--text-block h5 {
  margin-bottom: 1.2em;
  font-weight: 200;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #009ec2;
  font-size: 1.125rem;
}
.service_inner_page3 .cnttwthimg .service--text-block h2 {
  text-align: initial;
}
.service_inner_page3 .cnttwthimg .service--text-block p {
  text-align: initial;
  line-height: 1.625rem;
  font-size: 1rem;
  font-family: Nexa;
  color: #404041;
  margin-bottom: 1em;
}

.service_inner_page3 .cnttwthimg .service--text-block a.btn {
  color: #006D8B;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 1.8em;
  color: #009ec2;
  text-decoration: none;
}
.service_inner_page3 .cnttwthimg .service--text-block a.btn:after, 
.service_inner_page3 .cnttwthimg .service--text-block a.btn:before {
  content: "\ec44";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: Linearicons!important;
  transform: translateY(-50%);
}

.service_inner_page3 .cnttwthimg .service--text-block {
  width: 58%;
}

.service_inner_page3 .service-features-comp.rgtimg .service--image-block {
  width: 39%;
}

.service_inner_page3 .service--text-block  h5,
.service_inner_page4  h5{
  margin-bottom: 1.2em;
  font-weight: 200;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #009ec2;
}
.service_inner_page4  h5{
  font-size: 1.125rem;
}

.service_inner_page4 figure {
  max-width: 670px;
  margin: 0 auto 2.2em;
  text-align:center;
}

.service_inner_page4 p {
  margin-bottom: 1.6em;
  line-height: 1.625rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: Nexa;
  text-align: initial;
}

.service_inner_page4 ul {
  position: relative;
  margin: 0;
  list-style: none;
  padding-left:0;
  text-align: initial;
}
.service_inner_page4 ul li {
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.service_inner_page4 ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.features--heading-block h6 {
  line-height: 2.625rem;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
}

.service_inner_page4 .row-fluid {
  text-align: center;
}
.service_inner_page4 .hs-button {
  min-width: 187px;
  padding: 0.969em 1em;
}
.service-features-comp.item-2.lftimg >.service--image-block {
  width: 39%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.service_inner_page4 h2 {
  line-height: 2.625rem;
  margin-bottom: 0;
}
.service_inner_page .service_inner_page4 {
  background: linear-gradient(to bottom,rgba(200,230,240,.5) 0,rgba(255,255,255,1) 100%);
}

.service_inner_page4 .cnttwthimg .service--image-block {
  width: 39%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.service_inner_page4 .cnttwthimg .service--text-block {
  width: 58%;
}
.service_inner_page4  .service-features-comp .service--text-block h5 {
  text-align: initial;
}

.service_inner_page4  .cnttwthimg .service--text-block h2 {
  text-align: initial;
}


@media (max-width: 767px){
  .research_page h2  {
    margin-top: 1em;
    font-size: 24px;
  }
  .feature_page h2  {
    margin-top: 1em;
    font-size: 24px;
  }
  .guide_page  .responsible--solutions-text .responsible--solutions-image {
    text-align: center;
  }
}


/****************************************************************************************************************************************************************/
.body-container-wrapper.text-page h1{
  margin-bottom: 0.7em;
}

.body-container-wrapper.text-page p{
  font-weight: 400;
  margin-top: 0;
  line-height: 1.625rem;
  overflow-wrap: break-word;
  margin-bottom: 1.6em;
}

.body-container-wrapper.text-page ul {
  line-height: normal;
  overflow-wrap: break-word;
  position: relative;
  margin: 0;
  list-style: none;
  padding: 0px;
}

.body-container-wrapper.text-page ul li {
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.body-container-wrapper.text-page ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}

.body-container-wrapper.text-page p a {
  text-decoration: underline;
  font-weight: 700;
  color: #009ec2;
  transition: all ease .3s;
}

.body-container-wrapper.text-page p a:hover {
  color: #006D8B;
}

.contact-page .banner .content h1 {
  font-size: 3.125rem;
  line-height: 3.625rem;
}

.contact-page .banner .text p {
  margin: 0px;
}

.contact-page .contact-us .hs_cos_wrapper_type_rich_text h5 {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 3em;
  font-size: 16px;
  line-height: normal;
}

.contact-page .contact-us .hs_cos_wrapper_type_rich_text h5:before {
  content: '';
  flex: 1 0 auto;
  width: auto;
  height: 1px;
  display: inline-block;
  background-color: rgba(66,66,66,.2);
}

.contact-page .contact-us .hs_cos_wrapper_type_rich_text h5:after {
  content: '';
  flex: 1 0 auto;
  width: auto;
  height: 1px;
  display: inline-block;
  background-color: rgba(66,66,66,.2);
}

.contact-page .contact-us .hs_cos_wrapper_type_rich_text h5 strong {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.675em 1.64em;
  margin: 0 1.875em;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 20px 40px 10px rgb(224 224 224 / 20%);
  font-weight: 400;
}

.contact-page .contact-us .hs_cos_wrapper_type_rich_text h2 {
  font-size: 2rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3.75em;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  margin-bottom: 60px;
}

.contact-page .contact-us form fieldset {
  width: 100%;
  max-width: 100% !important;
}

.contact-page .contact-us .hs_cos_wrapper_type_form {
  padding: 0px;
  margin: 0px;
  background: unset !important;
  max-width: 100%;
  display: block;
}

.contact-page .contact-us form .hs_submit.hs-submit {
  text-align: center;
  padding-top: 25px;
}

.contact-page .contact-us form fieldset.form-columns-2 .hs-form-field {
  width: 49% !important;
  float: left;
}

.contact-page .contact-us form fieldset.form-columns-2 .hs-form-field:last-child {
  float: right!important;
}

.contact-page .contact-us form fieldset.form-columns-2 .input {
  margin: 0px !important;
}

.contact-page .contact-us {
  background: linear-gradient(to bottom,rgba(66,66,66,.03) 0,rgba(255,255,255,0) 100%);
}
.contact-page .contact-us form .hs_submit.hs-submit input.hs-button.primary.large {
  margin: 0;
  min-width: 252px;
  min-height: 55px;
  line-height: 1.375rem;
}

.contact-page .contact-us form fieldset.form-columns-1 .input {
  margin: 0px !important;
}

.contact-page .contact-us form fieldset.form-columns-2 .input select {
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0.469em 0.62em;
  padding-left: 18px!important;
}

.contact-page .contact-us form fieldset.form-columns-1 .input textarea {
  resize: none;
  overflow: auto;
  padding: 1.25em 0.9375em;
}

.contact-page .banner .content {
  padding-left: 2.5px;
}
.contact-page .contact-us form fieldset .hs-fieldtype-select .input:after,
.contact-page .contact-us form fieldset .hs-fieldtype-select .input:before {
  content: "\ec3a";
  position: absolute;
  right: 15px;
  top: 50%;
  font-family: Linearicons!important;
  font-size: .875rem;
  color: #009ec2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  font-weight: bolder;
}

.contact-page .contact-us form fieldset .hs-fieldtype-select .input {
  position: relative;
}

/* MEDIA QUERY */
@media (max-width:767px){
  .contact-info .btn_wrap a{
    width:100%!important;
    min-width:auto!important;
  }
  .body-container-wrapper.text-page h1 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    margin-bottom: 0.5em;
  }
  .body-container-wrapper.text-page p {
    line-height: 1.65rem;
  }

  .contact-page .contact-us form .hs-form-field .hs-input,
  .contact-page .contact-us form fieldset.form-columns-2 .input select,
  .contact-page .contact-us form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none;
  }
  .contact-page .contact-us form fieldset.form-columns-2 .hs-form-field:first-child {
    margin-bottom: 1.43em !important;
  }
}

/**********************************************************************************************************************************************************************/


.container {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:1199px){
  .container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

/* home-page-css */
.hm_pgrw1 .bottom-pane-wrapper h2 {
  margin-bottom: 0.4em;
  color: #fff;
  font-size: 2.5rem;
}

.hm_pgrw1 .bottom-pane-wrapper .text-area p {
  color: #fff;
  margin: 0;
  line-height: 1.625rem;
  font-size: inherit;
  overflow-wrap: break-word;
}

.hm_pgrw1 .bottom-pane-wrapper .text-area {
  width: 65%;
}

.hm_pgrw1 .bottom-pane-wrapper .btn-area {
  margin: 0;
  margin-right: 2.8125em;
  margin-top: 0.9375em;
}

.hm_pgrw1 .bottom-pane-wrapper .text-area p a {
  font-weight: 700;
  color: #009ec2;
  transition: all ease .3s;
  color: #fff;
}

.hm_pgrw1 .bottom-pane-wrapper .cta-wrap {
  align-items: flex-start;
}


.section-devider .container.container--small {
  max-width: 1070px;
}

.section-devider .container.container--small hr {
  margin: 0;
  height: 1px;
  background-color: rgba(66,66,66,.2);
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-devider {
  margin-top: -1px;
}

.our-clients .other-service {
  margin-bottom: 0;
}

.cm_pgrw3 .our-history .our--history-image img{
  vertical-align: middle;
  margin-bottom: 5px;
}
.feature_main img{
  width:100%;
}

.accordion .features--accordion-block .features-content p:last-child {
  margin-bottom: 0;
}

.accordion .features--accordion-wrapper .features--accordion-block.active:last-child {
  border: none;
}
@media (min-width: 768px) and (max-width: 1023px){
  .hm_pgrw1 .bottom-pane-wrapper h2 {
    font-size: 2.125rem;
  }
}

@media(max-width:767px){
  .hm_pgrw1 .bottom-pane-wrapper .cta-wrap {
    flex-direction: column;
  }
  .service_inner_page3 .service-features-comp.rgtimg .service--image-block {
    width: 100%;
  }
  .hm_pgrw1 .bottom-pane-wrapper .text-area {
    width: 100%;
  }

  .hm_pgrw1 .bottom-pane-wrapper h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .hm_pgrw1 .bottom-pane-wrapper .text-area p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .service_inner_page .container {
    padding-left: 0;
    padding-right: 0;
  }

  .service_inner_page3 .cnttwthimg .service--text-block {
    width: 100%;
  }

  .service_inner_page4 .cnttwthimg .service--text-block {
    width: 100%;
  }
}
/*  home-page-fancybox-css */
.hmpg .fancybox-slide--html .fancybox-close-small {
  font-size: .875rem;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  top: -84px;
  right: -55px;
  opacity: 1;
  visibility: visible;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  font-weight: bold;
}

.hmpg .fancybox-button--close {
  top: -84px;
  right: -55px;
  opacity: 1;
  visibility: visible;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s
}

.hmpg .fancybox-content {
  overflow: visible;
  padding: 0
}

@media (max-width: 767px) {
  .hmpg .wistia_embed {
    max-width:100%!important
  }

  .hmpg .fancybox-button--close {
    top: -60px;
    right: 0;
    width: 45px;
    height: 45px
  }

  .hmpg .fancybox-button {
    padding: .375em
  }
}

@media (max-width: 640px) {
  .hmpg .fancybox-button {
    padding:.2em
  }

  .hmpg .fancybox-button--close {
    top: -50px;
    width: 35px;
    height: 35px
  }
}


.hmpg .fancybox-button svg path {
  fill: #009ec2;
}


@media (min-width: 768px) and (max-width: 1023px){
  .hmpg .fancybox-slide--html .fancybox-close-small {
    padding: 0.375em;
    top: -60px;
    right: 0;
    width: 45px;
    height: 45px;
  } 
}



@media (max-width: 767px){
  .hmpg .fancybox-slide--html .fancybox-close-small {

    padding: 0.375em;

    top: -60px;
    right: 0;
    width: 45px;
    height: 45px;
  } 
}

@media (max-width: 640px){
  .hmpg .fancybox-slide--html .fancybox-close-small {
    top: -50px;
    width: 35px;
    height: 35px;
    padding: 0.2em;
  } 
}
.hmpg .fancybox-button {
  opacity: 0;
}
.hmpg .fancybox-slide--html {
  padding: 1.25em;
}


.form_wrap  .fancybox-close-small {
  padding: 0.43em;
  color: #0A1421;
}
.form_wrap  .hs_error_rollup {
  margin-bottom: 15px;
}
/* team-pg */
.container-fluid.tm_pgrw1 {
}

.tm_pgrw1 .bannerr {
  display: flex;
  align-items: center;
  min-height: 390px;
  padding: 4.375em 0;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}

.tm_pgrw1 .banner .bg-image .page-center {
  position: relative;
  z-index: 1;
  max-width: 1025px;
}

.tm_pgrw1 .banner .bg-image {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm_pgrw1 .banner .bg-image .page-center .content {
  position: relative;
  z-index: 1;
  max-width: 790px;
}

.tm_pgrw1 .banner .bg-image .page-center .content p {
  margin-bottom: 0;
}



.tm_pgrw1 .bottom-pane-wrapper .text-area p {
  margin-bottom: 0;
  margin-top: 0;
}

@media(max-width:767px){
  .tm_pgrw1 .banner .bg-image {
    min-height: 235px;
    background: #009ec2 !important;
  }
}

/* company-page-css */

.cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content.top_heading {
  padding: 6.875em 0 3.125em;
}

.cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content.top_heading .title {
  margin: 0 auto 3.1em;
  max-width: 800px;
  display: block;
}

.cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content.top_heading .title h2 {
  font-size: 2.5rem;
  margin-bottom: 0.9em;
}

.cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content .flex {
  align-content: unset;
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-direction: initial;
}

.cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content .flex .left_col {
  width: 50%;
  text-align: center;
  display: block;
}

.cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content .flex .left_col img.desktopimg {
  vertical-align: middle;
  margin-bottom: 5px;
  max-width: 100%;
  filter: unset;
}

.cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content .flex .right_col {
  display: block;
  padding: 0;
  width: 44%;
  padding-left: 1em;
}
.container-fluid.cm_pgrw4 {
}

.cm_pgrw4 .bottom-pane-wrapper .text-area p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}

@media(max-width:1199px){
  .cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content.top_heading .content-wrapper {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cm_pgrw2 .two_col_wd_content_wrapper {
    padding: 0;
  }
  .cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content.top_heading .title h2 {
    font-size: 2.125rem;
  }

}


@media(max-width:767px){
  .cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content.top_heading .title h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content.top_heading {
    padding: 3.5em 0 2em;
  }

  .cm_pgrw2 .two_col_wd_content_wrapper .two_col_wd_content .flex .left_col img.desktopimg {
    max-width: 280px;
  }

}



/* benchmarkig-service-page-css */

.bnchmk_pgrw1 .ad_bnr .inner--hero-wrap {
  display: block;
}

.bnchmk_pgrw1 .ad_bnr .inner--hero-wrap .inner--hero-text-block {
  position: relative;
  z-index: 1;
  max-width: 780px;
  width: 100%;
}




.gredient-bg {
  background: #fff;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(66,66,66,.03) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(66,66,66,.03) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(66,66,66,.03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(66,66,66,0.03)', GradientType=0 );
}




.bnchmk_pgrw4 h6 {
  font-size: 1.25rem;
  margin-bottom: 0.9rem;
  line-height: 1.875rem;
  color: #fff;
}

.bnchmk_pgrw4 .bottom-pane-wrapper .text-area p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  margin: 0;
}
@media(max-width:1199px){
  .bnchmk_pgrw4 .bottom-pane-wrapper .text-area {
    width: 65%;
  }
}



@media(max-width:767px){

  .bnchmk_pgrw1 .ad_bnr {
    position: relative;
    overflow: hidden;
    background: #009ec2 !important;
  }

  .bnchmk_pgrw1 .ad_bnr .inner--hero-wrap .inner--hero-text-block {
    padding: 0;
    margin: 0;
  }

  .bnchmk_pgrw1 .ad_bnr .inner--hero-wrap .inner--hero-text-block h1 {
    margin-bottom: 0.5em;
  }


  .bnchmk_pgrw3 .service-intro-comp .card-block .card--block-info>p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .bnchmk_pgrw4 h6 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .bnchmk_pgrw4 .bottom-pane-wrapper .text-area p {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .bnchmk_pgrw4 .bottom-pane-wrapper .text-area {
    width: 100%;
  }

}


.plspns_pgrw1 .ad_bnr .inner--hero-text-block {
  max-width: 700px;
  width: 100%;
}

/****************************************************************************************************************************************************************/
.service_banner .banner .page-center{
  max-width: 1025px;
}

.service_banner .banner .content {
  max-width: 790px;
}

.banner-section .row-fluid [class*=span]{
  min-height:unset;
}
.service_banner .banner .text p:last-child {
  margin-bottom: 0;
}

.service_bottom .bottom-pane-wrapper .text-area p {
  margin-top: 0;
}

.service_banner .banner .hs_mod_btn_wrap{
  margin-top: 1.4em;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.service_main{
  background: #fff;
  background: -moz-linear-gradient(top,transparent 0,rgba(66,66,66,.03) 100%);
  background: -webkit-linear-gradient(top,transparent,rgba(66,66,66,.03));
  background: linear-gradient(180deg,transparent 0,rgba(66,66,66,.03));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="rgba(66,66,66,0.03)",GradientType=0);
}

.service_v2_main .two_col_wd_content_wrapper .two_col_wd_content .right_col h2 {
  margin-bottom: 0.7em;
  line-height: 2.625rem;
}
.service_v2_main .tabber_wrapper .title h2 {
  line-height: 2.625rem;
}

.service_v2_bottom .bottom-pane-wrapper {
  min-height: 233px;
}
.service_v2_banner .banner .bg-image{
  min-height: 450px;
}
.service_v2_banner.service_banner .banner .content{
  max-width: 780px;
}
.service_v2_main .two_col_wd_content_wrapper .two_col_wd_content:first-child {
  padding: 5em 0 2em;
}
.service_v2_main .two_col_wd_content_wrapper .two_col_wd_content .left_col{
  text-align: center;
}
.service_v2_main .two_col_wd_content_wrapper .two_col_wd_content .content-wrapper {
  max-width: 1110px;
}
.service_v2_main .two_col_wd_content_wrapper .two_col_wd_content .left_col img {
  filter: unset;
}
.service_v2_main .two_col_wd_content_wrapper .two_col_wd_content .right_col{
  margin-bottom: 2em;
}
.service_v2_main .tabber_wrapper .role--accordian-wrapper {
  margin-top: 0;
}

.service_v3_page .service_banner .banner .content {
  max-width: 780px;
}

.service_v3_page .service_banner .banner .bg-image{
  min-height: 450px;
}
.service_v3_page .service_banner .banner .content {
  max-width: 780px;
}
.service_v3_page .service_main .two_col_wd_content_wrapper .two_col_wd_content:first-child {
  padding: 5em 0 2em;
}
.service_v3_page .service_main .two_col_wd_content_wrapper .two_col_wd_content .content-wrapper {
  max-width: 1110px;
}
.service_v3_page .service_main .two_col_wd_content_wrapper .two_col_wd_content .right_col {
  margin-bottom: 2em;
}
.service_v3_page .service_main .two_col_wd_content_wrapper .two_col_wd_content .left_col {
  text-align: center;
}
.service_v3_page .service_main .two_col_wd_content_wrapper .two_col_wd_content .left_col img {
  filter: unset;
}
.service_v3_page  .service_bottom .bottom-pane-wrapper {
  min-height: 233px;
}

.service_v3_page .two_col_wd_content_wrapper .two_col_wd_content .right_col h2 {
  line-height: 2.625rem;
}
.service_v3_page .tabber_wrapper .role--category-block.top_content .flex.left .accordian-title{
  margin-bottom: 0.9375em;
}

.plspns_pgrw3 .hs_cos_wrapper_type_header h1{
  margin: 0 auto 1.72em;
}

.plspns_pgrw3 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 1.3em;
  line-height: 1.625rem;
}

.plspns_pgrw3 .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  margin-bottom: 1em;
  padding:0;
  position: relative;
  list-style: none;
}
.plspns_pgrw3 .hs_cos_wrapper_type_rich_text ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.plspns_pgrw3 .hs_cos_wrapper_type_rich_text ul li {
  margin-bottom: 0.6em;
  position: relative;
  line-height: 1.625rem;
  padding-left: 1.5em;
}
.ira_solution_page h1,
.ira_solution_page h2,
.ira_solution_page h3,
.ira_solution_page{
  font-family: "Source Sans Pro", Sans-serif;
  color:#3F3F41;
}

.ira_solution_page p {
  color:#3F3F41;
  font-size: 20px;
  line-height: 1.625rem;
  font-weight: 400;
}
.ira_solution_main p{
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.625rem;
}
.ira_solution_main h3 {
  color: #0095BE;
  font-size: 1.25rem;
  font-family: "Source Sans Pro", Sans-serif;
  margin-bottom: 0.7em;
  padding-bottom: 20px;
}
.ira_solution_main p:last-child {
  margin-bottom: 0;
}

.ira_solution_main ol {
  padding:0;
  color:#3F3F41;
  font-family: Source Sans Pro,Sans-serif;
  margin:0;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  counter-reset: item;
  overflow-wrap: break-word;
  margin-left: 1rem;
  line-height: normal;

}

.ira_solution_main ol li {
  display: block;
  margin-bottom: 14px;
}

.ira_solution_main ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #0095BE;
}

.ira_solution_middle .bottom-pane-wrapper {
  padding: 40px 50px 40px 50px;
  min-height: auto;
}

.ira_solution_middle .bottom-pane-wrapper .btn-area,
.ira_solution_middle .bottom-pane-wrapper .text-area {
  padding:10px;
  margin: 0;
}
.ira_solution_middle .bottom-pane-wrapper .page-center {
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
.ira_solution_middle .bottom-pane-wrapper .text-area p {
  font-size: 36px;
  margin: 0;
  line-height: 1.625rem;
  color: white;
}
.ira_solution_middle .bottom-pane-wrapper .hs_mod_btn_wrap {
  text-align: right;
}
.ira_solution_middle .bottom-pane-wrapper .btn-area .hs_mod_btn_wrap a {
  border-radius: 2px;
  line-height: 1;
  min-width: auto;
  padding: 15px 30px;
}
.ira_solution_middle .cnttwthimg .container{
  max-width:1380px;
}
.ira_solution_middle .cnttwthimg .service-features-comp.item-1 .service--image-block{
  padding: 40px 40px 40px 40px;
}
.ira_solution_middle .cnttwthimg .service--image-block{
  background: white;
  box-shadow: 0px 2px 17px 0px rgb(0 0 0 / 30%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px;
}

.ira_solution_middle .cnttwthimg .service-features-comp {
  padding: 0;
}

.ira_solution_middle .cnttwthimg {
  background-color: #F7FCFD;
}
.ira_solution_middle .service-features-comp.item-2.lftimg>.service--image-block {
  justify-content: center;
}
.ira_solution_middle .cnttwthimg .service--text-block p:first-of-type{
  font-size: 24px;
  margin-bottom: 20px;
}
.ira_solution_middle .cnttwthimg .service--text-block{
  padding: 20px 50px 20px 0px;
}
.ira_solution_middle .cnttwthimg .service--text-block p:last-child{
  margin:0;
}
.ira_solution_middle .cnttwthimg .service-features-comp.item-2{
  padding:80px 0;
}

.ira_solution_middle  .cnttwthimg .service-features-comp.lftimg .service--text-block{
  padding: 20px 0px 20px 50px;
}

.ira_solution_middle .cnttwthimg .service-features-comp.item-3{
  padding-bottom: 80px;
}

.ira_solution_middle .cnttwthimg .service-features-comp:last-child {
  padding-bottom: 80px;
}
.ira_solution_bottom .widget-type-form{
  justify-content: center;
  display: flex;
}
.ira_solution_bottom .hs_cos_wrapper_type_form{
  width: 600px;
  max-width: 600px;
  margin: 0;
  padding: 30px 40px 30px 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 17px 0px rgb(0 0 0 / 30%);
}

.ira_solution_bottom .hs-button{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  background: #0095BD;
  border-color: #0095BD;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: Source Sans Pro;
  margin-bottom: 17px;
  margin-top:35px;
}

.ira_solution_bottom fieldset.form-columns-2 {
  margin-bottom: 18px!important;
}
.ira_solution_bottom .hs-form-field label:not(.hs-error-msg) {
  color: #353535;
  font-family: Source Sans Pro;
  font-size: 13px;
  text-transform: none;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.ira_solution_bottom .hs-input:not([type=file]) {
  background-color: #f5f8fa;
}
.ira_solution_bottom input.hs-input.error{
  border-color: #b9554d!important;
}

.ira_solution_bottom .hs-form-field .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8)!important;
}

.ira_solution_bottom form ul.no-list.hs-error-msgs.inputs-list{
  list-style: none;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.ira_solution_bottom form ul.no-list.hs-error-msgs label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b!important;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: none;
}

.ira_solution_bottom form .hs_error_rollup ul.no-list.hs-error-msgs label{
  font-family: Source Sans Pro;
}
.ira_solution_bottom .hs-form-field .hs-input{
  display: inline-block;
  width: 90%;
  max-width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

.ira_solution_bottom  fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}
.ira_solution_bottom select.is-placeholder {
  color: #bfbfbf!important;
}
.ira_solution_bottom .hs-form-field select.hs-input{
  padding: 9px 10px;
}
.ira_solution_bottom form fieldset {
  max-width: 100%!important;
}
.ira_solution_bottom h1 {
  font-size: 30px;
  margin: 0.67em 0;
  font-family: Source Sans Pro;
}

.form_wrap  form .hs-error-msgs label{
  text-transform: unset;
}
.fancybox-content.form_wrap {
  max-width: 442px;
  width: 100%;
}
.ira_solution_middle .bottom-pane-wrapper .btn-area .hs_mod_btn_wrap a{
  fill: #00A1C6;
  color: #00A1C6;
  background-color: #FFFFFF!important;
  border-radius: 2px 2px 2px 2px;
}
.our--services-block a:hover .title {
  color: #009ec2;
}
.our-services .our--services-block a:hover .btn--link,
.hm_pgrw1 .bottom-pane-wrapper .text-area p a:hover {
  color: #006D8B;
}
.guide_page table {
  overflow: auto;
}

.accordion .features--accordion-block .features-content figure>p{
  margin-bottom: 1.5em;
  font-size: 1.125rem; 
  font-weight: bold;
  line-height: 1.6rem;
  color: #525151;
  text-align: initial;
}

.service_inner_page4 .hs-button {
  margin: 0;
  margin-top: 31px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.hmpg .fancybox-slide--html .fancybox-close-small:hover {
  color: #fff;
  background-color: #006D8B;
  border-color: #006D8B;
  outline: 0;
}

.hmpg .fancybox-slide--html .fancybox-close-small:focus svg path,
.hmpg .fancybox-slide--html .fancybox-close-small:hover svg path {
  fill: #fff;
}

.service_inner_page3 .cnttwthimg .service--text-block a.btn:hover,
.guide_page .widget-type-rich_text a:hover,
.guide_page .cnttwthimg .service--text-block a.btn:hover,
.our-clients .other-service p a:hover,
.our-clients .card-block .cdrinr:hover .btn--link,
.our-services .card-block .btmlink:hover .btn--link {
  color: #006D8B;
}

.our-services .our--services-block a:hover .service-icon {
  box-shadow: 0 8px 14px rgb(66 66 66 / 15%);
}


@media (min-width: 768px){
  .service_v2_main .two_col_wd_content_wrapper .two_col_wd_content .right_col{
    padding-right: 2em!important;
  }
  .plspns_pgrw3 .row-fluid .span7 {
    width: 59%;
    margin-right:1%;
  }
  .plspns_pgrw3 .row-fluid .span5{
    width: 40%;
  }
  .ira_solution_middle .cnttwthimg .service--image-block,
  .ira_solution_main .row-fluid .span7 {
    width: 55%!important;
  }
  .ira_solution_middle .cnttwthimg .service--text-block,
  .ira_solution_main .row-fluid .span5{
    width: 45%!important;
  }
  .ira_solution_middle .cnttwthimg .item-3 .service--image-block,
  .ira_solution_middle .cnttwthimg .item-3 .service--text-block,
  .ira_solution_middle .bottom-pane-wrapper .btn-area,
  .ira_solution_middle .bottom-pane-wrapper .text-area {
    width: 50%!important;
  }

}
@media (max-width: 1199px){
  .service_main .dnd-section {
    padding-left: 0;
    padding-right:0;
  }
}
@media (max-width: 767px){
  .our-services .our--services-block:nth-child(3n) {
    padding-left: 0;
    padding-right: 0;
  }
  .hm_pgrw1 .bottom-pane-wrapper .btn-area {
    margin: 0 auto;
    margin-top: 15px;
  }
  .ira_solution_bottom fieldset.form-columns-2 {
    margin-bottom: 0px!important;
  }
  .ira_solution_bottom fieldset .hs-form-field{
    margin-bottom: 18px!important;
  }
  .form_wrap {
    padding: 2.8em 1.5em 5.3em!important;
  }
  .form_wrap .hs_firstname,
  .guide_page .cnttwthimg .service-features-comp.lftimg .service--image-block,
  .guide_page .cnttwthimg .service--text-block,
  .form_wrap .hs_lastname,
  .ira_solution_bottom .hs-form-field .hs-input,
  .ira_solution_bottom fieldset.form-columns-2 .hs-form-field {
    width: 100%!important;
  }
  .ira_solution_bottom .hs-form-field .input {
    margin-right: 0!important;
  }
  .ira_solution_middle .cnttwthimg .service-features-comp {
    flex-wrap: wrap;
  }
  .ira_solution_middle .cnttwthimg .service--text-block,
  .ira_solution_middle .cnttwthimg .service--image-block{
    width:100%!important;
  }
  .ira_solution_middle .cnttwthimg .service-features-comp.lftimg .service--text-block,
  .ira_solution_middle .cnttwthimg .service--text-block {
    padding: 20px 0px 20px 0;
  }
}
@media (max-width: 479px){
  .plspns_pgrw3 .hs_cos_wrapper_type_header h1{
    font-size:24px;
  }
}