/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'Graphik';
  src: url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/Graphik-Semibold.woff2') format('woff2'),
    url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/Graphik-Semibold.woff') format('woff'),
      url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/Graphik-Semibold.ttf') format('truetype'),
        url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/Graphik-Semibold.svg') format('svg');
          font-weight: 600;
          font-style: normal;
          }

@font-face {
  font-family: 'BigNoodleTitling';
  src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/BigNoodleTitling.eot');
  src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/BigNoodleTitling.eot') format('embedded-opentype'),
    url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/BigNoodleTitling.woff2') format('woff2'),
      url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/BigNoodleTitling.woff') format('woff'),
        url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/BigNoodleTitling.ttf') format('truetype');
          font-weight: normal;
          font-style: normal;
          }

@font-face {
  font-family: 'icomoon';
  src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/icomoon.eot');
  src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/icomoon.eot') format('embedded-opentype'),
    url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/icomoon.woff') format('woff'),
      url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/icomoon.ttf') format('truetype'),
        url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/icomoon.svg') format('svg');
          font-weight: normal;
          font-style: normal
          }


@font-face {
  font-family: 'Open Sans';
  src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/OpenSans-Regular-webfont.eot');
  src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/OpenSans-Regular-webfont.eot') format('embedded-opentype'), 
    url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/OpenSans-Regular-webfont.woff') format('woff'), 
      url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), 
        url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/OpenSans-Regular-webfont.svg') format('svg');
          font-weight: 400;
          font-style: normal
          }

@font-face {
  font-family: 'Open Sans';
  src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/OpenSansBold-webfont.eot');
  src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/OpenSansBold-webfont.eot') format('embedded-opentype'), 
    url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/OpenSansBold-webfont.woff') format('woff'), 
      url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/OpenSansBold-webfont.ttf') format('truetype'), 
        url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/OpenSansBold-webfont.svg') format('svg');
          font-weight: 700;
          font-style: normal
          }

body {
  font-family: Open Sans, Lato, serif;
  font-size: 16.5;
  color: #494a52;
  line-height: 1.5;
  letter-spacing: .3px;
}

p {
  margin: 0;
  font-family: Open Sans, Lato, serif;
  padding-bottom: 27px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
.bdy-contnt p {
  line-height: 26px;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Poppins, Lato, serif;
  color: #494a52;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 7px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: .6px;
  margin-bottom: 7px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 7px;
}

h4 {
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 7px;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 7px;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
  margin-bottom: 7px;
}

strong {
  font-weight: 600;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 0;
}

ul li,
ol li {}

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

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 22px;
  padding-left: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* :focus {
outline: auto;
outline-color: green;
} */

.disable-focus-styles :focus {
  outline: none;
}
@media only screen and (min-width: 1000px) {
  .page-center {
    padding: 0 90px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
.hs-landing-page form .form-input-error {
  border-top: 0!important;
  border-right: 0!important;
  border-left: 0!important;
}
.hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px;
  vertical-align: middle;
  padding: 15px 22px;
  background-color: #c5143d;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  -o-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
  font-size: 12px;
  font-family: Arial;
  text-align: center;
  
  text-decoration: none;
  margin:10px 0 20px;
}

.hs-button:hover, .hs-button:focus {
  opacity: 0.85;
}
.hs-form-required {
  color: #000 !important;
  font-size: 14px !important;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 12px;
  color: #000;
  display: inline-block;
  font-family: 'Poppins';
  line-height: 22px;
  vertical-align: middle;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.systems-page input[type="password"] {
  display: block;
  width: 100%;
  max-width: 500px;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 22px;
  color: #555;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding: 13px 0;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid;
}
ul.no-list.hs-error-msgs {
  margin-left: 0;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  border-bottom: 2px solid;
  margin-bottom: -2px;
}
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-bottom: 2px solid;
  margin-bottom: -2px;
}

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: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.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: Open Sans, Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.col {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
img {
  max-width: 100%;
  vertical-align: baseline;
}
@media (min-width: 690px) {
  .col {
    margin-right: 2%;
  }
  .span_12 {
    width: 100%;
  }
  .span_3 {
    width: 23.5%;
  }
}
@media only screen and (max-width: 690px) {
  .col {
    margin-bottom: 25px;
  }
}

.body-container-wrapper.full-width-grp {
  padding-top: 39px;
}
.body-container-wrapper.full-width-grp .page-center .widget-type-rich_text h2 {
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  color: #000000;
  line-height: normal;
}
.body-container-wrapper.full-width-grp .page-center .widget-type-rich_text ul {
  margin-top: 0;
  line-height: 26px;
}

/********* Homepage Styling ************/

.hs-hme-page .cst-row1-grp {
  position: relative;
  top: -1px;
}


.cst-hme-row2-grp .inner-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cst-hme-row2-grp .inner-section .left-blnk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 8.33%;
}
.cst-hme-row2-grp .inner-section .left-blnk .inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.cst-hme-row2-grp .inner-section .cst-content-grp {
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 95.1406px;
  padding-bottom: 95.1406px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 83.0%;
}
.cst-hme-row2-grp .inner-section .right-blnk {
  width: 8.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cst-hme-row2-grp .inner-section .cst-content-grp .top-col-grp .widget-type-header h1 {
  color: #000000;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  font-size: 38px;
  line-height: 60px;
  text-align: center;
}
.cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.cst-hme-row2-grp .inner-section .cst-content-grp .inner-grp {
  width: 100%;
}
.cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-left-content-grp {
  position: relative;
  width: 50%;
  padding: 0 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-left-content-grp .cst-r2-c2-left-grp {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-right-content-grp .cst-r2-c2-right-grp {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-right-content-grp img.hs-image-widget {
  display: block;
}
.cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-left-content-grp .widget-type-space {
  height: 20px;
}

.cst-bazzana-r1-grp .inner-grp {
  padding-top: 28%;
  position: relative;
}
.cst-bazzana-r1-grp .inner-grp .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-left-content-grp .widget-type-rich_text {
  padding-top: 7px;
}
.cst-bazzana-r1-grp {
  margin-top: -1px;
  position: relative;
}
.cst-bazzana-r1-grp .inner-grp:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: rgba(0,0,0,0.52);
  opacity: 0.3;
}
.cst-bazzana-r1-grp:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 300px;
  background-color: #C10230;
  z-index: 2;
  mix-blend-mode: multiply;
  left: calc((100% / 2) - 30px);
  top: 0;
}

.cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-right-content-grp {
  width: 50%;
  padding: 9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.cst-home-row3-grp {
  position: relative;
  padding-bottom: 100px;
}
.cst-home-row3-grp .bg-grp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.cst-home-row3-grp .inner-grp.clearfix {
  padding: 6%;
  position: relative;
  z-index: 3;
}
.cst-home-row3-grp .bg-grp:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  background-color: #c10230;
  mix-blend-mode: multiply;
}

.cst-home-row3-grp .inner-grp.clearfix .cst-home-row3-top-col {
  padding: 3%;
  text-align: center;
  color: #fff;
}
.cst-home-row3-grp .inner-grp.clearfix .cst-home-row3-top-col .widget-type-header h1 {
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  margin-bottom: 7px;
  color: inherit;
  font-size: 38px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}

.cst-home-row3-grp .inner-grp .cst-home-r3-btm-grp {
  text-align: center;
}


.cst-home-row3-grp .inner-grp .cst-home-r3-btm-grp .widget-type-header h3 {
  font-family: Poppins;
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0px;
}

.cst-home-row5-grp {
  padding-top: 30px;
  padding-bottom: 228.36px;
  position: relative;
}
.cst-home-row5-grp .bg-grp {
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.cst-home-row5-grp .widget-type-rich_text * {
  color: #000000;
}
.cst-home-row5-grp .widget-type-rich_text h1 {
  font-size: 38px;
  letter-spacing: 5px !important;
  font-family: Poppins;
  font-weight: 900  !important;
  line-height: normal;
}
.cst-home-row5-grp .cst-r5-bg-grp {
  position: relative;
  text-align: center;
}
.cst-home-row5-grp .widget-type-rich_text h2 {
  font-size: 38px;
  color: #000000;
  letter-spacing: 5px !important;
  font-family: Poppins;
  padding-left: 2px;
  font-weight: 900  !important;
  line-height: normal;
}
.cst-home-row5-grp .widget-type-rich_text h2 strong {
  letter-spacing: 5px !important;
  font-family: Poppins;
  font-weight: 900  !important;
  padding: 3px 2px 2px 27px;
}
.cst-hme-row2-grp {
  clear: both;
}
.row-fluid [class*="span"] {
  min-height:0;
}

.cst-bazzana-r2-grp {
  padding: 3%;
}

.cst-bazzana-r2-grp .inner-grp {
  position: relative;
  display: block;
  width: 100%;
}

.cst-bazzana-r2-grp .inner-grp .cst-blnk-left {
  width: 16.66%;
  min-height: 1px;
  float: left;
}
.cst-bazzana-r2-grp .inner-grp .cst-image-grp {
  padding: 2%;
  width: 33.33%;
  float: left;
}
.cst-bazzana-r2-grp .inner-grp .cst-content-grp {
  float: left;
  width: 33.33%;
  padding: 2%;
}
.cst-bazzana-r2-grp .inner-grp .cst-content-grp .widget-type-rich_text p:last-child {
  padding-bottom: 0;
}
.cst-bazzana-r2-grp .inner-grp .cst-content-grp .widget-type-rich_text h1 {
  font-size: 32px;
  line-height: 45px;
  text-align: left;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
}
.cst-bazzana-r2-grp .inner-grp .cst-blnk-right {
  width: 16.66%;
  float: left;
  min-height: 1px;
}
.cst-bazzana-r4-grp {
  padding: 5% 10%;
  background-position: center center;
  background-size: cover;
  background-color: #c10230;
}


.cst-bazzana-r4-grp .dnd-section > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-bazzana-r4-grp .dnd-section > .row-fluid > .span4 {
  width: 33.33%;
  margin-left: 0!important;
  padding: 5%!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cst-bazzana-r4-grp .span4 div {
  width: 100%;
}
.cst-bazzana-r4-grp  .widget-type-rich_text * {
  color: #fff;
}
.cst-bazzana-r4-grp .dnd-column .widget-type-rich_text h3 {
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  font-weight: 700;
  font-family: Poppins !important;
  margin-bottom: 25px;
  border-left: 3px #fff solid;
  padding-left: 10px;
}

.cst-bazzana-r4-grp .dnd-column .widget-type-rich_text ul {
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  margin-left: 17px;
  line-height: 26px;
}

.cst-bazzana-r5-grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-bazzana-r5-grp .cst-bazzana-r5-left-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.cst-bazzana-r5-grp .cst-bazzana-r5-right-col {
  width: 50%;
  padding: 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cst-bazzana-r5-grp .cst-bazzana-r5-right-col .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.cst-bazzana-r5-grp .cst-bazzana-r5-right-col .vc_column-inner .widget-type-header h2 {
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: Poppins;
  font-size: 38px;
}

.cst-bazzana-r5-grp .cst-bazzana-r5-right-col .vc_column-inner .widget-type-space {
  height: 20px;
}
.cst-bazzana-r5-grp .cst-bazzana-r5-right-col .vc_column-inner .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  margin-left: 17px;
  list-style: none;
  line-height: 26px;
}
.cst-bazzana-r5-grp .cst-bazzana-r5-right-col .vc_column-inner .widget-type-rich_text ul li {
  padding-bottom: 12px;
  font-size: 1.1em;
  list-style-type: none;
}
.cst-bazzana-r5-grp .cst-bazzana-r5-right-col .vc_column-inner .widget-type-rich_text ul li:before {
  content: '✓';
  position: absolute;
  margin-left: -25px;
  color: #c5143d;
  font-weight: bold;
}

.cst-bazzana-r7-grp {
  background-color: #c5143d;
  padding: 5%;
  text-align: center;
}
.cst-bazzana-r7-grp .btn.white span {
  color: #000;
}
.cst-bazzana-r7-grp .btn.white {
  font-size: 14px;
  padding: 15px 22px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
.cst-testimonial-slider-grp .btn-prev,
.cst-testimonial-slider-grp .btn-next {
  background-image:url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/images/arr.png');
    }

/*********** Story Page Styling ***************/
.hs-story-page .cst-bazzana-r1-grp .inner-grp {
  padding-top: 28.01%;
}
.hs-story-page .cst-bazzana-r1-grp {
  margin: 0;
}

.cst-story-r2-grp .row .cst-blnk-left {
  width: 14.89361702%;
  min-height: 1px;
  float: left;
}

.cst-story-r2-grp .row .cst-content-grp {
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  box-sizing: border-box;
  float: left;
  width: 74.468085099%;
  padding: 5%;
}
.cst-story-r2-grp .row .cst-blnk-right {
  width: 6.382978723%;
  float: left;
  min-height: 1px;
}
.cst-story-r2-grp .row .cst-content-grp .widget-type-header h1 {
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  margin-bottom: 7px;
}
.cst-story-r2-grp .row .cst-content-grp .widget-type-space {
  height: 10px;
}
.cst-story-r2-grp .row .cst-content-grp .widget-type-rich_text {
  width: 82.97872339599999%;
}
.cst-story-r2-grp .row .cst-content-grp .widget-type-rich_text p:last-child {
  padding: 0;
}

.cst-story-r2-grp .row {
  margin-bottom: 35px;
}


.cst-story-r4-grp .row.clearfix {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

/************* Cresetia Page Styling ************************/

.cst-crescita-r1-grp .inner-grp {
  position: relative;
  padding-top: 31.5292%;
  overflow: hidden;
  min-height: 600px;
}

.cst-crescita-r1-grp .inner-grp .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-position: center center;
}
.cst-crescita-r1-grp:before {
  content: '';
  background: #C10230;
  position: absolute;
  width: 600px;
  height: 20px;
  bottom: 0%;
  left: 10%;
  z-index: 20;
  mix-blend-mode: multiply;
}
.cst-crescita-r2-grp ,
.cst-crescita-r1-grp {
  position: relative;
}
.cst-crescita-r2-grp:before {
  content: '';
  background: #C10230;
  position: absolute;
  width: 600px;
  height: 20px;
  top: 0%;
  left: 10%;
  z-index: 2;
  mix-blend-mode: multiply;
}

.cst-crescita-r2-grp .row .cst-blnk-left {
  width: 16.66%;
  float: left;
  min-height: 1px;
}
.cst-crescita-r2-grp .row .cst-content-grp {
  float: left;
  width: 66.66%;
  padding: 7%;
}
.cst-crescita-r2-grp .row .cst-blnk-right {
  width: 16.66%;
  float: left;
  min-height: 1px;
}
.cst-crescita-r2-grp:after {
  content: '';
  background: #C10230;
  position: absolute;
  width: 300px;
  height: 35px;
  top: 30px;
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.cst-crescita-r2-grp .row .cst-content-grp .widget-type-header h1 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
}

.cst-crescita-r2-grp .row .cst-content-grp .widget-type-space {
  height: 40px;
}

.cst-crescita-r2-grp .row .cst-content-grp .widget-type-rich_text p:last-child {
  padding: 0;
}

.cst-crescita-r3-grp {
  position: relative;
}
.cst-crescita-r3-grp:before {
  content: '';
  background: #C10230;
  position: absolute;
  width: 50%;
  height: 51px;
  top: calc(50% - 25px);
  left: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.cst-crescita-r3-grp .row.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cst-crescita-r3-grp .row.clearfix .left-col {
  width: 50%;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  min-height: 1px;
}


.cst-crescita-r3-grp .row.clearfix .right-col {
  padding: 8%;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cst-crescita-r3-grp .row.clearfix .right-col .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.cst-crescita-r3-grp .row.clearfix .right-col .vc_column-inner .widget-type-rich_text h2 {
  margin-bottom: 7px;
  line-height: normal !important;
  font-size: 1.7em;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
}
.cst-crescita-r3-grp .row.clearfix .right-col .vc_column-inner .widget-type-rich_text p:last-child {
  padding: 0;
}
.cst-crescita-r4-grp * {
  color: #fff;
}
.cst-crescita-r4-grp {
  background-color: #c10230;
  position: relative;
}

.cst-crescita-r4-grp .cst-crescita-r4-c1-grp {
  padding: 6%;
  text-align: center;
}
.cst-crescita-r4-grp .cst-crescita-r4-c1-grp .widget-type-linked_image {
  padding-top: 7px;
}

.cst-crescita-r4-grp .cst-crescita-r4-c1-grp .widget-type-linked_image img.hs-image-widget {
  display: block;
  margin: 0 auto;
}

.cst-crescita-r5-grp {
  position: relative;
}
.cst-crescita-r5-grp .row.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cst-crescita-r5-grp .row.clearfix .left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8%;
  width: 50%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cst-crescita-r5-grp .row.clearfix .left-col .widget-type-rich_text h2 {
  margin-bottom: 7px;
  line-height: normal !important;
  font-size: 1.7em;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
}

.cst-crescita-r5-grp .row.clearfix .left-col .widget-type-rich_text p:last-child {
  padding: 0;
}

.cst-crescita-r5-grp .row.clearfix .right-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
}
.cst-crescita-r5-grp:before {
  content: '';
  background: #C10230;
  position: absolute;
  width: 20%;
  height: 28px;
  top: calc(50% - 14px);
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
} 

.cst-crescita-r3-grp.row-7:before ,
.cst-crescita-r5-grp.row-9:before ,
.cst-crescita-r3-grp.row-11:before {
  display: none;
} 

.cst-crescita-r4-grp.row-12 .cst-crescita-r4-c1-grp .widget-type-linked_image {
  padding: 0;
}

.cst-crescita-r4-grp.row-12 .cst-crescita-r4-c1-grp .widget-type-linked_image {
  padding: 0;
  margin-bottom: 24px;
}
.cst-crescita-r2-nxt-grp * {
  color: #fff;
}
.cst-crescita-r2-nxt-grp {
  padding: 6%;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.cst-crescita-r2-nxt-grp .widget-type-rich_text h2 {
  line-height: normal !important;
  font-size: 1.7em;
  margin-top: -1px;
  margin-bottom: 7px;
}
.cst-crescita-r2-nxt-grp .widget-type-rich_text ol li a:hover {
  opacity: .8;
}
.cst-crescita-r2-nxt-grp .widget-type-rich_text ol li a {
  color: #fff;
  font-weight: normal;
}
.cst-crescita-r2-nxt-grp .widget-type-rich_text ol li {
  margin-bottom: 6px;
}
.cst-crescita-r2-nxt-grp .widget-type-rich_text ol {
  margin: 0;
  padding: 0;
  margin-left: 30px;
  display: inline-block;
  text-align: left;
  margin-bottom: 0px;
  line-height: 26px;
}

.successione-page .cst-crescita-r1-grp .inner-grp {
  padding: 0;
  height: 650px;
  min-height: 0;
}

.successione-page .cst-crescita-r2-grp:after {
  display: none;
}

.successione-page .page-center .cst-blnk-left {
  width: 6.382978723%;
}

.successione-page .page-center .cst-content-grp {
  padding: 6%;
  width: 82.97872339599999%;
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  box-sizing: border-box;
}

.successione-page .page-center .cst-blnk-right {
  width: 6.382978723%;
}

.successione-page .page-center .cst-content-grp .widget-type-space {
  height: 50px;
}
.successione-page .page-center .cst-content-grp .dnd-row .span6:first-child {
  margin-left: 0;
}
.successione-page .page-center .cst-content-grp .dnd-row .span6 {
  width: 48.93617020799999%;
  padding: 2%;
  margin-left: 2.1%;
}

.successione-page .cst-crescita-r2-nxt-grp {
  background-position: left top;
  background-repeat: no-repeat;
}


.successione-page .cst-crescita-r3-grp:before,
.successione-page .cst-crescita-r5-grp:before{
  display:none;
}

.successione-page .cst-crescita-r4-grp .cst-crescita-r4-c1-grp .widget-type-linked_image {
  padding-top: 0;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw:before {
  display: none;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-blnk-left {
  width: 14.89361702%;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-content-grp {
  width: 65.95744680199999%;
  padding: 7%;
  margin-left: 2.1%;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-content-grp .widget-type-rich_text h2 {
  line-height: normal !important;
  font-size: 1.7em;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-blnk-right {
  width: 14.89361702%;
  margin-left: 2.1%;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 {
  padding: 0 50px;
  margin-bottom: 24px;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 .dnd-section > .row-fluid > .span3:first-child {
  margin-left: 0;
}
.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 .dnd-section > .row-fluid > .span3 {
  width: 23.404255317%;
  padding: 2%!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin-left: 2.1%;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 .dnd-section > .row-fluid > .span3 .widget-type-rich_text {
  text-align: center;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .row.clearfix {
  margin-bottom: 24px;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 .dnd-section > .row-fluid > .span3 .widget-type-rich_text p:last-child {
  padding: 0;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw .row.successione-esperienza-rw-c2.clearfix {
  margin: 0;
}

.successione-page .cst-crescita-r2-grp.successione-esperienza-rw {
  padding-bottom: 100px;
}

.cst-crescita-r4-grp.row-8 .cst-crescita-r4-c1-grp .widget-type-linked_image {
  padding-top: 7px;
}

.cst-successione-r11-grp {
  position: relative;
}

.cst-successione-r11-grp .bg-image-grp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.cst-successione-r11-grp .row .left-col {
  width: 8.33%;
  float: left;
  min-height: 1px;
}

.cst-successione-r11-grp .row .center-col {
  width: 83.0%;
  float: left;
  padding: 6%;
  min-height: 567px;
}
.cst-successione-r11-grp .row .right-col {
  width: 8.33%;
  float: left;
  min-height: 1px;
}

.cst-successione-r11-grp .row .center-col .widget-type-header h1 {
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 7px;
}
.cst-successione-r11-grp .row .center-col .widget-type-header {
  text-align: center;
}

.cst-successione-r11-grp .row .center-col .widget-type-space {
  height: 50px;
}

.cst-successione-r11-grp .row .center-col .dnd-row > .row-fluid .span6 {
  padding: 2%;
  width: 50%;
  margin-left: 0;
}
.cst-successione-r11-grp .row .center-col .dnd-row > .row-fluid .span6 .widget-type-rich_text p:last-child {
  padding: 0;
}
.cst-successione-r11-grp {
  position: relative;
  padding-bottom: 175px;
}

.hs-orgnztn-pg .cst-crescita-r2-grp {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-orgnztn-pg .cst-crescita-r2-grp:after {
  display: none;
}
.cst-orgnztn-r2-grp:before {
  content: '';
  background: #C10230;
  position: absolute;
  width: 600px;
  height: 20px;
  top: 0%;
  left: 10%;
  z-index: 2;
  mix-blend-mode: multiply;
}
.cst-orgnztn-r2-grp {
  padding-top: 50px;
  padding-bottom: 0;
}
.cst-orgnztn-r2-grp .row.clearfix .left-col .widget-type-header h1 {
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
}
.cst-orgnztn-r2-grp .row.clearfix .left-col {
  padding: 5%;
}
.cst-orgnztn-r2-grp .row.clearfix .left-col .widget-type-rich_text {
  width: 83.0%;
}

.cst-orgnztn-r2-grp .row.clearfix .left-col .widget-type-space {
  height: 10px;
}
.cst-orgnztn-r2-grp:after {
  content: '';
  background: #C10230;
  position: absolute;
  width: 350px;
  height: 40px;
  top: 40px;
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

.hs-orgnztn-pg .orgnztn-r2-grp .widget-type-rich_text p strong {
  font-size: 1.7em;
}
.cst-orgnztn-r3-grp:before {
  display: none;
}
.cst-orgnztn-r3-grp .bg-sec {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.cst-orgnztn-r3-grp .row.clearfix .right-col {
  padding: 6%;
}
.cst-orgnztn-r3-grp .row.clearfix {
  position: relative;
}

.hs-orgnztn-pg .cst-crescita-r3-grp .row.clearfix .right-col .vc_column-inner .widget-type-rich_text ul li:before,
.cst-crescita-r5-grp .row.clearfix .left-col .widget-type-rich_text ul li:before {
  content: "\2022";
  color: #C5143D;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -0.8em;
}
.hs-orgnztn-pg .cst-crescita-r3-grp .row.clearfix .right-col .vc_column-inner .widget-type-rich_text ul li,
.cst-crescita-r5-grp .row.clearfix .left-col .widget-type-rich_text ul li {
  list-style: none;
}
.hs-orgnztn-pg .cst-crescita-r3-grp .row.clearfix .right-col .vc_column-inner .widget-type-rich_text ul,
.cst-crescita-r5-grp .row.clearfix .left-col .widget-type-rich_text ul{
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  margin-left: 15px;
  margin-bottom: 30px;
  line-height: 26px;
}
.cst-orgnztn-r4-grp .row.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-orgnztn-r4-grp .row.column-1 .left-col {
  width: 14.89361702%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 1px;
}
.cst-orgnztn-r4-grp .row.column-1 .cst-orgnztn-r4-center-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 65.95744680199999%;
  min-height: 1px;
  margin-left: 2.1%;
}

.cst-orgnztn-r4-grp .row.column-1 .cst-orgnztn-r4-center-col .widget-type-rich_text h2 {
  line-height: normal !important;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  font-size: 1.7em;
}

.cst-orgnztn-r4-grp .row.column-1 .cst-orgnztn-r4-center-col .widget-type-rich_text p:last-child {
  padding: 0;
}
.cst-orgnztn-r4-grp .row.column-1 .right-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14.89361702%;
  min-height: 1px;
  margin-left: 2.1%;
}
.cst-orgnztn-r4-grp .row.column-1 {
  margin-bottom: 24px;
}

.cst-orgnztn-r4-grp .row.column-3 .dnd-section .row-fluid .span4:first-child {
  margin-left: 0;
}
.cst-orgnztn-r4-grp .row.column-3 .dnd-section .row-fluid .span4 {
  padding: 0 3%!important;
  width: 31.914893614%;
  margin-left: 2.1%;
}

.cst-orgnztn-r4-grp .row.column-3 {
  margin-bottom: 24px;
}

.cst-orgnztn-r4-grp .row.column-4.clearfix {
  padding-top: 30px;
  padding-bottom: 0px;
}

.cst-orgnztn-r4-grp .row.column-4.clearfix .lft-col {
  width: 14.89361702%;
  float: left;
  position: relative;
  min-height: 1px;
}

.cst-orgnztn-r4-grp .row.column-4.clearfix .left-2-col {
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  box-sizing: border-box;
  float: left;
  width: 31.914893614%;
  padding: 3%;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.cst-orgnztn-r4-grp .row.column-4.clearfix .left-3-col {
  padding: 3%;
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: 31.914893614%;
  float: left;
  margin-left: 2.1%;
}

.cst-orgnztn-r4-grp .row.column-4.clearfix .rght-col {
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  box-sizing: border-box;
  width: 14.89361702%;
}

.cst-orgnztn-r4-grp {
  padding-bottom: 100px;
  position: relative;
}

.hs-orgnztn-pg .cst-orgnztn-r6-grp:before {
  background: #C10230;
  position: absolute;
  width: 250px;
  height: 30px;
  right: 0;
  top: 50%;
  z-index: 2;
  mix-blend-mode: multiply;
}

.cst-orgnztn-r7-grp:before {
  content: '';
  background: #C10230;
  position: absolute;
  width: 40px;
  height: 300px;
  left: calc(50% - 20px);
  top: 20%;
  z-index: 2;
  mix-blend-mode: multiply;
}

.cst-orgnztn-r8-grp .cst-crescita-r4-c1-grp .widget-type-linked_image {
  padding: 0;
  margin-bottom: 25px;
}

.cst-orgnztn-r9-grp .row.clearfix .left-col {
  padding: 6%;
}
.cst-orgnztn-r9-grp .row.clearfix .left-col .widget-type-rich_text h2 {
  margin-top: 7px;
}

.cst-orgnztn-r9-grp .row.clearfix .left-col .widget-type-rich_text {
  margin-bottom: 8px;
}

.cst-orgnztn-r10-grp .cst-crescita-r4-c1-grp .widget-type-linked_image {
  padding: 0;
  margin-bottom: 24px;
}

.cst-orgnztn-r9-grp:before {
  display: none;
}

.cst-servizi-r1-grp.cst-banner-area-grp .inner-grp {
  height: 650px;
}
.cst-servizi-r1-grp.cst-banner-area-grp .inner-grp .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-position: top left;
}

.cst-servizi-r1-grp:before {
  content: '';
  background: #C10230;
  position: absolute;
  width: 50px;
  height: 400px;
  bottom: 0%;
  left: 10%;
  z-index: 2;
  mix-blend-mode: multiply;
}
.no-banner .hs-servizi-page .cst-header-grp {
  min-height: 0;
}
.cst-servizi-r1-grp.cst-banner-area-grp {
  position: relative;
}
.cst-r1-servizi-grp:before {
  content: '';
  background: #C10230;
  position: absolute;
  width: 50px;
  height: 40px;
  top: 0%;
  left: 10%;
  z-index: 2;
  mix-blend-mode: multiply;
  display: none;
}
.cst-r1-servizi-grp {
  padding-top: 50px;
  position: relative;
  padding-bottom: 40px;
}

.hs-servizi-page .cst-two-col-img-grp.imge-right .inner .cst-content-col p.sub-heading {
  padding-bottom: 27px;
}
.cst-r1-servizi-c1-grp .inner-col {
  padding: 5%;
  text-align: center;
}

/************** Check up Page Styling **************/
.no-banner .hs-check-up-page .cst-header-grp {
  min-height: 0px;
}


.cst-check-up-r1-grp .inner-grp {
  height: 500px;
  position: relative;
}


.cst-check-up-r1-grp .inner-grp .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-position: center center;
}
.cst-r1-check-up-grp .page-center .dnd-section .row-fluid .span6:first-child {
  margin-left: 0;
}
.cst-r1-check-up-grp .page-center .dnd-section .row-fluid .span6 {
  width: 48.93617020799999%;
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  box-sizing: border-box;
}
.cst-r1-check-up-grp .page-center .dnd-section {
  margin-bottom: 24px;
}

.cst-r1-check-up-grp {
  padding-bottom: 11px;
}
.cst-check-up-r2-grp {
  position: relative;
  padding: 6%;
}
.cst-check-up-r2-grp .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.cst-check-up-r2-grp .cst-r2-check-up-sec {
  position: relative;
  text-align: center;
}

.cst-check-up-r2-grp .cst-r2-check-up-sec * {
  color: #fff;
}

.cst-check-up-r2-grp .widget-type-rich_text p {
  font-size: 1.4em;
}
.cst-check-up-r2-grp .widget-type-rich_text h2 {
  line-height: normal;
  margin: 0;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-left-col {
  min-height: 1px;
  width: 14.89361702%;
  float: left;
}

.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col {
  width: 65.95744680199999%;
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  float: left;
}

.cst-r3-check-up-grp .inner-col.clearfix .cst-rght-col {
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  box-sizing: border-box;
  float: left;
  width: 14.89361702%;
}
.cst-r3-check-up-grp {
  padding-bottom: 40px;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form {
  max-width: 100%;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset {
  max-width: 100%;
}
.cst-r3-check-up-grp .inner-col.clearfix {
  padding-top: 50px;
  margin-bottom: 35px;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs-form-field {
  padding-top: 8px;
  margin: 0;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs_richiesta_informazioni_check_up.hs-form-field > label {
  color: #000000;
  letter-spacing: .3px;
  line-height: 26px;
}

.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs-form-field > label {
  display: inline-block !important;
  font-family: Poppins !important;
  color: #000 !important;
  font-size: 14px !important;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form .hs-richtext p:last-child {
  padding: 0;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form .hs-richtext {
  margin: 0;
  padding: 10px 0;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs-form-field select:hover {
  background-color: #c5143d;
  border-color: #c5143d !important;
  color: #fff !important;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs-form-field select {
  background-color: #fff;
  border: 1px solid #e0e0e0 !important;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none !important;
  padding: 10px!important;
  width: 100%;
  height: auto;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form .hs-button {
  margin: 0;
}
ul.no-list.hs-error-msgs label {
  letter-spacing: .3px;
  line-height: 26px;
  color: #000000!important;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans';
}
.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs-form-field select option {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.cst-contact-r1-grp.cst-banner-area-grp {
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.cst-contact-r1-grp.cst-banner-area-grp .inner-grp.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-contact-r1-grp.cst-banner-area-grp .inner-grp.clearfix .right-col-grp {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cst-contact-r1-grp.cst-banner-area-grp .inner-grp.clearfix .left-col-grp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 11%;
  width: 66.66%;
}
.cst-contact-r1-grp.cst-banner-area-grp .inner-grp.clearfix .left-col-grp .widget-type-header h2 {
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  font-size: 40px;
  color: #000000;
  line-height: normal;
}
.cst-contact-r1-grp.cst-banner-area-grp .inner-grp.clearfix .left-col-grp .widget-type-space {
  height: 50px;
}
.cst-btm-gap-grp .inner.clearfix .left-col {
  width: 25%;
  float: left;
  min-height: 1px;
}
.cst-btm-gap-grp {
  mix-blend-mode: multiply;
}
.cst-btm-gap-grp .inner.clearfix .right-col {
  width: 75%;
  float: left;
  position: relative;
}
.cst-btm-gap-grp .inner.clearfix .right-col:before {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 20px;
  left: 0;
  content: ' ';
  display: block;
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #c5143d;
  opacity: 1;
}

.cst-contact-r2-grp .page-center .inner.clearfix {
  padding-top: 3%;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-contact-r2-grp .page-center .inner.clearfix .left-col {
  min-height: 1px;
  width: 6.382978723%;
}

.cst-contact-r2-grp .page-center .inner.clearfix .cst-address-col {
  padding: 2%;
  width: 31.914893614%;
  position: relative;
  min-height: 1px;
  margin-left: 2.1%;
  box-sizing: border-box;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-address-col .widget-type-rich_text h1 {
  font-size: 38px;
  line-height: 50px;
  text-align: left;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
}

.cst-contact-r2-grp .page-center .inner.clearfix .cst-address-col .widget-type-rich_text p {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  font-family: Open Sans;
  font-weight: 300;
  font-style: italic;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-address-col .widget-type-rich_text p:last-child {
  padding: 0;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-address-col .widget-type-space {
  height: 25px;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2%;
  width: 57.446808505%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 2.1%;
}

.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner {
  width: 100%;
}
textarea {
  min-height: 103px;
  padding-top: 26px!important;
  padding-bottom: 26px!important;
}

.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form .hs-button {
  margin: 0;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form .hs-button {
  margin: 0;
  padding: 15px 22px!important;
  line-height: normal;
}
.cst-contact-r2-grp {
  padding-bottom: 41px;
}
.cst-contact-r2-grp .page-center .btm-pacer {
  min-height: 1px;
  padding-top: 4%;
  padding-bottom: 0px;
}
.cst-contact-r2-grp .page-center .inner.clearfix {
  margin-bottom: 35px;
}

.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form .hs-richtext {
  margin: 0;
  padding: 10px 0;
  color: #000;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form .hs-richtext p {
  padding: 0;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form, 
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset {
  max-width: 100%;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form .hs-richtext {
  margin: 0;
  padding: 10px 0;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset .hs-form-field {
  padding-top: 8px;
  margin: 0;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset .hs-form-field .hs-input {
  max-width: 100%;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset .hs-form-field > label {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 300;
  line-height: 26px;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-right: 0;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 18px) !important;
  margin-right: 18px;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset.form-columns-3 .hs-form-field:last-child {
  margin-right: 0;
}
.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset.form-columns-3 .hs-form-field {
  width: calc(33% - 18px) !important;
  margin-right: 18px;
}

.cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset .hs-form-field .input {
  margin: 0;
}

.cst-siamo-r1-grp .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.cst-siamo-r1-grp .inner-grp.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cst-siamo-r1-grp .inner-grp.clearfix .left-col-grp {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.cst-siamo-r1-grp .inner-grp.clearfix .right-col-grp {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cst-siamo-r1-grp .cst-btm-gap-grp {
  position: relative;
  min-height: 1px;
}
.cst-siamo-r1-grp .cst-btm-gap-grp:before {
  content: '';
  background: #c10230!important;
  width: 40px;
  height: 280px;
  position: absolute;
  mix-blend-mode: multiply;
  margin-top: -109px;
  left: 23%;
}

.cst-siamo-r1-grp {
  position: relative;
}
.cst-siamo-r2-grp .inner.clearfix .left-col {
  width: 14.89361702%;
  float: left;
  min-height: 1px;
}

.cst-siamo-r2-grp .inner.clearfix .cst-content-col {
  width: 74.468085099%;
  padding: 5%;
  float: left;
  margin-left: 5%;
}
.cst-siamo-r2-grp .inner.clearfix .cst-content-col .widget-type-header h1 {
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
}

.cst-siamo-r2-grp .inner.clearfix .cst-content-col .widget-type-space {
  height: 10px;
}

.cst-siamo-r2-grp .inner.clearfix .cst-content-col .widget-type-rich_text {
  width: 82.97872339599999%;
}

.cst-siamo-r2-grp .inner.clearfix .cst-content-col .widget-type-rich_text p:last-child {
  padding: 0;
}

.cst-siamo-r2-grp .inner.clearfix {
  margin-bottom: 37px;
}

.cst-siamo-r3-grp .row.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cst-siamo-r3-grp .row.clearfix .right-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4%;
  width: 50%;
}
.cst-siamo-r3-grp .row.clearfix .right-col .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.cst-siamo-r3-grp .row.clearfix .left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 50%;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.cst-siamo-r3-grp .row.clearfix .right-col .vc_column-inner .cst-r3-c1-siamo-sec h1 {
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: left;
}

.cst-siamo-r3-grp .row.clearfix .right-col .vc_column-inner .cst-r3-c2-siamo-sec h2 {
  font-size: 50px;
  font-family: Poppins;
  letter-spacing: .6px;
  font-weight: 700;
  line-height: normal;
}
.cst-siamo-r3-grp .row.clearfix .right-col .vc_column-inner .cst-r3-c2-siamo-sec h2:after {
  content: url(//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/images/target.png);
  width: 20px;
  height: 31px;
  margin: 0px -100px;
  z-index: -1;
  position: absolute;
  display: none;
}
.cst-siamo-r3-grp .btm-strip-grp .inner.clearfix .left-col {
  min-height: 1px;
  width: 16.66%;
  float: left;
}
.cst-siamo-r3-grp .btm-strip-grp .inner.clearfix .strip-grp {
  width: 33.33%;
  position: relative;
  min-height: 1px;
  float: left;
  overflow: hidden;
}
.cst-siamo-r3-grp .btm-strip-grp .inner.clearfix .right-col {
  width: 50%;
  min-height: 1px;
  float: left;
}
.cst-siamo-r3-grp .btm-strip-grp .inner.clearfix .strip-grp:before {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: -0;
  left: 0;
  content: ' ';
  display: block;
  opacity: 0;
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  background-color: #c5143d;
  opacity: 1;
}
.cst-siamo-r4-grp {
  transform: translateY(-50px);
  padding-top: 38.06px;
  position: relative;
  z-index: 1;
}
.cst-siamo-r4-grp .row.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cst-siamo-r4-grp .row.clearfix .left-sec {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
}
.cst-siamo-r3-grp {
  position: relative;
  z-index: 2;
}
.cst-siamo-r4-grp .row-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  z-index: 1;
}
.cst-siamo-r4-grp .row.clearfix .cst-r4-content-siamo-sec {
  width: 41.5%;
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cst-siamo-r4-grp .row.clearfix .right-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.5%;
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.cst-siamo-r4-grp .row.clearfix .cst-r4-content-siamo-sec .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.cst-siamo-r4-grp .row.clearfix .cst-r4-content-siamo-sec .cst-r4-c2-siamo-sec p:last-child {
  padding: 0;
}
.cst-siamo-r4-grp .row.clearfix .cst-r4-content-siamo-sec .cst-r4-c2-siamo-sec h2 {
  font-size: 50px;
  line-height: normal;
}
.btm-strip-grp {
  transform: translateY(-30px);
}

.cst-siamo-r4-grp .row.clearfix .cst-r4-content-siamo-sec .cst-r4-c1-siamo-sec h2 {
  line-height: normal;
  font-size: 50px;
}
.cst-row5-siamo-grp {
  transform: translateY(-51px);
}

.cst-row5-siamo-grp .cst-counter-grp .cst-col .inner-wrapper .cs-tcounter-holder .nectar-milestone .number.default {
  margin-right: 0;
}

.cst-row6-siamo-grp {
  position: relative;
}

.cst-row6-siamo-grp .inner.clearfix {
  position: relative;
  height: 528px;
}

.cst-row6-siamo-grp .bg-image {
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.cst-row6-siamo-grp {
  position: relative;
  transform: translateY(-51px);
}
.cst-row6-siamo-grp .inner.clearfix .cst-strip-grp {
  padding: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c10230;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
}

.cst-row7-siamo-grp {
  transform: translateY(-50px);
  background-color: #c10230;
  position: relative;
}

.cst-row7-siamo-grp .inner-grp * {
  color: #fff;
}

.cst-row7-siamo-grp .inner-grp {
  padding: 6% 0;
  text-align: center;
}

.cst-row7-siamo-grp .inner-grp .img-with-aniamtion-wrap .inner img {
  max-width: 35px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.cst-row7-siamo-grp .inner-grp .widget-type-header h2 {
  line-height: normal;
}

.cst-row8-siamo-grp .inner-grp.clearfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cst-row8-siamo-grp .inner-grp.clearfix .left-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  width: 48.93617020799999%;
  text-align: center;
}
.cst-row8-siamo-grp .inner-grp.clearfix .left-col .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.cst-row8-siamo-grp .inner-grp.clearfix .left-col .vc_column-inner .widget-type-linked_image {
  text-align: right;
}

.cst-row8-siamo-grp .inner-grp.clearfix .right-col {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4%;
  width: 48.93617020799999%;
  margin-left: 2.1%;
}
.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .widget-type-header h2 {
  font-size: 40px;
  line-height: normal;
}
.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col2-sec {
  width: 82.97872339599999%;
}

.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec form {
  max-width: 100%;
}

.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec form .hs-form-field {
  padding-top: 8px;
  margin: 0;
}

.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec form .hs-form-field > label {
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 300;
  line-height: 26px;
}

.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec form .hs-form-field .input .hs-input {
  max-width: 100%;
  color: #000;
}

.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec form .hs-richtext {
  margin: 0;
  padding: 10px 0;
}
.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec form .hs-richtext p {
  margin: 0;
  color: #000;
  padding: 0;
}
.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec form .hs-button {
  line-height: normal;
  margin: 0;
}

.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col2-sec .widget-type-rich_text p {
  padding: 0;
}
.cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec {
  width: 82.97872339599999%;
  padding-bottom: 9px;
}
.cst-row8-siamo-grp {
  padding-bottom: 34px;
}

.hs-siamo-page .cst-testimonial-slider-grp .inner-grp.clearfix {
  padding-top: 50px;
  padding-bottom: 210px;
}

.cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form .hs-richtext p {
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


}

.body-container-wrapper.bdy-gap {
  padding: 30px 15px;
  padding-bottom: 30px;
}
.body-container-wrapper.bdy-gap .dnd-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

/****************** Media Querries ********************/

@media (min-width: 1980px) {
  .cst-business-up-advntage-grp .cst-twenty-twenty-grp {
    padding: 76.12px 25.236vw 100px!important;
  }
  .cst-business-up-advntage-grp .cst-title-grp {
    padding: 70px 25.236vw 0px!important;
  }
}
@media (max-width: 1200px) {
  .cst-hme-row2-grp .inner-section .cst-content-grp {
    padding-top: 4.955239583333334vw;
    padding-bottom: 4.955239583333334vw;
  }

}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .cst-crescita-r3-grp .row.clearfix .right-col .vc_column-inner .widget-type-rich_text h2 {
    font-size: 28.9px;
  }
  .cst-crescita-r3-grp:before {
    top: 117px;
  }
  .cst-crescita-r5-grp .row.clearfix .left-col .widget-type-rich_text h2 {
    font-size: 28.9px;
  }
  .cst-crescita-r2-nxt-grp .widget-type-rich_text h2 {
    font-size: 28.9px;
  }
  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-content-grp .widget-type-rich_text h2 {
    font-size: 28.9px;
  }
  .cst-orgnztn-r4-grp .row.column-1 .cst-orgnztn-r4-center-col .widget-type-rich_text h2 {
    font-size: 28.9px;
  }
  .cst-r1-check-up-grp {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 .dnd-section>.row-fluid>.span3:nth-child(3) {
    clear: both;
  }
  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 .dnd-section>.row-fluid>.span3 {
    width: 48%!important;
    margin-bottom: 2%;
    margin-left: 0px!important;
    float: left;
  }
}
@media (max-width: 1000px) {
  .cst-header-grp.no-nav {
    min-height: 62px;
  }
  .cst-hme-row2-grp .inner-section .cst-content-grp {
    padding: 6%!important;
    width: 100%;
  }
  .cst-hme-row2-grp .inner-section .cst-content-grp .top-col-grp .widget-type-header {
    margin-top: -3px;
  }
  .cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-left-content-grp .widget-type-rich_text {
    padding-top: 0;
  }
  .cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-left-content-grp {
    width: 100%;
  }
  .cst-hme-row2-grp .inner-section .cst-content-grp .cst-twe-column-grp .cst-right-content-grp {
    width: 100%;
  }
  .cst-home-row3-grp .inner-grp.clearfix {
    padding: 10%!important;
  }
  .cst-home-row3-grp .inner-grp.clearfix .cst-home-row3-top-col {
    padding: 6% 0 0 !important;
  }
  .cst-home-row3-grp .bg-grp {
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
  }
  .cst-home-row5-grp .bg-grp {
    margin-top: 0!important;
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
  }
  .cst-home-row5-grp {
    padding-bottom: 111px;
  }
  .cst-bazzana-r1-grp:after,
  .cst-orgnztn-r2-grp:after {
    display:none; 
  }
  .cst-bazzana-r2-grp .inner-grp .cst-image-grp {
    width: 100%;
  }
  .cst-bazzana-r2-grp .inner-grp .cst-image-grp {
    width: 100%;
    padding: 3%;
  }
  .cst-bazzana-r2-grp .inner-grp .cst-content-grp {
    width: 100%;
    padding: 3%;
  }
  .cst-bazzana-r4-grp .dnd-section>.row-fluid>.span4 {
    width: 100%;
    padding: 6%!important;
  }
  .cst-bazzana-r5-grp .cst-bazzana-r5-left-col {
    width: 100%;
  }
  .cst-bazzana-r5-grp .cst-bazzana-r5-right-col {
    width: 100%;
    padding: 6%;
  }
  .cst-bazzana-r5-grp .cst-bazzana-r5-right-col .vc_column-inner .widget-type-header h2 {
    font-size: 28px;
  }
  .hs-story-page .cst-header-grp.white-heder {
    min-height: 62px;
  }
  .cst-story-r2-grp .row .cst-content-grp {
    width: 100%;
  }
  .cst-story-r2-grp .row .cst-blnk-left {
    margin-bottom: 25px; 
    width: 31.2%;
  }
  .cst-story-r2-grp .row .cst-content-grp {
    width: 100%;
    margin-left: 0;
    padding: 6%!important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .cst-story-r2-grp .row .cst-content-grp .widget-type-rich_text {
    width: 100%;
    margin-bottom: 26px;
  }
  .cst-story-r2-grp .row .cst-blnk-right {
    width: 100%;
    margin-right: 0px!important;
    margin-left: 0px;
  }
  .hs-crescita-page .cst-header-grp {
    min-height: 62px;
  }
  .cst-crescita-r1-grp .inner-grp {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    min-height: 0;
    height: 375px;
  }
  .cst-crescita-r2-grp:before,
  .cst-crescita-r2-grp:after{
    display:none
  }
  .cst-crescita-r2-grp .row .cst-blnk-left {
    min-height: 0;
  }
  .cst-crescita-r2-grp .row .cst-content-grp {
    width: 100%;
    padding: 14%!important;
  }
  .cst-crescita-r2-nxt-grp {
    padding: 10%!important;
  }
  .cst-crescita-r3-grp .row.clearfix .left-col {
    width: 100%;
  }
  .cst-crescita-r3-grp .row.clearfix .right-col {
    width: 100%;
    padding: 16%!important;
  }
  .cst-crescita-r3-grp:before,
  .cst-crescita-r5-grp:before {
    display:none;
  }
  .cst-crescita-r4-grp .cst-crescita-r4-c1-grp {
    padding: 10%!important;
  }
  .cst-crescita-r5-grp .row.clearfix .left-col {
    padding: 16%!important;
    width: 100%;
  }
  .cst-crescita-r5-grp .row.clearfix .right-col {
    width: 100%;
  }
  .successione-page .cst-crescita-r1-grp .inner-grp {
    height: 406.25px;
  }
  .successione-page .page-center .cst-content-grp {
    margin-left: 0;
  }
  .successione-page .page-center .cst-content-grp {
    padding: 10%!important;
  }
  .successione-page .page-center .cst-blnk-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .successione-page .page-center .cst-content-grp .dnd-row .span6 {
    width: 100%;
    margin-left: 0!important;
    padding: 3%!important;
    margin-bottom: 25px;
  }
  .successione-page .cst-crescita-r2-nxt-grp {
    background-position: center;
  }
  .successione-page .cst-crescita-r3-grp .row.clearfix .left-col {
    order: 2;
    width: 100%;
  }
  .successione-page .cst-crescita-r3-grp .row.clearfix .right-col {
    order: 1;
    width: 100%;
  }
  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-blnk-left {
    width: 100%;
  }

  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-content-grp {
    width: 100%;
    margin-left: 0;
    padding: 14%!important;
    margin-bottom: 25px;
  }
  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-blnk-right {
    width: 100%;
    margin-left: 0;
  }
  .cst-successione-r11-grp .row .left-col {
    width: 100%;
    min-height: 0;
  }
  .cst-successione-r11-grp .row .center-col {
    width: 100%;
    padding: 10%!important;
  }
  .cst-successione-r11-grp .row .center-col .dnd-row>.row-fluid .span6 {
    width: 100%;
    margin-left: 0;
    padding: 3%!important;
  }
  .cst-orgnztn-r2-grp .row.clearfix .left-col {
    padding: 6%!important;
  }
  .cst-orgnztn-r2-grp .row.clearfix .left-col .widget-type-rich_text {
    width: 100%;
  }
  .cst-orgnztn-r2-grp .row.clearfix .right-col {
    min-height: 564px;
  }
  .cst-orgnztn-r3-grp .bg-sec {
    margin-top: 0!important;
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
  }
  .cst-orgnztn-r3-grp.cst-crescita-r3-grp .row.clearfix .right-col {
    padding: 10%!important;
  }
  .cst-orgnztn-r4-grp .row.column-1 .left-col {
    width: 100%;
    margin-bottom: 25px;
  }
  .cst-orgnztn-r4-grp .row.column-1 .cst-orgnztn-r4-center-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 14%!important;
  }
  .cst-orgnztn-r4-grp .row.column-3 .dnd-section .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .cst-orgnztn-r4-grp .row.column-4.clearfix .lft-col {
    min-height: 0;
  }
  .cst-orgnztn-r4-grp .row.column-4.clearfix .left-2-col {
    margin-left: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .cst-orgnztn-r4-grp .row.column-4.clearfix .left-3-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .cst-crescita-r3-grp.cst-orgnztn-r7-grp:before {
    background: #C10230;
    position: absolute;
    width: 40px;
    height: 300px;
    left: calc(50% - 20px);
    top: 20%;
    z-index: 2;
    mix-blend-mode: multiply;
    content: '';
    display: block;
  }
  .cst-crescita-r5-grp.cst-orgnztn-r9-grp .row.clearfix .left-col {
    padding: 10%!important;
  }
  .hs-servizi-page .cst-header-grp {
    min-height: 62px;
  }
  .cst-servizi-r1-grp.cst-banner-area-grp .inner-grp {
    height: 406.25px;
  }
  .cst-r1-servizi-grp:before {
    display:none;
  }
  .cst-r1-servizi-c1-grp .inner-col {
    padding: 6%!important;
  }
  .cst-check-up-r1-grp .inner-grp {
    height: 312.5px;
    position: relative;
  }
  .hs-check-up-page .cst-header-grp {
    min-height: 62px;
  }
  .cst-r1-check-up-grp .page-center .dnd-section .row-fluid .span6 {
    width: 100%;
    margin-left: 0;
  }
  .cst-r1-check-up-grp .page-center .dnd-section .row-fluid .span6 {
    margin-bottom: 25px;
  }
  .cst-r1-check-up-grp .page-center .dnd-section .row-fluid .span6:last-child {
    margin-bottom: 0;
  }

  .cst-r1-check-up-grp {
    padding-bottom: 0;
  }
  .cst-r1-check-up-grp .page-center .dnd-section:last-child {
    margin-bottom: 10px;
  }
  .cst-check-up-r2-grp {
    position: relative;
    padding: 6%;
    padding: 10%!important;
  }
  .cst-check-up-r2-grp .bg-image {
    background-position: 50%!important;
  }
  .cst-r3-check-up-grp .inner-col.clearfix .cst-left-col {
    margin-bottom: 25px;
  }

  .cst-r3-check-up-grp .inner-col.clearfix .cst-content-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs-form-field {
    width: 100%!important;
  }
  .cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs-form-field .input {
    margin-right: 0!important;
  }
  .cst-r3-check-up-grp .inner-col.clearfix .cst-content-col form fieldset .hs-form-field .input .hs-input {
    max-width: 100%;
  }
  .hs-contact-page .cst-header-grp {
    min-height: 62px;
  }

  .cst-contact-r1-grp.cst-banner-area-grp .inner-grp.clearfix .left-col-grp {
    width: 100%;
  }

  .cst-contact-r1-grp.cst-banner-area-grp .inner-grp.clearfix .right-col-grp .divider.space-pics-2 {
    height: 50px !important;
  }
  .cst-btm-gap-grp .inner.clearfix .right-col {
    width: 100%;
  }

  .cst-contact-r2-grp .page-center .inner.clearfix .left-col {
    width: 100%;
    margin-bottom: 7px;
  }
  .cst-contact-r2-grp .page-center .inner.clearfix .cst-address-col {
    width: 100%;
    margin-left: 0;
    padding: 3%!important;
    margin-bottom: 25px;
  }
  .cst-contact-r2-grp .page-center .inner.clearfix .cst-address-col .widget-type-rich_text p em {
    margin-right: 5px;
  }
  .cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col {
    width: 100%;
    margin-left: 0;
    padding: 3%!important;
  }
  .cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  .cst-contact-r2-grp .page-center .btm-pacer {
    padding-top: 77px;
  }
  .cst-contact-r2-grp .page-center .inner.clearfix {
    padding-top: 18px;
  }

  .hs-siamo-page .cst-header-grp {
    min-height: 62px;
  }

  .cst-siamo-r1-grp .bg-image {
    margin-top: 0!important;
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
  }

  .cst-siamo-r1-grp .inner-grp.clearfix {
    height: 250px;
  }
  .cst-siamo-r1-grp .cst-btm-gap-grp:before {
    margin-top: -112px;
    margin-left: -1px;
  }

  .cst-siamo-r1-grp .inner-grp.clearfix .left-col-grp, .cst-siamo-r1-grp .inner-grp.clearfix .right-col-grp {
    width: 100%;
  }

  .cst-siamo-r1-grp .inner-grp.clearfix .left-col-grp .divider, .cst-siamo-r1-grp .inner-grp.clearfix .right-col-grp .divider {
    height: 100%!important;
  }
  .cst-siamo-r2-grp .inner.clearfix .left-col {
    margin-bottom: 25px;
  }
  .cst-siamo-r2-grp .inner.clearfix .cst-content-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 6%!important;
  }
  .cst-siamo-r2-grp .inner.clearfix .cst-content-col .widget-type-rich_text {
    width: 100%;
  }

  .cst-siamo-r2-grp .inner.clearfix .right-col {
    width: 100%;
    min-height: 1px;
    clear: left;
  }
  .cst-siamo-r2-grp .inner.clearfix .cst-content-col .widget-type-rich_text {
    width: 100%;
    margin-bottom: 25px;
  }
  .cst-siamo-r3-grp .row.clearfix .left-col {
    width: 100%;
  }
  .cst-siamo-r3-grp .row.clearfix .right-col {
    width: 100%;
  }
  .cst-siamo-r3-grp .row.clearfix .right-col {
    width: 100%;
    padding: 6%!important;
  }
  .cst-siamo-r3-grp .btm-strip-grp .inner.clearfix .strip-grp {
    width: 100%;
  }
  .cst-siamo-r4-grp .row.clearfix .left-sec {
    width: 100%;
  }
  .cst-siamo-r4-grp .row.clearfix .cst-r4-content-siamo-sec {
    width: 100%;
    padding: 6%!important;
  }
  .cst-siamo-r4-grp {
    padding-top: 20.06px;
  }
  .cst-siamo-r4-grp .row.clearfix .right-col {
    width: 100%;
  }
  .cst-row6-siamo-grp .inner.clearfix .cst-strip-grp {
    padding: 3%!important;
  }

  .cst-row6-siamo-grp {
    transform: translateY(-53px);
  }
  .cst-row6-siamo-grp .bg-image {
    margin-top: 0!important;
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
  }
  .cst-row6-siamo-grp .inner.clearfix {
    position: relative;
    height: 543px;
  }
  .hs-siamo-page .cst-testimonial-slider-grp .inner-grp.clearfix {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  .cst-row7-siamo-grp .inner-grp {
    padding: 10%!important;
  }
  .cst-row8-siamo-grp .inner-grp.clearfix .left-col {
    width: 100%;
    padding: 6%!important;
    margin-bottom: 25px;
  }
  .cst-row8-siamo-grp .inner-grp.clearfix .right-col {
    padding: 6% 0 0 !important;
    width: 100%;
    margin-left: 0;
  }
  .cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col2-sec {
    width: 100%;
  }
  .cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec {
    width: 100%;
    padding-bottom: 9px;
  }
  .cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec {
    margin-bottom: 32px;
  }
  .hs-hme-page .body-container-wrapper {
    padding-top: 0;
  }
  .cst-two-col-img-grp.ovrly-bottom_right.strategia:after {
    display:none!important;
  }
}
@media (max-width: 690px) {
  .cst-hme-row2-grp .inner-section .cst-content-grp .top-col-grp .widget-type-header {
    margin-top: 0;
  }
  .cst-home-row5-grp .widget-type-rich_text h1 {
    letter-spacing: 10px !important;
    font-family: Poppins;
    font-size: 30px !important;
    line-height: 54px !important;
    margin-top: 20px !important;
  }
  .cst-home-row5-grp .widget-type-rich_text h2 {
    letter-spacing: 10px !important;
    font-family: Poppins;
    font-size: 30px !important;
    line-height: 54px !important;
    margin-top: 20px !important;
  }
  .cst-home-row5-grp .widget-type-rich_text h2 strong {
    letter-spacing: 10px !important;
    font-family: Poppins;
    font-size: 30px !important;
    line-height: 54px !important;
    margin-top: 20px !important;
  }
  .cst-crescita-r1-grp.cst-banner-area-grp {
    overflow: hidden;
  }
  .cst-crescita-r1-grp .inner-grp {
    height: 240px;
  }
  .cst-crescita-r2-nxt-grp .widget-type-rich_text h2 {
    font-size: 25.5px;
  }
  .cst-crescita-r3-grp .row.clearfix .right-col .vc_column-inner .widget-type-rich_text h2,
  .cst-crescita-r5-grp .row.clearfix .left-col .widget-type-rich_text h2 {
    font-size: 25.5px;
  }
  .successione-page .cst-crescita-r1-grp .inner-grp {
    height: 309.524px;
  }
  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .cst-content-grp .widget-type-rich_text h2 {
    font-size: 25.5px;
  }
  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 .dnd-section>.row-fluid>.span3 {
    width: 100%!important;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .successione-page .cst-crescita-r2-grp.successione-esperienza-rw .successione-esperienza-rw-c1 .dnd-section>.row-fluid>.span3:last-child {
    margin-bottom: 0;
  }
  .hs-orgnztn-pg .cst-crescita-r1-grp .inner-grp {
    height: 285.714px;
  }
  .cst-orgnztn-r2-grp .row.clearfix .right-col {
    min-height: 250px !important;
  }
  .cst-orgnztn-r2-grp .row.clearfix .right-col .divider {
    height: auto!important;
  }
  .cst-orgnztn-r4-grp .row.column-1 .cst-orgnztn-r4-center-col .widget-type-rich_text h2 {
    font-size: 25.5px;
  }
  .cst-servizi-r1-grp.cst-banner-area-grp .inner-grp {
    height: 309.524px;
  }
  .cst-servizi-r1-grp.cst-banner-area-grp {
    position: relative;
    overflow: hidden;
  }
  .cst-check-up-r1-grp .inner-grp {
    height: 238.095px;
  }
  .cst-r1-check-up-grp .page-center .dnd-section:last-child {
    margin-bottom: 2px;
  }
  .cst-contact-r2-grp .page-center .inner.clearfix .cst-form-col .vc_column-inner form fieldset.form-columns-2 .hs-form-field {
    width: 100%!important;
    margin-right: 0!important;
  }
  .cst-siamo-r1-grp .cst-btm-gap-grp:before {
    display:none;
  }
  .cst-siamo-r4-grp {
    padding-top: 12.06px;
  }
  .cst-row5-siamo-grp .cst-counter-grp .cst-col {
    margin: 0;
  }

  .cst-row6-siamo-grp .bg-image {
    background-size: contain !important;
    background-position: center top !important;
  }
  .cst-row6-siamo-grp .inner.clearfix .cst-strip-grp {
    display: none;
  }
  .cst-row6-siamo-grp .inner.clearfix {
    position: relative;
    height: 250px;
  }
  .cst-row6-siamo-grp {
    transform: translateY(-49px);
  }
  .hs-siamo-page .cst-testimonial-slider-grp .inner-grp.clearfix {
    padding-top: 50px;
    padding-bottom: 133px;
  }
  .cst-row8-siamo-grp .inner-grp.clearfix .left-col {
    margin-bottom: 19px;
  }
  .cst-row8-siamo-grp .inner-grp.clearfix .right-col .vc_column-inner .col3-sec {
    margin-bottom: 22px;
  }

  .hs-siamo-page .cst-testimonial-slider-grp {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cst-home-r3-middle-grp {
    margin-bottom: 25px;
  }
  .cst-home-row5-grp {
    padding-left: 15px;
    padding-right: 15px;
  }


}

.master-slider p br{
  display: block !important;
}

@media (max-width: 480px) {
  .cst-home-row5-grp .widget-type-rich_text h1 {
    font-size: 26px !important;
  }
  .hs-bazzana-page.bdy-contnt .cst-two-col-img-grp .inner.clearfix .cst-content-col h2.title {
    font-size: 24px !important;
  }
  .cst-bazzana-r2-grp .inner-grp .cst-content-grp .widget-type-rich_text h1 {
    font-size: 25px;
  }

  .cst-story-r3-grp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-orgnztn-pg .cst-crescita-r1-grp .inner-grp {
    height: 240px;
  }
  .successione-page .cst-crescita-r1-grp .inner-grp {
    height: 260px;
  }
  .cst-contact-r2-grp .page-center .inner.clearfix .cst-address-col .widget-type-rich_text p em {
    word-break: break-word;
  }
  .cst-servizi-r1-grp.cst-banner-area-grp .inner-grp {
    height: 260px;
  }
}

@media (max-width: 321px) {
.cst-r1-servizi-c1-grp .page-center {
    max-width: 300px!important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.cst-header-grp .cst-top-header-grp {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}

.cst-header-grp .cst-top-header-grp .page-center {
  max-width: 100%!important;
  padding: 0 28px;
}
.cst-header-grp .cst-top-header-grp .page-center .navigation-primary > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  line-height: 1;
  float: right;
  height: 32px;
}

.cst-header-grp .cst-top-header-grp .page-center .navigation-primary > ul > li {
  float: left;
  line-height: 0px;
  font-size: 12px;
  position: relative;
}

.cst-header-grp .cst-top-header-grp .page-center .navigation-primary > ul > li > a {
  color: #fff;
  border-left: 1px solid rgba(0,0,0,0.1);
  line-height: 13px;
  padding: 10px;
  font-size: 12px;
  font-family: Graphik;
  text-transform: uppercase;
  margin: 0 1px;
  display: block;
  position: relative;
}
.cst-header-grp .cst-top-header-grp .page-center .navigation-primary>ul>li.sviluppa-azienda {
  background: #b12535;
}
.cst-header-grp .cst-top-header-grp .page-center .navigation-primary>ul {
  padding-right: 1px;
}

.cst-header-grp .cst-desktop-menu-grp {
  padding-top: 28px;
  transition: background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease;
  -webkit-transition: background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease;
  -o-transition: background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease;
  background-color: transparent;
  left: 0px;
  position: fixed;
  top: 32px;
  width: 100%;
  right: 0;
  z-index: 23;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder {
  position: relative;
  width: 100%;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center {
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .cst-logo {
  width: auto;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .cst-logo a {
  display: block;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .cst-logo a img {
  height: 35px;
  width: auto!important;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp {
  float: right;
  width: auto;
  margin: 0;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  z-index: 10;
  float: right;
  overflow: visible!important;
  transition: padding 0.8s ease,margin 0.25s ease;
  min-height: 1px;
  line-height: 1px;
}

.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary > ul > li {
  float: left;
  line-height: 0px!important;
  font-size: 12px!important;
  position: relative;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary > ul > li > a {
  font-family: Poppins, Lato, sans-serif;
  text-transform: uppercase;
  color: #000000;
  transition: opacity 0.2s ease,color 0.2s ease;
  margin-left: 12px;
  margin-right: 12px;
  letter-spacing: .3px;
  line-height: 15.4px;
  font-weight: 600;
  font-size: 12px;
  display: block;
  padding-bottom: 38px;
  padding-top: 10px;
  position: relative;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary > ul > li > a:after {
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: '';
  padding-bottom: inherit;
  border-color: #c10230;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary > ul > li > a:hover:after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li.has-submenu > ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 16em;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: opacity .2s;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li.has-submenu:hover > ul {
  opacity: 1;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li.has-submenu > ul > li {
  line-height: 0px!important;
  font-size: 12px!important;
  position: relative;
  font-weight: normal;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li.has-submenu > ul > li > a {
  margin: 0;
  padding: 14px;
  display: block;
  background-color: rgba(31,31,31,100);
  color: #CCCCCC;
  font-size: 12px;
  line-height: 13px;
  transition: none;
  letter-spacing: 0;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li.has-submenu > ul > li > a:hover {
  background-color: #313233;
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li.successione>a,
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li.crescita > a,
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li.organizzazione > a{
  color: #b12535!important;
}
.sticky .cst-header-grp .cst-desktop-menu-grp {
  background-color: #fff;
}
.no-banner .cst-header-grp {
  min-height: 124px;
}
.mobile-trigger {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-bottom: 10px;
  margin-top: -5px;
  z-index: 10000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.mobile-trigger span {
  height: 20px;
  transform-origin: center;
  display: block;
  transition: -webkit-transform 0.33s 0s ease;
  transition: transform 0.33s 0s ease;
}
.mobile-trigger span .lines-button {
  top: 10px;
  color: #000000;
  width: 22px;
  transition: .3s;
  cursor: pointer;
  line-height: 0px!important;
  position: relative;
  font-size: 0px!important;
  user-select: none;
  display: block;
}
.mobile-trigger span .lines-button .lines {
  color: #000000;
  width: 22px;
  background-color: transparent;
  transition: background 0.2s ease,opacity 0.2s ease;
  height: 2px;
  display: block;
  position: relative;
}
.mobile-trigger span .lines-button:after {
  content: '';
  background-color: #000000;
  top: 0px;
  height: 2px!important;
  width: 22px!important;
  display: inline-block;
  transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
  position: absolute;
  left: 0;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
}
.mobile-trigger span .lines-button .lines:before {
  content: '';
  background-color: #000000;
  top: 6px;
  width: 22px;
  transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
}
.mobile-trigger span .lines-button .lines:after {
  content: '';
  display: block;
  background: #ecf0f1;
  position: absolute;
  left: 0;
  content: '';
  height: 2px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  width: 22px!important;
  top: -6px;
  background-color: #000000;
}
.cst-mobile-grp .slide-out-widget-area-bg {
  background-color: rgba(0,0,0,0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
}
.cst-mobile-grp .desk .inner .close {
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 100;
  color: #000000;
}
.cst-mobile-grp .desk .inner .close span {
  font-size: 24px;
  color: #000000;
  height: 34px !important;
  left: -2px;
  line-height: 32px !important;
  max-width: none !important;
  transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  width: 34px;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: -2px;
  word-spacing: 1px;
}

.cst-mobile-grp .desk .inner .close span:before {
  content: "\e117";
}

.cst-header-grp.no-nav .cst-desktop-menu-grp {
  min-height: 91px;
}

.cst-header-grp.no-nav .cst-top-header-grp {
  min-height: 32px;
}

.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a.active-branch:after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a.active-branch {
  color: #000000;
}
/************ Header type 2 Styling **********************/

.cst-header-grp.white-heder .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a {
  color: #fff;
}
.cst-header-grp.white-heder .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a:hover {
  color: #fff;
}

.sticky .cst-header-grp.white-heder .cst-desktop-menu-grp {
  background: #000;
}





@media only screen and (max-width: 1280px) and (min-width: 1000px) {
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a {
    font-size: 12px;
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}
@media only screen and (min-width: 1001px) {
  .mobile-trigger {
    display: none;
  }
  .cst-mobile-grp {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 20px) {
  .body-container-wrapper.full-width-grp {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cst-header-grp .cst-top-header-grp {
    display: none;
  }
  .cst-header-grp .cst-desktop-menu-grp {
    padding-top: 12px!important;
    top: 0px;
  }
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .cst-logo a img {
    height: 24px;
    width: auto !important;
    margin-top: -3px!important;
  }
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .cst-logo {
    margin-bottom: 24px;
  }
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .cst-logo a {
    display: block;
    line-height: 22px;
  }
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .desk {
    display: none;
  }
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp {
    height: 50px;
    line-height: 28px;
    width: 50%;
    position: relative;
  }
  .no-banner .cst-header-grp {
    min-height: 63px;
  }
  

  .cst-header-grp .cst-desktop-menu-grp {
    background-color: rgba(255,255,255,100);
  }
  .cst-mobile-grp .desk {
    top: 0;
    color: #000000;
    padding: 33px;
    overflow: hidden;
    right: 0;
    width: 300px;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 24;
    transform: translate(301px, 0px);
    transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  .cst-mobile-grp .desk .inner {
    width: 100%;
    height: 100%;
  }
  .cst-mobile-grp .desk .inner .mobile-menu {
    margin-top: -7px;
    margin-bottom: 25px;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul {
    position: relative;
    width: 100%;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul > li {
    position: relative;
    margin-left: 10px;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul > li {
    position: relative;
    margin-left: 10px;
  }
/*   .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul > li > a:hover,
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul > li.has-submenu > ul > li > a:hover,
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.successione>a:hover,
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.crescita>a:hover,
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.organizzazione>a:hover {
    color: #fff;
    background-color: #fff;
  } */
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul > li > a,
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul > li.has-submenu > ul > li > a {
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    font-family: Poppins;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000000;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul > li.has-submenu > ul {
    margin-left: 10px;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary > ul > li.has-submenu > ul > li {
    margin-left: 10px;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.has-submenu>ul {
    display: none;
  }
  .child-trigger {
    display: inline;
    margin-left: 10px;
    cursor: pointer;
  }
  .child-trigger.child-open .icon-plus:before {
    content: "\f068"!important;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.successione>a,
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.crescita>a,
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.organizzazione>a{
    color: #b12535;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.up-mag>a:after {
    content: '';
    background: #000;
    width: 20%;
    height: 2px;
    display: block;
    margin: 18px 0;
  }
  .cst-mobile-grp .desk .inner .mobile-menu .navigation-primary>ul>li.scopri-up>a {
    background: #b12535;
    padding: 0 10px;
    margin-left: 0px;
    color: #fff;
  }
  .mobile-open .cst-mobile-grp .desk {
    transform: translate(0px, 0px);
  }
  .cst-header-grp .cst-desktop-menu-grp,
  .body-container-wrapper,
  .cst-footer-grp{
    left: 0;
    transition: left 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  .body-container-wrapper,
  .cst-footer-grp{ 
    position:relative;
  }
  .mobile-open .cst-header-grp .cst-desktop-menu-grp,
  .mobile-open .body-container-wrapper,
  .mobile-open .cst-footer-grp {
    left: -300px;

  }
  .cst-header-grp.no-nav .cst-desktop-menu-grp {
    min-height: 62px;
  }
  .cst-header-grp.white-heder .cst-desktop-menu-grp {
    background: #000;
  }
  .cst-header-grp.white-heder .mobile-trigger span .lines-button:after,
  .cst-header-grp.white-heder .mobile-trigger span .lines-button .lines:before,
  .cst-header-grp.white-heder .mobile-trigger span .lines-button .lines:after{
    background-color: #fff;
  }
  .cst-header-grp.white-heder .mobile-trigger span .lines-button {
    color: #fff;
  }
  .cst-header-grp {
    min-height: 62px;
  }
}
@media only screen and (max-width: 736px) and (min-width: 320px) and (orientation: portrait) {
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .cst-logo a img {
    transform: translateY(12px);
  }
}

@media only screen and (max-width: 690px) {
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center {
    max-width: 100%!important;
    padding: 0 18px !important;
  }
  .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp {
    width: 40%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.cst-footer-grp {
  color: #ffffff;
  background-color: #232323;
  position: relative;
  z-index: 9;
}

.cst-footer-grp .cst-copyright-grp {
  opacity: 0.8;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 20px 0px;
  text-align: center;
  text-transform: uppercase;
  background-color: #1F1F1F;
  clear: both;
}

.cst-footer-grp .cst-copyright-grp p {
  color: #ffffff;
  line-height: 22px;
  margin-top: 3px;
  padding: 0;
}

.cst-footer-grp .cst-footer-menu-grp {
  clear: both;
}

.cst-footer-grp .cst-footer-menu-grp .row.clearfix {
  padding: 55px 0px;
  margin-bottom: 0px;
}

.cst-footer-grp .cst-footer-menu-grp .row .widget-type-linked_image {
  max-width: 200px;
  width: 100%!important;
  margin-bottom: 30px;
  display: block;
}

.cst-footer-grp .cst-footer-menu-grp .row .widget-type-linked_image img {
  margin-bottom: 15px;
}
.cst-footer-grp .cst-footer-menu-grp .one-fourths p {
  font-family: Open Sans, 'sans-serif';
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  padding-bottom: 11px;
  line-height: 26px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.cst-footer-grp .cst-footer-menu-grp .one-fourths p a {
  font-family: inherit;
}

.cst-footer-grp .cst-footer-menu-grp .one-fourths p:last-child {
  padding-bottom: 0;
}

.cst-footer-grp .cst-footer-menu-grp .one-fourths p a {
  color: #fff;
}

.cst-footer-grp .cst-footer-menu-grp .one-fourths .organizzazione a,
.cst-footer-grp .cst-footer-menu-grp .one-fourths .crescita a,
.cst-footer-grp .cst-footer-menu-grp .one-fourths .successione a{

}
.cst-footer-grp .cst-footer-menu-grp .one-fourths p.sviluppa-pmi a {
  background: #b12535!important;
  padding: 2px 5px;
  color: #fff!important;
}

#to-top:hover {
  background-color: #c5143d!important;
}
#to-top {

  position: fixed;
  text-align: center;
  line-height: 12px!important;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  border-radius: 0;
}
#to-top i {
  line-height: 29px!important;
  width: 29px!important;
  height: 29px!important;
  font-size: 14px!important;
  top: 0px!important;
  left: 0px!important;
  text-align: center!important;
  position: relative;
  z-index: 10;
  background-color: transparent!important;
}
#to-top.dark {
  background-color: rgba(0,0,0,0.87);
}


.footer-copy a{
  color: #b12535 !important;
  font-weight: 700; 
  font-size: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1020px) {
  #to-top {
    display: none!important;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .cst-footer-grp .cst-copyright-grp .col {
    width: 49%;
    margin-bottom: 0px;
  }
  .cst-footer-grp .cst-footer-menu-grp .span_3 {
    width: 48%!important;
    margin-left: 0px!important;
    padding: 15px;
    float: left;
    margin-right: 15px;
  }
  .cst-footer-grp .cst-footer-menu-grp .span_3:nth-child(2) {
    margin-right: 0;
  }
  .cst-footer-grp .cst-footer-menu-grp .span_3:nth-child(3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
  .cst-footer-grp .cst-footer-menu-grp .col {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 690px) {
  .cst-footer-grp .cst-footer-menu-grp .row .widget-type-linked_image {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 380px) {
  .cst-footer-grp .cst-footer-menu-grp .row.clearfix,
  .cst-footer-grp .cst-copyright-grp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-header__inner {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
  .hs_recaptcha {
    overflow: hidden;
    overflow-x: auto;
  }
  .blog-sidebar-post-listing li:before {
    position: relative;
    width: 22px;
    float: left;
    content: counter(list-item);
    margin-right: 0;
    font-size: 26px;
    font-weight: 600;
    display: block;
  }
  .blog-sidebar-post-listing li a {
    display: block;
    clear: both;
    top: 0;
    margin-top: 0;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
form#email-prefs-form {
  max-width: 100%;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Poppins, Lato, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.cst-404-page {
  padding-top: 40px;
}

.cst-404-page .page-center .col.span_12 {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .cst-404-page .page-center .col.span_12 {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.cst-404-page .page-center .col.span_12 #error-404 {
  text-align: center;
  margin-bottom: 45px;
}
.cst-404-page .page-center .col.span_12 #error-404 h1 {
  font-size: 250px;
  line-height: 250px;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: .6px;
  color: #000000;
}
.cst-404-page .page-center .col.span_12 #error-404 h2 {
  text-transform: uppercase;
  font-size: 70px;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: .6px;
  line-height: normal;
}
.systems-page input[type="password"] {
  height: auto!important;
  margin-bottom: 20px;
}
.systems-page .success {
  min-width: 1px!important;
  max-width: 500px;
  width: 100%!important;
}
.comment-date {
  display: block !important;
}
.blog-comments form, .body-container-wrapper form {
  max-width: 500px;
}
@media only screen and (max-width: 690px) {
  .cst-404-page .page-center .col.span_12 #error-404 h1 {
    font-size: 150px !important;
    line-height: 150px !important;
  }
  .cst-404-page .page-center .col.span_12 #error-404 h2 {
    font-size: 40px;
  }
  .cst-404-page .page-center .col.span_12 #error-404 {
    text-align: center;
    margin-bottom: 0;
  }
  .systems-page h1 {
    font-size: 35.9px;
  }
  .systems-page {
    padding: 3rem 10px;
  }
}
@media (max-width: 767px) {
  .blog-comments form, .body-container-wrapper form,
  .hs-input,
  .systems-page input[type="password"]{
    max-width: 100%;
  }
  .systems-page .success {
    min-width: 1px!important;
    max-width: 100%;
    width: 100%!important;
  }
}
.infogrphic-homepage{
  max-width: 800px;
  margin: 0 auto;
  display: block;
}
.infogrphic-homepage h3, .infogrphic-homepage p{
  text-align: center;
}

.infogrphic-homepage p{
  margin: 20px 0;
}

.infogrphic-homepage > div img{
   max-width: 50px;
   margin: 10px auto 30px;
   display: block;
}

.infogrphic-homepage > div img.graphic{
   max-width: 300px;
   margin: 10px auto;
   display: block;
}

.infogrphic-homepage > div:last-child img.graphic{
   max-width: 350px;
}

.infogrphic-homepage > div:first-child img.graphic{
   max-width: 150px;
}

.cst-counter-grp>div:first-child, .cst-counter-grp>div:last-child{
  display: none;
}

.cst-home-row5-grp{
  padding: 5.5rem 0; 
}


@media (max-width: 690px){
  .cst-counter-grp .cst-col.col-1, .cst-counter-grp .cst-col.col-6{
    display: block!important;
  }
}
.cst-counter-grp{
  padding: 3.5rem 0;
  justify-content: center;
}

.infogrphic-homepage-b img{
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.cst-home-row3-grp .inner-grp.clearfix{
  padding: 5% 0 0;
}

.section_cta{
  background-color: #c10230;
  padding: 3rem 0;
}

.section_cta a{
  margin-top: 0px;
  background-color: #fff;
  box-shadow: none;
  font-size: 18px;
  padding: 25px 40px;
  color: #c5143d;
  font-weight: normal;
  border-radius: 0;
  display: inline-block;
}

.section_cta a:hover {
    opacity: .87;
}

.footer-center{
  max-width: 1280px;
  margin: 0 auto;
  width: 95%;
}

.footer-center p{
  text-align: left;
}


.cta-section a.btn{
  margin: 25px auto;
  display: table;
}

.arrow-future img{
    max-width: 90px;
    height: 90px;
    margin: 130px;
}
.vmiddle {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  flex-direction: row;
}

.full-height{
  /*height: 100vh;*/
}

.center-width{
   width: 100%;
}
.cst-client-logo-slider-grp .owl-carousel1 .owl-stage-outer .owl-stage .owl-item{
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cst-home-row3-grp .inner-grp.clearfix .cst-home-row3-top-col {
   padding: 6% 0 0 !important;
}

.footer-center .hs-form p, .footer-center .hs-form a{
  font-size: #ffffff;
}

@media only screen and (max-width : 992px) {
  .reverse-mobile {
    flex-wrap: wrap;
    display: flex;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.cst-logo > div{
  max-width: 95%;
}


.cst-counter-grp .cst-col .inner-wrapper .cs-tcounter-holder .nectar-milestone .number.default{
  line-height: 40px !important;
}


.ms-staff-carousel .ms-slide-info.ms-dir-h .col.span_12.dark.left .vc_col-sm-12{
  padding: 2.5% !important

}
.ms-staff-carousel .ms-slide-info.ms-dir-h .col.span_12.dark.left{
  padding-right: 5%;
}

.ms-layout-partialview .ms-container{
  max-width: 75%;
}

body:not(.sticky) .hs-siamo-page .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a{
   color: #fff;
} 
body:not(.sticky)  .hs-siamo-page .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a.active-branch{
   color: #fff !important;
} 

body:not(.sticky) .hs-siamo-page .cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a.active-branch{
   color: #fff !important;
} 

.cst-siamo-r1-grp .bg-image{
  background-position: 0 25%;
}

.vmiddle{
  display: flex;
  justify-content: center; 
}



.icon-right-plus{
  position: relative;
  width: 15%;
  height: 20px;
}

.icon-right-plus::before{
  content: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/plus-bup.svg');
  position: absolute;
  right: -5px;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}


.cst-hme-row2-grp .inner-section .cst-content-grp{
  padding-top: 0;
  padding-bottom: 0;
}


#eyes{
  mix-blend-mode: multiply;
}
#eyes h2{ 
  font-size: 60px;
  letter-spacing: 30px !important;
}

#eyes h2.overlay strong{ 
  background-color: #c10230 !important;
  mix-blend-mode: multiply;
  padding: 3px 2px 2px 27px;
  color: #fff;
  letter-spacing: 30px !important;
}



@media (max-width: 1370px){

  #eyes h2{ 
    font-size: 40px;
    letter-spacing: 20px !important;
  }

  #eyes h2.overlay strong{ 
    letter-spacing: 20px !important;
  }
}


@media (max-width: 600px){

  #eyes h2{ 
    font-size: 25px;
    letter-spacing: 10px !important;
  }

  #eyes h2.overlay strong{ 
    letter-spacing: 10px !important;
  }


}

.positive.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a{
  color: #ffffff;
}

body.sticky .positive.cst-header-grp .cst-desktop-menu-grp .menu-holder .page-center .menu-grp .navigation-primary>ul>li>a{
  color: #000000;
}

.btn.white, .cta_button strong{
  font-weight: 900 !important;
  letter-spacing: 2px;
  font-size: 20px;
  opacity: 1!important;
}
.section_cta a{
  transition: transform .15s ease-in-out;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0.055),
              0 6px 30px 5px rgba(0,0,0,0.035),
              0 8px 10px -7px rgba(0,0,0,0.02);
}
.section_cta a:hover{
  opacity: 1!important;
}


body .positive.cst-header-grp .cst-logo > div:first-child {
  display: block !important;
}
body.sticky .positive.cst-header-grp .cst-logo > div:first-child {
  display: none !important
}

body .positive.cst-header-grp .cst-logo > div:last-child {
  display: none !important
}

body.sticky .positive.cst-header-grp .cst-logo > div:last-child {
  display: block !important
}

@media (max-width: 1000px){
  body .positive.cst-header-grp .cst-logo > div:first-child {
    display: none !important;
  }
  body.sticky .positive.cst-header-grp .cst-logo > div:first-child {
    display: none !important
  }

  body .positive.cst-header-grp .cst-logo > div:last-child {
    display: block !important
  }

  body.sticky .positive.cst-header-grp .cst-logo > div:last-child {
    display: block !important
  }
}

.cst-row5-siamo-grp .cst-counter-grp .cst-col .inner-wrapper .cs-tcounter-holder .nectar-milestone .number.default{
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 768px){
  .cst-counter-grp .cst-col .inner-wrapper .cs-tcounter-holder .nectar-milestone .number.default{
    display: flex;
    justify-content: center;
  }
  .cst-counter-grp .cst-col .inner-wrapper .cs-tcounter-holder .nectar-milestone .number.default .symbol-wrap{
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
  }
}


.hs-form label{
font-size: 14px
}
@font-face {
    font-family: 'FontAwesome';
    src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/fontawesome-webfont.eot');
    src: url('https://4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/BusinessUp_November2020/Data-files/Fonts/fontawesome-webfont.eot') format('embedded-opentype'), 
         url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/fontawesome-webfont.woff2') format('woff2'), 
         url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/fontawesome-webfont.woff') format('woff'), 
         url('//4119392.fs1.hubspotusercontent-na1.net/hubfs/4119392/raw_assets/public/BusinessUp_November2020/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],[class*=" icon-"], [class*="fa-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    text-decoration: inherit;
    speak: none;
}

.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}

/*a [class^="icon-"],a [class*=" icon-"]{display:inline;}*/
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.icons-ul>li {
    position: relative;
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

[class^="icon-"].hide,[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-3x {
    font-size: 3em;
}

.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-4x {
    font-size: 4em;
}

.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.icon-5x {
    font-size: 5em;
}

.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left,[class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right,[class*=" icon-"].pull-right {
    margin-left: .3em;
}

[class^="icon-"],[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"] {
    background-image: none;
}

.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em;
}

.nav-list [class^="icon-"],.nav-list [class*=" icon-"] {
    line-height: inherit;
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}

.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

a .icon-stack,a .icon-spin {
    display: inline-block;
    text-decoration: none;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

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

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before,.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before,.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before,.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

.icon-minus-sign:before {
    content: "\f056";
}

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before,.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

.icon-minus:before {
    content: "\f068";
}

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

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

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before,.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before,.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before,.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before,.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before,.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before,.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

.icon-check-minus:before {
    content: "\f147";
}

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before,.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before,.icon-usd:before {
    content: "\f155";
}

.icon-rupee:before,.icon-inr:before {
    content: "\f156";
}

.icon-yen:before,.icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before,.icon-cny:before {
    content: "\f158";
}

.icon-won:before,.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before,.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before, .fa-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.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(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-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);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

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

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

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

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}